I used to seek focus and concentration while coding. It was not always easy to reach this flow state but I knew it was possible.<p>I am now using agentic coding quite a lot. The honeymoon is finishing and I am starting to dislike some facets of it. I think the main setback is the rythm.<p>Writing so...
Hey HN,<p>I built CostRouter because I noticed 70-80% of our AI API calls didn't need GPT-4o/5. Simple text extraction, basic Q&A, formatting — all going to the most expensive model.<p>CostRouter is an API gateway that scores each request's complexity (0-100) and routes it to the ...
Mozzie started as a tool I built for my own workflow.<p>I like working on multiple things at once, but most development tools split the workflow across different places: tickets live in issue trackers, execution happens in terminals, and context gets lost between them. I wanted my work items and the...
Hey HN, I'm Chris, CTO of Knock (<a href="https://knock.app" rel="nofollow">https://knock.app</a>). We built email.info because every developer we talk to asks the same question: which email provider should I use?<p>The existing resources are mostly vibes — "Best of&quo...
Hi HN,<p>I built ClawMemory because my AI agent kept waking up with amnesia.<p>The problem isn't the model. GPT-4, Claude, and other LLMs are stateless by design, and that's fine. The real problem is the agent layer. Every time an agent framework starts a new session (like in OpenClaw), th...
Contextual commits – An open standard for capturing the why in Git history
(vidimitrov.substack.com)