Skip to main content

Software and Platforms I Use

A curated collection of tools and utilities I use or have evaluated.

ToolCategoryCostCommentary
OllamaLocal LLMsFreeEssential tool for running AI models locally. Great integration with other tools through its API. Active development and strong community support.
Open WebUIAI InterfaceFreeClean interface for local AI models. Works seamlessly with Ollama. Customizable prompts and easy model switching.
PortainerDocker ManagementFree CEMakes Docker container management visual and intuitive. Essential for managing multiple AI containers and services.
Neo4jGraph DatabaseFree CEPowerful graph database for AI knowledge storage. Great for implementing RAG systems and knowledge graphs.
ChromaDBVector DatabaseFreeEfficient vector storage for AI embeddings. Simple API and good performance for local development.
LangChainAI FrameworkFreeEssential framework for building AI applications. Great documentation and active community support.
Cloudflare WorkersCloud / Edge PlatformFree tierMy primary deploy target — serverless edge compute with Workers AI, D1, R2, KV, Durable Objects, and Vectorize under one platform.
Anthropic Claude APIModel ProviderUsage-basedPrimary LLM API for agents and apps. Strong tool use, long context, and prompt caching.
Claude CodeAI Coding AgentUsage-basedTerminal-native coding agent I run daily for building, refactoring, and reviewing across repos.
OpenAI APIModel ProviderUsage-basedGPT models, embeddings, Whisper, and the Agents/Apps SDKs.
GroqFast InferenceFree tierUltra-low-latency inference for open models. Great for real-time agent loops; I also run the Groq desktop client.
Model Context Protocol (MCP)Agent ProtocolOpen standardOpen standard for connecting agents to tools and data. The backbone of most of my server and client projects.
LangGraphAgent FrameworkFree (OSS)Graph-based orchestration for stateful, multi-step agents. My go-to for building deep agents and swarms.
LangSmithObservability / EvalsFree tierTracing, evals, and prompt management for LLM apps. Indispensable for debugging agent runs.
CursorAI Code EditorFreemiumAI-first editor built on VS Code with fast inline edits and codebase-aware chat.
VS CodeCode EditorFreeMy primary general-purpose editor and extension host.
Docker DesktopContainersFree / PaidLocal container runtime for building and testing services before they ship to the edge or a server.
HonoWeb FrameworkFree (OSS)Tiny, fast web framework that runs great on Workers. My default for edge APIs.
PlaywrightBrowser AutomationFree (OSS)Reliable end-to-end browser automation and testing; also powers browser-use agent tooling.
Microsoft AzureCloud PlatformFree tier / PaidMicrosoft cloud, used via the Azure CLI and azd for hosting, Functions, and identity (Entra External ID).
Azure AI FoundryAI PlatformUsage-basedMicrosoft platform for building, evaluating, and deploying AI agents and models; I also run Foundry Local for on-device models.
Cloudflare VectorizeVector DatabaseFree tierEdge-native vector store that pairs with Workers AI for low-latency RAG.
Hugging FaceModel HubFree tierModels, datasets, and Transformers for local inference and fine-tuning.
TavilyAI Web SearchFree tierSearch API built for LLMs; my default web-search tool for research agents.
DaytonaDev SandboxesFree (OSS)Fast, disposable dev environments and sandboxes for running agent-generated code.
TerraformInfrastructure as CodeFree (OSS)Declarative infra provisioning, including the Cloudflare provider.
Google GeminiModel ProviderFree tierGemini models for multimodal tasks and Veo video experiments.
ObsidianKnowledge BaseFreemiumLocal-first markdown knowledge base where I keep notes and research.