Tag: command line

  • Docker: Building AI Agents with Docker MCP Toolkit: A Developer’s Real-World Setup

    Source URL: https://www.docker.com/blog/docker-mcp-ai-agent-developer-setup/ Source: Docker Title: Building AI Agents with Docker MCP Toolkit: A Developer’s Real-World Setup Feedly Summary: Building AI agents in the real world often involves more than just making model calls — it requires integrating with external tools, handling complex workflows, and ensuring the solution can scale in production. In this post,…

  • Tomasz Tunguz: Hidden Technical Debt in AI

    Source URL: https://www.tomtunguz.com/hidden-technical-debt-in-ai/ Source: Tomasz Tunguz Title: Hidden Technical Debt in AI Feedly Summary: That little black box in the middle is machine learning code. I remember reading Google’s 2015 Hidden Technical Debt in ML paper & thinking how little of a machine learning application was actual machine learning. The vast majority was infrastructure, data…

  • Tomasz Tunguz: The Surprising Input-to-Output Ratio of AI Models

    Source URL: https://www.tomtunguz.com/input-output-ratio/ Source: Tomasz Tunguz Title: The Surprising Input-to-Output Ratio of AI Models Feedly Summary: When you query an AI model, it gathers relevant information to generate an answer. For a while, I’ve wondered : how much information does the model need to answer a question? I thought the output would be larger, however…

  • Simon Willison’s Weblog: microsoft/vscode-copilot-chat

    Source URL: https://simonwillison.net/2025/Jun/30/vscode-copilot-chat/#atom-everything Source: Simon Willison’s Weblog Title: microsoft/vscode-copilot-chat Feedly Summary: microsoft/vscode-copilot-chat As promised at Build 2025 in May, Microsoft have released the GitHub Copilot Chat client for VS Code under an open source (MIT) license. So far this is just the extension that provides the chat component of Copilot, but the launch announcement promises…