
open-source
Building a plugin ecosystem developers actually use
Learn how to design plugin systems where third-party extensions solve discrete problems, depend on stable contracts, and remain maintainable long-term.
Goatfied blog
Developer-to-developer writing. No fluff. Just what worked, what failed, and what shipped.

open-source
Learn how to design plugin systems where third-party extensions solve discrete problems, depend on stable contracts, and remain maintainable long-term.

open-source
Explore the unresolved legal questions around licensing AI-generated code when copyright law assumes human authorship and existing licenses don't address machine-created works.

open-source
Goatfied open-sourced their agent runtime and discovered that external users exposed architectural assumptions through unexpected bug reports, feature requests, and integration needs.

models
Speculative decoding uses a small draft model to predict multiple tokens at once, then verifies them in parallel with a larger model to speed up code completion.

models
We benchmarked five embedding models on code search tasks to compare retrieval accuracy, query latency, and resource requirements for finding functions and implementation patterns.

models
Learn how to extract, filter, and structure evaluation sets from your repositories to test code-generation tools on the code your team actually writes.

models
Small models excel at code completion due to shallow context needs but fail at refactoring that requires understanding dependencies across multiple files.

models
Learn how to dynamically route requests between fast and slow LLMs based on prompt complexity, cost, and context without degrading user experience.

models
Quantized code models use less memory but lose capabilities unevenly across tasks—this post measures what actually breaks in syntax, types, and logic at 4-bit and 2-bit precision.

models
Fine-tuning teaches models your codebase's consistent patterns while RAG injects context at runtime; each excels in different scenarios for code generation.

deployment
Learn how to instrument AI coding assistants with LLM-specific observability: inference traces, quality metrics, token tracking, and model behavior correlation.

deployment
Deploy LLM inference endpoints across regions to reduce code completion latency while managing model sync, consistency, and infrastructure costs.