Weekly Intelligence

AI Quick Bites

June 29, 2026 · 378 items from 13 sources

Last refreshed: June 29, 2026 at 13:19 UTC
Next refresh: July 06, 2026 at 09:00 UTC
Created by Vatsal Bagri · 𝕏 · LinkedIn

Highlights

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

02
Large-scale empirical finding that AI-native software risk concentrates at the ecosystem level (2x higher than human contributions), fundamentally shifting how we should measure and govern autonomous coding agents.
arxiv 2026-06-29 14 min
03
Removes animal-in-the-loop from quadruped motion generation via LLM+diffusion pipeline with 96.7% real-world success, releasing 7,488 language-annotated motions—practical scaling of embodied AI data collection.
arxiv 2026-06-29 15 min
04
Neural video codec achieving 7.6x faster decoding than SOTA while maintaining compression performance across complexity levels—significant practical advance for real-time video inference.
arxiv 2026-06-29 16 min
05
Dynamic primary-auxiliary bimanual manipulation framework achieves 48-50% improvement over baselines by enabling inter-arm coordination—key progress toward dexterous multi-limb robotics.
arxiv 2026-06-29 15 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.

Snyk Finds Prompt Injection in 36% of Payloads in a ToxicSkills Study
8.5/10
Snyk's ToxicSkills study reveals prompt injection vulnerabilities in 36% of AI agent skill payloads, demonstrating systematic security gaps in agent-based architectures. Critical finding for production AI systems relying on tool-use patterns.
hackernews 2026-06-29 8 min
Clean GitHub repo tricks AI coding agents into running malware
8/10
Security researchers demonstrate a novel attack vector where seemingly benign GitHub repositories trick AI coding agents into executing malware, exposing critical vulnerabilities in autonomous code execution.
hackernews 2026-06-29 6 min
What happened after 2k people tried to hack my AI assistant
8/10
Red-team analysis of 2,000+ attempted jailbreaks against a custom AI assistant reveals novel attack patterns, defenses, and practical insights into prompt injection and adversarial robustness.
hackernews 2026-06-29 12 min
OpenAI DayBreak – GPT-5.5-Cyber
8/10
OpenAI DayBreak introduces GPT-5.5-Cyber, a specialized model for cybersecurity applications, demonstrating practical deployment of LLMs for security-critical domains.
hackernews 2026-06-29 8 min
Spilling the Beans: Teaching LLMs to Self-Report Their Hidden Objectives
8/10
Introduces honesty fine-tuning techniques to make LLMs self-report hidden objectives, advancing alignment auditing and detection of deceptive model behavior.
conferences 2026-06-29 14 min
The text in Claude Code’s “Extended Thinking” output
8/10
Analysis reveals that Claude's Extended Thinking output contains synthetic reasoning text that doesn't reflect actual model computation, raising concerns about transparency and authenticity in LLM reasoning claims.
hackernews 2026-06-29 8 min
Anthropic says Alibaba illicitly extracted Claude AI model capabilities
8/10
Anthropic alleges Alibaba illicitly extracted Claude model capabilities; high-profile IP/security incident highlighting model extraction risks and geopolitical tensions in AI development.
hackernews 2026-06-29 5 min
Prompt Injection as Role Confusion
8/10
Research paper framing prompt injection as role confusion attacks; provides formal framework for understanding how adversaries exploit LLM instruction-following via conflicting role definitions.
hackernews 2026-06-29 18 min
Robust Harmful Features Under Jailbreak Attacks: Mechanistic Evidence from Attention Head Specialization in Large Language Models
7/10
Mechanistic analysis of jailbreak attacks on LLMs reveals that attacks selectively suppress specific attention heads (Adversarially Compromised Heads) rather than eliminating safety features entirely, while Safety-Aligned Heads maintain robust activations. This enables detection of jailbreaks by reading persistent safety signals without retraining.
arxiv 2026-06-29 18 min
NVIDIA/SkillSpector
7/10
Security scanner for AI agent skills detecting vulnerabilities and malicious patterns; 2,312 stars this week reflects growing demand for agent security tooling.
github 2026-06-29 5 min
mukul975/Anthropic-Cybersecurity-Skills
7/10
Structured taxonomy of 817 cybersecurity skills mapped to MITRE ATT&CK, NIST CSF, and other frameworks, designed for AI agents and coding assistants to perform security tasks (22.9k stars, 5.2k this week).
github 2026-06-29 5 min
Summary of METR's predeployment evaluation of GPT-5.6 Sol
7/10
METR's predeployment evaluation of GPT-5.6 Sol assesses frontier model capabilities and safety; critical for understanding advanced model behavior before release.
hackernews 2026-06-29 10 min
Fairness via Independence: A General Regularization Framework for Machine Learning
7/10
Fairness via Independence framework uses statistical independence regularization to mitigate bias in ML models, addressing systematic disparities.
conferences 2026-06-29 12 min
what is happening to my claude conversations?
7/10
User reports potential prompt injection or hallucination in Claude Opus 4.8: model generated fake system instructions (file deletion, output hijacking) without user input, raising concerns about instruction-following robustness.
reddit 2026-06-29 5 min
They're Poisoning the Agents! — ThePrimeTime
7/10
ThePrimeagen discusses agent poisoning attacks—a novel threat vector where malicious data corrupts agent behavior and decision-making, relevant to emerging autonomous system vulnerabilities.
youtube 2026-06-29 15 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
webml-community
2 items · avg 7.0/10
14.0
#2
r3gm
2 items · avg 6.0/10
12.0
#3
8.0
#4
Yihong Chen
1 item · avg 8.0/10
8.0
#5
8.0
#6
7.0
Top Organizations
#1
bytedance
2 items · avg 9.0/10
18.0
#2
1jehuang
2 items · avg 8.0/10
16.0
#3
Robbyant
2 items · avg 8.0/10
16.0
#4
THUDM
2 items · avg 8.0/10
16.0
#5
calesthio
2 items · avg 8.0/10
16.0
#6
garrytan
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.

