Skip to content
Hassam on Code
Go back

Links to Improve LLM Experience

Links to Improve LLM Experience

This is a note to self for links which can improve day to day LLM coding agent experience.

The common theme in all of these links is simple: keep the context clean, keep the instructions short, and use the right model for the right job.

Optimize Your Context Files

Control Output Verbosity

Define Thinking Effort

Surgical Tooling Over Full-File Reads

Prune MCP Servers

Smart Model Routing

Skills

Compression Tools

Code Quality Guardrails

Technical Writing

Building APIs from Network Traces

Summary

The pattern I want to remember:


Share this post:

Next Post
Practice Recursion with JavaScript