Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
agents.txt
Explore how the MCP protocol enables Business‑to‑Agent APIs, addressing discovery challenges and proposing an open, marketplace‑free method for publishing and locating endpoints.
The MCP protocol paves the way for creating Business to Agent APIs. However, Agents currently have no straightforward method to locate these MCP endpoints. While many startups are developing a marketplace for MCP APIs, we advocate for an open approach that allows everyone to publish and be discovered without relying on third-party marketplaces.
`agents.txt` standard enables AI agent discovery for the Internet of Agents.
The Model Context Protocol (MCP) is an open standard for AI to securely access external data systems.
- MCP protocolMCP (Model Context Protocol) is the open standard, introduced by Anthropic in November 2024, that enables Large Language Models (LLMs) to securely access and interact with external systems and real-time data.The Model Context Protocol (MCP) is an open-source standard designed to solve the 'N×M' data integration problem for AI agents: it replaces custom connectors with a single, universal interface. Developed by Anthropic and released in November 2024, MCP standardizes secure, two-way communication between an LLM application (the MCP client) and external data sources or tools (the MCP server). This architecture allows models to move beyond static training data, enabling real-time actions like querying a Postgres database or sending a Slack message via a structured JSON-RPC 2.0 transport layer. Major industry players, including OpenAI and Google DeepMind, have already adopted the protocol, with official SDKs available in languages like Python and TypeScript to accelerate ecosystem development.
- AnthropicAnthropic is a frontier AI safety and research company, developing the Claude family of large language models (LLMs) via its Constitutional AI framework.Anthropic is an AI safety and research company, founded in 2021 by former OpenAI executives Dario and Daniela Amodei, and structured as a Public Benefit Corporation (PBC) . The core mission is building reliable, steerable AI systems, with a focus on interpretability and long-term alignment . Its flagship product is the Claude family of LLMs, which are highly capable models designed for complex reasoning and coding tasks . A key technical innovation is Constitutional AI (CAI), a training method that aligns the models with a set of ethical principles to ensure helpful, harmless, and honest outputs . The company has secured significant backing, including up to $4 billion from Amazon and a $2 billion commitment from Google .
- AGENTSAutonomous software entities using large language models to reason, select tools, and execute complex workflows independently.Agents shift the focus from conversation to execution: they use frameworks like LangGraph or CrewAI to break down complex objectives into actionable tasks. These systems leverage external tools (Tavily for search, GitHub for code, or Salesforce for CRM) to operate across digital environments. Current benchmarks show agents can automate up to 80% of routine knowledge work by managing their own reasoning loops. These entities deliver finished outputs (validated data, resolved tickets, or deployed software) with minimal human intervention.
Related projects
Standard Agent
Dublin
An overview of Standard Agent, an open‑source, under‑1000‑line library for building composable AI agents, covering design choices, implementation…
NetShow.AI: Launching the Agent Marketplace & Agent Creation Center
Los Angeles
This talk explores NetShow.AI’s Agent Marketplace and Creation Center, demonstrating how to build, customize, and monetize intelligent agents…
Reliable AI Agents
New York City
This talk presents an AI agent using classical conversational AI methods with a specialized NLU module for precise…
AI Agents working together on a Machine Learning Task
Milan
Watch three AI agents collaborate: a data engineer cleans raw data, a tech lead orchestrates, and a data…
Agent Laboratory: Agentic AI Researcher
Prague
The session demonstrates an end‑to‑end autonomous workflow using specialized LLM agents to conduct literature reviews, design plans, run…
Building Conversational AI Agents
London
Learn practical steps to design, develop, and deploy conversational AI agents, covering architecture, language models, training data, evaluation,…