Blog

Insights on local agentic AI, model training, and open-source development

Open Source

LocoAgent: AI-Powered Social Media Agent

May 15, 2026 · 10 min read

Introducing LocoAgent, an open-source AI agent that autonomously operates social media accounts through real Chrome browser automation. Combines an LLM-driven agentic loop with platform skill playbooks, a deterministic workflow engine, and persistent operation deduplication.

Browser Automation Social Agent Workflow Engine Open Source
Deep Dive

Claude Code's Anti-Distillation System

April 1, 2026 · 12 min read

A source code analysis of the three-layer defense system hidden in Claude Code — fake tool injection, connector text summarization, and streamlined output transforms — designed to prevent model distillation from API recordings.

Anti-Distillation Claude Code Model Security Source Analysis
Deep Dive

How Claude Code Tools Work

April 1, 2026 · 10 min read

A source code analysis of Claude Code's tool system — how tools are defined with Zod schemas, sent via the Anthropic Messages API, streamed back as incremental JSON, and executed locally with permission control.

Claude Code Tool Use Source Analysis Anthropic API
Training

LocoTrainer: MS-SWIFT Domain Expert Agent

March 13, 2026 · 8 min read

Introducing LocoTrainer-4B, a 4B-parameter specialized code analysis agent distilled from Qwen3-Coder-Next. Learn how we combined multi-turn tool-calling with deep MS-SWIFT framework knowledge to create a local agent that generates comprehensive codebase analysis reports.

Knowledge Distillation Tool Calling MS-SWIFT 4B Model
Release

LocoOperator-4B: Agentic Framework

February 22, 2026 · 6 min read

Announcing LocoOperator, a specialized framework for training and deploying local agentic AI models. Discover how we built an agent loop with tool calling, planning, and execution capabilities that runs entirely on your hardware.

Agent Framework Local First Tool Execution