It’s far more effective to run AI locally where it can read and edit your config, so we suggest that in the docs instead.
TOOLS
-

Top AI Stories: Anthropic Leak, ChatGPT Codex, New Tools
By
–
Top stories in AI today: – Anthropic accidentally leaks ‘Mythos’ AI details
– The Rundown Roundtable: Our AI use cases
– Create Skills in ChatGPT with Codex
– The personal war behind OpenAI and Anthropic
– 4 new AI tools, community workflows, and more -
daVinci-MagiHuman: Fast audio-video generation transformer model released
By
–
daVinci-MagiHuman is here: 15B single-stream Transformer for joint audio-video generation. 🎬 Demo video👇
— ModelScope (@ModelScope2022) 30 mars 2026
⚡ Blazing fast: 5s 256p video in 2s, 1080p in 38s — single H100
🎯 80.0% win rate vs Ovi 1.1, 60.9% vs LTX 2.3 (2,000 pairwise evals)
✅ WER 14.60% — best-in-class… pic.twitter.com/6GuiOTtedtdaVinci-MagiHuman is here: 15B single-stream Transformer for joint audio-video generation. 🎬 Demo video👇 ⚡ Blazing fast: 5s 256p video in 2s, 1080p in 38s — single H100 🎯 80.0% win rate vs Ovi 1.1, 60.9% vs LTX 2.3 (2,000 pairwise evals) ✅ WER 14.60% — best-in-class audio-visual sync, beats LTX 2.3 (19.23%) and Ovi 1.1 (40.45%) 📚 6 languages: Mandarin, Cantonese, EN, JP, KR, DE, FR 🧠 One unified stream: text + video + audio tokens, self-attention only. 🛠️ Full stack open: base + distilled (8-step, CFG-free) + super-res + inference code 📄 Apache 2.0. 🤖: modelscope.cn/models/GAIR/da… 💻: github.com/GAIR-NLP/daVinci-…
→ View original post on X — @shiqi_yang_147, 2026-03-30 09:18 UTC
-

LLMs as Dynamic System Orchestrators Beyond Fixed Agent Harnesses
By
–
the LLM is the computer Ronak Malde (@rronak_) I have long felt that agent harnesses – even claude code – are too restrictive, because they are still designed by humans. New paper for Tinsghua and Shenzhen says, what if AI itself runs the harness, rather than defining it in code? Given a natural language SOP of how an agent should orchestrate subagents, memory, compaction, etc., we can just have an LLM execute that logic! (And AI could design that SOP dynamically and depending on the task too) It's a bit mind-warping to think about, but genius once it clicks. Makes you wonder how else we should be designing AI systems as we can start consuming more and more tokens — https://nitter.net/rronak_/status/2038401494177694074#m
→ View original post on X — @thom_wolf, 2026-03-30 07:44 UTC
-
MongoDB Vector Search Lexical Prefilters for Precise Forgiving Search
By
–
Learn more about #MongoDB Vector Search: fandf.co/4qyyKcb It makes sure everything we discussed is executed before the vector math, so you only run similarity scoring on relevant candidates. If you're building anything where users make typos, need location-based results, or expect your search to be both precise and forgiving at the same time, Lexical Prefilters solve it. It's part of the vectorSearch operator (inside the $search stage) in Atlas – so if you're still on knnBeta, this is what's next. Thank you MongoDB for working with me on this one.
→ View original post on X — @akshay_pachaar, 2026-03-30 07:37 UTC
-

Vector Search 10x Cheaper with Intelligent Lexical Filtering
By
–
A simple technique can make your vector search 10x cheaper. And you probably haven't heard of it yet. Consider this: A user searches "runnng shoes" (yes, misspelled) looking for size 10, within 10 miles, under $100. Vector search runs on 500 products, then the filters apply – and only 12 match the size, location and price. That's 500 similarity calculations to surface 12 results. And if the typo didn't get caught? Those 12 might not even include what the user wanted. Standard pre-filters would return ZERO results for "runnng" – it's not an exact match. Post-filtering catches the typo semantically but wastes compute on 488 irrelevant products first. This is how search pipelines typically work. Most teams have accepted this as normal – run vector search first to get semantically relevant results, then apply filters afterward. Standard vector search does support basic pre-filters (like "price < $100" or "size = 10"), but those filters are rigid, only handling exact matches and simple comparisons. They can't handle typos, wildcards, or complex text analysis. So you're stuck: use exact-match pre-filters and get zero results for typos, or post-filter massive datasets and waste compute. What you actually need is filtering that handles precision and fuzziness together – precise enough for "size 10" and "under $100," flexible enough to match "runnng to running," and smart enough to handle complex geospatial queries like "within 10 miles." And it needs to happen before vector search runs, not after. But the bigger point is this: – Post-filter: search everything, hope for the best.
– Pre-filter with lexical intelligence: search only what matters, get it right. Precision and semantics work better as layers than as tradeoffs. Now that you see the problem, let me show you what the fix actually looks like in practice 👇 This is ex [Translated from EN to English]→ View original post on X — @akshay_pachaar, 2026-03-30 07:36 UTC
-

PaddleOCR Surpasses Tesseract as Most-Starred OCR Project
By
–
PaddleOCR has surpassed 73.3K stars on GitHub—overtaking Google’s Tesseract (73.2K) to become the most-starred OCR project globally. GitHub: https://
github.com/PaddlePaddle/P
addleOCR
… PP-OCRv5: https://
arxiv.org/pdf/2603.24373 PaddleOCR-VL: https://
arxiv.org/pdf/2603.24326 -
Automatic Translation of Japanese and English Posts Needed
By
–
traduction des post japonais automatiquement en français. Il devrait le faire pour l'anglais aussi…
-
Community Showcases Projects Built With Claude Code
By
–
Can I see some links of what you’ve built with Claude code? Blow my mind
-
OpenAI Shuts Down Sora App and API by 2026
By
–
OpenAI is killing Sora. "We're saying goodbye to Sora." – OpenAI App & web version shuts down: April 26, 2026 Sora API shuts down: September 24, 2026 Why? OpenAI is shifting compute to coding tools and enterprise. It also ends a planned $1B deal with Disney.