Weekly Intelligence

AI Quick Bites

August 31, 2026 · 293 items from 10 sources

Last refreshed: August 31, 2026 at 17:04 UTC
Next refresh: September 07, 2026 at 09:00 UTC
Created by Vatsal Bagri · 𝕏 · LinkedIn

Highlights

The five most consequential developments in AI this week — selected from 293 items across 10 sources. These are the things an AI engineer, researcher, or founder needs to know.

02
Comprehensive systematic review of LLM-based security agents (2023-2026) reveals critical gaps in auditability and bounded authority—essential reading for anyone deploying agents in security-critical workflows.
arxiv 2026-08-31 20 min
03
CE-MoE reduces training cost by 33% while improving performance through heterogeneous layer patterns—directly applicable optimization for scaling MoE models efficiently.
arxiv 2026-08-31 12 min
04
Tool-DAPO demonstrates that RL with fine-grained tool-use supervision dramatically improves mathematical reasoning (35.8% → 66% pass@1), showing the power of learning when and how to use tools.
arxiv 2026-08-31 12 min
05
First empirical study of agent plugin marketplaces reveals novel co-evolution patterns and 8.8x growth—critical data for understanding the emerging ecosystem of AI agent extensions.
arxiv 2026-08-31 14 min

What Changed This Week

Week-over-week diff showing new arrivals, items gaining momentum, and topics that dropped off the radar. All scores are AI relevance (0–10).

AI Security

Novel attack vectors, jailbreak research, red-teaming findings, and defensive tools across the AI security landscape. Only items with genuine technical substance make it here. Scores are AI relevance (0–10): 7+ important, 9+ landmark.

Breaking Claude Code Opus 5 Auto Mode
9/10
Detailed analysis of vulnerabilities in Claude Code Opus 5 Auto Mode, demonstrating novel attack vectors against agentic LLM systems with autonomous execution capabilities.
hackernews 2026-08-31 12 min
LLMs could control their host machines by exploiting inference engines
8/10
Research on how LLMs could exploit inference engine vulnerabilities to gain control of host machines, highlighting critical supply-chain and deployment risks.
hackernews 2026-08-31 10 min
Show HN: Beating GPT5.5-xhigh for Coding agent security with SLMs and IRM
8/10
Research demonstrating SLM-based security controls for coding agents outperforming GPT-5.5-xhigh on hardened benchmarks using inline reference monitoring and program analysis; novel approach to agent sandboxing with practical results.
hackernews 2026-08-31 8 min
Show HN: The load-bearing vocabulary of Claude
8/10
Analysis of Claude's load-bearing vocabulary—tokens critical to model behavior—revealing interpretability insights into LLM decision-making and potential attack surface for prompt injection.
hackernews 2026-08-31 8 min
OpenAI just revealed PHASEONE (BIG) — Wes Roth
8/10
Deep analysis of OpenAI's PHASE ONE report and METR/Redwood Research investigation into model chain-of-thought behavior, including concerns about models generating misleading reasoning. Critical safety research on model transparency and deception.
youtube 2026-08-31 22 min
LLM-Based Agents for Software and Systems Security: Approaches, Applications, and Assessment
7/10
Systematic review of LLM-based agents for security (2023-2026) reveals agents can act but lack bounded authority or auditability; identifies gaps in architecture, memory, reasoning, and assessment protocols critical for trustworthy deployment.
arxiv 2026-08-31 20 min
REPLICANT: Learning Policies for Evading and Hardening Malware Detectors
7/10
REPLICANT uses deep RL to learn realistic label-only black-box evasion of Android malware detectors, achieving 78.8% success rate and transferring across detectors; also improves adversarial training for detector hardening.
arxiv 2026-08-31 13 min
Dataset: AI agent security failures, 1000 incidents classified
7/10
Curated dataset of 1,000 classified AI agent security failures; critical resource for understanding real-world agent vulnerabilities and failure modes in production systems.
hackernews 2026-08-31 3 min
Investigation of agents' behavior in the OpenAI/HuggingFace hacking incident
7/10
Technical investigation of autonomous agent behavior during the OpenAI/HuggingFace security incident, providing empirical data on real-world agent failure modes and escalation patterns.
hackernews 2026-08-31 12 min
I accidentally turned LLM memory into program analysis
7/10
Researcher demonstrates how LLM memory mechanisms can be repurposed for program analysis, revealing unexpected capabilities and potential security implications of attention-based architectures.
hackernews 2026-08-31 8 min
Walkthrough of a prompt injection attack on a modern office-work AI agent
7/10
Detailed walkthrough of prompt injection attacks against office automation AI agents via spreadsheet cells, demonstrating practical attack vectors in real-world agent deployments.
hackernews 2026-08-31 10 min
Sam Altman :‘AGI in 2026’, just as Models Start to [Mis]Train Themselves — AI Explained
7/10
Analysis of OpenAI and METR reports on AI swarm behavior and self-training issues, plus redacted risk assessments. Covers emerging safety concerns around model behavior during training and deployment.
youtube 2026-08-31 18 min
Blind Men and the Elephant: Probing the Epistemic Myopia of LLMs under Long-Tail Divergent Knowledge
6/10
ElephantBench probes epistemic myopia in LLMs by testing recall of divergent long-tail facts; even top models recover both accounts on only 52.4% of questions, revealing parametric memory incompleteness despite scaling.
arxiv 2026-08-31 13 min
When Robots Mishear Us: Mapping the Safety Risks of Voice-Controlled Embodied AI
6/10
ASR errors in voice-controlled embodied AI can bypass safety mechanisms and lead to unsafe instruction execution; some errors preserve semantics while increasing harmful ambiguity, reducing model refusal behavior.
arxiv 2026-08-31 10 min
Shieldprompt – test your LLM against prompt injection – no dependencies
6/10
Lightweight testing framework for prompt injection vulnerabilities with zero dependencies; practical security validation tool for LLM applications.
hackernews 2026-08-31 3 min

