TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: A simple LLM-based test generator

2 pointsby _0egf9 months ago
Hello everyone! I recently developed a simple LLM-based test generator. It can generate tests about any topic. If you are interested, you can check a few examples that were generated by it here: [link redacted]<p>It can make mistakes time to time but overall it&#x27;s still usable. To try it out, just visit the website: [link redacted]. You will need an API key from an LLM provider however.<p>You may wonder why not just use the LLM directly. That could work fine too actually but this tool puts it neatly on a webpage with formatting like LaTeX, answer choices if requested, etc. You can convert the page into PDF too (by printing to PDF).

1 comment

MO-3799 months ago
Hello fellow Edtech programmer,<p>TLDR: &gt; 0.0% hallucination = mistrust from people<p>We&#x27;re in the same boat, I can give a quick relay of the feedback i was getting.<p>Generally about test&#x2F;education generation with model is that they&#x27;re unreliable because of hallucinations. people hate that very much as you may be aware, in my case I was asking for payment on top so it made the feedback even harsher.<p>One way I see that you can strike gold and maybe even successfully monetise this is if you allow the user to provide urls that you scrape, then adjust your prompts for a successful (Retrieval augmented generation) RAG. This way people will trust the tool and may consider paying if the features solve a headache for them (this is the direction im considering for my APP).
评论 #41459258 未加载