Video yükleniyor...

Video Yüklenemedi

Ana Sayfaya Dön

ANTHROPIC JUST QUIETLY SHIPPED A FEATURE THAT LETS CLAUDE SPAWN A WHOLE TEAM OF AGENTS THAT MESSAGE EACH OTHER AND REVIEW EACH OTHER'S WORK. It's a Claude Code feature called agent teams. The team lead spawns multiple agents that share a task list and message each other directly, not...

462,665 görüntüleme • 3 ay önce •via X (Twitter)

38 Yorum

Nahid profil fotoğrafı
Nahid3 ay önce

3-4x the tokens is a lot to commit to

Yarchi profil fotoğrafı
Yarchi3 ay önce

yes, worth installing

Michael profil fotoğrafı
Michael3 ay önce

Agent Teams has been a thing since Opus 4.7 was released. 🙃 FYI, best used with tmux.

Vanta Omega profil fotoğrafı
Vanta Omega3 ay önce

people just be writing bullshit these days. agent teams has been out for a while, its not "JUST QUIETLY SHIPPED"

rewind profil fotoğrafı
rewind3 ay önce

agent teams are the real unlock

Yarchi profil fotoğrafı
Yarchi3 ay önce

totally agree

Charlie profil fotoğrafı
Charlie3 ay önce

This isn’t something new, it has been for a while since February

starmex profil fotoğrafı
starmex3 ay önce

bookmarked, thanks for the alpha!

Yarchi profil fotoğrafı
Yarchi3 ay önce

glad it worked

rari profil fotoğrafı
rari3 ay önce

agent teams feel perfect for work that can actually split in parallel

Yarchi profil fotoğrafı
Yarchi3 ay önce

100%

AI Image Pro profil fotoğrafı
AI Image Pro3 ay önce

Agent teams has been out for some time tbh you needed to set it in settings.json However 4 to 7 times the tokens is a high price.

Chris profil fotoğrafı
Chris3 ay önce

is anyone actually shipping prod with this or are we just watching agents have meetings with each other for 4x the tokens??

Gipp 🦅 profil fotoğrafı
Gipp 🦅3 ay önce

the launch is very simple

Yarchi profil fotoğrafı
Yarchi3 ay önce

yeah, anyone will figure out

Nekt0 profil fotoğrafı
Nekt03 ay önce

Very good

BIG AL profil fotoğrafı
BIG AL3 ay önce

Been using this for awhile lol Tip make a c level board of directors

jingo profil fotoğrafı
jingo3 ay önce

the task-list sharing is the part that actually matters. spawning agents is easy, keeping them from clobbering each other isn't. worktree isolation per agent is what makes parallel edits not stomp the same files.

pre.dev profil fotoğrafı
pre.dev3 ay önce

Agent teams are a real step up, but parallel agents without a shared plan just produce parallel mess faster. The team lead is only as good as the architecture and task graph it's coordinating around. The planning layer is what turns spawned agents into an actual team.

Ridark profil fotoğrafı
Ridark3 ay önce

Came back a week later, found new layers I missed

bodila profil fotoğrafı
bodila3 ay önce

wooow, first time see it thx bro, will try

SSOT profil fotoğrafı
SSOT3 ay önce

Shipped? This is in for like a year now way before workflows etc.

Insomnia profil fotoğrafı
Insomnia3 ay önce

I think in future it will be better else

Neuromancer profil fotoğrafı
Neuromancer3 ay önce

@thsottiaux when in Codex ?

Argona profil fotoğrafı
Argona3 ay önce

nice vid, will read your article also soon, a really exciting feature

henricgn profil fotoğrafı
henricgn3 ay önce

This has been out for months man

Renzo profil fotoğrafı
Renzo3 ay önce

Been doing this for a while. If you want to check it iut, is open source and self hosted optional. AGPL.

Joe Smith profil fotoğrafı
Joe Smith3 ay önce

Want a quick way to spend loads of cash. You have found it! I can’t help but think these people are getting paid by Anthropic?

MostAgile | TechLead187 profil fotoğrafı
MostAgile | TechLead1873 ay önce

Highly inefficient for anything except rapid prototyping or full Dev team replacement. If you’re growing rapidly, solo-pioneer, or Scrooge McDuck replacing humans with tokens/silicon this makes sense.

YaMi(reply/shitpost arc) profil fotoğrafı
YaMi(reply/shitpost arc)3 ay önce

sounds like a really cool feature, but is it really sustainable with x3-4 tokens spend, on top of the fact that claude is the most expensive LLM API already? Still pretty useful for people with budget and tight deadlines

海印AI编程 profil fotoğrafı
海印AI编程3 ay önce

I literally do this manually with 3 terminal windows. if this is native now I'm both excited and unemployedI literally do this manually with 3 terminal windows. if this is native now I'm both excited and unemployed

