FF/Newsletters/Issue 8

Issue 08 · February 15, 2026

Future Frontiers · Issue 8

Etcetera

A cartoon, a teaser, and a little levity.

04 · Leadership Lessons

AI Agent Frameworks

As AI models (especially LLMs) become more powerful, a critical challenge has emerged: how to effectively connect them to external data sources, software tools, and systems. Pure LLMs are limited by their internal knowledge and lack the ability to perform actions in the real world.

Frameworks like MCP (Model Context Protocol), A2A (Agent-to-Agent), and others provide standardized methods to bridge this gap. They define protocols for servers (which provide tools and data) to communicate with clients (like an AI assistant or agent), enabling the AI to perform tasks such as reading files, querying databases, executing code, and even delegating work to other agents.

The goal is to create a composable, secure, and interoperable ecosystem where AIs can dynamically extend their capabilities beyond the model’s built-in knowledge.

Framework Comparison

Summary and Key Takeaways

  • MCP (The Standardizer): Think of MCP as the USB standard for AI tools. Its goal is to create a universal plug-and-play ecosystem. You build a tool once (an MCP Server), and it should work anywhere that supports the protocol (an MCP Client like Claude or Cursor). Choose this for future-proof, interoperable tooling.
  • A2A (The Collaborator): This is an architectural pattern for building a “team” or “society” of AI agents. It’s less about a single standard and more about a design approach where agents delegate tasks to each other. Choose this pattern when your problem is too complex for a single agent and requires specialized sub-agents.
  • LangChain/LlamaIndex Tools (The Application Builders): These are powerful libraries for building a single, monolithic application that uses an LLM. The tools are directly integrated into your Python code. Choose these for rapid development where the entire application is under your control and you don’t need to share tools with external clients.
  • AutoGen (The Conversationalist): This is a framework for creating teams of agents that talk to each other. It’s less about standardizing tool calls and more about structuring the conversation between agents (and humans) to solve problems. Choose this for scenarios that require debate, verification, and multi-step planning.

The landscape is evolving quickly. Notably, frameworks like LangChain and LlamaIndex are actively adding support for MCP, recognizing the value of a standard protocol. This means you could use LangChain to build an agent that leverages tools from both its native ecosystem and any external MCP server, combining the strengths of both approaches.

Share →

05 · Brain Teaser

The Data Ownership And Insights Dilemma

Three departments share data through an AI platform:

  • Marketing contributes 40% of the data, wants 50% of the insights
  • Sales contributes 35% of the data, wants 40% of the insights
  • Operations contributes 25% of the data, wants 30% of the insights

Each department’s requests total 120% of available insights. How should the AI system fairly allocate insights to minimize dissatisfaction?

Note: This is a complex problem. But here is a simplified answer. We have to go deep into calculus to come up with a better answer (which only varies by a small percentage). If any of you can do the math, please feel free to provide a more “accurate” percentage allocation.

Simplified Answer: To minimize dissatisfaction (by equalizing the absolute shortfall from their requests), the AI system should allocate insights as follows:

· Marketing: 43.33% of insights (shortfall of 6.67% from desired 50%)

· Sales: 33.33% of insights (shortfall of 6.67% from desired 40%)

· Operations: 23.33% of insights (shortfall of 6.67% from desired 30%)

This ensures that each department experiences the same absolute dissatisfaction, which is fair and minimizes the maximum dissatisfaction.

Share →

06 · Quizzical

Organizational Change and AI

Question 1: What percentage of employees typically embrace new technology immediately?

a) 50-60%

b) 30-40%

c) 15-25%

d) 5-10%

Question 2: What’s the most effective change management strategy for AI adoption?

a) Surprise implementations to avoid resistance

b) Inclusive planning with affected stakeholders

c) Executive mandates without explanation

d) Gradual secret rollouts

Question 3: How should organizations address job displacement concerns?

a) Ignore them until after implementation

b) Promise no jobs will be affected

c) Provide transparent communication and reskilling opportunities

d) Implement AI without telling employees

Question 4: What role should middle management play in AI transformation?

a) Passive observers

b) Change champions and process experts

c) Obstacles to overcome

d) Technical implementers

Question 5: What’s the most important cultural shift for AI success?

a) Technical expertise in every role

b) Embracing experimentation and continuous learning

c) Eliminating all manual processes

d) Centralized decision-making

Share →

Answer at the foot of the issue ↓

Answers

Organizational Change and AI

Correct Answer: c) 15-25%

Correct Answer: b) Inclusive planning with affected stakeholders

Correct Answer: c) Provide transparent communication and reskilling opportunities

Correct Answer: b) Change champions and process experts

Correct Answer: b) Embracing experimentation and continuous learning