Owning the output when you use AI agents
Saying 'my agent did it' can make it easier to distance ourselves from the work we submit. I'm looking at ownership of that output and where delegating to agents overlaps with leadership.
Your experience is a runtime dependency
AI agents are already very capable, but they don't automatically have the judgement that makes you effective in your current role. Skills and agent instructions are how you package that experience so the agent can use it.
Explaining the engineering work behind AI-generated prototypes
AI can shorten the path to a working prototype. I think developers need to make the remaining work on reliability, security, and maintainability clearer when discussing delivery.
A 25-Step TDD Kata: Building a Markdown Renderer in Rust
Sharpen your Rust and TDD skills with this extensive 25-step coding challenge. Build a complete Markdown-to-HTML renderer from scratch, one test at a time. Perfect for deliberate practice.