<nezhar/>

Archives
Log in
Subscribe
August 24, 2026

August 2026.4

AI keeps outgrowing its defaults this week: MCP replans the protocol around long-running agents, Qwen's new local model ships with a reasoning setting nobody should use, and startup naming turns out to have a formula of its own.


๐Ÿ“– Story 1: The New MCP Roadmap

blog.modelcontextprotocol.io ยท Read

The MCP core maintainers published an updated roadmap for the protocol, organized into five priority areas.

The first is agentic messaging primitives. The plain request-and-response pattern no longer fits long-running agent loops, so Tasks, subscriptions/listen, and progress notifications are being matured into a coherent set โ€” including server-initiated events via webhooks and channels, so clients are not left polling. This should make properly event-driven agent applications possible.

The second continues the HTTP-native direction of the 2026-07-28 release: a remote MCP server can now be operated like a conventional HTTP workload, and the goal is to stretch that to local servers too, unifying on Streamable HTTP even over stdio.

Third is agent identity. Authorization today assumes a person approving access in a browser, but callers are increasingly cloud workloads acting for absent users or delegating to sub-agents. The roadmap builds on existing standards โ€” Workload Identity Federation, OAuth token exchange, and DPoP โ€” instead of shared API keys and long-lived tokens.

The remaining areas are improved primitives โ€” one clear contract for tool results, plus progressive discovery, so servers can reveal tools gradually instead of loading an entire catalog into the model's context โ€” and better SDK ergonomics.

SEPs that fall inside these areas now get expedited review, so if you are building on MCP, this list tells you where the protocol is heading and where proposals have the best odds.

๐Ÿ’ฌ HN Discussion

Commenters welcomed the HTTP unification โ€” introducing a bespoke transport was widely seen as MCP's original sin โ€” but debated whether the agent-identity work is overengineering or essential for enterprises that refuse long-lived tokens. Skeptics asked why an agent needs MCP at all when a documented OpenAPI spec or "code mode" works, and progressive discovery drew a "kind of late to the party" from people who already built lazy tool loading themselves.

โ†’ Discuss on Hacker News


๐Ÿ“– Story 2: Qwen 3.8 27B is excellent, but it defaults to wildly overthinking things

simonwillison.net ยท Read

Friday's big release was Qwen 3.8 27B, an Apache 2.0-licensed vision-capable model from Alibaba's Qwen lab. Simon Willison found it remarkably capable โ€” and unusually entertaining, because it defaults to a reasoning effort of xhigh and overthinks almost everything.

His first pelican-on-a-bicycle SVG took 21 minutes and over 22,000 reasoning tokens. Asked to simply "draw an svg of a circle", the model deliberated over palettes and Bauhaus aesthetics for several minutes before producing a beautiful animated circle nobody asked for. His recommendation: start with reasoning on low or off entirely.

Watch the defaults elsewhere too. LM Studio ships with an 8,192-token context limit, which the model burns through just thinking โ€” raise it before judging the model.

Beyond the comedy, the results are seriously good. Vision handles bounding boxes accurately, and the model built a working tool to visualize them. It can also drive a coding agent: hooked into Pi, it navigated the Datasette codebase and answered architecture questions competently.

The catch is speed. As a dense model, all 27 billion parameters are active for every token. Willison's quantized build occupies 17GB, but inference still depends heavily on memory bandwidth, producing roughly 15โ€“30 tokens per second on his DGX Spark and M5 Max MacBook Pro. Multi-Token Prediction is the community's current answer โ€” llama.cpp with an MTP draft ran about 72% faster in his benchmark.

A 17GB file that can write code, drive tools, and annotate images on a laptop would have matched the proprietary frontier a year ago. For this model, the biggest remaining gap is not the range of things it can do, but how quickly it can do them.

๐Ÿ’ฌ HN Discussion

A long thread on taming the overthinking: one user's task took 11 hours on default settings and dropped to three with tensor parallelism and medium reasoning, others cap thinking budgets through proxies or a ThinkingCap LoRA that cuts reasoning tokens by 40%. Muse Glimmer came up repeatedly as the terse counterexample, and several benchmarks placed Qwen 3.8 27B near Opus 4.6 โ€” remarkable for a local model, if the hardware can feed it.

โ†’ Discuss on Hacker News


๐Ÿ“– Story 3: ElevenLabs, TwelveLabs, ThirteenLabs, โ€ฆ

quantumi.sh ยท Read

You know ElevenLabs. You may have heard of TwelveLabs, which does AI for video. A curious blogger googled "thirteenlabs", found an AI 3D-scenery project, kept going โ€” and ended up cataloguing companies named "number + labs" for every number from 0 to 99.

The result is a delightful grid: each number links to a real project or company, with the AI-related ones highlighted. Most numbers are taken, and the seventies are mysteriously more crowded than the rest of the high numbers.

Along the way there are gems, like seventyonelab.com, an early-2000s design portfolio that politely informs you it is "best viewed in Netscape 4.0+ or IE 5.0+".

The piece raises more questions than it answers: why is this naming scheme so popular, are people arriving at it independently, and why would anyone call their AI startup "68labs"? The author's own conclusion is the honest one โ€” a temptation to speculatively buy up the gaps like "twentyfivelabs" before someone else does.

The site promptly received the HN hug of death, which feels fitting for a page listing a hundred startups.

๐Ÿ’ฌ HN Discussion

The thread turned into an oral history of consumer voice AI: the founders of FakeYou and Uberduck showed up to recount how 15.ai inspired the whole wave, how the music labels crushed early voice-cloning startups, and how Fish Audio later took the abandoned market to $20M ARR. Between war stories, commenters joked about registering the remaining numbers and quoted the 7-Minute Abs scene from There's Something About Mary.

โ†’ Discuss on Hacker News


๐Ÿ’ฌ Community Moment

The recent AI circle

https://www.reddit.com/r/AIDiscussion/comments/1vpsx2a/the_recent_ai_circle_belike/

๐Ÿ› ๏ธ Projects Worth Checking Out

  • GitHub - CodebuffAI/freebuff: The free coding agent
  • GitHub - deepseek-ai/deepseek-harness: DeepSeek Harness: Everything is a Plugin.
  • GitHub - prefix-dev/pixi: Powerful system-level package manager for Linux, macOS and Windows written in Rust
  • GitHub - ZimengXiong/ExcaliDash: A self-hosted dashboard and organizer for Excalidraw
  • GitHub - pretalx/pretalx: Conference planning tool: CfP, scheduling, speaker management
Don't miss what's next. Subscribe to <nezhar/>:
โ† Newer August 2026.5 Older โ†’ August 2026.3
GitHub
LinkedIn
nezhar.com
www.flickr.com
Twitter
Powered by Buttondown, the easiest way to start and grow your newsletter.