Can you trust the code your agent just wrote? Probably not on sight. That's what tests are for, so you ask the agent to write those too. Now you have twice as much code you can't vouch for, and a cook grading his own dish.
A few days later, your agent refactors a service and breaks 42 test files. It investigates, burns tokens and time, then rewrites them until they're all green. How can you tell if these changes were legitimate or if they just swept a bug under the carpet? Review the tests? No, not again.
That's a testing strategy problem before it's an AI-assisted development problem.
During this hands-on workshop, on an Angular app, you will:
Exercises run on an Angular app, but the patterns and the workflow aren't Angular-specific; we call out the React equivalents as we go. You don't need to be an Angular expert; you do need to be comfortable reading it.
For frontend developers, tech leads, and architects who:
Bring Your Own Agent: This is not a workshop about one vendor's tool.
Every pattern, test technique, and workflow step works with any agent and any harness: Claude Code, Codex, Cursor, Copilot, Gemini CLI, or whatever ships next month.
Where an example is tool-specific, such as a hook, a skill file, or an MCP server, we cover the underlying mechanism and its equivalent elsewhere, so you can port it to your team's setup on Monday.
No agent, or not enough quota? A license can be provided for the day.
A bad testing strategy, or poorly generated tests, confuse agents and humans alike. The game-changing craft: tests that focus on behavior, not implementation details.
A trustworthy test suite is almost useless if feedback arrives slowly or vaguely. Wire up tools that give your agent quick, precise signals instead of letting it drift on stale or noisy output.
Charted Coding is our flow for keeping every step small enough to review in a single pass, and cheap enough to revert when the agent takes a wrong turn. TDD is one step of it, not the whole of it.
Writing tests, debugging, and refactoring each need their own agent skill. But how do you know a skill really works?
Now that you know all the mechanics, the real question is: what do you actually trust, and what do you verify? Trusting nothing costs as much as trusting everything.
Sign up to receive updates about AI Poland, including workshops, speaker announcements, ticket releases, AI Awards, expert interviews, CFP details, and other exclusive content. We won’t spam you — only thoughtfully curated updates we believe you’ll find truly valuable. You can unsubscribe at any time. More information available here.