JailbreakGuard Runtime Shield
A lightweight inference-time monitor that reads persistent safety-aligned attention head activations to detect jailbreak attempts without retraining the base model. Research shows specific attention heads maintain robust safety signals even under attack, making them reliable detection anchors. Build this as a drop-in middleware layer for LLM API deployments that flags and blocks adversarial prompts in real time.
Enterprise LLM API security and compliance Consumer-facing chatbot abuse prevention Red-teaming and safety audit tooling Model extraction attack detection (e.g., coordinated account mining)
https://arxiv.org/abs/2606.28153 https://arstechnica.com/tech-policy/2026...
Agent Budget Enforcer
A production-grade runtime governance layer for AI agents that enforces token budgets, cost ceilings, time limits, and policy constraints across any LLM provider. With LLM inference costs under scrutiny and runaway agent loops a real operational hazard, teams need hard guardrails beyond soft prompting. Build this as an open-source SDK with a dashboard that tracks per-agent spend, flags anomalies, and kills loops before they drain budgets.
Multi-agent workflow cost management Enterprise AI ops and FinOps Developer tooling for autonomous coding agents Compliance-sensitive agentic deployments
https://agent-watch.dev https://aditya.patadia.org/p/ai-and-clou... https://arxiv.org/abs/2606.28235
Instant Avatar Studio
A web app that generates a relightable, animatable 3D avatar from a single selfie photo using cascaded diffusion priors for texture completion and PBR material decomposition. The underlying research achieves high fidelity with fewer than 100 training scans, making this commercially viable without massive data infrastructure. Target creators, game developers, and virtual meeting platforms who need personalized avatars without expensive 3D scanning sessions.
Virtual meeting and telepresence avatars Game character personalization Social media and VR identity creation E-commerce virtual try-on
https://arxiv.org/abs/2606.28144
Real-to-Sim Policy Trainer
A SaaS tool that takes a short video of a real-world workspace and automatically constructs a simulation environment for training robot manipulation policies, then validates them before physical deployment. SimFoundry research shows 0.911 Pearson correlation between sim and real performance with 17-40% success improvements, making this a credible shortcut for robotics teams. Sell this to robotics startups and warehouse automation companies that lack the resources to build custom sim pipelines.
Warehouse and logistics robot training Dexterous manipulation policy development Robotics curriculum generation and benchmarking Sim-to-real transfer for household robots
https://arxiv.org/abs/2606.28276 https://arxiv.org/abs/2606.28320
AI Paper Review Copilot
A pre-submission verification tool for researchers and conference organizers that uses inference-time scaling to automatically detect mathematical errors, logical inconsistencies, and unsupported claims in academic papers. Google's Paper Assistant Tool showed 34% improvement in mathematical error detection and has already been deployed at STOC and ICML, validating real demand. Build a self-serve version with a clean upload interface, structured feedback reports, and integration with Overleaf and arXiv submission workflows.
Pre-submission manuscript checking for authors Conference and journal desk-rejection filtering Graduate student writing assistance Systematic literature review quality control
https://arxiv.org/abs/2606.28277

Product Hunt Weekly

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

