Tag: issue_autofix
Never Merge: Designing an Autonomous Agent You Can Actually Trust
by
Jerome Etienne
on
Mon Jul 06 2026
The scariest sentence in AI tooling is "and then it commits to main." When you build an agent that fixes bugs unattended overnight, the most important decision isn't a capability - it's a refusal. Why making mistakes cheap beats making the agent smart, and how trust in autonomous software actually gets built.
The Engineering Behind an Agent You Can Leave Running Overnight
by
Jerome Etienne
on
Wed Jul 01 2026
A one-shot "fix this bug" agent is a party trick. A system you can label twenty issues against and walk away from is engineering. Two pieces of craft close that gap - isolated, runnable sandboxes that make every fix prove itself, and conflict-free pull requests that merge in any order. The intelligence is rented; the trust is built.
Wake Up to Your Easy Bugs Already Fixed
by
Jerome Etienne
on
Fri Jun 26 2026
Label your easy bugs at the end of the day, go home, and wake up to a pull request waiting for each one - written, tested, and ready to review over coffee. The pitch for an overnight bug-fixing agent, and the one design decision that makes it something you'd actually trust.