
local-llm
A comprehensive guide for building and configuring a high-end local machine to run state-of-the-art LLMs, with detailed hardware choices, BIOS tuning, and Docker-based model serving.

A transferable, self-enforcing software-engineering methodology for AI coding agents, extracted from an advanced model (Claude Fable 5) to make less capable models perform more reliably through layered rules, subagents, hooks, and evals.
88
No data
20
0
No data
2026-07-07
It doesn't just write rules—it enforces them via deterministic hooks, independent subagents, and behavioral evals, and it candidly acknowledges limitations (e.g., token tax, unverified head-to-head benefit) rather than overselling.
A transferable, self-enforcing software-engineering methodology for AI coding agents — written by Claude Fable 5 to make a less advanced model work more like it.
It began as a single directive to Fable 5: document your complete working methodology so a less capable model can execute it cold. The result is an attempt to extract the concrete procedures, decision rules, reasoning strategies, and quality standards an advanced model actually uses — and hand them to a weaker successor (or to the same model after a context reset, with no goodwill assumed).
The central bet is that writing the methodology down is not enough, because written rules decay. So it ships in four layers — prose you read, skills that load on demand, subagents with strict contracts, and hooks that block at lifecycle events — arranged so that the parts a script can enforce are enforced by a script, and only genuine judgement is left to prose. Everything is written as executable instruction — imperative, concrete, with decision rules ("if X, do Y"), worked examples, and a "done when" criterion — never abstract advice.
This repository is the output of an unusual exercise: asking an advanced model to explain itself well enough to be replaced by a lesser one.
Claude Fable 5 — a model in Anthropic's Claude 5 family, positioned above the Opus tier in raw capability — was given a single standing directive:
Document your complete working methodology so
A transferable, self-enforcing software-engineering methodology for AI coding agents — playbook, skills, contracted subagents, lifecycle hooks, and evals.
Similar projects matched by category, topics, and programming language.

A comprehensive guide for building and configuring a high-end local machine to run state-of-the-art LLMs, with detailed hardware choices, BIOS tuning, and Docker-based model serving.
Claudemux is a lightweight, dependency-minimal message bus that lets multiple Claude Code sessions communicate in real-time over tmux, enabling one session to ask another a question and receive the answer without manual intervention.
A set of bash scripts using ffmpeg to simulate vintage cassette tape audio profiles with noise, wow/flutter, bandwidth limits, and EQ.