Operator Context
Load repo-specific guidance before the first token
Paddles reads AGENTS.md memory, foundational docs, and project conventions into the turn so the model starts from operator reality instead of generic priors.
Read the introRecursive Planning Harness
Paddles is a local-first harness that gives small models operator context, bounded recursive investigation, and a synthesis pass that writes from evidence instead of guesswork.
Why Teams Reach For Paddles
The harness is opinionated on purpose. It adds repo-grounded context, recursive evidence gathering, and a visible answer path so local models can behave more like careful operators than autocomplete with better marketing.
Operator Context
Paddles reads AGENTS.md memory, foundational docs, and project conventions into the turn so the model starts from operator reality instead of generic priors.
Read the introRecursive Investigation
The planner can branch through the workspace in bounded steps, which lets small local models inspect code instead of bluffing through uncertainty.
See the planner loopStructured Synthesis
A separate synthesis pass turns the gathered evidence bundle into the operator-facing response, keeping the final output grounded and legible.
See the turn loopThe Turn Loop
Paddles keeps the runtime legible: load guidance, choose the response path, investigate when necessary, and synthesize from evidence before the turn is recorded.
Load operator memoryPaddles starts by reading operator guidance, workspace conventions, and runtime hints before it asks the model to act.
Choose the response pathThe runtime decides whether the prompt is casual, direct, deterministic, or worth a planned investigation loop.
Search, read, refinePlanned turns recurse through bounded evidence gathering instead of spending the entire budget on a single completion.
Write from the evidence bundleThe synthesizer turns the gathered trace into a grounded answer that stays readable for the operator.
Persist typed tracesEach step is captured in stable runtime records so the TUI and web shell can replay the same turn history.
Native Vocabulary
The docs introduce Paddles vocabulary by mapping it back to the everyday jobs you already do while steering a codebase and a local model.
Everyday language
Project conventions
Paddles term
The repo-authored guidance Paddles loads before planning so the model begins with local rules and priorities.
Everyday language
Workspace investigation
Paddles term
A bounded loop of search, read, and refinement that gathers evidence until the planner decides the turn is grounded enough.
Everyday language
Context budget
Paddles term
The signals Paddles uses to track how much of the available context window is already occupied and what needs compression.
Everyday language
Different input surfaces
Paddles term
Paddles distinguishes inline, transit, and filesystem context so the operator can see how evidence was gathered.
Everyday language
Model split
Paddles term
Planner and synthesizer roles can point at different models so deeper investigation does not force a heavier answer writer.
Everyday language
Grounded answer
Paddles term
The final pass that assembles the response strictly from the evidence bundle accumulated during the turn.
Runtime Surfaces
Paddles exposes both how evidence enters the turn and which model is responsible for each phase, so operators can tune the runtime without losing debuggability.
Context Tiers
Paddles separates short prompt context from fetched evidence and workspace reads so operators can inspect where each piece came from.
Read the context modelModel Routing
A light synthesizer can pair with a heavier planner, which gives you deeper workspace inspection without paying the same cost for every final response.
See routing strategyReading Paths
After the shared intro, the docs branch into setup, loop mechanics, retrieval/context, and reference material so you can go straight to the depth you need.
Start Here
Use the installation and first-turn guides when you want the shortest path from clone to a live local session.
Open the getting-started pathTurn Mechanics
Read how Paddles classifies prompts, runs recursive investigation, and assembles grounded answers.
Open the loop docsRetrieval And Context
The retrieval docs explain query construction, traceability, context tiers, and how pressure is surfaced back to the operator.
Open retrieval docsReference Surface
Use the reference pages when you need the owning source documents and transport/runtime constraints in one place.
Open reference docsStart Here