> Markdown version of [/events/world-congress-2025/sessions/637-the-limits-of](https://www.wearedevelopers.com/events/world-congress-2025/sessions/637-the-limits-of). Every page supports `.md` or `Accept: text/markdown`. Links point to the HTML versions so they work for humans too. Agent guide: [/agents.md](https://www.wearedevelopers.com/agents.md). --- # The Limits of Prompting: ArchitectingTrustworthy Coding Agents - **Date:** Thursday, Jul 10, 2025 - **Time:** 15:30–16:00 (30 min) - **Room:** Stage 2 - **Event:** World Congress 2025 ## Recording [Watch recording](https://www.wearedevelopers.com/videos/1517-the-limits-of-prompting-architectingtrustworthy-coding-agents) ## Description LLMs can summarize, autocomplete, and comment on code, but when applied to tasks like code review, they often fall apart. We've run agents across real PRs in production environments and observed consistent failure modes: overconfidence, repetition, and lack of judgment. This talk examines the architectural reasons behind that breakdown—why transformer-based models struggle with intent, structure, and impact when reviewing code - and how reasoning phases, memory, and reflection improve both precision and trust. Using real-world examples from Baz's code review agent, we'll show why prompt engineering isn't enough, and what it takes to move from generic pattern-matching to useful, reliable feedback in large, evolving codebases. Expect concrete takeaways for anyone building or evaluating LLM-based developer tools. ## Speaker ### [Nimrod Kor](https://www.wearedevelopers.com/@nimrod-kor) Co-founder & CTO @ Baz ## Related talks at this congress - [Prompts are boring. Also, avoidable.](https://www.wearedevelopers.com/events/world-congress-2025/sessions/851-prompts-are-boring) — Marcin Koralewski - [How we built an AI-powered code reviewer in 80 hours](https://www.wearedevelopers.com/events/world-congress-2025/sessions/917-how-we-built-an-ai) — Yan Cui - [Beyond the Hype: Building Trustworthy and Reliable LLM Applications with Guardrails](https://www.wearedevelopers.com/events/world-congress-2025/sessions/552-beyond-the-hype) — Alex Soto - [Beyond the Prompt: Evaluating, Testing, and Securing LLM Applications](https://www.wearedevelopers.com/events/world-congress-2025/sessions/603-beyond-the-prompt) — Mete Atamel