Software development lifecycle, agentified
@ykdojo at eventual.ai
A common complaint about agentic coding
- "You write features fast, you write bugs faster"
- More code, more tech debt
- We tend to over-rely on agents to generate code, but not for maintaining it, reviewing it, or testing it
- That's the motivation behind this talk
Simplified SDLC
- Identify and understand the issue
- Design a solution
- Implement
- Review and test
Identify and understand the issue
Design a solution
Implement
Review and test