Hi, I'm Sidharth

Documenting my journey as a developer, sharing insights from building real-world applications, and exploring the latest in web technologies.

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

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.

·
13 min read
Read featured post →

Latest 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
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