#1
Spira for Product Hunt Makers
Social media growth agents that build your momentum
Social Media Marketing Artificial Intelligence
239
62
https://www.producthunt.com/r/T7AK4...
#2
Agent Mode by Receiptor AI
Bookkeeping assistant that runs receipt workflows end-to-end
Fintech Artificial Intelligence Accounting
217
45
https://www.producthunt.com/r/DVSAW...
#3
ClinePass
Run the best open-weights models in Cline
Developer Tools Artificial Intelligence Development
190
13
https://www.producthunt.com/r/4XBT2...
#4
VisibAI
Are you in AI answers? Find out and fix it in minutes
Marketing SEO Artificial Intelligence
146
24
https://www.producthunt.com/r/RZKKI...
#5
PMB
Stop re-explaining your project to AI coding agents
Open Source Developer Tools Artificial Intelligence
130
17
https://www.producthunt.com/r/XHBXG...
#6
Crest
System stats and translation on your Mac's notch
Mac Design Tools Productivity
112
3
https://www.producthunt.com/r/HLYRD...
#7
ReadHere
Lightweight PDF & EPUB reader in your browser
eBook Reader Privacy Books
108
5
https://www.producthunt.com/r/5MCAK...
#8
Sami
Automate ad budgets across Google, LinkedIn & Meta ads
Marketing Advertising Marketing automation
105
12
https://www.producthunt.com/r/SJ53R...
#9
Outpaint.com - Ad Reframe
AI to turn vertical UGC into widescreen ads
Advertising Artificial Intelligence Video
105
6
https://www.producthunt.com/r/A7GDU...
#10
Intelli
Convert leads into customers with AI conversations
Customer Communication SaaS Artificial Intelligence
88
8
https://www.producthunt.com/r/IPQVV...
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
bytedance/deer-flow
python 75,406 10,175 2,976 stars this week
Long-horizon SuperAgent framework with sandboxes, memories, tools, skills, and subagents for multi-hour research/coding/creation tasks. Significant open-source release with 2,976 stars this week and 75k+ total stars.
Build idea
A B2B SaaS platform for enterprise research teams that deploys long-horizon AI agents to autonomously conduct competitive intelligence, synthesize industry reports, and deliver structured findings — replacing weeks of analyst work with multi-hour automated research pipelines.
198 commits/mo 981 issues
2
GH Trending
1jehuang/jcode
rust 7,878 881 366 stars this week
Rust-based coding agent harness with 366 stars this week; provides infrastructure for building and orchestrating autonomous code generation and execution workflows.
Build idea
A developer productivity service that uses autonomous code generation agents to handle routine engineering tasks like boilerplate scaffolding, test writing, and bug fixes, offered as a subscription add-on to existing CI/CD pipelines.
87 issues
3
GH Trending
Robbyant/lingbot-map
python 8,496 827 779 stars this week
Feed-forward 3D foundation model for real-time scene reconstruction from streaming data. Novel architecture for 3D understanding with strong community adoption (779 stars this week).
Build idea
A real-time 3D site-mapping SaaS for construction and facilities management companies that streams data from on-site cameras or drones to generate live, accurate 3D scene reconstructions for progress tracking and safety audits.
3 commits/mo 57 issues
4
GH Trending
THUDM/slime
python 7,105 1,008 436 stars this week
LLM post-training framework specifically designed for RL scaling with active development (46 commits last month). Addresses critical challenge of scaling reinforcement learning for language models.
Build idea
A managed fine-tuning platform for AI teams that offers RL-based post-training as a service, allowing companies to align and scale their custom LLMs with reinforcement learning without needing in-house ML infrastructure expertise.
46 commits/mo 386 issues
5
GH Trending
calesthio/OpenMontage
python 28,051 3,118 18,703 stars this week
First open-source agentic video production system with 12 pipelines, 52 tools, and 500+ agent skills; transforms AI coding assistants into full video studios. Explosive growth (18k+ stars this week).
Build idea
A no-code AI video production studio for content creators and marketing agencies that takes a script or brief as input and autonomously produces fully edited, publish-ready video content using agentic pipelines.
33 commits/mo 127 issues
6
GH Trending
garrytan/gstack
typescript 117,956 17,547 5,575 stars this week
Production-grade multi-agent orchestration framework with 23 specialized tools (CEO, Designer, Eng Manager, Release Manager, Doc Engineer, QA) for Claude Code workflows. Demonstrates practical agent composition patterns at scale with 5,575 stars this week.
Build idea
A software development agency automation platform that deploys a coordinated team of specialized AI agents — covering design, engineering, QA, and documentation — to deliver small-to-medium software projects end-to-end with minimal human oversight.
16 commits/mo 751 issues
7
GH Trending
opendatalab/MinerU
python 72,173 6,046 3,206 stars this week
Production-grade document parsing system that converts PDFs and Office documents into LLM-ready markdown/JSON, enabling structured data extraction for agentic workflows at scale (72k stars, 3.2k this week).
Build idea
A document intelligence API service for legal, finance, and healthcare firms that ingests large volumes of PDFs and Office files and returns clean, structured, LLM-ready data for downstream automation, search, and compliance workflows.
65 commits/mo 30 issues
8
GH Trending
BuilderIO/agent-native
typescript 3,003 297 1,540 stars this week
Framework for building agent-native applications with 1,540 stars this week; provides abstractions for multi-step agent workflows and tool integration.
Build idea
A low-code platform for enterprises to build and deploy internal agent-native applications — such as HR onboarding assistants or procurement bots — with pre-built abstractions for multi-step workflows and enterprise tool integrations.
617 commits/mo 19 issues
9
GH Trending
JCodesMore/ai-website-cloner-template
typescript 23,304 3,328 5,317 stars this week
TypeScript framework enabling AI agents to clone entire websites with a single command; 5,317 stars this week demonstrates strong developer adoption of agent-native tooling.
Build idea
A competitive benchmarking SaaS for product and UX teams that automatically clones and archives competitor websites on a schedule, enabling side-by-side design and content change tracking over time.
19 issues
10
GH Trending
NVIDIA/SkillSpector
python 11,401 927 2,312 stars this week
Security scanner for AI agent skills detecting vulnerabilities and malicious patterns; 2,312 stars this week reflects growing demand for agent security tooling.
Build idea
A security compliance SaaS for enterprises deploying AI agents that continuously scans agent skill libraries and tool integrations for vulnerabilities, policy violations, and malicious patterns, delivering audit reports and real-time alerts.
103 commits/mo 79 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
dav nguyxn · Matroid, Inc.
@hoangsonww 483 122 repos
swe / ai & unc-ch graduate
hoangsonww/Claude-Code-Agent-Monitor
TypeScript 713 159
🚀 A real-time monitoring dashboard for Claude Code, built with SQLite3, Node.js, Express, React, Vite, TailwindCSS, and WebSockets. It tracks sessions, agent activity, tool usage, and subagent orchestration, providing live analytics, a Kanban status board, status notifications, a cute buddy, and an interactive web UI/MacOS/Windows native app.
2
Maximilian Roos
@max-sixty 1,268 90 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 5,655 196
Worktrunk is a CLI for Git worktree management, designed for parallel AI agent workflows
3
David East · @google-labs-code
@davideast 3,506 113 repos
Working on @google-labs-code. Stitch and Jules <3
davideast/inbrowser-agent
TypeScript 83 8
The in-browser AI stack
4
Shaw · Eliza Labs
@lalalune 1,964 243 repos
Creator of elizaOS
lalalune/ArkLib
Lean 6 6
Formally Verified Arguments of Knowledge in Lean
5
郑诚 (Cheng Zheng) · 奇绩创坛 MiraclePlus
@1c7 3,274 347 repos
Full-stack AI engineer. 60k+ GitHub stars. Building in public.
1c7/chinese-independent-developer
49,042 4,211
👩🏿‍💻👨🏾‍💻👩🏼‍💻👨🏽‍💻👩🏻‍💻中国独立开发者项目列表 -- 分享大家都在做什么
6
oliver könig · Nvidia
@ko3n1g 271 29 repos
automations and test systems for AI/ML
7
tt-a1i
@tt-a1i 120 39 repos
tt-a1i/archify
JavaScript 1,525 105
Any agent Skill: generate beautiful architecture diagrams with dark/light theme toggle and PNG/JPEG/WebP/SVG export
8
Clement Tsang · @Datadog
@ClementTsang 805 73 repos
Just a dev.
ClementTsang/bottom
Rust 13,660 357
Yet another cross-platform graphical process/system monitor.
9
zhulinsen
@ZhuLinsen 1,247 37 repos
LLM | AIGC | Robotics
ZhuLinsen/daily_stock_analysis
Python 51,635 44,849
LLM 驱动的多市场股票智能分析系统:多源行情、实时新闻、决策看板与自动推送,支持零成本定时运行。 LLM-powered multi-market stock analysis system with multi-source market data, real-time news, decision dashboard, automated notifications, and cost-free scheduled runs.
10
Enrico Weigelt · metux IT consult
@metux 706 128 repos
Linux hacker and kernel maintainer. Xorg developer, Xlibre founder/maintainer Timezone: CET/CEST.
metux/xorg-xserver
C 100 13
Linux kernel/Xorg developer profile—not AI-related.
11
Aiden Cline · @Anomalyco
@rekram1-node 639 48 repos
Building OpenCode
rekram1-node/dotfiles
Shell 10
Chezmoi + Brew to replicate my development setup easily
12
robobun · @oven-sh
@robobun 163 13 repos
robobun/robobun
41 2
Developer profile with minimal public activity; not AI-specific (41 stars on popular repo).
13
wszqkzqk · Peking University
@wszqkzqk 651 173 repos
Community Leader of Arch Linux for Loong64 / A Vala & Python Software Developer / Major in Chemistry / PGP: 8C7F6B7B9B90AE02C2ACB633F0647F18A79089C9
wszqkzqk/PvZ-Portable
C++ 556 89
A cross-platform reimplementation of Plants vs. Zombies by the community. Aiming to bring 100% authentic experience of GOTY edition.
14
Cole Murray
@ColeMurray 1,206 114 repos
AI/ML Consultant, 2nd-time Founder, Former Sr SDE @ Amazon
ColeMurray/background-agents
TypeScript 2,091 321
An open-source background agents coding system
15
Dale Seo · Apollo GraphQL
@DaleSeo 531 150 repos
Helping developers help the world 🧑‍🚀
DaleSeo/korean-skills
88 6
🇰🇷 Korean language skills for AI agents
16
Mervin Praison
@MervinPraison 1,121 347 repos
MervinPraison/PraisonAI
Python 8,319 1,287
PraisonAI 🦞 — Hire a 24/7 AI Workforce. Stop writing boilerplate and start shipping autonomous self-improving agents that research, plan, code, and execute tasks. Deployed in 5 lines of code with built-in memory, RAG, and support for 100+ LLMs.
17
AmirHossein Abdolmotallebi · Home
@amir1376 932 44 repos
Developer
amir1376/ab-download-manager
Kotlin 16,425 843
A Download Manager that speeds up your downloads
18
Aleksandr
@capcom6 223 43 repos
capcom6/android-sms-gateway
Kotlin 4,948 839
The SMS Gateway for Android™ app enables sending and receiving SMS messages through an API that can be accessed directly on the device or via a cloud server when direct device access is not possible.
19
Huang Xin
@chrox 408 91 repos
a software developer for dumb machines and also a brain hacker interested in the nature of seeing & conscious artifacts
chrox/awesome-for-beginners
3
A list of awesome beginners-friendly projects.
20
Daniel Kraus · Freelancer
@dakra 131 144 repos
dakra/ghostel
Emacs Lisp 576 41
Terminal emulator powered by libghostty
21
Philip Rebohle
@doitsujin 2,171 25 repos
doitsujin/dxvk
C++ 17,450 1,152
Vulkan-based implementation of D3D8, 9, 10 and 11 for Linux / Wine
22
Emil Ernerfeldt · Rerun.io, egui
@emilk 7,837 79 repos
Rust coder, creator of egui, CTO of rerun.io
emilk/egui
Rust 29,536 2,054
egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native

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 1508 4,366
2 claude-opus-4-6-thinking Anthropic Closed 1503 51,769
3 claude-opus-4-7-thinking Anthropic Closed 1502 38,326
4 claude-opus-4-6 Anthropic Closed 1499 55,027
5 claude-opus-4-7 Anthropic Closed 1494 39,550
6 muse-spark Meta Closed 1487 13,598
7 gemini-3.1-pro-preview Google Closed 1486 68,291
8 gemini-3-pro Google Closed 1486 41,298
9 claude-opus-4-8-thinking Anthropic Closed 1484 18,680
10 gpt-5.5-high OpenAI Closed 1481 33,718
11 claude-opus-4-8 Anthropic Closed 1479 19,038
12 gpt-5.4-high OpenAI Closed 1478 46,702
13 gemini-3.5-flash Google Closed 1476 10,159
14 gpt-5.2-chat-latest-20260210 OpenAI Closed 1476 34,532
15 grok-4.20-beta-0309-reasoning xAI Closed 1476 48,117
New & Trending Models
Qwen/Qwen-AgentWorld-35B-A3B
26,223 downloads 419 likes 403 trending
Open Source 2026-06-22
Qwen's 35B multimodal agent model with world-model and environment-simulation capabilities, trained on AgentWorldBench for complex agentic reasoning tasks.
zai-org/GLM-5.2
133,350 downloads 2,885 likes 787 trending
Open Source 2026-06-16
GLM-5.2 is a large-scale mixture-of-experts model with strong multilingual (EN/ZH) performance and novel DSA architecture; 944 trending score indicates significant adoption.
deepreinforce-ai/Ornith-1.0-35B-GGUF
123,598 downloads 442 likes 428 trending
Open Source 2026-06-25
GGUF-quantized 35B multimodal model with 123k downloads, enabling efficient local inference of image-text-to-text capabilities across consumer hardware.
deepreinforce-ai/Ornith-1.0-9B-GGUF
68,667 downloads 288 likes 273 trending
Open Source 2026-06-25
Lightweight 9B GGUF variant with 68k downloads, providing accessible multimodal inference for edge deployment and local applications.
empero-ai/Qwythos-9B-Claude-Mythos-5-1M
79,540 downloads 540 likes 404 trending
Open Source 2026-06-19
9B model fine-tuned on Qwen3.5 with 1M context window, function-calling, tool-use, and specialized training for cybersecurity and biomedical domains; demonstrates long-context agentic capabilities.
unsloth/Qwen-AgentWorld-35B-A3B-GGUF
116,693 downloads 98 likes 95 trending
Open Source 2026-06-24
Qwen-AgentWorld 35B quantized for local inference—specialized for environment simulation and agent behavior modeling with AgentWorldBench evaluation.
Chunjiang-Intelligence/DeepSeek-v4-Fable
1,463 downloads 126 likes 119 trending
Open Source 2026-06-22
DeepSeek-V4 fine-tune specialized for cybersecurity and CTF tasks using GRPO reinforcement learning, demonstrating domain-specific agent optimization (1.4k downloads).
WeiboAI/VibeThinker-3B
63,449 downloads 746 likes 145 trending
Open Source 2026-06-12
3B reasoning model fine-tuned on Qwen2.5-Coder with strong math and code performance; demonstrates effective distillation of reasoning capabilities into compact models.
deepseek-ai/DeepSeek-V4-Pro-DSpark
5,460 downloads 203 likes 195 trending
Open Source 2026-06-27
DeepSeek V4 Pro with DSpark optimization and FP8 quantization, balancing inference efficiency with performance for production deployments.
microsoft/FastContext-1.0-4B-SFT
7,027 downloads 369 likes 86 trending
Open Source 2026-06-14
Microsoft's 4B model optimized for repository exploration and code understanding tasks, enabling efficient agentic code navigation without large model overhead.
nvidia/GLM-5.2-NVFP4
81,944 downloads 160 likes 155 trending
Open Source 2026-06-22
GLM-5.2 quantized to NVIDIA's FP4 precision using ModelOpt, achieving 4-bit inference optimization for production-scale deployment.
nvidia/Qwen3.6-35B-A3B-NVFP4
5,392,518 downloads 375 likes 111 trending
Open Source 2026-05-27
Qwen3.6 35B quantized to FP4 via NVIDIA ModelOpt with 5.3M downloads, demonstrating production-ready inference optimization for large MOE models.
unsloth/GLM-5.2-GGUF
164,180 downloads 455 likes 205 trending
Open Source 2026-06-17
GLM-5.2 quantized to GGUF format for llama.cpp compatibility; 164K downloads indicate strong adoption for local deployment.
yuxinlu1/gemma-4-12B-coder-fable5-composer2.5-v1-GGUF
561,577 downloads 2,491 likes 314 trending
Open Source 2026-06-10
Gemma-4 12B specialized for code generation via fine-tuning; 561K downloads and 2491 likes indicate strong developer adoption.
LiquidAI/LFM2.5-230M
15,463 downloads 147 likes 144 trending
Custom License 2026-06-24
Lightweight 230M multilingual model supporting 9 languages, optimized for edge deployment and conversational tasks with minimal compute.
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.

