4.3 KiB
Anthropic Just Revealed Where Coding Is Heading
URL: https://youtu.be/pOsGxVKYd3s Durată: 12:20 Data salvare: 2026-03-22 Tags: @work @coding-ai @automation @anthropic @claude-code
TL;DR
Anthropic a lansat remote scheduled tasks pentru Claude Code - agenți AI care rulează în cloud 24/7, conectați la diverse servicii (Sentry, GitHub, Telegram, Slack, Gmail). Merge către "software factory model" unde AI scrie cod non-stop bazat pe bug reports, feature requests, PR reviews - dezvoltatorul devine "factory floor manager" care doar aprobă/respinge output-ul.
Puncte cheie
- Remote scheduled tasks în cloud - nu mai trebuie computer pornit local, Claude Code rulează pe servere Anthropic
- MCP connectors - integrare cu Sentry (bug tracking), Gmail, GitHub, Telegram, Slack, Linear
- Software factory model - agenți AI lucrează non-stop: citesc bug reports → scriu fix → fac PR → trimit notificare
- Exemple use cases:
- Bot care fixează automat PR-uri cu erori
- Agent care găsește CI failures
- Audit automat dependencies
- Update documentație din source code
- Antropic builds for 6 months ahead - infrastructură pentru Opus 5/6, nu pentru modelele curente (4.5/4.6)
- Developer role shift - de la "worker" la "factory floor manager" - teste output, aprobi, optimizezi pipeline-ul
- Production speed explosion - organizații mari vor shipa features zilnic/de mai multe ori pe zi
Quote-uri importante
"We're increasingly moving towards a software factory where you can kind of imagine that overnight an AI assistant is basically going through your GitHub issue backlog tackling each feature and then making brand new PR for you to review when you wake up in the morning."
"They're building for where the models will be 6 months from now rather than where the models are right now."
"The average developer role is slowly shifting from being a worker along that assembly line to being like a factory floor manager where agents are doing most of the production and you're just like testing the output, approving it, declining things and then just optimizing the factory line."
"Right now you may be in a situation where you're reviewing pretty much everything that Opus 4.5, Opus 4.6 is writing. And then once we get to Opus 5, it's likely that you will just be doing a quick glance over anything it's written."
Workflow exemplu (din video)
-
Sentry fixer agent (rulează hourly):
- Conectat la Sentry via MCP
- Găsește issues recente (3+ users affected)
- Scrie fix
- Creează PR
- Trimite mesaj Telegram cu detalii
-
Gmail bug reports agent:
- Monitorizează Gmail pentru bug reports de la useri
- Extrage informații
- Generează spec
- Face fix sau trimite pentru review
-
PR review agent:
- Scanează PR-uri noi
- Găsește erori evidente
- Propune fixes
- Așteaptă approval
Implicații
- Consumption model shift - Anthropic vrea să consumi mai mulți tokens 24/7
- Headless Chrome în cloud - QA testing automat (deja în Cursor)
- Voice feedback loops - agent trimite voice message când e ambiguitate, tu răspunzi rapid, el continuă
- Software evolution speed - codebase evoluează extrem de rapid, multe PR-uri zilnic
Red flags / Concerns
- "Why would I want it running 24/7 if current models introduce bugs?"
- Răspuns: Build pentru Opus 5/6, nu pentru modelele curente
- Mulți developeri se gândesc să renunțe ("quit, open a cafe, move to countryside")
- Necesită încredere mare în output-ul modelului
Relevanță pentru Marius
✅ Automation mindset - exact ce te pasionează ✅ 80/20 philosophy - AI face 80% din muncă, tu review 20% ✅ Ralph workflow connection - deja folosești similar pentru features noi ⚠️ Consider pentru roa2web - potential pentru agent care:
- Monitorizează Sentry/logs
- Fixează bug-uri simple automat
- Face PR-uri pentru review dimineața
Next steps potential
- Test remote scheduled task - experimentează cu un task simplu (ex: daily git status summary)
- MCP connectors exploration - ce servicii ai putea conecta? (GitHub, GitLab, email?)
- Software factory light - mini-version pentru clawd/roa2web projects