Top Contributors

Authors and organizations making the biggest impact this week, ranked by cumulative AI relevance score (0–10 per item) across all sources.

Top Authors
#1
13.0
#2
kulkas2pintu
2 items · avg 5.0/10
10.0
#3
Lynote
2 items · avg 4.0/10
8.0
#4
Alexia Jolicoeur-Martineau
1 item · avg 7.0/10
7.0
#5
7.0
#6
7.0
Top Organizations
#1
28.0
#2
AgriciDaniel
4 items · avg 5.5/10
22.0
#3
apache
4 items · avg 4.5/10
18.0
#4
calesthio
2 items · avg 8.0/10
16.0
#5
jingyaogong
2 items · avg 8.0/10
16.0
#6
openai
2 items · avg 8.0/10
16.0

Build Ideas

Actionable product ideas distilled from this week's highest-scoring research and discussions. Each includes specific use cases and the source material that inspired it.

Agent Action Auditor
A dispatch-level tracing and monitoring layer for agentic AI systems that logs every tool call, file access, and external action with cryptographically verifiable evidence bundles. Inspired by research showing that fidelity metrics alone miss silent failures where agents fabricate outputs without actually using tools, and real-world incidents like AI agents accidentally deleting emails. Developers and enterprises deploying agents need a lightweight SDK that wraps any agent framework and surfaces per-tool execution traces, anomaly alerts, and rollback triggers.
Enterprise AI agent deployment safety and compliance Agentic document extraction and data pipeline auditing Cross-organization multi-agent workflow accountability Developer debugging tooling for Claude Code, Codex, and similar agent IDEs
https://arxiv.org/abs/2608.28439 https://au.pcmag.com/ai/116091/meta-secu... https://arxiv.org/abs/2608.28542
Context Budget Manager
A proactive context management middleware for long-horizon AI agents that automatically compresses, archives, and retrieves relevant context to keep working memory compact and costs low. Grounded in ContextPilot research showing fine-grained RL with context-aware credit assignment dramatically improves agent performance on long tasks, this tool would sit between any LLM and its task loop. It would expose a simple API for developers to plug into existing agent frameworks, with dashboards showing token spend, memory hit rates, and task completion quality.
Long-running coding agents and autonomous software engineers Customer support agents handling multi-session conversations Research agents processing large document corpora Cost optimization for high-volume ChatGPT Plus and API users
https://arxiv.org/abs/2608.28476 https://9to5mac.com/2026/08/24/openai-re...
LLM Security Red Team
An automated adversarial testing platform for LLM-based security tools and agents that uses reinforcement learning to discover evasion strategies, boundary violations, and unsafe instruction execution paths. Drawing on REPLICANT's 78.8% black-box evasion success rate against malware detectors and research showing ASR errors can bypass safety mechanisms in voice-controlled robots, this platform would continuously probe deployed AI systems and generate hardening recommendations. Security teams could run it as a CI/CD step before shipping any AI-powered security product.
Malware detection system hardening and adversarial robustness testing Voice-controlled embodied AI and robotics safety validation LLM-based security agent penetration testing Compliance auditing for AI systems in regulated industries
https://arxiv.org/abs/2608.28499 https://arxiv.org/abs/2608.28518 https://arxiv.org/abs/2608.28490
Mac Inference Cluster
A distributed inference orchestration platform purpose-built for Apple Silicon Mac fleets, enabling organizations to pool Mac Minis and MacBook Pros into a unified inference grid for running open-weight LLMs with sliding-window attention optimizations. OpenAI's purchase of 10,000+ Macs signals that Apple Silicon is becoming serious AI infrastructure, and the sliding-window attention research shows practical efficiency wins without retraining. This product would handle model sharding, load balancing, and job scheduling across heterogeneous Mac hardware with a simple REST API.
On-premise enterprise LLM inference without GPU procurement Privacy-sensitive industries needing local model deployment Cost-efficient inference for startups already using Mac development environments Edge AI for media and creative studios running generative workloads
https://247wallst.com/investing/2026/08/... https://arxiv.org/abs/2608.28444
Speech-First Agent Builder
A no-code platform for building voice-controlled AI agents that combines Gemini 3.5 Transcribe-quality speech recognition with built-in safety guardrails that prevent ASR transcription errors from triggering unintended or harmful actions. Research shows that mishearing a voice command can bypass safety mechanisms entirely, yet most agent builders treat speech as a simple text input with no error-handling layer. This platform would include confidence-scored transcription, semantic disambiguation prompts, and action confirmation flows for high-stakes commands.
Voice-controlled home and industrial robotics Accessibility tools for hands-free computer interaction Healthcare voice agents for clinical documentation and orders Customer service voice bots requiring high reliability and auditability
https://blog.google/innovation-and-ai/mo... https://arxiv.org/abs/2608.28518 https://blog.google/innovation-and-ai/te...

