Cole Medin
AI Systems Engineer & Creator
AI systems engineer and YouTube creator with over 100,000 subscribers, specializing in deep-dive implementations of multi-agent architectures (Microsoft AutoGen 0.4, Semantic Kernel, LangGraph), hybrid vector retrieval, and enterprise software engineering patterns.
Areas of focus
Professional niches
Watch Cole Medin in Action
Proof of Work
Microsoft AutoGen 0.4: Building Complex Multi-Agent Swarms from Scratch
Authored comprehensive architectural breakdown of AutoGen's event-driven agent core, asynchronous messaging protocols, and distributed agent execution patterns.
Event-driven asynchronous messaging requires strict dead-letter queueing to prevent dropped agent responses.
Context: AutoGen 0.4, Python asyncio, GPT-4o, Claude 3.5 Sonnet, Docker sandboxes.
View missionAutoGen and Semantic Kernel Enterprise Blueprints
Maintains open-source codebases demonstrating production patterns for multi-agent software engineering, autonomous research, and dynamic tool orchestration.
Complex multi-agent graphs require distributed tracing telemetry (e.g. OpenTelemetry) for production debugging.
Context: Python, AutoGen, Qdrant vector database, LiteLLM proxy.
View mission