Skip to main content

Things I'm Exploring

A curated list of technologies, tools, and concepts that caught my attention, organized by category.

Technologies and Frameworks

Project/ToolCategoryCommentary
mesh-llmDecentralized InferenceA decentralized network for LLM inference. Watching whether distributed inference can stay price-competitive with hosted APIs.
OpenAI CodexAI Code GenerationExploring OpenAI Codex's capabilities for translating natural language into code and its impact on developer productivity.
Cloudflare MCP Sandbox ContainerSandbox EnvironmentA sandboxed environment for experimenting with MCP server deployments on Cloudflare. Useful for testing integrations and server behavior in isolation.
gooseAgentic FrameworkYour on-machine AI agent, automating engineering tasks seamlessly.
Cloudflare Durable ObjectsServerless ArchitectureInvestigating Cloudflare's stateful serverless solution as a potential platform for deploying MCP servers. Its durable object model could provide an efficient way to maintain conversation context and state in a distributed environment, while leveraging Cloudflare's global edge network for low-latency MCP protocol handling.
LangGraphAI FrameworkLangChain's expression language for agent development. Building test applications to understand workflow capabilities.
GraphRAG ImplementationKnowledge GraphsBuilding a RAG system using Neo4j as the knowledge store. Neo4J GraphAcademy is a fantastic resource to learn more
Model Context Protocol (MCP)AI ProtocolAnthropic's open protocol for standardizing AI-data integration. Particularly interested in its potential for building modular AI systems and connecting MCP clients with various data sources and tools.
Browser UseAI IntegrationStandardization of web interactions and automation capabilities for AI systems.
OpenAI CodexAI Code GenerationExploring OpenAI's models for code understanding and generation.
Claude CodeAI Code GenerationInvestigating Anthropic's Claude models for code-related tasks and capabilities.
Remote MCP Servers with CloudflareMCP DeploymentLearning about deploying Model Context Protocol servers remotely using Cloudflare infrastructure.

Open Source Projects

Project/ToolCategoryCommentary
ElevenLabs MCP ServerMCP · Voice AIThe official MCP server for ElevenLabs — drops high-quality voice synthesis straight into an agent. Exploring it for voice-enabled workflows.
goose-mobileMobile AI AgentsBlock's goose agent running on mobile. Curious how a full coding and automation agent translates to a phone.
Cloudflare Agent Skills Discovery RFCAgent Skills · DiscoveryCloudflare's RFC for a standard way agents discover skills. Relevant as MCP and skills converge.
Okta Cross-App Access for MCPEnterprise Auth · MCPOkta's reference pattern for secure cross-app access between agents. A useful enterprise-auth blueprint for my own MCP work.
Agent-Card AI CatalogAgent StandardsA community effort toward a shared "agent card" standard for describing and discovering agents.
DaytonaCloud Dev EnvironmentCloud development environments for teams. Exploring its capabilities for rapid, reproducible dev setups and integration with AI workflows.
Open WebUIUI DevelopmentAn open-source frontend for local AI models. Particularly interested in its integration capabilities with Ollama. Testing custom model configurations and API endpoints.
Cline VS Code ExtensionDeveloper ToolsWorking with this autonomous coding agent that integrates Claude into VS Code. Exploring its capabilities for automated programming, file management, and terminal command execution.
Anthropic Claude Desktop MCP ClientAI ApplicationDeveloping desktop application workflows using and MCP to create a robust local environment for Claude interactions. Focusing on context management and tool integration.
ObsidianKnowledge ManagementImplementing a personal knowledge management system using Obsidian's graph-based note-taking approach. Particularly interested in its plugin ecosystem and API for custom integrations.
Ambient AgentsAI AgentsStudying LangChain's approach to ambient AI assistance, focusing on agents that proactively operate in the background. Exploring implementation patterns for continuous monitoring and contextual support.
LangChain CodeActAgentic FrameworkExploring the LangGraph CodeAct agent for code execution and interactive coding tasks.

Closed Source Projects

Project/ToolCategoryCommentary
The Agents CompanyPersonal AI InfrastructureA product framing "personal AI infrastructure" for individuals. Interesting positioning as agents become everyday tools.
OpenAI Scheduled TasksAI AutomationExploring ChatGPT's scheduled tasks feature for automated AI interactions. Investigating use cases for periodic data processing, monitoring, and automated reporting capabilities.