Semantic Kernel vs GitHub Copilot
Side-by-side trajectory, velocity, and editorial themes.
Semantic Kernel READMEs now name a successor — Microsoft Agent Framework is the next stop.
Semantic Kernel's most recent Python release (1.42.0) added an explicit 'Microsoft Agent Framework successor callout' to the READMEs — Microsoft is publicly pointing users toward a different framework as the forward path. The rest of the recent cadence is consistent with a project in late-stage maintenance: security hardening (path validation in CloudDrivePlugin, gRPC plugin, OpenAPI plugin; SQL escaping in connectors; Snappier and Kiota vulnerability bumps), dependency bumps via dependabot, vector-store connector polish, and small prompt-template fixes. Feature additions are narrow — ImageContent in tool/function results, OpenAI text-to-image model support, prompt template serialization improvements.
The project is transitioning from active framework to maintained predecessor. Microsoft's agent stack is consolidating under the new Microsoft Agent Framework banner, and Semantic Kernel is shifting into security-and-deps mode — the kind of release pattern you see when a team is keeping production users safe while migration paths are being built elsewhere. Read in parallel with the eight-month silence at AutoGen, the picture is clear: Microsoft is collapsing three previous agent-framework efforts (SK, AutoGen, Semantic Workbench) toward one supported runtime.
Expect SK to stay on a security-and-deps cadence for at least another two quarters, with a hard deprecation timeline likely announced once Microsoft Agent Framework has feature parity. Anyone building net-new on Semantic Kernel today should plan a migration; existing deployments are safe for the moment but on borrowed roadmap time.
Copilot's center of gravity has shifted from autocomplete to cloud agents that route, fix, and audit themselves.
Copilot is shipping aggressively across two adjacent surfaces: the cloud agent (autonomous task execution) and Copilot Chat on web. Recent releases added intelligent auto-routing across models, expanded the model menu with Gemini 3.5 Flash, layered semantic issue search into Chat, and tightened the cloud agent feedback loop with one-click fixes for failing Actions and code review suggestions. The product is increasingly multi-model and increasingly agentic.
GitHub is positioning Copilot as a routing platform rather than a single model: pick the right model per task, run it as an agent when the task is well-bounded, and keep humans in the loop only for review. Semantic search and contextual web Chat are the surfaces that feed the agent better signal. The platform is also opening admin and audit primitives — REST APIs, configuration controls — that enterprises need before they hand work to autonomous agents at scale.
Expect deeper agent orchestration: chained agent runs, agent-to-agent handoffs, and per-org cost controls around model selection. Custom Copilot agents authored against repo context are the natural next surface.
See more alternatives to Semantic Kernel →
See more alternatives to GitHub Copilot →