this 2 hour interview with Peter Steinberger (clawd) is a must-watch and i’m not even kidding. he explains his process, how he codes with AI, even advice for new grads. > he ships without checking the code > uses 5-10 agents in parallel > not vibe coding, “agentic engineering” > it’s mentally more exhausting than coding > the people who care less about how things work internally and are excited to build have more success > he has one main project and a few smaller ones running in parallel > makes agent runs tests and iteratively improve base on them > setting up the validation loop and the tests makes reading the code unnecessary > CLOSE THE LOOP: have the agent validate its code and verify the output > don’t just send a prompt with the model. have a conversation with it. spend time getting to the bottom of what you want before handing it off to the agent. > it’s a different way of thinking and building than traditional coding > instead of getting frustrated at the agent for not behaving the way you want, speak with it to understand how it interpreted the task. learn the language of the machine. > you don’t need to plan for days when you can have the agent build and you can check the results in minutes > no CI, if agents pass the test locally he merges > reading the prompt gives you valuable signals just as much as reading the code amazing talk @GergelyOrosz and @steipete 👏🏻