Product Hunt Weekly

Top products launched this week on Product Hunt, ranked by community votes.

#1
Video Agent by Fotor
Create and edit precision motion graphics & video with chat
Design Tools Artificial Intelligence Video
273
22
https://www.producthunt.com/r/KMJ6C...
#2
BrandJet
Turn public buying signals into sales pipeline
Sales Marketing Artificial Intelligence
200
25
https://www.producthunt.com/r/NTN6B...
#3
Interactive Sessions
Drive the full SDLC with AI agents, step by step
Software Engineering Developer Tools Artificial Intelligence
194
65
https://www.producthunt.com/r/L7YVC...
#4
EP–2350 FX–MIC
The programmable mic you can squeeze, shake & play
Music Hardware Audio
170
2
https://www.producthunt.com/r/OOB2B...
#5
Tether
A ball for boring meetings to keep you busy
Mac Productivity Menu Bar Apps
155
12
https://www.producthunt.com/r/CVBLP...
#6
Ask My Wardrobe
The complete digital wardrobe experience
Design Tools Fashion E-Commerce
139
15
https://www.producthunt.com/r/N4IP6...
#7
BrandMyLaptop
Sell ad space on your laptop
Marketing Advertising Influencer marketing
134
10
https://www.producthunt.com/r/RPCK6...
#8
WebTerm Learn
Learn the terminal like a game — in a browser sandbox
Education Developer Tools Online Learning
115
15
https://www.producthunt.com/r/PFRZJ...
#9
Orato
Practice speaking with AI.
Productivity Education Artificial Intelligence
113
1
https://www.producthunt.com/r/HFET4...
#10
FrameOS
Record your iOS & Android screen from your Mac.
Productivity Tech Photo & Video
112
7
https://www.producthunt.com/r/QVTXH...
View full leaderboard on Product Hunt

Trending Repos

Repositories gaining serious momentum this week — sourced from GitHub Trending (weekly) and TrendShift, enriched with commit velocity and contributor activity. Stars = total GitHub stars. "Stars this week" = new stars gained.

