Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Jimmy0252
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
Jimmy0252
3mo ago
Interesting direction. For a self-hosted agentic chat, I'd be curious how you handle long-running sessions and handoffs between users, since that's where these workflows usually get messy in real teams.
2.
▲
by
Jimmy0252
3mo ago
The peer-to-peer/outbound-only part is the most interesting bit to me. For coding agents, the tricky part is usually not starting a remote session, but making it clear when the agent is still running, blocked, or has changed files that
3.
▲
by
Jimmy0252
4mo ago
Interesting benchmark idea. I'd be curious whether the scoring separates geometry correctness from code maintainability, since generated Three.js can look right while still being hard to edit or extend.
4.
▲
by
Jimmy0252
4mo ago
Nice idea, especially for onboarding to an unfamiliar repo. The hard part is usually keeping the explanation grounded in the actual code paths, so it would be useful if the map links every summary node back to the files/functions it wa
5.
▲
by
Jimmy0252
4mo ago
This hits a real pain point in larger repos: the expensive part is often not one bad prompt, but stale logs and generated files silently getting pulled back into context. I’d be curious if the firewall mode supports per-task allowlists, bec
6.
▲
by
Jimmy0252
4mo ago
The maintenance-cost framing is the useful constraint. I’d rather see agents default to smaller diffs, test scaffolding, and explicit assumptions than maximize lines changed per prompt.
7.
▲
by
Jimmy0252
5mo ago
it was fun
8.
▲
by
Jimmy0252
5mo ago
Sam just loves doing these kinds of things.