Tag: oss

  • Tomasz Tunguz: When One AI Grades Another’s Work

    Source URL: https://www.tomtunguz.com/evolution-of-ai-judges-improving-evoblog/ Source: Tomasz Tunguz Title: When One AI Grades Another’s Work Feedly Summary: Since launching EvoBlog internally, I’ve wanted to improve it. One way of doing this is having an LLM judge the best posts rather than a static scoring system. I appointed Gemini 2.5 to be that judge. This post is a…

  • Simon Willison’s Weblog: llama.cpp guide: running gpt-oss with llama.cpp

    Source URL: https://simonwillison.net/2025/Aug/19/gpt-oss-with-llama-cpp/ Source: Simon Willison’s Weblog Title: llama.cpp guide: running gpt-oss with llama.cpp Feedly Summary: llama.cpp guide: running gpt-oss with llama.cpp Really useful official guide to running the OpenAI gpt-oss models using llama-server from llama.cpp – which provides an OpenAI-compatible localhost API and a neat web interface for interacting with the models. TLDR version…

  • Cloud Blog: An efficient path to production AI: Kakao’s journey with JAX and Cloud TPUs

    Source URL: https://cloud.google.com/blog/products/infrastructure-modernization/kakaos-journey-with-jax-and-cloud-tpus/ Source: Cloud Blog Title: An efficient path to production AI: Kakao’s journey with JAX and Cloud TPUs Feedly Summary: When your messaging platform serves 49 million people – 93% of South Korea’s population – every technical decision carries enormous weight. The engineering team at Kakao faced exactly this challenge when their existing…

  • The Register: Uncle Sam asks industry if it has AI that’ll make procurement suck less

    Source URL: https://www.theregister.com/2025/08/19/us_government_ai_procurement/ Source: The Register Title: Uncle Sam asks industry if it has AI that’ll make procurement suck less Feedly Summary: Plan includes chatbots ‘with full user context and data access’ – what could go wrong? US government buyers have been busy getting AI into the hands of federal agencies, and now they’re taking…

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

  • The Register: More customers asking for Google’s Data Boundary, says Cloud Experience boss

    Source URL: https://www.theregister.com/2025/08/19/critical_thinking_and_sovereign_cloud/ Source: The Register Title: More customers asking for Google’s Data Boundary, says Cloud Experience boss Feedly Summary: Developer demand for sovereign cloud from tech giant is on the rise, says exec Interview Google’s President of Customer Experience, Hayete Gallot, offered some words of comfort to developers who are looking nervously at the…

  • Simon Willison’s Weblog: Google Gemini URL Context

    Source URL: https://simonwillison.net/2025/Aug/18/google-gemini-url-context/ Source: Simon Willison’s Weblog Title: Google Gemini URL Context Feedly Summary: Google Gemini URL Context New feature in the Gemini API: you can now enable a url_context tool which the models can use to request the contents of URLs as part of replying to a prompt. I released llm-gemini 0.25 with a…