Back to the atlasFIELD 04 / 07

Local inference & agent infrastructure

Local LLMs & agents.

Running models locally, adapting them, and giving agent workflows an accountable structure.

09 PROJECT FAMILIESEXPLORE BELOW ↓
04 / Follow a thought through the machine.STUDY IN SPACE

Intelligence. Close to home.

The work in this world.

ORDERED BY DEPTH & EVIDENCE
  1. 01

    Local Qwen inference

    Self-hosted Qwen workflows with controlled request budgets, reproducible decoding, structured decisions, and explicit inference-failure handling.

    AdaptationQwen · vLLM · OpenAI-compatible HTTP · JSON Schema

    START HEREConcrete inference engineering across projects: budgets, structured outputs, runtime controls, and recovery.

  2. 02

    ZhengMindYAGNI — agent orchestration

    An AI-work coordinator built around Git, markdown work nodes, a small state machine, and a CLI that owns mutations.

    Built systemGo · Git · Markdown · JSONL
  3. 03

    VTA — local Qwen adaptation

    A local adaptation of an upstream financial time-series LLM pipeline to Qwen3.5, spanning inference compatibility and staged GRPO/LoRA/SFT training code.

    AdaptationQwen3.5 · Unsloth · PyTorch · Transformers
  4. 04

    Event-ending inference with Qwen

    A local-Qwen decision pipeline asks whether the real-world event behind a prediction market is likely to end within a chosen horizon.

    Built systemPython standard library · Qwen · vLLM · HTTP APIs
  5. 05

    Semantic research agents

    A-share research workflows that turn textual evidence into structured long-only decisions, with accounting and governance checks.

    AdaptationPython · LLM agents · Structured outputs · TradingAgents
  6. 06

    Typed handoffs for coding agents

    A reusable agent workflow that separates planning, interface skeletons, implementation, and integration through typed patch artifacts and deterministic hooks.

    Built systemPython · Shell · JSON Schema · Git
  7. 07

    Claude Code Autopilot

    An installation and activation layer combining upstream coding skills, specialized agents, and hooks into a reusable project toolkit.

    AdaptationShell · Python · TypeScript · Claude Code
  8. 08

    ZhengMind architecture study

    A provider-neutral task-control architecture studied alongside the later ZhengMindYAGNI implementation.

    Study / experimentPython · FastAPI · SQLite · Jinja2
  9. 09

    Serena semantic tooling reference

    An upstream reference for symbol-aware code retrieval and editing through language servers and MCP.

    Reference foundationPython · MCP · Language Server Protocol · Semantic code tools