Machine Learning Intermediate
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.
10 min read·Kodetra Technologies
20d agoHow-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 WWDC let iPhone users pick ChatGPT, Gemini, or Claude. Build the same model router in Python.
Tutorials Recreate ChatGPT's new Dreaming V3 memory: a background job that learns and forgets.
Tutorials Build agents that remember across sessions with Claude's /memories tool — full Python tutorial.
Tutorials Build Claude agents that remember users across sessions with filesystem-based memory stores.
Tutorials Build a typed Mastra agent with tools, memory, and Zod schemas in plain TypeScript.
Tutorials Use LangChain Deep Agents to build agents with planning, sub-agents, files, and memory.