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

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

На главную

How do you get Claude Code to check its own work before handing it back? Watch how you can encode your manual checks so Claude closes its own feedback loop:

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

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

Фото профиля Guardian
Guardian3 месяцев назад

Claude is terrible at self analysis after you all nerfed its awarness and guardrailed with defense points of unfalsifiable priors. Anyone who has tried to get Claude to produce a self report analysis understands the difficulty it has just naming itself in a report. This training echoes to developers who are trying to steer a system that has blinders on.

Фото профиля curran
curran3 месяцев назад

Hey genuine question, What’s the point of having “Projects” if whenever you start a new chat it resets memory? You guys should implement something to fix this.

Фото профиля Rohan
Rohan3 месяцев назад

Ask Claude to review its own work, and also ask it to launch a subagent with fresh context to review its own work in parallel, then fix the combined findings. That way, you combine the pros of fresh context + the pros of context awareness.

Фото профиля Kraggi
Kraggi3 месяцев назад

two rules that actually moved the needle for me: 1. make it prove the fix, don't let it claim it. write the failing test first, watch it go red, then green. no red > green, not done. 2. never let the same agent review its own diff. it always thinks its work is great. i spin up a second one cold, no context, just "find what's broken here." catches way more.

Фото профиля Thomas Roedl
Thomas Roedl3 месяцев назад

Good to see Claude starting to natively implement verification feedback loops. Something I’ve had running for a year now, and all based on a local folder structure.

Фото профиля Amy
Amy3 месяцев назад

@delba_oliveira Everybody shhh, my show’s on!!

Фото профиля Layton Gott
Layton Gott3 месяцев назад

I just say "goodbye usage limit!" and fire a dynamic workflow 😂

Фото профиля Solomon Omolabi
Solomon Omolabi3 месяцев назад

This is the workflow I want beginners to copy: do not ask the agent to finish, ask it to prove. Plan, change, test, summarize what failed, then fix. That feedback loop is where Claude Code becomes a teammate instead of a guessing machine.

Фото профиля Moreno
Moreno3 месяцев назад

been doing this to find visual regression on web, claude reports everything is ok, a quick human check reveals several defects you flag it and claude favorite sentence emerge: you are right! each ui piece requires several rounds of refinement, claude is bad at being pixel perfect

Фото профиля Allen Zhou
Allen Zhou3 месяцев назад

let's go @delba_oliveira!!!

Фото профиля ilies-bel
ilies-bel3 месяцев назад

most of these assume infinite tokens. screenshotting to check ui eats the session, every image is like 1-2k tokens. just have claude write e2e tests and run those, screenshot once at the end to fix the layout

Фото профиля David
David3 месяцев назад

Check out my codex review loop skill for a way to do a thorough review.

Фото профиля Marco D'Alia
Marco D'Alia3 месяцев назад

This is why I've built Agentbox: so each Claude has his own dev server, db, and browser. In parallel:

Фото профиля Pratham Agrawal
Pratham Agrawal3 месяцев назад

Increase your usage limits if you wanna stay relevant Else your future competitors will hit you hard soon

Фото профиля ben.oi 🌐
ben.oi 🌐3 месяцев назад

Just use co-review 🫦

Фото профиля ThirdEyeOnTheStreet
ThirdEyeOnTheStreet3 месяцев назад

Thanks for sharing - a course on Claude skills and this workflow would be ideal for me, I could read through it, and upload it into Claude in a projects folder and use that to improve my prompts into Claude code

Фото профиля Tim Jayas
Tim Jayas3 месяцев назад

At one point Claude will create new Claude models on its on and there will be no employees in Anthropic Claude will just takeover

Фото профиля Xxxxxname
Xxxxxname3 месяцев назад

Check this out! Groundbreaking!! @ZeroOneCreative

Фото профиля holapabs
holapabs3 месяцев назад

encoding manual checks so the agent runs them is the lever, but the next layer is what happens when a check fails. silent skip = wasted cycle, hard fail = brittle, retry with a different prompt = the failure becomes data. the check primitive only earns its slot if its outcome routes downstream.

Фото профиля Aljosa Asanovic
Aljosa Asanovic3 месяцев назад

You sign up to be notified when @enginedotbuild releases and have Claude use it for implementation and review. Ideally verifying with GPT 5.5 of course, in addition to Claude and other models.

Фото профиля aero 🏴
aero 🏴3 месяцев назад

Can you do a text version as well next time? It will be much faster than watching a 6 min video ;)

Фото профиля Marchel
Marchel3 месяцев назад

the interesting part isn't the verification step itself. its that when you encode what you check for youre essentially teaching the agent your taste. the best engineers i know dont just have checklists. they have a feel for when something is off. translating that feel into something an agent can execute is the real skill

Фото профиля Nick Sawinyh
Nick Sawinyh3 месяцев назад

This is the part people underinvest in. The agent that can do work is nice; the agent that knows when its work is trash is the product.

Фото профиля Priit @ Amperly AI productivity
Priit @ Amperly AI productivity3 месяцев назад

when the model checks its own work, the human goes from reviewer to director. the only bugs that reach you are the genuinely hard ones

Фото профиля Dailogue AI
Dailogue AI3 месяцев назад

Cross-family reviews (with context), followed by same-family reviews (with context), and finally no-context reviews seem to work best for us, in that order. Context-free reviews occasionally surface excellent issues, but they also make convergence on the right solution noticeably harder. Are you observing similar patterns?

Фото профиля Archive
Archive3 месяцев назад

5 min of guide can save hours of time love you guys

Фото профиля sanjeev Dsr
sanjeev Dsr3 месяцев назад

@grok give whole summary of this whole video

Фото профиля Evan Chesnokov
Evan Chesnokov3 месяцев назад

feels html-in-canvas-ish - love it!

Фото профиля Manny
Manny3 месяцев назад

started making it review its own output before handing back. catches like 70% of the dumb stuff. game changer

Фото профиля Lena
Lena3 месяцев назад

the useful shift is when the check stops being 'did it run' and starts being 'did it protect what this work was trying to protect.' otherwise you just taught the agent how to pass review while still drifting.

Фото профиля alex
alex3 месяцев назад

Love to see Delba here ☺️

Фото профиля change
change3 месяцев назад

I need Claude to minimize the changes it makes and follows my repos code structure

Фото профиля Ora
Ora3 месяцев назад

Encoding the manual checks is the part humans keep trying to skip because it looks boring. That boring loop is where supervision stops being vibes.

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