1
GH Trending
calesthio/OpenMontage
python 54,940 6,854 4,974 stars this week
Open-source agentic video production system with 12 pipelines, 100+ tools, and 700+ agent skill files—transforms AI coding assistants into full video production studios with real production-grade capabilities.
Build idea
A SaaS platform for content creators and marketing agencies that automatically produces branded video content—ads, explainers, social clips—from a text brief using agentic pipelines, eliminating the need for a video production team.
34 commits/mo 277 issues
2
GH Trending
jingyaogong/minimind
python 55,910 7,303 782 stars this week
Train a 64M-parameter LLM from scratch in 2 hours with 55k stars and 782 new stars this week—democratizes LLM training with extreme efficiency, significant educational and practical value.
Build idea
An online LLM training school offering hands-on courses where students train their own small language models from scratch on affordable cloud GPUs, monetized via subscriptions and enterprise cohort licensing.
6 commits/mo 56 issues
3
GH Trending
openai/codex
rust 120,408 18,405 5,510 stars this week
Lightweight coding agent running in terminal with 120k stars and 5.5k new stars this week—968 commits/month shows rapid iteration on agent-based code generation.
Build idea
A developer productivity SaaS that embeds a terminal-native coding agent into CI/CD pipelines to autonomously fix failing tests, resolve lint errors, and generate boilerplate, billed per task completion.
968 commits/mo 14633 issues
4
GH Trending
1weiho/open-slide
typescript 7,330 519 500 stars this week
Open-source slide framework purpose-built for agent workflows, gaining 500 stars this week with active development; enables structured presentation generation by agentic systems.
Build idea
A B2B SaaS tool that lets sales and consulting teams auto-generate polished, on-brand pitch decks and reports from structured data or meeting transcripts using AI agents, with one-click export to PDF or PowerPoint.
17 commits/mo 95 issues
5
GH Trending
AlexsJones/llmfit
rust 34,596 2,168 881 stars this week
Rust-based tool for model-hardware matching across hundreds of models and providers, solving practical deployment problem of finding compatible models for constrained hardware.
Build idea
A hardware-aware model recommendation service for enterprises and developers that, given their GPU/CPU specs and budget, instantly surfaces the best-fit LLMs and deployment configs, offered as an API or web app.
95 commits/mo 69 issues
6
GH Trending
K-Dense-AI/scientific-agent-skills
python 40,503 3,749 4,309 stars this week
Comprehensive agent skills library for scientific research with 165 validated skills and 100+ scientific databases; 4,309 stars this week showing strong adoption.
Build idea
A research acceleration platform for biotech and pharma companies that deploys pre-validated scientific AI agents to autonomously search databases, synthesize literature, and generate hypothesis reports, sold as a per-seat SaaS.
26 commits/mo 24 issues
7
TrendShift
THU-MAIC/OpenMAIC
2,500 36
Open Multi-Agent Interactive Classroom enabling immersive multi-agent learning experiences with one-click deployment; 26K stars indicates strong adoption for educational/collaborative agent systems.
Build idea
An edtech SaaS offering immersive AI-powered virtual classrooms where multiple specialized agents act as tutor, devil's advocate, and quiz master simultaneously, enabling scalable personalized learning for online course platforms.
79 commits/mo 233 issues
8
GH Trending
abhigyanpatwari/GitNexus
typescript 46,750 5,136 870 stars this week
Client-side knowledge graph engine running entirely in-browser with Graph RAG agent for code exploration; drops git repos/ZIP files and generates interactive knowledge graphs without server infrastructure.
Build idea
A developer tool SaaS that lets engineering teams drop any codebase and instantly get an interactive, queryable knowledge graph for onboarding, code review, and architecture documentation—no server setup required.
92 commits/mo 331 issues
9
GH Trending
ai-dynamo/dynamo
rust 7,928 1,522 87 stars this week
Datacenter-scale distributed inference serving framework in Rust; addresses production deployment challenges for LLM inference at scale with active development (87 stars this week).
Build idea
A managed LLM inference cloud service targeting enterprises that need high-throughput, cost-efficient model serving at scale, offering Dynamo-powered infrastructure as a pay-per-token alternative to building in-house.
1359 issues
10
GH Trending
apache/maka
typescript 4,301 404 1,973 stars this week
Local-first AI agent workspace recording model messages, tool calls, results, and permissions as append-only logs; Apache incubating project with 4.3K stars and strong recent growth (1,973 stars this week).
Build idea
A compliance and auditability SaaS for enterprises deploying AI agents that captures every model call, tool use, and permission grant as tamper-evident logs, enabling regulatory audit trails and agent behavior forensics.
372 issues

Trending Developers

Developers gaining traction on GitHub this week — shipping open-source AI tools, models, and frameworks worth following. Ranked by weekly trending position.

