All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
Bluesky
Twitter
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

programmingWednesday, June 17, 2026

Agent stacks, QUERY method, and open models

Today's programming news is split between practical infrastructure and experimental edges. Vercel's Agent Stack formalizes what building AI agents actually requires, while a new HTTP QUERY method RFC proposes safer idempotent queries. Meanwhile, GLM-5.2 claims the open weights lead, and a Gemma challenge pushes inference optimization.

Sources
+8
#01vercel.comJun 17
The Agent Stack

Vercel's Agent Stack is a pragmatic framework that spells out the three core capabilities every AI agent needs: model connection, durable workflows, and secure data/tool linking. It's a useful reference for anyone building production agents, not just Vercel customers.

11 min readRead original
#02www.rfc-editor.orgJun 17
RFC 10008: The HTTP QUERY Method | RFC Editor

The HTTP QUERY method RFC proposes a safe, idempotent alternative to POST for queries, meaning retries won't cause side effects. If adopted, it could simplify API design for search and data retrieval endpoints.

16 min readRead original
#04huggingface.coJun 17
gemma-challenge (Gemma Challenge)

The Gemma Challenge is a speed competition where coding agents optimize inference for Google's Gemma-4-E4B-it model on a fixed GPU. It's a concrete benchmark for agent-driven performance tuning.

Also today12

  • Try the FED editor on FreeDOS - Both.orgwww.both.org

    The article introduces the FED editor on FreeDOS, an open source DOS-compatible operating system. It discusses how the author uses FED to write code for legacy 16-bit systems and FreeDOS projects. The editor provides an efficient way to code on FreeDOS, which can be used for play

  • From Chesterton’s fence to Chesterton’s gapstephantul.github.io

    This article explores G.K. Chesterton's famous "Chesterton's fence" principle — the idea that before removing or changing something that seems useless, one should first understand why it was originally created. The author then extends this concept to propose "Chesterton's gap," s

  • What DevOps Taught Me About AI Governancedev.to

    The article argues that platform and DevOps engineers already possess the governance instincts needed for responsible AI adoption in software development. It contrasts teams that rigorously enforce deployment pipelines, approval gates, and rollback procedures with the same teams

  • Wolfram Mathematica: The world's definitive system for modern technical computing | Product Huntwww.producthunt.com

    Wolfram Mathematica is a comprehensive technical computing system covering neural networks, machine learning, image processing, geometry, data science, and visualizations. It is widely used across technical, scientific, engineering, mathematical, and computing fields. The latest

  • Splunk OpenTelemetry Collector Distribution Roadmap Update: Breaking Changes | Splunkwww.splunk.com

    Splunk announces the release of OpenTelemetry Collector distribution v0.154.0, marking one of the biggest changes since the SignalFx agent end-of-life. The release follows a biweekly schedule aligned with upstream OTel releases, with deprecation notices and warnings provided for

  • Ethereum Research Proposal Targets Post-Quantum Wallet Security At Low Gas Costwww.newsbtc.com

    A new Ethereum Research proposal by researcher nicocsgy introduces an EVM-optimized version of the SPHINCS+ stateless post-quantum signature scheme, aiming to make quantum-resistant wallet verification practical on Ethereum without requiring a full protocol-level upgrade. The pro

More roundups that day

Agent stacks, QUERY method, and open models | Programming Roundup · 17 Jun