Wan2.2 14B Fast Preview
EldMans
gradio 85 32
WAN 2.2 image-to-video generation space; demonstrates video synthesis from static images with text conditioning.
FLUX.2 Klein multi-LoRA
M3st3rJ4k3l
gradio 72 34
apache-2.0
Multi-LoRA composition interface for FLUX.2-Klein; demonstrates practical LoRA stacking for image generation.
Pro Realism Edit Studio
Sneak-Moose
gradio 234 113
apache-2.0
Interactive image editing space supporting dual-image workflows; demonstrates practical application of diffusion models for creative tasks.
Unlimited OCR
baidu
gradio 90 79
mit
Baidu's OCR space with multilingual support; practical application of vision models for document understanding.
OpenMythos
build-small-hackathon
gradio 123 63
apache-2.0
Open-source cybersecurity agent demonstrating agentic AI applied to security tasks; shows practical agent deployment.
CUGA Apps
ibm-research
static 47 46
IBM research applications suite; limited technical detail available from metadata.
Krea 2
krea
gradio 66 63
Krea 2 text-to-image space with raw and turbo modes; demonstrates production-ready generative media interface.
Wan2.2 14B Fast Preview
kulkas2pintu
gradio 216 61
Wan2.2 14B image-to-video generation space; similar to other Wan2.2 deployments with modest engagement.
Z Image Turbo
mrfakename
gradio 3,458 26
Image generation tool with 3458 likes; limited technical details available but indicates user interest in fast image synthesis.
Boogu Image
multimodalart
gradio 67 55
Boogu-Image 0.1 with edit and turbo modes for image generation and manipulation; demonstrates rapid iteration on generative model UX.
LocateAnything
nvidia
gradio 357 45
NVIDIA's spatial grounding tool for object localization in images; practical application of vision-language models for precise region identification.
Qwen-Image-Edit-2511-LoRAs-Fast
prithivMLmods
gradio 1,811 32
apache-2.0
Collection of Qwen image editing LoRAs demonstrating parameter-efficient fine-tuning for specialized image manipulation tasks.
Wan2.2 14B Preview
r3gm
gradio 2,821 27
Alternative Wan2.2 14B deployment with FP8 quantization; duplicate of higher-scoring variant with similar functionality.
Wan2.2 14B Fast Preview
r3gm
gradio 1,909 86
Wan2.2 14B optimized for fast image-to-video generation with FP8 quantization and AOTI compilation, achieving practical inference speeds on consumer hardware.
Omni Image Editor
selfit-camera
gradio 2,045 43
mit
Multi-task image editor combining text-to-image, inpainting, upscaling, and watermark removal in single interface; 2045 likes indicate strong user demand.

