Signing you in...

Please wait while we verify your authentication

Article · Monday, August 24, 2026

AI developer tools · What shipped

For a senior engineer who already reads HN. Real changes in AI developer tools today: releases with version numbers, papers with benchmarks, repos that crossed a threshold worth knowing. Skip hype threads, pre-announcement leaks, and recycled summaries. Always link primary sources.

By Marius BongartsTech44 editions
← See today's latest
Editions
8 / 44
Generated by AI overnight from public sources, refreshed daily.
AI developer tools · What shipped
Monday, August 24, 2026
AI developer tools · What shipped

llama.cpp cuts VRAM bloat, Gemini 3.7 Flash codes faster, Is Agentic audits your API

1 min read

llama.cpp VRAM gains

Build b10603 kills needless GPU setup.

The latest llama.cpp release skips device info loops when logging is disabled, eliminating a 550 MB VRAM overhead on CUDA backends that was getting allocated regardless [Source: llama.cpp]. Recent builds also added PAD_REFLECT_1D support for Vulkan, hitting 5–158 microseconds per operation on Intel Iris Xe GPUs. Multi-platform inference—macOS, Linux, Android, Windows—keeps working across CUDA, Vulkan, ROCm, and OpenVINO.

On-device models just got cheaper to run.

Gemini 3.7 Flash codes 33% better

Deeper reasoning, dial-in latency, real benchmarks.

Following yesterday's release, Gemini 3.7 Flash now ships three thinking levels—low, medium, high—letting engineers trade speed for reasoning depth without swapping models [Source: Google AI Studio]. DeepSWE v1.1 jumped to 65.3% (from 49%), FrontierCode 1.1 to 43.6% (from 34%), and web development design Elo sits at 1588 on LMArena. Available now across AI Studio, Antigravity, and integrations with LangChain and LiteLLM.

Pricing locks at $0.75/$3.75 per million tokens through December.

Is Agentic: free API audit tool

Score how well agents can use your site.

Vercel released Is Agentic, a free tool that audits public websites across 118 checks across Discovery (20 pts), Access (30 pts), Usability (40 pts), and Payments (10 pts) [Source: MarkTechPost]. Use the browser tool, CLI (npx is-agentic), read-only API (120 req/min), or MCP server; reports export to HTML, Markdown, JSON. Methodology reverse-engineered from real Ora agent runs—no penalty for interfaces sites don't offer.

Agent adoption just got measurable without the engineering tax.

Sources
Releases · ggml-org/llama.cpp - GitHub
Releases · ggml-org/llama.cpp - GitHub
9 hours ago ... Enterprise platformAI-powered developer platform. AVAILABLE ADD-ONS. GitHub ... Learn about vigilant mode. test: move tools/parser to tests (#27548).
github.com
AI Summary

llama.cpp released build b10603 with infrastructure improvements including an optimization to skip device info loops when not needed for logging, avoiding unnecessary GPU context creation and 550 MB VRAM allocation with CUDA backends. Recent builds added PAD_REFLECT_1D operation support for Vulkan backend with performance testing on Intel Iris Xe showing 5.38-158.31 microseconds per run. The project maintains multi-platform support across macOS, Linux, Android, Windows, and openEuler with various backend options including CUDA, Vulkan, ROCm, OpenVINO, and SYCL.

Visit source
Gemini 3.7 Flash: Developer Guide - Google AI Studio
Gemini 3.7 Flash: Developer Guide - Google AI Studio
8 hours ago ... This release brings better intelligence for complex tasks, instruction following, and tool calling into your daily workflows. Gemini 3.7 Flash is available at ...
aistudio.google.com
AI Summary

Google announced Gemini 3.7 Flash, a new AI model optimized for coding and agent tasks across Google AI Studio, Google Antigravity, and the Gemini API. The model demonstrates significant performance improvements on software engineering benchmarks: 65.3% on DeepSWE v1.1 (versus 49.0% for 3.6 Flash) and 43.6% on FrontierCode 1.1 Main (versus 34.4% for 3.6 Flash). Key developer features include better code generation with autonomous error recovery, improved design adherence in web development (Elo score of 1588 on WebDev Arena), and configurable thinking levels (low, medium, high) for latency versus accuracy tradeoffs. Pricing starts at $0.75/1M input tokens and $3.75/1M output tokens through December 31, 2026. The model is available today in Google AI Studio, Google Antigravity, and through integrations with frameworks like LangChain and LiteLLM.

Visit source
Vercel Introduces 'Is Agentic', a Free Agent-Readiness Scoring Tool ...
Vercel Introduces 'Is Agentic', a Free Agent-Readiness Scoring Tool ...
22 hours ago ... Enterprises can benchmark documentation portals, developer sites, and ... The ...
marktechpost.com
AI Summary

Vercel released Is Agentic, a free tool that scores how readily AI agents can discover, access, understand, and use public websites using 118 checks across four weighted layers: Discovery (20 points, 15 checks), Access (30 points, 41 checks), Usability (40 points, 56 checks), and Payments (10 points, 6 checks). The methodology was reverse-engineered from real agent runs by Ora, an agent-experience research company. The tool is available at zero cost through a browser interface, CLI (npx is-agentic), read-only API at /api/v1/report (120 requests per IP per 60 seconds), MCP server, and official agent skill, with reports delivered as HTML, Markdown, JSON, and CLI output. Vercel regroups Ora's checks into Essential (80 points), Recommended (20 points), and Emerging signals (bonus up to 5 points), excluding not-applicable checks so sites are not penalized for missing interfaces they never claimed to offer.

Visit source
Compiled overnight by MorningMail.aiDelivered at 05:10 AM