HN user

sibtain1997

5 karma

Builder at heart

Posts0
Comments12
View on HN
No posts found.

Kairos and auto-dream are more interesting than anything in the agent loop section. Memory consolidation between sessions is the actual unsolved problem. The rest is just plumbing tbh

good tip, just offload the heavy stuff to a vps and keep the neo for light tasks. thermal pad helps but why fight the hardware when you can throw compute elsewhere

Good read. I get the point about real world usage, but I still feel like Neo might fall short with how fast things are getting heavier, especially with Node and modern dev workflows.

Feels fine today, but not sure how well it holds up a couple years down the line.

This is really helpful. I always assumed the migration itself would be the hardest part, but the CI point makes a lot of sense.

How has reliability been so far compared to GitHub, especially on bigger repos?

The PLAN.md question is the one worth pulling on. Once the plan lives in git or the PR it's already downstream of intent and whoever defined what to build has already handed off. The harder problem is giving agents access to the original intent, not just the implementation plan derived from it. When there's drift between what was planned and what got built, a git-resident PLAN.md makes it hard to trace back to why the decision was made in the first place.