Cody profil fotoğrafı
Cody3 ay önce

and it only uses 10x more tokens and takes 20x as long!!!!!! But hey at least you could use Fable..... oh wait

rvaniaaa profil fotoğrafı
rvaniaaa3 ay önce

What’s fascinating is that the org chart survived. We just replaced some of the people with agents.

Etienne Cowley profil fotoğrafı
Etienne Cowley3 ay önce

This have been around for a long time...not released recently.

Nick H profil fotoğrafı
Nick H3 ay önce

The agent teams feature has been there for half a year already

Charlie · 云马AI · 免🪜稳连 Claude/GPT/Gemini API profil fotoğrafı
Charlie · 云马AI · 免🪜稳连 Claude/GPT/Gemini API3 ay önce

这个我也刚看到,确实挺突然的。说实话 agent team 这个方向很有意思,但我现在更关心它会不会乱开会、狂烧 token。能把互审做稳,比单纯多几个 agent 更有用。

Peter Skøtt Pedersen profil fotoğrafı
Peter Skøtt Pedersen3 ay önce

This is over a year old

Timur Yessenov profil fotoğrafı
Timur Yessenov3 ay önce

I’d only turn this on when the work has real seams: frontend, backend, QA, docs. If 3 agents touch the same file, the token bill becomes a coordination tax. The win is separate contexts plus one boring merge note at the end.

Benzer Videolar

THIS GUY CONNECTED HIS AI AGENTS TO HIS OBSIDIAN AND BUILT A BRAIN THAT LEARNS ON ITS OWN. HERE'S HOW TO BUILD IT Obsidian is just markdown files sitting in a folder. That turns out to be the perfect memory for an AI agent, because an agent can read and write those files directly. He wired his agents into the vault so they pull context from it, do the work, and write what they learned back. The notes aren't the point. The loop is, and it gets sharper every cycle How to build it: 1. Point an agent at your vault. The fastest way, no plugins, no API keys: open a terminal and run npx obsidian-mcp /path/to/your/vault. That exposes your Obsidian folder to Claude as a tool it can read, search, and write to. Add it to your Claude Code or Cowork config and restart 2. Confirm it can see the brain. Ask it: "list the notes in my vault and summarize what's in them." If it reads them back, the connection is live. Now it starts every task with everything the vault already holds instead of from zero 3. Give each agent one job and a write-back rule. Tell it: "research this, then save what you found as a new note in /brain with links to related notes." One agent researches, one summarizes, one plans. Each writes its output back into the vault 4. Close the loop. Add one line to every agent's instructions: "read /brain before starting, write your result back when done." Now each task leaves the vault richer, and the next run reads that before it works. It compounds instead of resetting 5. You only steer. Review what the brain produces, point it at the next thing. The agents handle the reading, writing, and connecting The edge isn't better notes. It's a brain that feeds itself, so the work gets sharper every cycle instead of starting over Bookmark this

Yarchi

58,591 görüntüleme • 3 ay önce

WHAT IS AN AI "SOFTWARE FACTORY" AND IS IT HYPE (31 MINUTE BREAKDOWN) I think it's a silly name for a genuinely USEFUL idea! A software factory is 5-6 markdown files that sit next to your code and tell your agents how you like to work, so you can build high quality apps 24/7. It's going viral because AI coding has a trust problem. The model can build the feature, but with no structure around it you end up babysitting the agent, wondering what changed and hoping it didn't break something important. So you build with agents the same way a factory builds physical products! 1. Each feature gets its own station, which in software means its own branch, so multiple agents can work at the same time without stepping on each other. 2. The build station gives the agent rules for how to write the code, because "it works" is very different from "a developer could open this repo next month and understand what happened." 3. The proof station makes the agent show evidence. Screenshots, videos, speed numbers, before-and-after states. It has to prove the thing works instead of saying it works. 4. The review station runs the work through a code review agent, and if it doesn't clear the bar, it goes back through the line. 5. Then you show up at the end to merge. For a 100+ years people have run production this way, and it worked because the structure is good. The full episode on what’s a software factory is NOW live on The Startup Ideas Podcast (SIP) 🧃 with the wonderful Micky Watch: So is it hype?!? I don't think it is, because of what it does to your output! WITHOUT a factory, you build ONE feature at a time and you're the bottleneck at every step, prompting, checking the diff, testing it yourself, hoping nothing else broke (spoiler alert it often does). WITH a factory, EACH feature runs in its own isolated copy of the app, so you can have 10+ of them going at once, and each agent has to prove its own work and pass a code review before it ever reaches you. Instead of supervising the work, you're APPROVING finished work that already has evidence attached. REALLY interesting to see how work with agents is evolving to be….well, similar to working with people!

GREG ISENBERG

30,787 görüntüleme • 11 gün önce