TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: I'm 17 and made a tool to help students study smarter

14 点作者 delamri6 个月前
Hey HN! I&#x27;m Dris, a 17y&#x2F;o solo founder.<p>Over the past few weeks, I&#x27;ve been developing LIRA, a free Chrome extension that helps you take notes &amp; get instant answers on any site.<p>Instead of switching tabs or copying&#x2F;pasting to ChatGPT, just select and right-click text, images, or links to save a note or ask LIRA anything.<p>LIRA can instantly find accurate answers, summaries, and explanations, and automatically highlights correct answers.<p>I made LIRA to help busy students like myself study smarter, not longer!<p>That being said, LIRA is still a work in progress. There may be a few bugs &amp; unfinished features, so feedback would be greatly appreciated. Thanks!

13 条评论

rfw3006 个月前
So:<p>- The first example is a multiple choice question being answered by AI.<p>- “The hero text below says: “LIRA lets you quickly save notes, summarize, and answer questions on any webpage, <i>undetected</i>.” (emphasis in original)<p>This sounds more like a cheating engine than a “study tool”.
评论 #42202622 未加载
tjr6 个月前
You might reconsider describing the free tier as being for &quot;(soon to be) dropouts&quot;. It seems to come across as simultaneously insulting to potential users, and dismissive of your own product. (Is the free tier really that bad?)
评论 #42196244 未加载
sockaddr6 个月前
Seeing products like this is just sad.<p>On a personal level as someone who loves learning, it&#x27;s sad to see that some people may only value using knowledge to just get to the next spot in life and not really understanding anything for its own sake.<p>Additionally this is a product that seems to merely extract value and not really give anything back to the world. In fact it damages it.<p>Shameful
lolinder6 个月前
&gt; Works Undetected<p>&gt; LIRA works in the background on any webpage.<p>This is false. If you mutate the DOM on the page, you&#x27;re trivially detectable. Unless this is meant as a honeypot you should at least warn your users that you&#x27;re only undetectable as long as the edtech sites don&#x27;t care to try.<p>Courtesy of ChatGPT 4o mini:<p><pre><code> const onPopupDetected = (node) =&gt; { console.log(&#x27;&lt;lira-popup&gt; element detected:&#x27;, node); }; const observer = new MutationObserver((mutationsList, observer) =&gt; { for (const mutation of mutationsList) { if (mutation.type === &#x27;childList&#x27;) { mutation.addedNodes.forEach((node) =&gt; { if (node.nodeName.toLowerCase() === &#x27;lira-popup&#x27;) { onPopupDetected(node); } }); } } }); observer.observe(document.body, { childList: true, subtree: true, });</code></pre>
TripleChecker6 个月前
Having keyboard shortcuts could be useful to eliminate some clicks.<p>For the plans offered, could make it clearer that the premium ones include everything in the cheaper plan + more. Also, providing more details what is included in &#x27;advanced features&#x27; and what &#x27;full access&#x27; means.<p>As far as bugs, ran a scan with TripleChecker (<a href="https:&#x2F;&#x2F;triplechecker.com&#x2F;s&#x2F;704482&#x2F;lira.study" rel="nofollow">https:&#x2F;&#x2F;triplechecker.com&#x2F;s&#x2F;704482&#x2F;lira.study</a>). There are a few error pages accessible not from the homepage but for example via <a href="https:&#x2F;&#x2F;lira.study&#x2F;sign-in" rel="nofollow">https:&#x2F;&#x2F;lira.study&#x2F;sign-in</a> after you click upgrade, including <a href="https:&#x2F;&#x2F;lira.study&#x2F;guide" rel="nofollow">https:&#x2F;&#x2F;lira.study&#x2F;guide</a>.<p>Some of the footer links (privacy policy etc.) are not on the homepage.
评论 #42196467 未加载
SwiftyBug6 个月前
This product claims to unlock &quot;smarter&quot; studying. How does it make studying smarter?<p>I&#x27;m assuming this uses some LLM to generate answers. How can you guarantee that they are accurate, as you claim?<p>I&#x27;m skeptical of this product simply because I don&#x27;t believe studying is hard because we don&#x27;t have enough tools. It&#x27;s hard because the process to build knowledge is inherently long. It takes patience and revisiting topics and concepts many times. Even if you had all the best content on the subject you want to learn, this wouldn&#x27;t make your learning much faster&#x2F;easier. Because in the end of the day, what builds knowledge is repeated exposure to the subject, from multiple angles.
评论 #42197462 未加载
kkfx6 个月前
Well, compliments for your work but allow me a note: products, especially modern ones, have a very little shelf life, AI is actually a different kind of search engine, good for some kind of search but easy to allucinate so... It&#x27;s a dream of some giants to keep ruling the people because they count to be the sole with enough data and resources to train models and probably use training biases to direct popular opinion and believing, it&#x27;s not a landscape for small actor, with unbearably high costs and probability of very little revenues.<p>So my suggestion: learn tools that will gives you power, learn LaTeX to write documents well, it&#x27;s sound banal but consider a thing: in the past with pen and paper the sign of education is good writing, not we write with computers, good typography is the new sign, LaTeX, TiKz&#x2F;PGF allow to produce beautiful looking docs very few knows how to make. Learn how to OWN your infra, with desktop tools, not clone of some giants web service.<p>This base will gives you no money at first and maybe not much excitement but gives you the basis very few now have to going anywhere you want in IT. Notes? Notes means text, the most used tool to store, transmit and transform knowledge, so well, notes like Emacs&#x2F;org-mode&#x2F;org-roam are &quot;notes&quot;, you can insert code listings, evaluating them live, attach files, handling personal finance with PTA tools like BeanCount or Ledger, full-text-search anything, export to LaTeX or a website, trying to compete against these feature is a giant task asking for years of development, trying to make this software for the masses is the way to push again people toward FLOSS because it became &quot;current&quot; again, profiting from the technically more vast, best and free codebase on the planet without selling &quot;Open Source Enterprise&quot; and with instead of on top and against the community.
skottenborg6 个月前
Great work, I like your website design! But I don&#x27;t think you should fool people by writing &quot;Join thousands of students studying with LIRA.&quot; unless that really is the case (which I doubt[0]).<p>I&#x27;m building some different, but also in EdTech. What did you use for capturing the video demos?<p>[0]: I&#x27;m skeptical of the claim since the site is brand new, doesn&#x27;t show up on Google and launched on PH today.
评论 #42196267 未加载
grahamj6 个月前
It&#x27;s been a long time since I had any school studying to do but just curious: what is the benefit of something that answers questions for you? It seems to me if you don&#x27;t know the answer you need to review the material not have the answer handed to you.
stephenbez6 个月前
Some feedback: on mobile the videos are cut off so it’s hard to see what the tool does.
评论 #42196249 未加载
O-stevns6 个月前
&quot;Study smarter&quot; or just make it easier to cheat... you be the judge of that. Maybe we should just go back to doing tests and exams on paper? What was the benefit of going digital with this again?
jaredcwhite6 个月前
Congratulations on building a product. Putting something that works out there in some sort of appealing fashion is hard.<p>That being said, this is the wrong product to build. I encourage you to spend some time looking at all the ways that commercial AI services are inherently unethical. Furthermore, the use of LLMs in education is incredibly fraught with moral dilemmas. And as others are pointing out—<i>even if</i> you could find a way to use an LLM in a moral fashion as part of academic study, that doesn&#x27;t seem to be what you&#x27;re actually promoting.<p>I wish you luck on a future product that was built ethically.
Imustaskforhelp6 个月前
I&#x27;m skeptical about this product, and while my age might introduce (17 year old as well , though no cool project other than some ai made bogus , just learning &#x2F; looking at cool stuff) with some bias, I have a lot of criticisms. The project seems like an underwhelming alternative to Anki (which I use), enhanced dim wittedly with AI. More importantly, the marketing approach feels misguided. My primary issue is that Projects should be judged on their intrinsic utility, not on the age of their developer. By highlighting &quot;a 17-year-old made this&quot; on platforms like Hacker News, the marketing seems designed to provoke curiosity about young talent rather than showcase the product&#x27;s actual value. The title appears clickbaity, seemingly calculated to attract attention by leveraging the novelty of youth rather than the product&#x27;s genuine capabilities.<p>TLDR :<p>The core recommendation is simple: let the product speak for itself. Technical innovations should be evaluated on their technical strengths, solving real problems effectively, not on the details of their creators.
评论 #42196309 未加载