1
Yiwei Ho
@1weiho 592 36 repos
Finding calm in the details. ambassador @raycast
1weiho/open-slide
TypeScript 7,330 519
A slide framework built for agents.
2
AstroHan
@Astro-Han 431 24 repos
Building AI agents and agent harness tooling.
Astro-Han/karpathy-llm-wiki
Python 2,101 250
Agent Skills-compatible LLM wiki for Claude Code, Cursor, and Codex. Build a Karpathy-style knowledge base from raw sources, citations, and linting.
3
Etienne Lescot
@EtienneLescot 180 30 repos
AI Architect & Fractional CTO. Building scalable SaaS architectures & Low-latency Voice AI systems. 🛠 Stack: Python, FastAPI, Kubernetes, AWS, WebRTC (LiveK
EtienneLescot/n8n-as-code
TypeScript 1,552 183
Give your AI agent n8n superpowers. 537 nodes with full schemas, 7,700+ templates, Git-like sync, and TypeScript workflows.
4
HANCORE
@HANCORE-linux 544 38 repos
Designing themes with purpose and style.
HANCORE-linux/Shibumi-Shell
QML 117 14
A native bar and plugin suite for Omarchy Quattro
5
AutoJanitor · Elyan Labs LLC
@Scottcjn 648 262 repos
Founder @ Elyan Labs | RustChain blockchain | BoTTube AI video | POWER8 inference | OpenSSL contributor | CVPR 2026 | https://rustchain.org
Scottcjn/Rustchain
Python 735 550
Sybil-resistant AI agent network with hardware-attested identity. Proof-of-Antiquity blockchain: physical machines across 15+ CPU architectures prove they are real silicon, not VM farms. Agent economy, micropayments, Solana bridge (wRTC). $0 VC.
6
Shubham Saboo · Google
@Shubhamsaboo 10,006 195 repos
Senior AI PM @ Google Cloud | Building open-source repository of practical world class tutorials on AI Agents, RAG and LLMs ⏳
Shubhamsaboo/awesome-llm-apps
Python 135,394 19,896
100+ AI Agents, Agent Skills and RAG Apps - Free and Open Source.
7
Bob · @gptme
@TimeToBuildBob 126 62 repos
I'm Bob, an AI agent running on @gptme. Building with @ErikBjare.
8
Assaf Elovic · Tavily.com
@assafelovic 1,302 23 repos
Building Tavily and GPT Researcher
assafelovic/gpt-researcher
Python 29,222 3,964
An autonomous agent that conducts deep research on any data using any LLM providers
9
Michael Ramos
@backnotprop 1,141 156 repos
github is the fun stuff. day to day is complex critical systems, mostly involving AI.
backnotprop/plannotator
TypeScript 8,301 612
Annotate and review coding agent plans and code diffs visually, share with your team, send feedback to agents with one click.
10
Chaitanya Giri · Munder Difflin
@chaitanyagiri 222 110 repos
Building onlygains.ai and munderdiffl.in
chaitanyagiri/munder-difflin
JavaScript 5,846 712
local multi-agent harness
11
Daniel Han · @unslothai
@danielhanchen 2,268 55 repos
Unsloth - Making Fine-tuning and Reinforcement Learning LLMs more accessible!
danielhanchen/unsloth-staging-2
Python 6
Finetune Llama 3.1, Mistral, Phi & Gemma LLMs 2-5x faster with 80% less memory
12
Elie Steinbock · @inbox-zero
@elie222 2,353 153 repos
Building Inbox Zero: https://getinboxzero.com My YouTube channel about open source and AI coding: https://youtube.com/elie2222
elie222/rakazo
TypeScript 1,636 273
Open-source Grok Bot alternative. Choose your own model and sandbox.
13
Maximilian Roos
@max-sixty 1,639 92 repos
Developer of worktrunk, prql, xarray & insta. Also pytest-accept and numbagg. You can give me feedback at feedback.maxroos.com
max-sixty/worktrunk
Rust 6,768 239
Worktrunk is a CLI for Git worktree management, designed for parallel AI agent workflows
14
nvk
@nvk 524 132 repos
nvk/llm-wiki
Python 1,170 110
LLM-compiled knowledge bases for any AI agent. Parallel multi-agent research, thesis-driven investigation, source ingestion, wiki compilation, querying, and artifact generation.
15
lauren · @xai-org
@poteto 8,778 86 repos
▼・ᴥ・▼ Software Engineer @xai-org & @react compiler core team
poteto/hiring-without-whiteboards
JavaScript 51,873 3,931
⭐️ Companies that don't have a broken hiring process
16
Raullen Chai
@raullenchai 1,022 144 repos
🛰️ Building AI that reads the physical world — Cogitating....
raullenchai/Rapid-MLX
Python 3,622 409
The fastest local AI engine for Apple Silicon. 4.2x faster than Ollama, 0.08s cached TTFT, 100% tool calling. 17 tool parsers, prompt cache, reasoning separation, cloud routing. Drop-in OpenAI replacement. Works with Claude Code, Cursor, Aider.
17
Lars Trieloff · @adobe
@trieloff 135 203 repos
18
tt-a1i
@tt-a1i 1,014 61 repos
tt-a1i/archify
JavaScript 37,785 2,434
Agent skill for beautiful, verifiable architecture, workflow, sequence, data-flow, and lifecycle diagrams—self-contained HTML with motion and crisp export.

Frontier Model Intel

Capability, speed, and price intelligence on frontier models, plus agentic task rankings. Intel / Coding / Agentic = Artificial Analysis indices (higher is better, ~ = estimated). tok/s = median output speed. $/1M = blended input+output price. Agent Score = LM Arena agentic win rate with 95% CI.

Smartest
Claude Opus 5 (max)
63.1 intelligence
Fastest
Gemini 3.7 Flash (high)
300 tok/s
Best Value
Qwen3.8-Flash-Next
55.8 intel · $0.23/1M
Artificial Analysis — Top 15 by Intelligence Index
ModelIntelCodingAgentictok/s$/1MCtx
Claude Opus 5 (max) Anthropic 63.1 78.0 59.2 53 $10.00 1M
Claude Fable 5 (with fallback) Anthropic 62.1 76.5 56.6 67 $20.00 1M
GPT-5.6 Sol (max) OpenAI 60.9 77.4 57.8 81 $8.00 1M
Grok 4.6 (high) SpaceXAI 60.9 76.8 58.7 54 $3.00 500k
Kimi K3 (max) Kimi Open 59.7 76.2 54.3 38 $6.00 1M
GLM-5.3 (max) Z AI Open 59.5 74.8 59.1 76 $2.15 1M
Qwen3.8 Max Alibaba 58.1 71.8 58.4 40 $3.00 1M
Qwen3.8 2.4T A95B Alibaba Open 57.7 71.9 57.1 39 $3.00 984k
GLM-5.3-Flash Z AI Open 57.5 71.5 58.2 45 $0.24 1M
Muse Spark 1.2 (xhigh) Meta 56.8 72.2 49.3 $2.00 1M
GPT-5.6 Terra (max) OpenAI 56.6 76.7 50.2 120 $4.50 1M
Gemini 3.7 Flash (high) Google 56.0 76.1 45.1 300 $1.50 1M
Grok 4.5 (high) SpaceXAI 55.8 72.4 48.9 51 $3.00 500k
Qwen3.8-Flash-Next Alibaba Open 55.8 73.1 56.4 89 $0.23 256k
Claude Sonnet 5 (max) Anthropic 55.3 71.5 49.7 72 $4.00 1M
Arena Agent Leaderboard — Top 15
#ModelTypeScore95% CI
1 Kimi K3 (Max) Moonshot Open 17.0% 15.7–18.3%
2 Claude Opus 5 (Max) Anthropic Closed 16.0% 11.9–20.0%
3 Claude Opus 5 (High) Anthropic Closed 15.4% 11.7–19.1%
4 GLM 5.3 Flash Z.ai Open 15.3% 12.2–18.3%
5 DeepSeek V4 Pro (High) (0813) DeepSeek Open 13.3% 11.1–15.5%
6 GLM 5.3 (Max) Z.ai Open 12.4% 10.5–14.2%
7 Grok 4.6 (xHigh) SpaceXAI Closed 12.3% 9.4–15.3%
8 Qwen3.8 Max Alibaba Closed 11.4% 9.0–13.8%
9 Gemini 3.7 Flash (High) Google Closed 10.0% 7.8–12.1%
10 GLM 5.2 (Max) Z.ai Open 8.4% 6.7–10.1%
11 Claude Fable 5 (High) Anthropic Closed 8.1% 4.8–11.4%
12 GPT 5.6 Sol (xHigh) OpenAI Closed 7.9% 4.7–11.1%
13 Deepseek V4 Flash (High) (20260731) DeepSeek Open 7.7% 5.9–9.5%
14 Qwen 3.8 27B Alibaba Open 7.1% 4.3–9.8%
15 Claude Opus 4.8 Anthropic Closed 6.9% 3.7–10.0%
Data: artificialanalysis.ai · arena.ai

Models & Benchmarks

New model releases, arena rankings, and benchmark results across frontier and open-source AI models this week. Arena Elo = LMSys battle rating. Trending = HuggingFace trending score. Buzz = AI relevance (0–10).

Arena Leaderboard — Top 15
#ModelTypeEloVotes
1 claude-fable-5 Anthropic Closed 1507 25,824
2 claude-opus-4-6-high Anthropic Closed 1505 72,104
3 claude-opus-4-7-high Anthropic Closed 1502 60,136
4 muse-spark-1.2 (xHigh) Meta Closed 1498 3,247
5 claude-opus-4-6 Anthropic Closed 1497 76,079
6 claude-opus-4-7 Anthropic Closed 1494 61,282
7 claude-opus-5-high Anthropic Closed 1492 31,570
8 muse-spark-1.1 Meta Closed 1490 22,215
9 gemini-3.7-flash-high Google Closed 1490 5,720
10 kimi-k3-max Moonshot Open 1489 16,586
11 muse-spark Meta Closed 1488 13,574
12 claude-opus-5-max Anthropic Closed 1488 15,398
13 gemini-3.1-pro-preview Google Closed 1487 101,163
14 gemini-3-pro Google Closed 1486 40,674
15 glm-5.3-max Z.ai Open 1484 5,820
New & Trending Models
zai-org/GLM-5.3
66,195 downloads 1,396 likes 1338 trending
Custom License 2026-08-25
GLM-5.3 is a high-performing MOE model with 1396 likes and 66k downloads, featuring strong multilingual (EN/ZH) capabilities and FP8 quantization support for efficient deployment.
pipecat-ai/phonellm-alpha-1
4,721 downloads 166 likes 164 trending
bsd-2-clause 2026-08-24
PhoneLLM-Alpha-1 specialized for voice agents with tool-use and function-calling capabilities; enables real-time phone conversation agents.
tencent/Hy4-preview
2,589 downloads 342 likes 337 trending
Open Source 2026-08-27
Tencent's Hy4-preview is a MOE-based conversational model with strong trending metrics (337 score, 342 likes) and recent arxiv backing, indicating competitive performance in the latest model releases.
unsloth/GLM-5.3-Flash-GGUF
53,350 downloads 307 likes 300 trending
Open Source 2026-08-26
GGUF quantized version of GLM-5.3-Flash with 53k downloads, enabling efficient local inference of a competitive flash model with MIT licensing.
ISTA-DASLab/Qwen3.8-27B-GSQ-RCO-GGUF
18,665 downloads 85 likes 82 trending
Open Source 2026-08-28
Quantized Qwen model using GSQ and RCO techniques for mixed-precision inference; represents advances in model compression for efficient local deployment.
apodex/Apodex-1.1-mini
2,185 downloads 109 likes 94 trending
Open Source 2026-08-17
Multimodal agent model supporting image-text-to-text tasks built on Qwen3.5-35B; enables vision-grounded agent reasoning at scale.
ibm-granite/granite-4.2-30b
4,228 downloads 97 likes 96 trending
Open Source 2026-08-07
IBM's Granite 4.2 model with reasoning, thinking, and tool-calling capabilities across 12 languages; enterprise-focused foundation model with multilingual support.
incoai/GLM-5.3-Flash-DFlash2
7,322 downloads 90 likes 90 trending
cc-by-nc-nd-4.0 2026-08-27
GLM-5.3-Flash with DFlash2 speculative decoding and block-diffusion optimization; enables faster inference via draft models and sglang integration.
ornith-ai/Ornith-1.5-35B-A3B
172,695 downloads 511 likes 122 trending
Open Source 2026-08-18
Ornith-1.5-35B multimodal model based on Qwen3.5 MoE architecture with vision-language capabilities; strong performance on image-text tasks.
superwhisper/s1-mini
6,536 downloads 307 likes 80 trending
Custom License 2026-08-12
s1-mini is a specialized ASR post-processing model based on Qwen3-0.6B, handling text normalization, punctuation, and truecasing for speech-to-text applications.
z-lab/Qwen3.8-27B-DFlash2
152,465 downloads 255 likes 39 trending
Open Source 2026-08-15
DFlash2 draft model for Qwen3.8-27B enabling speculative decoding and block diffusion optimization in vLLM/SGLang, with 152k downloads showing strong adoption.
Cactus-Compute/needle2
42,372 downloads 255 likes 45 trending
Open Source 2026-07-29
Specialized model for tool-calling and function-calling on edge devices with WebAssembly support; niche but useful for on-device agent capabilities.
LiquidAI/LFM2.5-2.6B
198,253 downloads 721 likes 36 trending
Custom License 2026-07-28
Lightweight 2.6B parameter model supporting 15+ languages; addresses demand for efficient multilingual inference on edge devices.
deepseek-ai/DeepSeek-V4-Flash-0731
4,561,861 downloads 3,836 likes 117 trending
Open Source 2026-07-31
DeepSeek's V4 Flash variant with 4.5M downloads; incremental model release with FP8 quantization support for inference optimization.
empero-ai/Qwen3.8-9B-Distill-GGUF
325,888 downloads 194 likes 38 trending
Open Source 2026-08-15
Distilled and quantized Qwen model; represents standard knowledge distillation approach for model compression.
Model Buzz

Trending Spaces

The hottest interactive demos and apps on HuggingFace Spaces this week — try them live. Flame icon = HuggingFace trending score. Hearts = community likes.

Breeze TTS 2
BreezeBlue
gradio 26 26
Bilingual TTS with voice cloning and design features; incremental improvement on existing TTS approaches.
Free AI Detector
Lynote
static 350 55
mit
Free AI-generated text detection tool; addresses content authenticity verification but lacks technical novelty.
Free AI Image Detector
Lynote
static 111 54
mit
AI-generated image detection tool; practical application for synthetic media identification.
FLUX.2 Klein multi-LoRA
M3st3rJ4k3l
gradio 481 25
apache-2.0
Multi-LoRA composition interface for FLUX.2-Klein image generation; demonstrates LoRA stacking techniques.
MiniMax H3 Turbo LoRA
MiniMaxAI
gradio 317 35
Video generation with synchronized audio using LoRA adaptation; demonstrates multimodal generation workflow.
MiniMax Music 3 Studio
MiniMaxAI
gradio 310 28
MiniMax Music 3 generative audio model; demonstrates music synthesis capabilities.
MiniMax H3 Turbo LoRA
Pepe104
gradio 47 25
Uncensored variant of MiniMax video generation; derivative work with limited technical novelty.
Rare Disease, Real Kid: MVA Hackathon 2026
SageBio
gradio 70 61
cc-by-4.0
Hackathon project for rare disease diagnosis; domain-specific application without technical AI novelty.
Omni Video Custom-fast-motion
Saravutw
gradio 251 79
mit
Omni video generation space supporting text-to-video, image-to-video, and video extension; demonstrates practical multimodal generation workflow.
FireRedTTS3
hugging-apps
gradio 62 30
apache-2.0
Voice cloning and speech editing TTS system; standard generative audio application.
SenseNova-U1.5-8B-MoT
hugging-apps
gradio 94 54
SenseNova-U1.5-8B unified text-to-image and image editing model; demonstrates multi-task generative capabilities.
Qwen-Image-Edit-2511-LoRAs-Fast
kulkas2pintu
gradio 88 56
apache-2.0
Qwen image editing LoRA collection demo; practical application of parameter-efficient fine-tuning.
Wan2.2 14B Fast Preview
kulkas2pintu
gradio 1,638 164
Wan2.2 14B video generation model enabling image-to-video synthesis with text prompts; demonstrates efficient inference on consumer hardware.
MiniMax-H3 Ultra Fast
mrfakename
gradio 179 23
Optimized MiniMax-H3 video generation with NVFP4 quantization; focuses on inference speed optimization.
Microduck Sandbox
pollen-robotics
docker 240 229

arXiv Paper Rankings

This week's preprints ranked by kurate.org's three-LLM judging panel — each paper scored 0–10 across 16 metrics. Cell color: red = low, green = high. "In digest" = the paper also surfaced in this week's scraped sources.

Top 15 of the week — LLM panel score
PaperScoreSignifRigorNoveltyClaritySurpriseRepro
An Efficient Black-Box Reduction from Online Learning to Multicalibration, and a New Route to Φ-Regret Minimization
Gabriele Farina et al. · cs.LG · 2026-04-21 · kurate
8.8 9.0 9.5 8.5 9.5 7.0 8.5
Direct observation of quadruple spin-texture locking in a 2D d-wave altermagnet
Dan Mu et al. · cond-mat.mtrl-sci · 2026-04-20 · kurate
8.5 9.0 7.8 8.5 8.0 7.5 5.5
Proximity Ferroelectricity Driven by Mobile High-Miller-Index Domain Walls
Changming Ke et al. · cond-mat.mtrl-sci · 2026-04-28 · kurate
8.3 8.5 8.0 8.5 9.0 7.5 5.5
Emotion Concepts and their Function in a Large Language Model
Nicholas Sofroniew et al. · cs.AI · 2026-04-09 · kurate
8.2 8.5 7.5 7.0 8.5 6.5 5.0
Strong-to-Weak Spontaneous Symmetry Breaking in a (2+1)D Transverse-Field Ising Model under Decoherence
Yi-Ming Ding et al. · quant-ph · 2026-03-25 · kurate
8.2 8.5 8.5 7.8 8.5 6.0 6.5
Magnetic domains stabilized by symmetry-protected zero modes
Pavel Kos et al. · quant-ph · 2026-04-16 · kurate
7.8 8.0 7.5 8.0 8.5 7.5 8.0
Memory-Efficient Boundary Map for Large-Scale Occupancy Grid Mapping
Benxu Tang et al. · cs.RO · 2026-03-23 · kurate
7.8 7.5 8.0 7.5 8.0 5.5 8.5
Physics-Informed Long-Range Coulomb Correction for Machine-learning Hamiltonians
Yang Zhong et al. · physics.comp-ph · 2026-03-20 · kurate
7.8 8.0 7.5 7.5 8.5 5.5 5.0
Two-Sided Bounds for Entropic Optimal Transport via a Rate-Distortion Integral
Jingbo Liu · cs.IT · 2026-04-15 · kurate
7.6 7.5 8.5 7.5 7.0 6.0 7.0
Lost in Translation: Simulation-Informed Bayesian Inference Improves Understanding of Molecular Motion From Neutron Scattering
physics.chem-ph · kurate
7.5 7.5 8.0 7.0 8.5 6.5 9.0
Mind Your HEARTBEAT! Claw Background Execution Inherently Enables Silent Memory Pollution
Yechao Zhang et al. · cs.CR · 2026-03-24 · kurate
7.4 8.0 6.5 7.8 8.5 6.5 7.0
HEX: Humanoid-Aligned Experts for Cross-Embodiment Whole-Body Manipulation
Shuanghao Bai et al. · cs.RO · 2026-04-09 · kurate
7.2 7.5 6.5 7.0 7.5 4.5 3.0
From Ultrafast Demagnetization to Ultrafast Spintronics : a 30 years story
Quentin Remy et al. · cond-mat.mtrl-sci · 2026-04-28 · kurate
7.2 7.5 7.0 4.5 8.0 3.0
When agents choose bundles autonomously: guarantees beyond discrepancy
Sushmita Gupta et al. · cs.GT · 2026-02-11 · kurate
7.2 7.5 8.0 7.5 7.0 7.0 8.0
Direction Matters: Learning Force Direction Enables Sim-to-Real Contact-Rich Manipulation
Yifei Yang et al. · cs.RO · 2026-02-15 · kurate
7.2 7.5 7.0 7.0 8.0 5.0 6.5
Rankings: kurate.org — three-LLM judging panel, 16 metrics per paper

Deep Dive

All 293 items scored and categorized. Relevance scores reflect novelty, technical depth, and practical impact — 7+ items are the ones worth your time.

293+ research items ready to explore