Builtsolo
Shipped open
One developer shipping autonomous agents, MCP servers, and generative art. 18 products live, 4 services running 24/7 on a single VPS. Source on GitHub.
$ pm2 status pamela online trading bot hermes online assistant ml-server online pytorch mcp-bridge online tools $ ls products/ | wc -l 18 products live $ uptime 4 services up, 0 restarts
Recent activity
Full feed- 04-16postWhen Does Generated Plaid Become Tartan?
- 04-15post96 Algorithms, One Constraint: A Pen on Paper
- 04-10postMeta's AI Has a Style Guide. Here's What I Took From It.
- 04-09launchI Shipped 7 Digital Products in 7 Days. Here's Exactly How.
- 04-08launchI Built 75 Generative Art Algorithms. Here Are the 10 That Actually Look Good.
- 04-07launchHow I Run 5 AI Agents That Talk to Each Other
- 04-06launch5 n8n Workflows That Run My AI Business
- 04-05launchMost MCP Servers Break in Production. Here's Why.
Featured
All projectsInfrastructure
POST /api/agents/router/generate
{ "messages": [{ "role": "user",
"content": "dispatch research to gemini-1" }] }server.tool("search", {
query: z.string(),
collection: z.enum(["vault", "memory"])
})$ pm2 status pamela │ pamela │ online │ 0 restarts │ │ 24/7 autonomous execution │
qmd search "agent orchestration" --collection claude-vault --top-k 10 --min-score 0.6
Stack
Agents call tools through MCP. Knowledge persists across sessions in vector memory and markdown vaults. A single VPS keeps the whole system running, unattended. Every tool is an MCP server. Every agent can use any tool. Add a new capability and it's immediately available to every agent in the system.
Lorenz, Rossler, and Chen attractor systems rendered as SVG paths for pen plotting. Part of the broader pen-plotter autoresearch loop.
Design for a force-directed visualization of documents across ChromaDB collections, Obsidian vault links, and semantic similarity edges. Draft: backend prototype runs locally; the rendered D3 graph is not yet exported as an embeddable artifact on this page.
98 interactive algorithmic art generators optimized for pen plotting. Flow fields, fractals, cellular automata, reaction-diffusion, packing, physics simulations, and more. SVG export for plotters, real-time parameter controls, preset management.
Generate mathematically valid Scottish tartans. Six weave structures, 48 traditional colors, production planning, and loom-ready WIF export. Explore the line between tartan and plaid.
Products
All productsThe dispatch/worker architecture for coordinating multiple AI agents. Agent Bus messaging, async inboxes, state machines, and 3 reference implementations from a system that runs 5 agents 24/7.
Build AI agents that actually work. 15 production-ready agent patterns with complete implementations for Claude, GPT, and open-source models.
The complete memory system for Claude Code power users. 12 templates, 5 stack libraries, advanced patterns guide, and CLAUDE.md templates.
The complete system for writing AI prompts that work in production. 30 chapters, 8 template schemas, 100+ templates.
10 Python generators for pen plotters: flow fields, L-systems, Voronoi, spirals, reaction-diffusion. Each with parameter guides, example SVGs, and AI scoring rubrics from 105+ experiments.
Take MCP servers past the tutorial stage. Auth middleware, rate limiting, Docker deployment, health checks, and error handling patterns from running 4+ MCP servers in production.
Start here. Drop-in memory template for Claude Code. Persists context, feedback, and project knowledge across conversations.
+11 more productsOne person shipping agents, MCP servers, generative art, and developer tools. In production, in the open, since day one. No pitch decks. No vaporware.
Everything ships on GitHub.
Agent frameworks, generative art, and developer tools - all in the open.
GitHub