Tag: openapi
-
Docker: Tooling ≠ Glue: Why changing AI workflows still feels like duct tape
Source URL: https://www.docker.com/blog/why-changing-ai-workflows-still-feels-like-duct-tape/ Source: Docker Title: Tooling ≠ Glue: Why changing AI workflows still feels like duct tape Feedly Summary: There’s a weird contradiction in modern AI development. We have better tools than ever. We’re building smarter systems with cleaner abstractions. And yet, every time you try to swap out a component in your stack,…
-
Embrace The Red: Model Context Protocol – New Sneaky Exploit, Risks and Mitigations
Source URL: https://embracethered.com/blog/posts/2025/model-context-protocol-security-risks-and-exploits/ Source: Embrace The Red Title: Model Context Protocol – New Sneaky Exploit, Risks and Mitigations Feedly Summary: The Model Context Protocol (MCP) is a protocol definition for how LLM apps/agents can leverage external tools. I have been calling it Model Control Protocol at times, because due to prompt injection, MCP tool servers…
-
Hacker News: Agentic AI Needs Its TCP/IP Moment
Source URL: https://www.anup.io/p/architecting-the-internet-of-agents Source: Hacker News Title: Agentic AI Needs Its TCP/IP Moment Feedly Summary: Comments AI Summary and Description: Yes Summary: The text discusses the urgent need for interoperable protocols in the field of Agentic AI to facilitate collaborative capabilities among AI agents and overcome fragmentation within the ecosystem. It highlights critical dimensions for…
-
Hacker News: Show HN: Agents.json – OpenAPI Specification for LLMs
Source URL: https://github.com/wild-card-ai/agents-json Source: Hacker News Title: Show HN: Agents.json – OpenAPI Specification for LLMs Feedly Summary: Comments AI Summary and Description: Yes **Summary:** The text discusses the introduction of the agents.json specification, which facilitates the integration of Large Language Models (LLMs) with APIs by making API interactions more manageable and structured. This specification extends…
-
Simon Willison’s Weblog: openai/openai-openapi
Source URL: https://simonwillison.net/2024/Dec/22/openai-openapi/#atom-everything Source: Simon Willison’s Weblog Title: openai/openai-openapi Feedly Summary: openai/openai-openapi Seeing as the LLM world has semi-standardized on imitating OpenAI’s API format for a whole host of different tools, it’s useful to note that OpenAI themselves maintain a dedicated repository for a OpenAPI YAML representation of their current API. (I get OpenAI and…