Fetching from the wire…
Public story · 2026-08-25 · high
Junie Local needs an M5 Mac with 64GB of RAM, and JetBrains picked an older, slower-sounding model over a faster one to make it run there.
Why now: It comes the same week OpenAI restored ChatGPT Plus's five-hour cap and a rate-limit-dodging Chrome extension climbed to Product Hunt's number two spot.
JetBrains released Junie Local on August 24, a coding agent inside its IDE that runs entirely on your own hardware once you type /local, per JetBrains's launch post. It pulls about 20GB of 4-bit weights, starts a local server, and after that nothing leaves the machine: no tokens, no quota, no bill. It's free, but the hardware bar is steep. You need an M5 Mac with 64GB of RAM, or this is a preview and not a tool you can use yet.
JetBrains says Qwen 3.6-27B scored close to Claude Sonnet 4.5 on its own internal eval, with GPT-5 at medium effort a step ahead. That's a vendor number on a vendor benchmark, so weigh it that way. More useful is the companion post on how they got a 27B model to run on a laptop at all, in JetBrains's engineering writeup. They tested Qwen 3.8 first and dropped it. With reasoning on, it produced 5x more tokens for a 4x slowdown, unusable on a laptop. So they moved to 3.6, turned reasoning off outright, went 4-bit over 8-bit, added 8-bit arithmetic during prefill, and layered multi-token prediction with n-gram speculative decoding on top. They also extended the rolling context so the agent's KV cache survives across tasks instead of re-reading the same files, and turned multi-agent mode off completely.
The timing outside JetBrains matters too. OpenAI reinstated its five-hour cap on ChatGPT Plus on August 25, exempting only the $100 and $200 tiers, according to a thread on r/OpenAI. A free Chrome extension called Diet Claude, built to track and dodge Claude's own rate limits, took the number two spot on Product Hunt. Junie Local doesn't negotiate a better limit. It removes the limit, for anyone with the hardware to run it.
I don't have an M5 with 64GB of RAM. Nobody's published what a full workday inside Junie Local feels like once the novelty wears off and multi-agent mode stays off.
Each link below shares sources, entities, or timing with this story.
Spotify's Portal team published Xirp on August 10: a vendor-neutral agentic development environment that manages concurrent sessions across Claude Code, Gemini CLI, and Codex, each session isolated in its own git worktree so dozens of agents can work the same codebase without...
Google released Antigravity IDE Extensions, putting its agentic coding platform into VS Code (macOS, Linux, Windows), JetBrains IDEs from 2026.2.1 (IntelliJ, PyCharm, WebStorm, GoLand, CLion, Rider), Zed, and Visual Studio 2026 in preview. One Antigravity account works everywh...
DeepSeek-V4-Flash-0731 landed July 31 under MIT with a DSpark speculative-decoding module attached. Terminal Bench 2.1: 82.7. Toolathlon-Verified: 70.3. DSBench-FullStack: 68.7. DeepSWE: 54.4. NL2Repo: 54.2. The model card claims it beats DeepSeek-V4-Pro (Preview) "despite its...
If you have a CLAUDE.md, you're in scope. Today. arXiv 2607.14611 (cs.CR, filed July 16) evaluates prompt injection planted in the persistent memory files that agentic coding systems write and re-read across sessions. The researchers tested both Anthropic's Claude Code and Ope...
GitHub's July 14 changelog expands BYOK to custom OpenAI-compatible endpoints with your own keys, plus a Claude agent provider in public preview for Pro and up. This turns JetBrains Copilot into a routing shell over self-hosted or third-party models rather than a closed pipe t...
For about a year, "run your agent locally" meant accepting a model that couldn't reliably call a tool twice in a row. That excuse is gone. Meta Superintelligence Labs published Muse Glimmer today: a 29.6B dense causal transformer, 52 layers, 6,656 hidden dim, with a ~1.8B ViT-...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.