Your curated collection of saved posts and media

Showing 10 posts ยท last 14 days ยท by score
โž• Add New Post
H
DailyPapers
@HuggingPapers
๐Ÿ“…
Aug 21, 2026
11d ago
๐Ÿ†”39457342

SWE-bench Science A new benchmark for scientific software engineering: 119 tasks across 98 repositories and 20 domains. Even the best agent, Claude Code with Opus-5, achieves under 50% pass@1. https://t.co/LtdNeJdwEh

Media 1
โค๏ธ19
likes
๐Ÿ”2
retweets
๐Ÿ–ผ๏ธ Media
N
Nathan
@nathanhabib1011
๐Ÿ“…
Aug 19, 2026
13d ago
๐Ÿ†”40453027

NEW BENCHMARK ON THE @huggingface HUB Your favorite LLM agent can write a script. Can it survive 300+ steps in a terminal without losing the plot? That's what Long-Horizon Terminal-Bench (LHTB) measures, 46 tasks, contamination-resistant, hidden verifiers that check real state, not vibes. ๐Ÿ† Leaderboard ๐Ÿฅ‡ @MiniMax_AI 's Minimax M3 ๐Ÿฅˆ @Kimi_Moonshot 's Kimi k2.7 Code ๐Ÿฅ‰ @Zai_org's GLM 5.2 Congrats to @zli12321 and team. Super excited to see how smaller local models perf on this benchmark @0xSero :)

Media 1
โค๏ธ19
likes
๐Ÿ”6
retweets
๐Ÿ–ผ๏ธ Media
H
DailyPapers
@HuggingPapers
๐Ÿ“…
Aug 19, 2026
13d ago
๐Ÿ†”79140957

Agentic ESOpt: fine-tuning long-horizon LLM agents with minimal GPU memory This framework uses evolution strategies instead of backpropagation, enabling full-parameter optimization with only inference-level memory, and shows strong gains on WebArena-Lite and more. https://t.co/PP1j7ZP3H1

Media 1
โค๏ธ19
likes
๐Ÿ”4
retweets
๐Ÿ–ผ๏ธ Media
๐Ÿ”DAIR.AI retweeted
O
elvis
@omarsar0
๐Ÿ“…
Aug 26, 2026
6d ago
๐Ÿ†”73015218
โญ0.36

What's better than an open-weight multimodal model release? Well, the technical report. I just love how these labs like Qwen and DeepSeek continue to drop gem after gem. Qwen3.8-Flash is the latest in efficient multimodal MoE models. Worth reading the report. https://t.co/Z73tEodbgo

โค๏ธ18
likes
๐Ÿ”3
retweets
๐Ÿ”Yann LeCun retweeted
A
alex peysakhovich
@alex_peys
๐Ÿ“…
Aug 19, 2026
13d ago
๐Ÿ†”72438800
โญ0.32

inspired by the anthropic post, i made a protein font! how does it work? when you design by differentiating backward through a folding model like esm-fold2 you can ask that the distogram of the folded protein looks like something you want. a little bit of help from @ChatGPT and now we have a protein font (fable, of course, didn't want to help me). this was not fully automated, i had to dial in some details like the protein sizes etc, but jointly me and codex got it working. i put the whole pipeline on my github below so you can mess with it too. bring your own gpus, its kind of expensive.

โค๏ธ16
likes
๐Ÿ”1
retweets
P
Percy Liang
@percyliang
๐Ÿ“…
Aug 21, 2026
11d ago
๐Ÿ†”17624811

Look at our data composition: https://t.co/5K0v960lYh Watch the run live on wandb: https://t.co/7fg9VEFJ62 See all the gory details on GitHub: https://t.co/FH2w7Lx3Zm Assembling this hero run really required data, architecture, infra, kernels to all come together and was a huge joint effort by the entire Marin team!

Media 1Media 2
โค๏ธ8
likes
๐Ÿ–ผ๏ธ Media
A
๐Ÿ‰ Abubakar Abid
@abidlabs
๐Ÿ“…
Aug 25, 2026
7d ago
๐Ÿ†”66069376
โญ0.42

Really cool article: how did a cybersecurity risk analyst at a bank end up replicating more than 300 ICML papers and finding dozens of mistakes? Using agents, @TrackioApp, and @HuggingFace: https://t.co/b1AY45SxCJ

โค๏ธ7
likes
P
PyTorch
@PyTorch
๐Ÿ“…
Aug 26, 2026
6d ago
๐Ÿ†”82962234

TRANSIT (TRANsparent Scale-In for multi-node Training) is a runtime that makes unified virtual memory practical for large-scale LLM training, enabling models to train on up to 50% fewer GPUs without requiring modification to existing PyTorch training code. Hyungyo Kim, Ph.D. Candidate in Electrical and Computer Engineering, University of Illinois at Urbana-Champaign will present on TRANSIT as a poster at PyTorch Conference North America with Apoorve Mohan from IBM Research. Learn how to train more with less at PyTorch Conference North America: https://t.co/jBApW8nESi

โค๏ธ6
likes
๐Ÿ”3
retweets
๐Ÿ–ผ๏ธ Media
H
Surge AI
@HelloSurgeAI
๐Ÿ“…
Aug 20, 2026
12d ago
๐Ÿ†”43035313

SURGE MODEL REPORT: QWEN 3.8 MAX Qwen 3.8 Max scores 58.7 on our Tuesday Work Index, our composite measure of frontier AI at work. Up +8.6 points from Qwen 3.7 Max and +22.4 points from Qwen 3.5 Plus. ๐Ÿงต of performance across our benchmarks:

Media 1
โค๏ธ5
likes
๐Ÿ”2
retweets
๐Ÿ–ผ๏ธ Media
P
PyTorch
@PyTorch
๐Ÿ“…
Aug 20, 2026
12d ago
๐Ÿ†”08479625

New model architectures arrive weekly, but software compilation stacks often lag behind. Bringing up new hardware accelerators traditionally takes months of specialist work. In our latest technical blog, the IBM Spyre team demonstrates how AI coding agents can bridge this gap by writing runtime adapters. By patching unsupported operations and resolving memory alignment constraints, HF-adapters connected stock HuggingFace Transformers directly to PyTorch via torch-spyre. Key results include 13 AI-written adapters successfully enabling 7,960 of the top 10,000 HuggingFace embedding models, and 6,804 models passing complete end-to-end device tests on the IBM Spyre accelerator. Read the full technical deep dive here ๐Ÿ‘‰ https://t.co/elZSgeU7oO @IBMResearch

Media 1
๐Ÿ–ผ๏ธ Media