Why It Matters
The shift slashes development time and infrastructure costs, accelerating enterprise adoption of agentic AI while moving strategic emphasis to prompt engineering and policy control.
Key Takeaways
- •SDKs include read, write, bash, web tools out of the box
- •Skills enable on‑demand loading, eliminating context tax of static tool lists
- •Vector search is now niche; grep and file reads handle most corpora
- •Frameworks are only needed for multi‑provider routing, orchestration, typing, observability
- •Pulumi Neo demonstrates SDK‑first AI agents applied to infrastructure management
Pulse Analysis
The past year has seen a fundamental re‑architecting of how AI agents are built. Early‑stage projects in 2024‑25 required selecting a framework such as LangChain or LlamaIndex, stitching together custom tool wrappers, and constructing a full retrieval‑augmented generation (RAG) pipeline. Today, vendor SDKs like Claude Agent SDK and OpenAI Codex SDK ship with essential tools—file read/write, Bash execution, web search—so developers can enable real work with a handful of configuration lines. Longer context windows mean agents can ingest larger documents directly, pushing vector search out of the default path and simplifying the data ingestion stack.
A second breakthrough is the adoption of a skills‑based architecture. Instead of registering every possible tool at startup, a skill is a lightweight markdown descriptor that the model loads only when needed. This progressive disclosure removes the context overhead of static tool lists and allows virtually unlimited skill libraries without degrading performance. Consequently, the RAG layer has been demoted; most use‑cases now rely on direct file greps or built‑in reads, reserving vector search for truly massive corpora. The result is lower latency, reduced API costs, and a tighter feedback loop between the agent’s intent and its actions.
For enterprises, the practical implication is a clear decision hierarchy. Start with the SDK; if the workload demands multi‑provider routing, complex multi‑agent orchestration, deterministic typing, or advanced observability, layer a framework such as LangGraph, Pydantic AI, or CrewAI on top. Infrastructure‑as‑code platforms like Pulumi Neo illustrate how the SDK‑first model can be extended to manage state graphs, providing governed tool access and auditability out of the box. This evolution accelerates time‑to‑value, cuts operational spend, and shifts competitive advantage toward prompt design, skill curation, and policy governance rather than raw engineering effort.
How Building AI Agents Has Changed in 2026

Comments
Want to join the conversation?
Loading comments...