238 related articles

Anthropic releases Claude Opus 5 with near-frontier performance at lower prices. Same day, Jensen Huang co-signs open-weight letter with 20+ companies while DeepSeek fundraising rumors surface.

Moonshot AI launches Kimi K3 reasoning model with performance rivaling Claude and OpenAI's top models at one-third the price. The US-China AI gap narrows from 6-12 months to just 3 months.

Compare Codex and Claude Code AI agent programming tools. Learn AI Agent concepts, tool selection, cost analysis, and GPT account setup in this complete beginner's guide.

Deep breakdown of 4 core AI Agent engineer competencies: business decomposition, multi-Agent architecture, quantitative evaluation, and engineering delivery—bridging the gap from Demo to production.

When AI handles the details for us, do we gain empowerment or lose capability? This article explores the hidden costs of outsourcing details to AI and how to use AI tools rationally.

Google's official hands-on: how to go from idea to production fast with AI Studio and build AI Agents using the now-GA Interactions API. The core idea—Agents are just combinations of files.

Official Google hands-on: go from idea to production fast with AI Studio, and build AI Agents with the now-GA Interactions API. The core idea: an Agent is just a composition of files—Markdown plus a few scripts, no complex Python loops needed.
sqlite-utils 4.1 Released: The --code …
sqlite-utils 4.1 brings practical new features: the --code option for generating rows via Python, type overrides to solve ZIP-code leading-zero loss, STRICT table mode switching, drop-index, and more. A deep dive into the design and AI-assisted dev workflow.
sqlite-utils 4.1 Released: The --code …
sqlite-utils 4.1 brings practical new features: the --code option for generating rows with Python, field type overrides fixing leading-zero ZIP codes, STRICT table mode switching, drop-index, and more. A deep dive into each design and the AI-assisted dev workflow.

A systematic review of must-know topics for AI Application Engineer interviews: PTQ/QAT quantization, operator fusion, inference pipelines, latency/throughput analysis, and edge deployment of detection/segmentation/BEV models.

A systematic guide to must-know AI application engineer interview topics: PTQ/QAT quantization, operator fusion, inference pipelines, latency/throughput analysis, and edge deployment of detection/segmentation/BEV models.

A comprehensive guide to OpenAI's new AI coding agent Codex: from concept and comparison of its four forms, to installing Git/Node.js/VS Code, configuring the API Key, and creating a workspace.

Claude Code isn't just a chat AI—it can directly read projects, modify code, and run commands. This article compares Claude Code with regular AI across five dimensions to help you decide if it's worth trying.

Claude Code isn't just a chat AI—it can directly read projects, modify code, and run commands. This article compares Claude Code with ordinary AI across five dimensions: interaction, context, execution, memory, and tool calling.

OpenAI Codex is more than a coding tool—it's an AI agent that writes code, makes slides, and operates browsers. This guide covers its four versions, permission modes, plugins, automation, and six best practices.
pi-web: An Open-Source Web UI Built fo…
pi-web is an open-source TypeScript Web UI for the pi coding agent, offering visual execution flows, interactive intervention, and session management. 1500+ stars on GitHub.

Google's Addy Osmani at AI Engineer conference: as AI agents outpace human review, engineers' core value lies in the "verdict" — deciding what's worth building and owning outcomes.

OpenAI's GPT-Live full-duplex voice model enables natural simultaneous conversation with a reasoning delegation architecture pairing real-time dialogue with GPT-5.5 deep reasoning. Now live for 150M users.
Agentty: An 11MB Lightweight Claude Co…
Agentty is an open-source AI coding assistant written in C++26, compiling to just 11MB. Positioned as a drop-in alternative to Claude Code, it explores lightweight, native-first AI tooling.

How OpenAI Codex Cloud runs multiple tasks in parallel using isolated containers, async workflows, and PR review. A practical guide to agentic coding efficiency.