📍 Engineering's current situation
You might have heard this already a ton of times that software engineers are gonna get replaced with AI systems, agents and tools.
is being built using claude
No, above picture doesn't refer to how you should code 🤪
Coding is still a fundamental problem solving method where structure wins even after so many code generation LLM models. Catching it up using first principles it is:-
- writing a PRD (product/feature requirement doc)
- dividing a PRD into Specs
- making Tech docs and then sub-tasks
- assigning sub tasks to your team so that they can finally code
- verification of the implementations
And this is where Inner loop solves your problem, which is code generation.
But have you noticed which part is missing ???
Yes, exactly the outer loop.
📍 The Outer Loop
Missing pieces because of which LLMs are still not capable of coding are:-
1️⃣ writing a PRD (product/feature requirement doc)
2️⃣ dividing a PRD into Specs
3️⃣ making Tech docs and then sub-tasks
⚠️ - assigning sub tasks to your team so that they can finally code (using Inner loop or LLMs here)
4️⃣ verification of the implementations
This is where a new field shines:- Spec Driven Development.
A lot of products are trying to solve Spec driven development which does generate PRDs, plan really well, verifies each agent's code step and prevent agents drifting away from user' intent.
Products which are in this space are:- Traycer, Kiro, Spec-kit
But my friends are obsessed with
TraycerAI is my partner nowadays because it acts my senior engineer instead of just an agent. Highlighting few features:-
- It starts with a simple prompt
- Then it interviews you around problem statement, tech stack, edge cases and other high level questions
- Then it generates PRDs, Specs, Tech flow, Wireframes, Sequence and user flow diagrams
- And finally, it breaks the plan into smaller tickets so that you can handover these tickets to any AI agent like claude, grok, cursor IDE etc
- and then it verifies each and every change and prevents your agents to drift/deviate in false direction
📍 Recently we shipped products like:-
- building your own redis
- building my own whatsapp that supports semantic search across messages
And many more projects we are building and loving the EPIC mode ❤️
SOCIAL SHARE CARD GENERATOR