AI AgentsAI AgentsEvaluator-Optimizer Loop: Continuous AI Agent ImprovementLearn how to build AI agents that evaluate their own outputs and iteratively improve them. Create self-improving systems that consistently produce high-quality results.Alin Dobra•Nov 27, 2025•14 min read
AI AgentsAI AgentsHuman-in-the-Loop: Balancing AI Autonomy and Human ControlLearn how to build AI agents that know when to ask for help. Implement approval workflows, escalation patterns, and collaborative human-AI systems that combine the best of both.Alin Dobra•Nov 27, 2025•13 min read
AI AgentsAI AgentsMemory for AI Agents: Short-term, Long-term, and RAGLearn how to give AI agents memory—the ability to remember past interactions, learn from experience, and access knowledge beyond their training. Build agents that get smarter over time.Alin Dobra•Nov 27, 2025•16 min read
TutorialsTutorialsMicrosoft Agent Framework with HopX: Secure Code Execution for AI AgentsBuild AI agents with Microsoft's new Agent Framework and HopX sandboxes. The unified successor to AutoGen and Semantic Kernel, now with isolated code execution.Alin Dobra•Nov 27, 2025•11 min read
AI AgentsAI AgentsThe Orchestrator Pattern: Coordinating Complex AI Agent WorkflowsLearn how to build orchestrator agents that coordinate multiple specialized agents, manage complex workflows, and handle dynamic task routing. Master the pattern that makes multi-agent systems actually work.Alin Dobra•Nov 27, 2025•14 min read
AI AgentsAI AgentsThe Planning Pattern: How AI Agents Break Down Complex GoalsLearn how to implement planning in AI agents—the ability to decompose complex goals into executable steps. Build agents that think before they act and adapt when things change.Alin Dobra•Nov 27, 2025•14 min read
AI AgentsAI AgentsReAct Pattern: Combining Reasoning and Acting in AI AgentsLearn the ReAct pattern—where AI agents think out loud before acting. Build more reliable agents that show their reasoning, catch errors early, and solve complex problems step by step.Alin Dobra•Nov 27, 2025•15 min read
TutorialsTutorialsMicrosoft AutoGen with Isolated Code Execution Using HopXBuild production-ready AutoGen agents with secure code execution. Replace Docker with HopX sandboxes for faster, safer multi-agent conversations that can run Python.Alin Dobra•Nov 26, 2025•12 min read
AI AgentsAI AgentsBuild a Code Interpreter Agent with OpenAI and HopXCreate an AI agent that writes and executes Python code using GPT-4 and HopX sandboxes. Complete tutorial with tool calling, error handling, and iterative execution.Amin Al Ali Al Darwish•Nov 26, 2025•10 min read
TutorialsTutorialsCrewAI Multi-Agent Pipelines with Secure Code ExecutionBuild production-ready CrewAI agents that execute code safely. Learn how to create multi-agent workflows where each agent can run code in isolated HopX sandboxes.Alin Dobra•Nov 26, 2025•13 min read
TutorialsTutorialsGetting Started with HopX: Your First Sandbox in 5 MinutesCreate your first secure cloud sandbox with HopX. Learn how to install the SDK, execute code safely, and build AI-powered applications in minutes.Amin Al Ali Al Darwish•Nov 26, 2025•5 min read
Use CasesUse CasesHopX vs Docker vs AWS Lambda: Choosing the Right Execution EnvironmentCompare HopX sandboxes with Docker containers and AWS Lambda for AI workloads. Learn when to use each and why microVMs are ideal for AI agent code execution.Alex Oprisan•Nov 26, 2025•9 min read
TutorialsTutorialsLangChain Tools with Secure Code Execution Using HopXLearn how to build LangChain agents that execute code safely in isolated sandboxes. Complete tutorial with custom tools, PythonREPL replacement, and production-ready patterns.Alin Dobra•Nov 26, 2025•13 min read
TutorialsTutorialsLlamaIndex + HopX: Building RAG Agents with Code ExecutionCombine LlamaIndex's powerful RAG capabilities with HopX sandboxed code execution. Build agents that can retrieve information AND compute answers with Python.Alin Dobra•Nov 26, 2025•11 min read
AI AgentsAI AgentsPrompt Chaining: How to Build Sequential AI WorkflowsLearn prompt chaining—the technique of connecting multiple LLM calls where each output becomes the next input. Build reliable, debuggable AI pipelines with practical Python examples.Alin Dobra•Nov 26, 2025•14 min read
AI AgentsAI AgentsThe Reflection Pattern: Building Self-Correcting AI SystemsLearn how to implement the reflection pattern—where AI reviews and improves its own output. Build more reliable agents that catch errors, refine answers, and produce higher-quality results.Alin Dobra•Nov 26, 2025•12 min read
TutorialsTutorialsScrape and Analyze Airbnb Data with Firecrawl and HopXBuild a complete web scraping and data analysis pipeline using Firecrawl for extraction and HopX sandboxes for secure processing. Extract Airbnb listings, clean data, and generate insights.Alin Dobra•Nov 26, 2025•13 min read
AI AgentsAI AgentsTool Use: How AI Agents Interact with the Real WorldLearn how to give AI agents the ability to use tools—APIs, databases, code execution, and more. Build agents that don't just talk, but actually do things.Alin Dobra•Nov 26, 2025•14 min read
TutorialsTutorialsVercel AI SDK: Streaming Code Execution with HopXBuild AI applications with the Vercel AI SDK that execute code in real-time. Stream sandbox output to users as it happens using Server-Sent Events and React Server Components.Alin Dobra•Nov 26, 2025•15 min read
AI AgentsAI AgentsWhat Is an AI Agent? The Complete Guide for DevelopersAI agents are more than chatbots. Learn what makes an AI system agentic, the key components every agent needs, and how to build production-ready autonomous AI systems.Alin Dobra•Nov 26, 2025•11 min read