
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.
它把一个生产级编码代理的内部系统技能架构直接呈现出来,包括自我改进、自我知识、品味等模块,对理解现代 AI 编码工具的设计很有价值。
The six system skills that ship inside the Sarvam Code CLI (sarvam-code,
v0.38.0, a codex-rs fork), extracted verbatim from ~/.sarvam/skills/.system/.
These are the agent's built-in capability + self-knowledge tree — the same
progressive-disclosure SKILL.md + references/ + scripts/ layout Claude Code
and codex use.
| Skill | What it does |
|---|---|
| document-digitization | OCR an uploaded document to markdown/HTML across 22 Indian languages + English (upload → digitize_document w/ language code → poll → fetch). |
| document-rasterization | Render a local PDF's pages to PNGs so a vision model can read them ("summarize pages 3–10", "what's on page 5"). |
| rlm-mode | "Recursive LM" mode for input-bound work — label/classify/aggregate/dedup/summarize over large sets by holding data in a program (run_program) and dispatching recursive llm() calls over slices, then combining. |
| self-improvement | The governor: black-box optimization of the agent harness (config + skills + prompt) around a fixed model, evaluated on the Harbor backend or in-process replicas, scored on a (reward, cost) frontier. |
| self-knowledge | Authoritative reference tree for operating/configuring/extending Sarvam Code itself — config.toml, models, features, memory, compaction, config layers, hooks, MCP, sub-agent roles, slash commands. |
| taste | The code-design/review bar — loaded before choosing a design for changes that carry design decisions (types, refactors, API changes, multi-file edits). |
self-improvement/references/harbor.md — how Sarvam runs the self-improvement
loop on Harbor (harborframework.com): per-dataset config, oracle gate,
ATIF trajectories, the two config layers, the document-eval failure taxonomy.self-knowledge/references/config/*.md — the full config.toml knob catalog.rlm-mode/scripts/summarize_map_reduce.ts — the map-reduce driver.Extracted for study. All skill content is © Sarvam AI.
The 6 system skills bundled inside the Sarvam Code CLI (v0.38.0), extracted for study
根据分类、Topic 和编程语言匹配的相似项目。

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.
OpenClaude is an open-source CLI coding agent that runs on any platform and supports a wide range of LLM providers, offering the same tools and workflows as Claude Code.
A 28.9 million parameter language model runs on an $8 ESP32-S3 microcontroller entirely on-device, generating simple stories at about 9.5 tokens per second.