/ #claude  #ai 

135,000 Lines of AI-Assisted Code: A Month with Claude Code

A month ago, I wrote about my first three weeks with Claude Code. At that point, I had a few tools working: an email CLI, a Tana integration, some calendar automation. It felt like a lot. I just ran the numbers. It’s considerably more than I thought. The Numbers Here’s what Claude and I have built together since early December: Project Files Lines of Code Supertag CLI (Tana) 163 44,116 Tool for my Psychotherapist wife 63 21,331 Email Skill 46 10,523 Daily Briefing - 4,481 PII Anonymizer - 2,894 Calendar (ical) - 2,235 Tado Thermostat - 1,551 Other KAI Skills 294 total ~70,000 Total: roughly 135,000 lines of TypeScript. ...

Jens-Christian Fischer
/ #claude  #ai 

Three Weeks with Claude Code: Building a Personal AI Infrastructure

Three weeks ago I started using Claude Code, Anthropic’s CLI tool that lets Claude work directly in your terminal. Shortly after, I discovered PAI - Personal AI Infrastructure, a framework by Daniel Miessler that turns Claude Code from a capable tool into something far more powerful. The core insight of PAI is deceptively simple: apply the Unix philosophy to AI. Small tools that do one thing well. Composable. Each tool you build makes the whole system more capable. Daniel built the meta-layer - the skill system, the delegation patterns, the constitutional principles that keep Claude focused and effective. I get to build on top of that foundation. ...

Jens-Christian Fischer
/ #zsh  #cli 

Fuzzy File Finding (and warm fuzzy feelings)

While my day job is managing a team of 8 engineers (which means a lot of meetings), I do get to work with the CLI from time to time. As you might know, working on the CLI means navigating deep dirctory structures and working with millions of files. It doesn’t matter if you are into operations or into development, working with directories and files are going to be your bread and butter operations. ...

Jens-Christian Fischer