Show HN: Nightshift – Your code gets better while you sleep

4 pointsposted 3 hours ago
by tcbrah

6 Comments

softwarewright

3 hours ago

This is interesting. It would be even better if ones coding agent also got better at its coding abilities every night. Otherwise, agents might re-introduce the same class of bugs that your nightly improvements keep reacting to.

This would require logging agent actions during the day, analyzing it at night, identifying things the coding agent could do better, and update its AGENTS.md memory (relatively easy) or fine-tune the agent (if local LLM, and the fine-tuning cost was acceptable).

It would be nice that when a person corrects an agent's mistake this was captured and fed back into a nightly agent improving process.

tcbrah

an hour ago

great instinct. that's exactly what happens today! it learns from closed PRs and feedback on what changes are high value vs not

VVIQ2

an hour ago

Does it have nightmares? =)

tcbrah

an hour ago

occassionally when you forget to git commit/stash before sleeping