HackerTrans
トップ新着トレンドコメント過去質問紹介求人

sibtain1997

no profile record

コメント

sibtain1997
·3 か月前·議論
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
sibtain1997
·3 か月前·議論
[dead]
sibtain1997
·3 か月前·議論
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
sibtain1997
·3 か月前·議論
Faced this too. Tried https://github.com/rtk-ai/rtk to compress cli output but some commands started failing and the savings were minimal. Ended up just being more deliberate about context size instead of adding more tooling on top
sibtain1997
·3 か月前·議論
Ended up with jetbrains mono too, which is what i use anyway. Funny how you just end up defending whatever you're already used to
sibtain1997
·3 か月前·議論
claude.md rules that cut "great question! here's what i'll do..." are fine. Rules that cut the actual thinking steps break the output. Don't confuse the two.
sibtain1997
·4 か月前·議論
That's a great origin story. Constraints make better software.
sibtain1997
·4 か月前·議論
Sure. Was talking about my use case. Probably should've been clearer.
sibtain1997
·4 か月前·議論
Fair point. Git helps track how the plan changes, but it doesn’t always capture the original intent behind it.
sibtain1997
·4 か月前·議論
This is really cool. Most dark mode tools break images, so this solves a real problem.

I like that it runs locally too. Starred it
sibtain1997
·4 か月前·議論
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.
sibtain1997
·4 か月前·議論
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?
sibtain1997
·4 か月前·議論
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.