SRS: The Technical Spec That Keeps Developers Honest

Susiloharjo

SRS: The Technical Spec That Keeps Developers Honest May 30, 2026 · 6 min read Series: Understanding SDLC — Part 3 of 10 We’ve covered BRD (the business problem) and PRD (what we’re building). Now we get to the part developers actually care about: SRS — Software Requirements Specification. If BRD is “why” and PRD … Read more

Categories AI

Post 3: Setting Up Claude Code — The Brain Behind the Agent

Susiloharjo

Post 3: Setting Up Claude Code — The Brain Behind the Agent In Post 2 we set up Hermes — the project manager. Now we set up the developer. The one that actually reads your codebase, understands the bug, writes the fix, runs the tests, and opens the PR. This is Claude Code, Anthropic’s autonomous … Read more

Categories AI

Alibaba’s AI Just Coded for 35 Hours Straight Without Human Help

Susiloharjo

Alibaba’s AI Just Coded for 35 Hours Straight Without Human Help Last week, Alibaba’s Qwen team dropped something wild: their new model Qwen3.7-Max ran autonomously for 35 hours straight, optimizing code for their custom AI chip. No human intervention. No breaks. Just an AI agent engineering itself. This isn’t a chatbot that answers questions. This … Read more

Categories AI

Post 2: Setting Up Hermes Agent — Your AI Project Manager

AI agent orchestrator running in terminal with cron scheduling

May 28, 2026 · 7 min read Series: AI Junior Developer — Part 2 of 6 In Post 1, I laid out the vision: an AI junior developer that monitors tickets, fixes bugs, and opens PRs while I sleep. Today we build the brain — the orchestrator that ties everything together. That orchestrator is Hermes … Read more

Categories AI