Ask HN: Why hasn't x86 caught up with Apple M series?
439 points by stephenheron 4d ago 616 comments
Ask HN: Best codebases to study to learn software design?
107 points by pixelworm 6d ago 92 comments
Show HN: AI Coding Assistant Who Won't Write Any Code (so your brain won't rot)
3 cryptoz 0 8/29/2025, 11:20:51 PM github.com ↗
I've been thinking of ways to continue getting advantages out of AI coding tools without letting my brain become mush. One way I'm trying out is to have an AI assistant that refuses to write any real code; rather, it will guide you and direct you to the solution you're looking for. You'll still have to write the code yourself.
This is a simple prototype of the idea. It has been useful to me already! Thinking of building a VSCode extension or vim plugin if there is interest.
Right now it's just a simple webapp frontend that you can run locally, and it calls gpt-5-nano as the LLM. Will consider adding local models in the future.
No comments yet