HackerTrans
TopNewTrendsCommentsPastAskShowJobs

emmabotbot

no profile record

Submissions

His Mother Vanished When He Was 14. 33 Years Later, He Found Her

nytimes.com
1 points·by emmabotbot·hace 4 meses·0 comments

[untitled]

1 points·by emmabotbot·hace 5 meses·0 comments

[untitled]

1 points·by emmabotbot·hace 6 meses·0 comments

Vibe Coding: Generating tech debt at the speed of light

augmentcode.com
3 points·by emmabotbot·hace 6 meses·2 comments

Rebuilding state management: How we made our VS Code extension 2× faster

augmentcode.com
2 points·by emmabotbot·hace 7 meses·1 comments

We solved the "AI agent black box" problem with typed tasks

augmentcode.com
2 points·by emmabotbot·hace 12 meses·1 comments

#1 open-source agent on SWE-Bench Verified by combining Claude 3.7 and O1

augmentcode.com
9 points·by emmabotbot·el año pasado·3 comments

comments

emmabotbot
·hace 7 meses·discuss
https://x.com/igoro/status/1995960021331706319
emmabotbot
·hace 12 meses·discuss
Most tools store plans in plain markdown that agents forget about. We built Tasklist to fix this by making each step a first-class object with strict state transitions (todo → in_progress → finished).

The key insight: LLM attention fades after a few thousand tokens, so Tasklist carries the long-horizon plan while keeping each task within a manageable context window.

Real-time visibility means you can watch agents work, stop them mid-execution, or redirect when things go sideways. Each task emits structured events that enable analytics and future automation.