How-To Guides
11 articles

LLMs as learning tools. A developer shares his technique for mastering difficult subjects.
A practical guide on using large language models to break down and understand complex topics, with strategies for deeper learning beyond surface-level answers.

Retyping LLM code manually. The friction builds understanding.
A developer argues that manually retyping code generated by AI tools like Claude and ChatGPT prevents cognitive debt by forcing deeper engagement with the code logic rather than mindlessly accepting suggestions.

Bento turns PowerPoint into one shareable HTML file. Edit, view, and collaborate without leaving the browser.
Bento is a web-based presentation tool that packages entire slideshows into single HTML files, integrating with Claude Code for AI-assisted editing and real-time collaboration without manual code intervention.

Claude has a verbal tic. Here's how to fix it.
A developer discovered that Claude frequently overuses the phrase "load-bearing" in responses. A practical prompting technique can eliminate this quirk and improve output quality.

Run state-of-the-art LLMs locally. Jamesob's guide eliminates cloud dependency.
A comprehensive guide on GitHub walks developers through running cutting-edge large language models on local machines without relying on cloud services, offering practical setup instructions and best practices.

Achieve 3,000 tokens/sec LLM inference on consumer GPUs
New optimization techniques enable real-time large language model inference on standard GPUs, reaching 3,000 tokens per second throughput. A technical deep-dive into performance improvements for consumer-grade hardware.

Using AI to Write Better Code More Slowly
A developer explores how AI coding assistants can improve code quality when used thoughtfully, even if they slow down the writing process initially.

Forge Boosts Local Model Agentic Task Accuracy to 99%
Forge is an open-source reliability layer that adds guardrails to self-hosted LLM tool-calling, improving an 8B model's performance from 53% to 99% on agentic tasks through retry logic, error recovery, and context management.

EvanFlow: TDD Feedback Loop for Claude Code
Open-source tool EvanFlow creates a test-driven development feedback loop optimized for Claude Code, helping developers improve code quality and accelerate iteration cycles.

CodeBurn: Monitor Claude Code Token Spending by Task
New open-source tool gives developers granular visibility into token consumption across Claude Code agents, solving cost tracking problems for teams spending $1400+ weekly on AI-powered coding.

Run Gemma 4 Locally with LM Studio's New CLI
LM Studio's headless CLI now exposes Gemma 4 as an OpenAI-compatible API endpoint, letting you build a local coding agent with zero cloud costs and complete data privacy. Setup takes 10-20 minutes.