frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Open in hackernews

Ask HN: Would a tool to check if code matches requirements be useful?

1•eladtamir•2d ago
Hi HN, I’m a junior web developer exploring a side project idea and would love your thoughts. The concept is a simple web app that takes a requirements doc (e.g., User Stories) and code, then checks if the code implements the requirements.For example: you upload a spec saying “add a Google login function,” upload the code, and get a report with (requirement met) or (missing). The goal is to help product managers, developers, and clients verify features without manually reading code.Questions:Would this be valuable for developers, PMs, or QA?What features would you want in such a tool?Any advice for building a minimal MVP?I’m sharing this anonymously as I’m in the early ideation phase. Honest feedback is welcome, even if it’s “this won’t work because X” Thanks!

Comments

byoung2•2d ago
This seems like it would only be useful for open source projects, like a check to see if a pull request matches a feature request or an open issue. For most companies, uploading your code and requirements docs to a random website is a non-starter.
eladtamir•2d ago
Hey, thanks for the feedback! You’re totally right about the privacy issue with uploading code. I’m thinking a self-hosted version could work, or maybe focusing on open-source projects like you said. Love the PR idea! Any tips on how to make that useful for OSS contributors? Appreciate it!
dtagames•1d ago
You can already do this with Cursor. The problem will be that the requirements doc never really lays out the real requirements and there is no way just from examining the code to see if it will give the results a PM wants.

To try it in Cursor, just open a repo and ask, "Does this app meet the requirements specified in @my-reqs-file.md?"

Live Real-Time Translator

https://talkpersona.com/translate/
1•JM_SG•11m ago•0 comments

Chris Hadnagy vs. DefCon Dismissed with Prejudice [pdf]

https://storage.courtlistener.com/recap/gov.uscourts.wawd.329575/gov.uscourts.wawd.329575.119.0.pdf
2•healsdata•12m ago•0 comments

Now you can Airbnb more than an Airbnb

https://www.airbnb.co.uk/release
2•mellosouls•13m ago•0 comments

What It Takes to Ship

https://krishna.github.io/posts/what-it-takes-to-ship/
1•kenshi•14m ago•0 comments

Post-Labor Economics Lecture 01 [video]

https://www.youtube.com/watch?v=UzJ_HZ9qw14
1•ngrislain•16m ago•0 comments

'Accessibility and Rust' live podcast recording session at RustWeek

https://gribnau.dev/posts/rustweek-accessibility-and-rust-podcast/
1•foresterre•16m ago•0 comments

LLM Interviews: Vector DBs

https://mburaksayici.com/blog/2025/05/06/llm-interviews-vector-dbs.html
2•mburaksayici•21m ago•0 comments

Major world system dust particle kalpas

https://www.nichirenlibrary.org/en/dic/Content/M/44
2•debo_•25m ago•0 comments

Map of Palaeohispanic Coins and Inscriptions

http://hesperia.ucm.es/consulta_hesperia/mapas.php
8•brendanashworth•29m ago•0 comments

Cognitronics and the Longest Running Voice in Telephony [video]

https://www.youtube.com/watch?v=RFL2dKvTM9Y
1•fortran77•29m ago•0 comments

IterGen: Iterative Semantic-Aware Structured LLM Generation with Backtracking

https://arxiv.org/abs/2410.07295
1•tough•32m ago•0 comments

ROCODE: Integrating Backtracking Mechanism and Program Analysis in LLMs for Code

https://arxiv.org/abs/2411.07112
1•tough•33m ago•0 comments

SRLCG: Self-Rectified Large-Scale Code Generation, CoT, Dynamic Backtracking

https://arxiv.org/abs/2504.00532
1•tough•34m ago•0 comments

AI #115: The Evil Applications Division

https://thezvi.substack.com/p/ai-115-the-evil-applications-division
1•paulpauper•44m ago•0 comments

"How did porcelain go from a rare luxury to a commodity?"

https://old.reddit.com/r/AskHistorians/comments/1kj9q61/comment/mrmrec1/
4•areoform•44m ago•0 comments

Silicon Valley Braces for Chaos

https://www.theatlantic.com/technology/archive/2025/05/silicon-valley-reacts-to-trump/682799/
1•paulpauper•45m ago•0 comments

The Myth of the Poverty Trap

https://www.theatlantic.com/podcasts/archive/2025/05/the-myth-of-the-poverty-trap/682786/
6•paulpauper•45m ago•0 comments

Less meat is nearly always better than sustainable meat

https://ourworldindata.org/less-meat-or-sustainable-meat
5•sohkamyung•46m ago•0 comments

Ibcs-us – Linux User space emulation of SCO, Solaris and others

https://ibcs-us.sourceforge.io
2•wmlive•47m ago•1 comments

What I Worked on (2021)

https://paulgraham.com/worked.html
1•wglb•51m ago•0 comments

Intel's new CEO 'isn't thinking about changes'

https://www.oregonlive.com/silicon-forest/2025/05/intels-new-ceo-isnt-thinking-about-massive-changes.html
2•rwc9•52m ago•0 comments

Ask HN: Take over FB group when Admin dies?

1•coffeeismydrug•54m ago•0 comments

Good luck to everyone applying for YC summer 2925 batch

1•byoung2•58m ago•2 comments

How to See MCP in Action?

2•mahimamanik•1h ago•0 comments

Why do NYC drivers waste two hundred million hours a year circling the block?

https://www.newyorker.com/magazine/2025/05/12/no-parking-zone-the-perils-of-finding-a-spot-in-nyc
4•haltingproblem•1h ago•0 comments

Deploying Software: A Technology Explainer and a Look Toward the Future

https://georgetownlawtechreview.org/deploying-software-a-technology-explainer-and-a-look-toward-the-future/GLTR-05-2025/
2•raybb•1h ago•0 comments

Your fingers wrinkle the same way every time you're in the water too long

https://www.binghamton.edu/news/story/5547/do-your-fingers-wrinkle-the-same-way-every-time-youre-in-the-water-too-long-new-research-says-yes
17•gnabgib•1h ago•0 comments

NeXTSTEP: The Visionary OS, Steve Jobs's Apple Exodus, and the GNUStep Legacy

https://machaddr.substack.com/p/nextstep-the-visionary-os-steve-jobss
2•wmlive•1h ago•1 comments

Nutpie: High-Performance Bayesian Inference

https://pymc-devs.github.io/nutpie/
3•helltone•1h ago•0 comments

Embedding files in Go using the "embed" package

https://echorand.me/posts/go-embed/
2•karagenit•1h ago•0 comments