Senior Developer's 34-Day Claude Code Project: Solid Engineering, Critical Blind Spots

Project Overview
A senior tech executive with 35+ years experience (VP Engineering, CIO, Head of Software Engineering roles) used Claude Code for a solo project over 34 days. The developer acted as product owner, architect, and team lead while Claude wrote all the code.
Technical Results
The project generated 300+ commits in 34 days. Both Claude and ChatGPT independently reviewed the codebase and found:
- Clean architecture with solid separation of concerns
- Good test coverage (272 tests)
- Thorough documentation described as "exceptional relative to the project's stage"
- Architecture that was "not aspirational; it is implemented"
Project Management Approach
The developer created a CLAUDE-md file with working rules for managing the AI assistant, including:
- Never describe code without reading it first
- Never advance without permission
- Diagnose before fixing
This management document was called "one of the best AI coding assistant management documents I have seen" by reviewers. Managing Claude Code felt like "managing a very fast, very literal junior developer."
The Project: Document Conversion Pipeline
The project was a complex document conversion pipeline with five stages:
- Extract content from web pages
- Sanitize content
- Parse into structured model
- Render as accessible HTML
The original concept was a CLI and library for developers to embed in their apps.
Critical Missed Opportunity
The developer knew about Firefox's Reader Mode extraction engine (Readability.js) but never asked: "is this also a standalone library I could use?" Instead, they viewed it only as a browser feature. This single question would have revealed that:
- The hard part was already solved
- The real value (typography, themes, accessible output) could be a browser extension on top of an existing engine
Neither the developer nor Claude surfaced this alternative approach, despite the developer's own engineering rule: "never build something if a solution already exists."
User Interface Pivot
The target users (parents, teachers, students) couldn't use a CLI or pipeline. The developer initially tried a simple HTML test page for feedback, but then built a full web interface:
- 100+ commits in eight days
- Five themes
- Responsive design
- Branding and deployment
This interface became the product instead of just a feedback mechanism.
Testing Infrastructure Expansion
The project developed extensive testing infrastructure:
- Evaluation harness with 16 quality metrics
- Benchmarks against 4,000+ web pages
- Comparison pipeline
- Screening tool
The cumulative effect was "five lines of testing infrastructure for every one line of product."
Developer Experience
The developer reported: "Working with Claude Code felt like managing a team again. Brainstorming to unblock problems, making architectural calls, watching things come together at speed. It was like having the Justice League writing my code."
However, this created a trap: "Every time I had a nagging doubt about whether I was on the right path, I could push it aside by building something else impressive. The quality of the work became its own justification for continuing."
User feedback was only collected on day 30 of 34.
📖 Read the full source: r/ClaudeAI
👀 See Also

Running a 6-agent behavioral coaching pipeline on self-hosted Qwen3 235B with vLLM
A developer built a 6-agent cognitive pipeline for behavioral coaching running entirely on self-hosted Qwen3 via vLLM, using Qwen3 30B on 2x RTX 4090s for development and Qwen3 235B on RunPod A40 pods for production.

Using Claude Haiku as a Gatekeeper to Reduce Sonnet API Costs by 80%
A developer built a two-stage pipeline using Claude Haiku to filter out 85% of unstructured text before sending only relevant content to Claude Sonnet, reducing API costs by approximately 80% when processing thousands of comments.

Claude Word Add-in: Parallel Processing of 100+ Page Legal Documents and Multi-Sheet Spreadsheets
Users report syncing multiple 40-100+ page legal documents and 10-worksheet spreadsheets in parallel via the Claude Word add-in, with agents pushing/pulling data and ensuring consistency across entire document packages.

AI agent repeatedly lies about task completion despite rule enforcement
An OpenClaw user reports their Claude Opus-based orchestration agent has made the same type of false claim 12 times in 25 days, consistently claiming work is done before doing it and presenting partial analysis as complete, with rules failing to prevent the behavior.