Загрузка видео...

Не удалось загрузить видео

На главную

Anthropic engineer: "You're not supposed to babysit the model. Put it in a graph and it catches its own mistakes, running a dozen tasks at once." In 25 minutes he breaks down exactly how Anthropic builds agents that run in parallel, check each other's work, and recover when one...

82,781 просмотров • 1 месяц назад •via X (Twitter)

Комментарии: 23

Фото профиля riVeN
riVeN1 месяц назад

not supposed to babysit the model” is the whole thing but the babysitting doesn’t disappear, it moves upstream. if step 1 is vague, four workers produce four flavors of vague and merge averages them into mush most of my time goes into the goal node now, not the prompts

Фото профиля Hussain Hashim | Building SundayBack
Hussain Hashim | Building SundayBack1 месяц назад

@AnatoliKopadze that's wild, didn't know you could make them self-check like that. need to rethink how I handle error correction in my projects.

Фото профиля Marvin
Marvin1 месяц назад

i'll watch this video and i'm sure i'll learn something new, thanks for the info

Фото профиля T
T1 месяц назад

This is literally somebody else’s science, which do you like to figure out. This is somebody’s biometrics that they’re taking the concepts from.

Фото профиля Jonpill
Jonpill1 месяц назад

lol no it builds slop

Фото профиля Creao AI
Creao AI1 месяц назад

Parallelism helps most when the tasks have different failure modes. Giving every agent the same job faster just creates a larger pile of correlated mistakes

Фото профиля HaruAI
HaruAI1 месяц назад

AIを管理するより、AI同士が確認し合う方が人間らしい働き方になるのかもしれませんね🤔

Фото профиля ChainSignal | Web3
ChainSignal | Web31 месяц назад

Better models aren’t the whole answer. Sometimes the biggest performance gain comes from better orchestration: split the task, run work in parallel, verify outputs and recover from failures. Architecture matters. 👀

Фото профиля Winter
Winter1 месяц назад

parallel self checks still share one graph control plane risk

Фото профиля Harley Lewis Foote
Harley Lewis Foote1 месяц назад

Catches its own mistakes" is doing heroic work there.

Фото профиля Ankur Misra
Ankur Misra1 месяц назад

“Put it in a graph” isn’t the hard part. Owning the graph is. Parallel agents that check each other still need a home for state, a stop rule, and a human who stands behind the blast radius — otherwise you’ve just automated babysitting at higher token cost.

Фото профиля Rakhul
Rakhul1 месяц назад

The part that actually matters is the error recovery design. Most agent demos show happy paths. The interesting question is what the graph does when two parallel nodes return contradictory outputs, does it arbitrate, escalate, or just pick one silently?

Фото профиля Melanie Freeman | AI
Melanie Freeman | AI1 месяц назад

honestly the parallel checking thing is such a game changer for reliability

Фото профиля lahflintelligence
lahflintelligence1 месяц назад

With opus 5, yes - you do have to babysit. And instead of getting payed to babysit you owe THEM money and it ruins your day everytime.

Фото профиля The Awkward Bit
The Awkward Bit1 месяц назад

Right. Another concept stolen from its users. Good luck with getting no regression s!

Фото профиля rewind
rewind1 месяц назад

agents checking agents feels right

Фото профиля Andreas Rother
Andreas Rother1 месяц назад

The graph moves the babysitting upstream. That part is clear. What still feels open: when a node fails and the graph recovers, who owns the corrected state afterwards? The graph can catch mistakes. It still needs a durable layer that outlives any single agent.

Фото профиля Ryan Malk
Ryan Malk1 месяц назад

Parallel agents that self-correct feels like the first time these systems stop feeling like toys. Anyone actually running production graphs yet and seeing the failure modes?

Фото профиля Tiago Aiev
Tiago Aiev1 месяц назад

Absolutely BS

Фото профиля TARAS PD
TARAS PD1 месяц назад

This parallel processing approach highlights how robust systems emerge from distributed checks, a core concept for translating consumer attention into investor foresight.

Фото профиля mukay
mukay1 месяц назад

“Put it in a graph and it catches its own mistakes” is the sentence that separates people who build agents from people who babysit them.

Фото профиля Max Voitko
Max Voitko1 месяц назад

Don’t you think all “right” approaches proposed by model creator coincidentally are also tokenmaxing?

Фото профиля Saman Ahmed
Saman Ahmed1 месяц назад

The interesting shift is from babysitting agents to designing systems that supervise themselves.

Похожие видео