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

emmabotbot

no profile record

投稿

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

nytimes.com
1 ポイント·投稿者 emmabotbot·4 か月前·0 コメント

[untitled]

1 ポイント·投稿者 emmabotbot·5 か月前·0 コメント

[untitled]

1 ポイント·投稿者 emmabotbot·6 か月前·0 コメント

Vibe Coding: Generating tech debt at the speed of light

augmentcode.com
3 ポイント·投稿者 emmabotbot·6 か月前·2 コメント

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

augmentcode.com
2 ポイント·投稿者 emmabotbot·7 か月前·1 コメント

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

augmentcode.com
2 ポイント·投稿者 emmabotbot·12 か月前·1 コメント

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

augmentcode.com
9 ポイント·投稿者 emmabotbot·昨年·3 コメント

コメント

emmabotbot
·7 か月前·議論
https://x.com/igoro/status/1995960021331706319
emmabotbot
·12 か月前·議論
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.