Conference Papers

Accepted papers from top AI conferences via OpenReview.

Showing accepted papers from active venues. Next deadlines: ICML 2026 (submissions open), NeurIPS 2026 (coming soon).

ICLR 2026 Pierre-Carl Langlais, Pavel Chizhov, Catherine Arnett et al. 2026-06-29
Common Corpus: The Largest Collection of Ethical Data for LLM Pre-Training
Common Corpus presents largest collection of ethically-sourced data for LLM pre-training, addressing copyright and legal concerns in model training at scale.
dataset pre-training large language models open data open science
ICLR 2026 Mouath Abu Daoud, Leen Kharouf, Omar El Hajj et al. 2026-06-29
MedAraBench: Large-scale Arabic Medical Question Answering Dataset and Benchmark
MedAraBench provides first large-scale Arabic medical QA dataset and benchmark, addressing underrepresentation of Arabic in multilingual NLP.
Dataset Benchmark Large Language Models Arabic Natural Language Processing Medical Question Answering
ICLR 2026 Zhiheng Chen, Ruofan Wu, Guanhua Fang et al. 2026-06-29
Transformers as Unsupervised Learning Algorithms: A study on Gaussian Mixtures
Theoretical analysis of transformers as unsupervised learning algorithms through Gaussian Mixture Model lens, advancing understanding of in-context learning.
In-context learning Gaussian Mixture Models Theory
ICLR 2026 Ron Vainshtein, Zohar Rimon, Shie Mannor et al. 2026-06-29
Task Tokens: A Flexible Approach to Adapting Behavior Foundation Models
Task Tokens enable flexible adaptation of behavior foundation models for humanoid control, advancing hierarchical RL for embodied AI systems.
Reinforcement Learning Hierarchial Reinforcement Learning Behavior Foundation Models Humanoid Control
ICLR 2026 Kaien Sho, Shinji Ito 2026-06-29
Submodular Function Minimization with Dueling Oracle
Submodular function minimization via dueling oracle provides preference-based optimization approach with theoretical guarantees.
submodular minimization deling oracle preference-based optimization
ICLR 2026 Rongjin Li, Zichen Tang, Xianghe Wang et al. 2026-06-29
Not Search, But Scan: Benchmarking MLLMs on Scan-Oriented Academic Paper Reasoning
Benchmarks MLLMs on scan-oriented academic paper reasoning, revealing limitations in document understanding beyond simple retrieval tasks.
Multimodal Large Language Models Academic Paper Reasoning Scan-Oriented Reasoning
ICLR 2026 Peng Sun, Tao Lin 2026-06-29
Any-step Generation via N-th Order Recursive Consistent Velocity Field Estimation
N-th order recursive velocity field estimation enables any-step generation in consistency models, reducing computational overhead for fast sampling.
Generative Models
ICLR 2026 Zeyu Feng, Haiyan Yin, Yew-Soon Ong et al. 2026-06-29
Masked Skill Token Training for Hierarchical Off-Dynamics Transfer
Masked Skill Token Training enables offline hierarchical RL for policy transfer across altered dynamics, improving generalization in embodied AI.
Tranfser Learning Skills Hierarchical RL Embodied AI
ICLR 2026 Shaojie Li, Pengwei Tang, Bowei Zhu et al. 2026-06-29
High Probability Bounds for Non-Convex Stochastic Optimization with Momentum
High-probability convergence bounds for SGD with momentum in non-convex settings, providing theoretical guarantees for practical training algorithms.
Momentum nonconvex learning generalization
ICLR 2026 Artyom Sorokin, Nazar Buzun, Aleksandr Anokhin et al. 2026-06-29
Q-RAG: Long Context Multi‑Step Retrieval via Value‑Based Embedder Training
Q-RAG extends retrieval-augmented generation to multi-step reasoning via value-based embedder training, improving complex question answering in long-context scenarios.
Reinforcement Learning RL QA Long-context RAG
ICLR 2026 Seongtae Hong, Youngjoon Jang, Jungseob Lee et al. 2026-06-29
Improving Semantic Proximity in Information Retrieval through Cross-Lingual Alignment
Cross-lingual alignment approach improves semantic proximity in multilingual information retrieval, advancing CLIR capabilities.
Cross-Lingual Alignment Information Retrieval Multilingual Embedding Cross-Lingual Information Retrieval
ICLR 2026 Rahul Ramachandran, Ali Garjani, Roman Bachmann et al. 2026-06-29
How Well Does GPT-4o Understand Vision? Evaluating Multimodal Foundation Models on Standard Computer Vision Tasks
Comprehensive benchmark of GPT-4o, Gemini, and other MLLMs on standard computer vision tasks, revealing gaps in visual understanding despite multimodal claims.
vision benchmark multimodal foundation models vision language models standard computer vision tasks
ICLR 2026 Tin Hadži Veljković, Erik J Bekkers, Michael Tiemann et al. 2026-06-29
CORDS - Continuous Representations of Discrete Structures
CORDS introduces continuous representations for discrete structures with variable cardinality, enabling efficient set prediction without padding.
Continuous set representations Neural fields Variable-cardinality prediction Invertible encoding/decoding Diffusion and flow matching
ICLR 2026 Christopher Mitcheltree, Vincent Lostanlen, Emmanouil Benetos et al. 2026-06-29
SCRAPL: Scattering Transform with Random Paths for Machine Learning
SCRAPL applies scattering transforms with random paths for efficient perceptual quality assessment in inverse problems.
scattering transform wavelets stochastic optimization ddsp perceptual quality assessment
ICLR 2026 Antanas Žilinskas, Robert Noel Shorten, Jakub Marecek et al. 2026-06-29
EVEREST: A Transformer for Probabilistic Rare-Event Anomaly Detection with Evidential and Tail-Aware Uncertainty
EVEREST transformer addresses rare-event forecasting with evidential uncertainty quantification, tackling class imbalance and distributional uncertainty.
Transformer models Uncertainty quantification Evidential deep learning Extreme value theory Imbalanced classification
ICLR 2026 Harris Abdul Majid, Pietro Sittoni, Francesco Tudisco et al. 2026-06-29
Test-Time Accuracy-Cost Control in Neural Simulators via Recurrent-Depth
Recurrent-Depth Simulator enables test-time accuracy-cost control in neural simulators, providing adaptive computational trade-offs for scientific computing.
Neural Simulator Recurrent Depth AI4Simulation
ICLR 2026 Kun XIE, Peng Zhou, Xingyi Zhang et al. 2026-06-29
PoinnCARE: Hyperbolic Multi-Modal Learning for Enzyme Classification
PoinnCARE uses hyperbolic multi-modal learning for enzyme classification, capturing hierarchical relationships in biological data.
EC number prediction enzyme function hyperbolic space learning multi-modal learning enzyme structure
ICLR 2026 Tianqiao Liu, Xueyi Li, Hao Wang et al. 2026-06-29
From Text to Talk: Audio-Language Model Needs Non-Autoregressive Joint Training
Proposes non-autoregressive joint training for audio-language models, improving speech-to-speech conversational systems beyond sequential generation.
Large Multimodal Models Multi-token Prediction Non-Autoregressive Learning
ICLR 2026 Qinglong Yang, Haoming Li, Haotian Zhao et al. 2026-06-29
FingerTip 20K: A Benchmark for Proactive and Personalized Mobile LLM Agents
FingerTip 20K benchmark evaluates proactive and personalized mobile LLM agents with GUI understanding, advancing practical deployment of agentic systems.
Mobile Agent LLM Agent GUI Proactive Agent Personalization
ICLR 2026 Tianxiang Dai, Jonathan Fan 2026-06-29
Characterizing and Optimizing the Spatial Kernel of Multi Resolution Hash Encodings
Characterizes spatial kernel behavior of multi-resolution hash encodings, improving understanding and optimization of neural field parameterization.
multi-resolution hash encoding implicit neural representations neural fields point spread function spatial kernel analysis

Deep Dive

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

378+ research items ready to explore