Skip to content

APIs in the age of AI. Talking Open source, GraphQL, MCP, and more

0Readers
12Posts
6d agoLast active
Open source token efficiency benchmark update, inference taxonomy framework, Alec Aivazis on Houdini and GraphQL
Sep 14, 2026
Week of 2026-09-07 roundup
graphqlmcp
A functional taxonomy for LLM inference in agentic tasks
Sep 10, 2026
A framework for understanding where LLM inference goes during agentic tasks: Initialization, Reasoning, Orchestration, and Synthesis. Consider "Reasoning Yield" as a way to measure how much inference is spent resolving uncertainty rather than mechanically advancing already-determined execution.
llmmcp
MCPJam's Prathmesh Patel, another bad GraphQL take, AI WG, and conference preview
Sep 8, 2026
Week of 2026-08-31 roundup
graphqlmcpjam
MCP + GraphQL, Robert Balicki on Isograph, HTTP QUERY, GraphQL clients
Sep 3, 2026
Week of 2026-08-24 roundup
mcpgraphql
A2A: Adversary to Adversary?
Aug 20, 2026
When do you choose Agent2Agent over MCP or subagents? It all has to do with administrative boundaries.
a2aagentic development
Future of staff-level engineering, MCP auth, CLI dev, new GraphQL tagline, governance by default, API vs. Tool design
Aug 14, 2026
Week of 2026-08-10 roundup
engineering managementmcp
GraphQL Codegen, stateless MCP, prompt-as-policy, persisted queries
Aug 7, 2026
Week of 2026-08-03 roundup
graphqlmcp
Stateless MCP is cheaper to scale
Aug 5, 2026
MCP’s 2026-07-28 specification removes protocol sessions and the `Mcp-Session-Id` header, making remote MCP servers cheaper and easier to scale. This post explains the old session model, why it required infrastructure such as sticky routing and Redis, and how stateless MCP preserves application state through explicit handles.
mcpsoftware development
You can't prompt your way into policy
Aug 4, 2026
Putting policy inside plain-language instructions gives the model a lot of (expensive) work to do before it can act, and there are no guarantees about safety. Furthermore, other prompts in the context window may be pushing in a different direction. Here's a vision for a better governance model via a context graph.
mcpinformation security
Hype cycle, bad takes, API design, GraphQL + AI, and marketing
Jul 31, 2026
graphqlsoftware development
Context graphs, MCP tools, plain text, making users awesome, and events!
Jul 24, 2026
agentsmcp
MCP tool calling under the hood
Jul 22, 2026
So when we say that an AI called a tool, what usually happened is a little more specific than that phrase suggests. Here's a deeper look into that plumbing.
mcpsoftware development