Show HN: Daemons – we pivoted from building agents to cleaning up after them
Source: Hacker News
Background
For almost two years, we’ve been developing Charlie, a coding agent that is autonomous, cloud‑based, and focused primarily on TypeScript development. When we started Charlie, we were one of the only teams we knew fully relying on agents to build all of our code. The explosion in growth and development of LLMs and agents has since surpassed even our initially very bullish prognosis.
Observations
The one thing we’ve noticed over the last three months is that the more you use agents, the more work they create. Dozens of pull requests mean older code gets out of date quickly. Documentation drifts. Dependencies become stale. Developers are so focused on pushing out new code that this crucial work falls through the cracks.
Introducing Daemons
That’s why we pivoted away from agents and invented what we think is the necessary next step for AI‑powered software development.
Today, we’re introducing Daemons: a new product category built for teams dealing with operational drag from agent‑created output. Named after the familiar background processes from Linux, Daemons are added to your codebase by adding an .md file to your repo, and run in a set‑it‑and‑forget‑it way that will make your lives easier and accelerate any project. For teams that use Claude, Codex, Cursor, Cline, or any other agent, we think you’ll really enjoy what Daemons bring to the table.
Comments on Hacker News (Points: 11)