Skip to content

Blog Posts

Thoughts, experiences, and technical insights from my journey in software development.

Popular hashtags

Cover Image for Bun's Rust Rewrite: The Real Cost of AI-Assisted Code

Bun's Rust Rewrite: The Real Cost of AI-Assisted Code

Bun's AI rewrite was hailed as a triumph: 535K lines ported in 11 days for $165K. Six weeks later, 2,475 open PRs and costs nearing $800K tell a different story.

#bun#rust#ai-coding#anthropic#open-source
Cover Image for Bonsai 27B: The First 27B-Class Model That Runs on a Phone

Bonsai 27B: The First 27B-Class Model That Runs on a Phone

PrismML's Bonsai 27B compresses a full 27B-parameter model to 3.9GB, running on an iPhone 17 Pro at 11 tokens/s. The ternary variant retains 95% of full-precision benchmarks across 15 evaluation suites.

#on-device-ai#model-compression#llm#local-ai#bonsai-27b
Cover Image for Same Code, 73% More Tokens: The Hidden LLM Cost No Pricing Page Shows

Same Code, 73% More Tokens: The Hidden LLM Cost No Pricing Page Shows

LLM pricing pages show dollars per token — but each model's tokenizer splits the same file into different token counts. Claude's newest tokenizer counts 73% more tokens than GPT for TypeScript, the language coding agents write most.

#llm#tokenizer#developer-tools#ai-cost#claude