Machine Learning Run Bonsai 27B on Your Phone: 1-Bit Local AI
Run the first 27B-class model on a phone: MLX, llama.cpp, tool calls, and the memory math.
How-to content for builders, indie hackers, and AI engineers. Less theory, more shipped code.
Machine Learning Run the first 27B-class model on a phone: MLX, llama.cpp, tool calls, and the memory math.
Tutorials Install Nous Research's self-improving agent, run it on a local model, and build a reusable skill.
Tutorials AutoJack turned a local MCP server into RCE. Harden yours with origin checks, auth, and allowlists.
Tutorials Build real-time agents on the first reasoning diffusion LLM: OpenAI-compatible, 1000 tok/s.
Tutorials Run Google's open Gemma 4 locally with Ollama and wire up real function calling for an agent.
Tutorials Compile llama.cpp with Vulkan in Termux and run a quantized LLM on your Android GPU, no root.
Tutorials Build a safe local agent harness with shell, files, approvals, and logs in Python.
System Design Send a backup when the first call is slow. Cut P99 tail latency without overloading services.
Database Microsecond reads via embedded SQLite synced from Turso Cloud: setup, gotchas, patterns
Tutorials Step-by-step guide to build, test, and deploy AI agents with AgentKit + ChatKit.
Tutorials Step-by-step guide to building, testing, and deploying AI agents with Google Agent Development Kit
Tutorials Step-by-step guide to building AI agents with Microsoft Agent Framework v1.0 using Python.