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,…

  • Cloud Blog: Build with more flexibility: New open models arrive in the Vertex AI Model Garden

    Source URL: https://cloud.google.com/blog/products/ai-machine-learning/deepseek-r1-is-available-for-everyone-in-vertex-ai-model-garden/ Source: Cloud Blog Title: Build with more flexibility: New open models arrive in the Vertex AI Model Garden Feedly Summary: In our ongoing effort to provide businesses with the flexibility and choice needed to build innovative AI applications, we are expanding the catalog of open models available as Model-as-a-Service (MaaS) offerings in…

  • Cloud Blog: Tools Make an Agent: From Zero to Assistant with ADK

    Source URL: https://cloud.google.com/blog/topics/developers-practitioners/tools-make-an-agent-from-zero-to-assistant-with-adk/ Source: Cloud Blog Title: Tools Make an Agent: From Zero to Assistant with ADK Feedly Summary: Imagine that you’re a project manager at QuantumRoast, a global coffee machine company. You help your teammates navigate a sea of engineering roadmaps, sudden strategy pivots (we’re doing matcha now!), and incoming tickets from customers— everything…

  • 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…