Skip to content
AxiomLogicaSearch
Archive

All articles

Search and filter across every category, or sort by date and popularity.

Azure AI Foundry connected agents vs multi-agent workflows: which orchestration model fits production systems?
AI & ML

Azure AI Foundry connected agents vs multi-agent workflows: which orchestration model fits production systems?

18 min read · Apr 13, 2026, 2:19 PM · 13 views

Azure AI Foundry connected agents reduce orchestration complexity by letting a main agent delegate to specialized subagents with no custom routing, while multi-agent workflows offer more explicit control and extensibility — but Microsoft’s own docs note connected agents have a max depth of 2 and are now tied to the newer Foundry Agents Service migration path.

Read article →
How to run untrusted Python code in E2B sandboxes for agent workflows
AI & ML

How to run untrusted Python code in E2B sandboxes for agent workflows

21 min read · Apr 13, 2026, 2:17 PM · 4 views

E2B provides isolated sandboxes that let agents safely execute code, process data, and run tools — but the security boundary is only as strong as your template, filesystem, and network controls — so the tutorial must show how to constrain file access, keep secrets out of the sandbox, and treat the sandbox as an execution-only tool.

Read article →
← PreviousPage 22Next →