Tutorials Cloudflare Kitesurf: Cheap Page Reads for AI Agents
Wire Cloudflare's agent-first browser into a Python LLM tool loop, with a Chromium fallback.
How-to content for builders, indie hackers, and AI engineers. Less theory, more shipped code.
Tutorials Wire Cloudflare's agent-first browser into a Python LLM tool loop, with a Chromium fallback.
Tutorials Build a custom tool plugin for DeepSeek's new open-source agent harness, then ship it as a bundle.
Tutorials Meta's new 30B Muse Glimmer runs a local tool-calling agent that recovers when tools fail.
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