Tag:LLM
All the articles with the tag "LLM".
A Shared Context Layer for Multiple LLM Providers
Published: at 02:00 PMUse plugins and a shared file store to carry deliberate context between LLM providers—and between cloud chats and local coding agents.
Local or Remote LLM? Build a Cognitive Router, Not a Rule of Thumb
Published: at 10:00 AMA practical framework for deciding when to use local LLMs, when to use remote frontier models, and how to route tasks by risk, privacy, context, cost, and verification.
Facing the End of LLM Subsidies: Building a Token-Saving Automation Architecture
Published: at 06:00 AMThe subsidized LLM era won't last. Here's how to build a tiered, token-efficient automation system that separates deterministic tasks, local models, and frontier AI.
AI-Enhanced Reading: Generating Custom Book Chapters with LLMs
Published: at 04:39 AMDiscover how large language models can extend your favorite books by generating new chapters that explore contemporary topics through the lens of classic ideas. Learn how to bridge the gap between timeless wisdom and modern challenges.
Exporting Diffs for LLM Analysis and Codemod Generation
Published: at 11:12 AMA practical workflow for exporting git diffs, teaching LLMs the refactor patterns, and generating codemods with test data to apply across repositories.