๐ฑ AI Briefing
Top stories from the AI subreddits, 17.09.2026
๐ Innovation
TypeSafe's "Jev" and System One models take over the timeline. The new non-autoregressive architecture, which predicts probabilities over a JSON schema instead of generating text, is this week's obsession across the AI subs. People are already running it on everything, including a live harness that plays Pokemon Red for under $2 in tokens. Meanwhile an independent researcher says he published the same idea a year ago on arXiv with open weights and datasets, and is asking why a frontier lab gets "breakthrough" coverage without releasing any of that.
First Apple M5 Ultra benchmarks surface. Early numbers on the omlx site show the M5 Ultra at roughly 50 tok/s throughput and 1800 tok/s prefill on Qwen 3.8 27B at Q4, 8k context, without MTP. If they hold up, Apple silicon moves closer to being a credible single-box machine for local inference.
Single AMD Radeon R9700 performance doubled for local Qwen 3.8. A community optimization pass for one-card R9700 setups pushed decode up to 153 tok/s on Qwen3.8 27B NVFP4, 470 tok/s at 8 concurrent requests, and about 3,600 tok/s prefill. Consumer RDNA cards are becoming a real budget path for running local agents.
๐ฌ Research
Why LLMs are still bad at tables. A widely shared post argues the gap is not missing training data: text carries its meaning in the tokens, but a table's meaning lives in join relationships, neighboring columns, and undocumented app knowledge that never reaches the model. The author calls the models "undersupplied" rather than undertrained, which reframes how tabular reasoning should be fixed.
Independent tester reproduces AI benchmarks, but not business claims. After screening 100 XPRIZE AI projects and deep-testing 5, the author found the technical numbers reproducible while the headline metrics stayed fragile. One "91.2% replication rate" dropped to 67.6% under a majority-of-models aggregation rule, and several "AI-powered" business features turned out to be deterministic thresholds with no model involved at all.
๐ Security
Agentic AI deployments are going live with no real security review. A candid post describes teams granting agents write access to ticketing systems, CRMs, and internal docs, then treating the model card as the security review. The OWASP Agentic Security Top 10, covering goal hijacking, tool misuse, and privilege abuse, exists, but almost nobody logs agent decisions in an auditable way or tests what happens when a tool call comes back malicious.
Voice cloning services are harvesting samples through job ads. Ads on Reddit are recruiting people to submit voice samples plus name, phone number, and email for commercial AI voice-cloning services. With voice-clone fraud already documented in the wild, users are warning that a voice sample should now be treated like a credential, not a resume attachment.
๐ฐ Market
Huawei says AI chip demand outstrips supply as it challenges Nvidia. Huawei reports demand for its AI accelerators exceeds production capacity, a signal that Chinese buyers are shifting volume toward domestic silicon. Paired with Huawei's own admission that its chips still trail Nvidia, it points to a supply-constrained, geopolitically shaped chip market.
AMD plans a 10% price hike across GPUs, chipsets, and possibly CPUs. The increase lands on top of already elevated GPU prices, and local-LLM builders are being told to buy now rather than wait. AI buildout demand is clearly being passed down to consumers.
Anthropic's tighter Claude Code limits spark a backlash. Users on 20x plans report burning 60% of their weekly allowance in about a day under the new usage limits, and are openly threatening to move work to Codex or GPT-6 Astra. Usage caps are becoming a real churn lever in the coding-agent market.
๐๏ธ Politics
Microsoft's AI chief and Anthropic clash over humanlike AI. Mustafa Suleyman published an essay arguing that models are "sequence completion engines" and that training them to reason about welfare or rights manufactures desires that make systems harder to control, calling out Anthropic's constitution directly. Anthropic's published position is that uncertainty about model welfare is genuine and worth taking seriously. The disagreement sets up the next governance debate: should AI be designed to seem human at all.
Apple prepares swappable Siri AI models under EU pressure. Code references suggest Apple is well along in integrating Claude and ChatGPT as Siri backends, after the European Commission refused to exempt Siri AI from Digital Markets Act gatekeeper rules. EU regulation is effectively forcing a more open model market onto iOS.
๐ Sources
- Jev prior art claim (r/LocalLLaMA)
- Jev plays Pokemon Red (r/artificial)
- First M5 Ultra benchmarks (r/LocalLLaMA)
- Radeon R9700 optimizations (r/LocalLLaMA)
- LLMs and tables (r/artificial)
- XPRIZE benchmark verification (r/artificial)
- Agentic AI security gap (r/artificial)
- Voice cloning harvesting (r/artificial)
- Huawei AI chip demand (r/LocalLLaMA)
- AMD price hike (r/LocalLLaMA)
- Claude Code usage limits backlash (r/ClaudeCode)
- Suleyman vs Anthropic on humanlike AI (r/artificial)
- Siri AI swap under the DMA (r/ClaudeAI)
๐ Sources
- Apple's Siri AI Can Be Swapped Out for Claude, ChatGPT, Code Shows
- Nah this some BS
- AI Voice Cloning: Think Twice Before Sending That Voice Sample
- I literally built the Jev architecture one year back and completely open-sourced it with model, dataset and paper
- China's Huawei says AI chip demand outstrips supply as it steps up Nvidia challenge
- First M5 Ultra benchmarks
- Nobody's actually securing their agentic AI deployments.
- I could reproduce the AI benchmarks. I still couldnโt verify the business claims.
- 153 tok/s on 1x AMD Radeon R9700 running Qwen3.8 27b NVFP4, 470 tok/s @ 8 conc requests, Prefill @ 3,619 tok/s
- Jev is amazing! I'm letting it play Pokemon Red with a harness being built by Opus 5 in real-time โ follow along!
- llms got good at text and stayed bad at tables. i don't think "less training data" is the reason
- AMD Plans 10% Price Hike Across GPUs, Chipsets, and Possibly CPUs
- Microsoft's AI chief and Anthropic are now publicly disagreeing about whether AI should be designed to seem humanlike. The argument matters more than the personalities.