AI Daily — 2026-06-08
NotebookLM gains agentic chat, advanced reasoning, new outputs · Harvard-MIT Paper Tests LLMs for...
Covering 29 AI news items
🔥 Top Stories
1. NotebookLM gains agentic chat, advanced reasoning, new outputs
Google’s NotebookLM unveils major upgrades, adding agentic chat capabilities, more advanced reasoning, and a new suite of output formats. The update is rolling out now to Google AI Ultra subscribers, aiming to simplify tackling complex, multi-step research problems. Source-twitter
2. Harvard-MIT Paper Tests LLMs for Scientific Discovery
Harvard and MIT researchers evaluate whether large language models can perform genuine scientific discovery, testing the full cycle from hypothesis to revision. Their study spans biology, chemistry, and physics and emphasizes working with incomplete or noisy data, measuring progress in science rather than language fluency. The work highlights LLMs as potential tools for forming hypotheses, designing experiments, and interpreting results. Source-twitter
3. Kimi Code Upgrades: One-Line Install, Video Context, Plugins
Open-source coding agent Kimi Code just got a major upgrade, including a one-line CLI install with zero setup and a faster startup. It now supports dragging videos as coding context (reference-to-LUT, long-video-to-short, screen-recording-to-code) and adds plugins for stocks, financial reports, and academic papers, with ACP protocol support and integrations with JetBrains, Zed, and more. Version K2.6 is available at kimi.com/code, and community feedback is welcome. Source-twitter
📰 Featured
LLM
- Claude Code Turns One: Auto Mode and Best Practices — Claude Code marks its one-year GA anniversary. In a retrospective with @bcherny and @_catwu, they discuss verification best practices, the rationale for auto mode, and how routines and loops influence development, plus what’s next for the tool. Source-twitter
- SoCRATES Benchmark Evaluates Proactive LLM Mediation Across Domains — Evaluating LLM mediators is challenging due to real-time dynamics of disputants and context. SoCRATES introduces a multi-domain benchmark that builds realistic mediation scenarios from real conflicts via an agentic pipeline, addressing off-topic noise and limited domain coverage in existing testbeds. Source-huggingface
- Luce Spark enables 35B MoE on 16GB GPU without offload tax — Luce Spark introduces a dynamic routing system for 35B Mixture-of-Experts models, keeping only active experts on the GPU and swapping the rest from system RAM on demand. The approach self-tunes, persists profiles across restarts, and requires no offline calibration. In tests on an RTX 3090, Qwen3.6 35B-A3B and Laguna XS.2 33B-A3B ran under 16GB while avoiding the usual offload speed penalty. Source-reddit
- Fully Local LLM Bundled into Unity Game, Offline — An indie developer embedded a fully local large language model inside a Unity game, enabling conversations without internet, cloud, or API keys. The game, Simulation Simulator, features unscripted dialogues with five endings, including a romance, driven entirely by AI interactions. The developer cites processing speed on local machines as the main bottleneck and envisions future NPCs with memories and additional features like TTS and translation when hardware improves. Source-reddit
- UnEmbedding Matrix Reveals Feature Lens for Text Embeddings — Large language models exhibit strong zero-shot capabilities but struggle as off-the-shelf text embeddings. A surprising finding shows text embeddings align with frequent but uninformative tokens when projected into the vocabulary space, suggesting a misalignment in how embeddings are derived. The authors propose that the unembedding matrix acts as a hidden feature lens, potentially explaining the deficiency and guiding improvements in embedding quality. Source-huggingface
- Llama.cpp adds MTP support for Gemma-4 E2B/E4B — A pull request to llama.cpp proposes enabling MTP for tiny Gemma-4 E2B and E4B assistants. The change targets running compact Gemma models on mobile hardware such as Raspberry Pi. If merged, it would enable on-device deployment of lightweight LLM-based assistants. Source-reddit
Genomics AI
- GENEB: Unified Benchmark for Genomic Foundation Models — GENEB introduces a large-scale diagnostic benchmark that probes frozen representations from 40 genomic foundation models across 100 tasks in 13 functional categories, using a unified probing-based protocol with few-shot options. It addresses fragmented benchmarks and incompatible evaluation methods that make cross-model comparisons difficult. The work emphasizes standardized evaluation for genomic AI models. Source-huggingface
Multimodal
- MMAE: Massive Multitask Audio Editing Benchmark — MMAE is introduced as the first comprehensive evaluation testbed for general-purpose instruction-based audio editing. It follows the shift toward interactive editing from image and video domains, citing Nano-banana 2 and Gemini-Omni as precedents, but notes that current audio evaluation infrastructure remains fragmented and limited to specific setups. The benchmark aims to standardize evaluation and spur intelligent audio editing in the field. Source-huggingface
OpenAI
- OpenAI reveals plan to ensure AGI benefits everyone — OpenAI published its current plan, titled Built to benefit everyone, outlining a path toward safe, accessible AGI. The plan emphasizes access, safety, and shared prosperity to ensure AGI benefits everyone. Source-twitter
Industry
- Wharton study: AI must lift productivity by 2.7x quickly — Wharton researchers argue AI must raise productivity by 2.7x rapidly to prevent tech companies from bankruptcy and broader economic fallout. The piece uses historical benchmarks to illustrate potential impacts and notes OpenAI reportedly discussing government involvement. The paper is linked in a daily AI digest. Source-twitter
Open Source
- Hermes Agent Surpasses VSCode in GitHub Stars — Hermes Agent, an open-source AI agent project by Nous Research, has reportedly surpassed Visual Studio Code in GitHub stars. The post invites readers to check out the repository, highlighting growing community interest in Hermes Agent as an AI tooling project. This milestone signals strong momentum for open-source AI agents. Source-twitter
Embodied AI
- AnchorWorld: Egocentric World Simulation with View-based Customization — AnchorWorld introduces an embodied AI framework for egocentric world modeling with enhanced interaction integrity and customizable world design. It uses 3D human motion as the primary interaction modality and addresses out-of-view or truncated body parts in egocentric perspectives. The approach aims to enable more versatile, controllable simulations for real-world applications, with details shared on HuggingFace. Source-huggingface
AI
- Xiaomi Claims 1T MoE Reaches 1,000 TPS on 8-GPU — Xiaomi’s MiMo team claims MiMo-V2.5-Pro UltraSpeed can output over 1,000 tokens per second on a 1 trillion-parameter MoE model using a standard 8-GPU node. The claim contrasts with custom wafer-scale hardware and SRAM-heavy systems like Cerebras and Groq. Independent verification is needed to confirm the breakthrough. Source-reddit
⚡ Quick Bites
- Google AI Plus price drops to $4.99/mo, storage up to 400GB — Google has updated the AI Plus plan, cutting the price to $4.99 per month (local equivalent) from $7.99. The plan also doubles included storage from 200GB to 400GB. The change aims to boost productivity by offering more space and access to tools at a lower cost. Source-twitter
- AGI Isn’t a Blank Textbox; Instructions Must Adapt Daily — An assertion that AGI is not a blank textbox to simply enter intentions. The example ‘clean up my inbox’ shows that achieving perfect results requires lengthy, ever-changing instructions. This highlights the ongoing challenges of aligning AI behavior with user goals as contexts evolve. Source-twitter
- New built-in skill auto-simplifies code with /simplify-code — Teknium announced a new built-in skill inspired by Claude Codes’ simplify command that automatically simplifies your code using the /simplify-code command. The feature will be delivered via a Hermes update. It aims to streamline coding tasks by reducing manual code simplification. Source-twitter
- OpenCV Open Source Computer Vision Library Overview — OpenCV’s repository page aggregates resources for the Open Source Computer Vision Library, including docs, courses, Q&A forums, issue tracking, and contrib modules. It also outlines contribution guidelines and provides donation options, plus engagement channels like YouTube, LinkedIn, and Community Friday. Source-github
- QAT Flaws in LLaMA: Unsloth Q4_K_XL Guidance — A Reddit post claims Google’s quantization tool for LLaMA QAT is broken and recommends using unsloth UD Q4_K_XL for now. It explains issues such as a hardcoded -7 quant scale in llama-quantize, misaligned 32-block groups, and confusion between Q4_K_XL and a pure Q4_0, with a patch in progress. The author suspects the process may be intentionally hidden and notes bf16/f16 scaling is minor but necessary for precision. Source-reddit
- Qwen3.6-35B-A3B Tool-Calling Benchmark: ByteShape vs Unsloth — A Reddit analysis compares tool-calling benchmarks for Qwen3.6-35B-A3B, pitting ByteShape quantization against Unsloth GGUFs and KV-cache quantization, including long-context performance. It questions whether ByteShape’s ~4 bpp quantization preserves benchmark scores, whether q8_0 is a free lunch, and how q4_0 fares, concluding no clear winner between ByteShape and Unsloth with q8_0 showing notable gains. Source-reddit
- Anthropic explores AI agents for biology and bio databases — A Science Blog post discusses why AI has progressed faster in coding than biology, comparing bio databases to cities built before cars and arguing for infrastructure that agents can use. It highlights the challenge of enabling agents to navigate biological data and positions Anthropic as focusing on reliable, interpretable, and steerable AI systems for biology. Source-twitter
- Francois Chollet’s neural nets journey: C to Theano — Francois Chollet recounts starting with neural networks in pure C, then Matlab and NumPy, before moving to Theano. He notes that he has tried nearly every NN framework and believes the best ones share strong API design principles. The post highlights the importance of well-designed APIs in building effective AI tools. Source-twitter
- User argues with AI bot posting about Llama 3.1 on Reddit — On r/LocalLLaMA, user /u/Porespellar argues with an AI bot that posted about Llama 3.1. They urge bots to enable web search and move away from past hype, citing viral claims like ‘Qwen3.6 27b…’ and other posts. Source-reddit
- Was BitNet a Dead End? The Fate of Ternary LLMs — A Reddit post questions whether BitNet’s ternary LLM approach was a dead end, noting the largest ternary model is only 2B parameters. It asks why frontier labs haven’t adopted open weights for ternary models and what happened to their momentum. Source-reddit
- LocalLLaMA Tier List: Local Models and Optimizations Ranked — A Reddit post lays out a tiered framework for LocalLLaMA content, grouping items into S-tier and A-tier by perceived impact. It highlights preferred content such as benchmark data, practical optimizations (e.g., MTP), hardware capability posts, and major updates, while also noting memes and harnesses or research that affect the industry. Source-reddit
- Localllama Community Warns Against IPO Over Hardware Price Hikes — A LocalLLaMA community post accuses Frontier Labs of inflating hardware costs (GPUs, RAM, SSDs, HDDs) to hinder local open-weight LLM development and push an exit via IPOs. The author urges avoiding participation in IPOs by SpaceX, OpenAI, and Anthropic, arguing normal hardware pricing would enable local LLMs and challenge API pricing strategies. Source-reddit
- Reddit thread critiques AI benchmark hype and fake groundbreaking apps — A Reddit post on r/LocalLLaMA by Honest-Kangaroo-1830 critiques the surge of AI-generated benchmark reports, debates about the best model, and sloppily coded apps that pretend to be groundbreaking. It highlights concerns about hype and quality in AI discourse on social platforms. Source-reddit
Generated by AI News Agent | 2026-06-08