All Posts

Thoughts, learnings, and insights from my daily development journey.

ANALYZE for Codebases: Giving Claude Code a Persistent Memory of Your Repo
·
11 min read

ANALYZE for Codebases: Giving Claude Code a Persistent Memory of Your Repo

Claude Code bills per token, and every fresh session starts cold — grepping and re-reading the same files to rediscover the same architecture. I built it a queryable, self-healing knowledge graph and measured 9 real queries. Median savings: 85%. Worst case: 42%. Here's the methodology, the ugly data points, and where it breaks.

#Claude Code#Knowledge Graph#AI Tools#Developer Tools+1
Mythos Changes Everything — The Developer Security Playbook Just Got Rewritten
·
12 min read

Mythos Changes Everything — The Developer Security Playbook Just Got Rewritten

Claude Mythos Preview found a 27-year-old flaw in OpenBSD, a 16-year-old FFmpeg vulnerability that survived 5 million automated tests, and chained Linux kernel bugs into privilege escalation. This isn't incremental. This is the moment AI vulnerability discovery became faster than human patching — and every developer needs to adapt.

#Claude Mythos#Project Glasswing#Cybersecurity#AI Security+6
I Built a CLAUDE.md Linter in One Session. Here's What I Found in 773 Sessions of Context Files.
·
5 min read

I Built a CLAUDE.md Linter in One Session. Here's What I Found in 773 Sessions of Context Files.

Every AI coding tool reads .md files for context. I built a Rust linter to grade them. The finding: most of what we write in CLAUDE.md never changes Claude's behavior. Here's the data.

#Claude Code#AI Tools#Rust#Developer Tools+1
What If Frontend Frameworks Were Designed for AI? A Token-First Approach to UI Syntax
·
13 min read

What If Frontend Frameworks Were Designed for AI? A Token-First Approach to UI Syntax

React components average 340 tokens. What if the same UI could be expressed in 210? I'm designing a syntax where AI generates UI with 38% fewer tokens, zero className strings, and no closing tags.

#AI#Frontend#Token Efficiency#React+6
KAIROS: A Complete Technical Teardown of Claude Code's Hidden Autonomous Daemon
·
13 min read

KAIROS: A Complete Technical Teardown of Claude Code's Hidden Autonomous Daemon

234 references across 65 files. A 4-phase dream engine. Channel messaging via Discord and Telegram. GitHub webhook subscriptions. I read every line of the KAIROS system in Claude Code's leaked source. Here's how it actually works.

#Claude Code#KAIROS#Autonomous AI#Claude Code Leak+9
I Built the Same App in 5 Frameworks: Next.js vs React vs Solid vs Svelte vs Vue
·
7 min read

I Built the Same App in 5 Frameworks: Next.js vs React vs Solid vs Svelte vs Vue

Same Cal.com clone. 5 frameworks. Here's what I learned about DX, architecture, and which one I'd pick for production in 2026.

#React#Next.js#Svelte#Vue+4
My Claude Code Setup: 7 MCP Servers, Custom Hooks, and an AI That Tweets For Me
·
7 min read

My Claude Code Setup: 7 MCP Servers, Custom Hooks, and an AI That Tweets For Me

How I turned Claude Code into a full operating system -- with 7 MCP servers, security hooks, and custom skills that let AI operate my entire dev stack and social media.

#Claude Code#MCP#Automation#AI Tools+3
I Analyzed 512,000 Lines of Leaked Claude Code Source Code — Complete Architecture Breakdown
·
12 min read

I Analyzed 512,000 Lines of Leaked Claude Code Source Code — Complete Architecture Breakdown

Anthropic accidentally shipped their entire Claude Code CLI source in an npm package. I cloned the 512K-line TypeScript codebase, mapped all 31 subsystems, 25+ tools, 104 hooks, and discovered 44 hidden feature flags including an autonomous daemon mode called KAIROS, a tamagotchi pet system, and stealth mode for open-source contributions.

#Claude Code#Claude Code Source Leak#Claude Code Architecture#MCP+11
From Frontend to AI Engineer: Day 5 - Why I Migrated to Python FastAPI
·
8 min read

From Frontend to AI Engineer: Day 5 - Why I Migrated to Python FastAPI

I rebuilt an entire backend from Node.js/Express to Python FastAPI in less than a week. Here's why Python won for AI-native applications, and the architectural patterns that made the migration seamless.

#FastAPI#Python#Node.js#Backend+3
From Frontend to AI Engineer: Day 4 - Engineering the Foundations
·
5 min read

From Frontend to AI Engineer: Day 4 - Engineering the Foundations

Today I learned that 'AI Engineering' is 10% modeling and 90% systems engineering. Here's how I'm applying production standards to the OpenAI API, token management, and prompt engineering.

#AI Engineer#OpenAI#System Design#TypeScript+2
Building Production-Grade AI Systems: Architecture, Performance & Reliability
·
13 min read

Building Production-Grade AI Systems: Architecture, Performance & Reliability

Today I learned that production-grade AI systems require more than just LLM integration: circuit breakers for resilience, semantic caching for performance, and architectural patterns that prevent outages before they happen.

#AI Systems#RAG#Performance#TypeScript+3
Building an Offline-First POS System: Lessons from Production
·
14 min read

Building an Offline-First POS System: Lessons from Production

Today I learned that building a production-ready POS system means solving problems you never see in tutorials: offline queuing, conflict resolution, and making vanilla JavaScript scale to 1000+ products on 2GB RAM devices.

#JavaScript#IndexedDB#Offline-First#POS+2
Building Resilient Systems for AI-Powered Applications
·
12 min read

Building Resilient Systems for AI-Powered Applications

Today I learned that the boring parts of software engineering—error handling, progress saving, file deduplication—are what separate toy projects from production systems.

#AI#Web Scraping#RAG#TypeScript+2