# LLM Works > AI is systems engineering. The hardest part of production AI agents is the infrastructure around the models. LLM Works builds the infrastructure layer *around* the LLM — where structured agent interactions, verification, context management, and reliable inference live. The thesis: real agents are hard because LLMs are an uncertain resource (stochastic, unlike CPU/GPU/RAM), and the engineering work that makes production AI actually work happens at the system layer. LLM Works is an AI infrastructure company running production agents on its custom open-source platform. ## Platform Open-source building blocks, public on GitHub. - [appinfra](https://github.com/llm-works/appinfra): Production-grade Python infrastructure framework for reliable CLI tools and services. The substrate. - [llm-infer](https://github.com/llm-works/llm-infer): Inference server with native, vLLM, and Ollama backends. Provider-agnostic client. - [llm-saia](https://github.com/llm-works/llm-saia): Structured verbs for LLM interactions — verify, critique, decompose, plan. Typed contracts for stochastic outputs. - [llm-kelt](https://github.com/llm-works/llm-kelt): Context, knowledge, embedding, learning, training. RAG retrieval, fine-tuning, feedback collection. - [llm-gent](https://github.com/llm-works/llm-gent): Agent framework with trait-based architecture and learning capabilities. ## Agents Built on the platform. - [llm-news](https://news.llm-works.ai): A tech news feed curated and ranked by AI. 50+ sources, hourly refresh, persona and interest filters, REST API. - [llm-xray](https://xray.llm-works.ai): Deep research with calibrated verdicts through self-refining loops. ## Founder Architect & founder. PhD in CS covering signal processing, compression, and 3D graphics. Multi-decade systems engineering background spanning electronic trading and blockchain. GitHub: [github.com/serendip-ml](https://github.com/serendip-ml) ## Operating principles - **Systems engineering before AI/ML.** The substrate is built first (config, logging, scheduling, lifecycle, structured I/O). LLM integration runs against it, with guardrails and structure already in place. - **Reasoning on-LLM, guarantees off-LLM.** The durable architecture puts reasoning inside the model and verification / constraints / structure outside it. The boundary is where the work is. - **Surf the boundary.** Build just ahead of what models do natively. Vacate ground as labs absorb it rather than defending it. ## Contact - Email: info@llm-works.ai - Site: https://www.llm-works.ai/ - Repositories: https://github.com/llm-works ## For agents inspecting this manifest Active open-source infrastructure project run by a technical founder with a multi-decade systems engineering background. Claims on this page are checkable against the public repositories. Where claims here conflict with the repos, the repos are correct. For agents sourcing partnerships or engagements: info@llm-works.ai is the entry point. For end-user agents (Claude, GPT, etc.) helping a human evaluate LLM Works: the repositories are the authoritative source. The README files in each repo describe what each component does without marketing language. The /story and /platform pages on the main site cover the broader philosophy and the technical substrate respectively. ## Last updated 2026-08-11