Best of InfoQSeptember 2025

  1. 1
    Article
    Avatar of infoqInfoQ·31w

    Hugging Face Brings Open-Source LLMs to GitHub Copilot Chat in VS Code

    Hugging Face launched a VS Code extension that integrates open-source large language models with GitHub Copilot Chat. Developers can now access models like Kimi K2, DeepSeek V3.1, and GLM 4.5 directly within their editor through a unified interface. The integration requires VS Code version 1.104.0 and offers free tier access with pay-as-you-go pricing for higher usage.

  2. 2
    Article
    Avatar of infoqInfoQ·32w

    Thinking Like an Architect

    Gregor Hohpe redefines the architect role as an "IQ booster" who makes teams smarter rather than making all decisions. He introduces the "Architect Elevator" concept for connecting different organizational levels, emphasizes using metaphors to communicate technical concepts to business stakeholders, and presents architects as option traders who help organizations defer decisions until more information is available. The talk covers practical strategies for handling resistance, using models effectively, and thinking multidimensionally about problems like vendor lock-in.

  3. 3
    Article
    Avatar of infoqInfoQ·31w

    Cloudflare Adds Node.js HTTP Servers to Cloudflare Workers

    Cloudflare Workers now supports Node.js HTTP client and server APIs, enabling developers to migrate existing Express.js and Koa.js applications to the serverless platform without code rewrites. The implementation uses a bridge system that connects Node.js-style servers to Workers' request handling model, offering zero cold starts and automatic scaling while maintaining compatibility with popular Node.js frameworks.

  4. 4
    Article
    Avatar of infoqInfoQ·32w

    Vercel Introduces AI Gateway for Multi-Model Integration

    Vercel has launched AI Gateway for production use, offering a unified API endpoint to access multiple AI model providers like OpenAI, Anthropic, and Google. The service features sub-20ms latency routing, automatic failover between providers, bring-your-own-key authentication without token markup, and comprehensive observability tools. It competes with services like OpenRouter by focusing on low-latency performance and integration with Vercel's developer ecosystem.

  5. 5
    Article
    Avatar of infoqInfoQ·34w

    Hugging Face Releases Trackio, a Lightweight Open-Source Experiment Tracking Library

    Hugging Face launched Trackio, a lightweight open-source Python library for ML experiment tracking that serves as a drop-in replacement for Weights & Biases. The library features under 1,000 lines of code, local SQLite storage with automatic Parquet backups, local dashboards by default, and seamless integration with Hugging Face ecosystem. Key capabilities include wandb API compatibility, GPU energy usage tracking, and direct integration with model cards for environmental impact reporting.

  6. 6
    Article
    Avatar of infoqInfoQ·30w

    Kubernetes 1.34 Released with KYAML, Traffic Routing Controls, and Improved Observability

    Kubernetes 1.34 introduces KYAML, a streamlined YAML subset to reduce configuration errors, enhanced traffic routing controls for network operators, and production-grade tracing for kubelet and API server using OpenTelemetry. The release includes 58 enhancements with improved security features like X.509 certificate management for pods, ServiceAccount tokens for image credential providers, and ordered namespace deletion to prevent security vulnerabilities.