JEDEE AI
存档 2026-07-18

7 月 18 日(北京时间)全球 AI 圈推文存档,按曝光排序,共 12 条。
← 返回最新 全部归档

全部情报 每小时更新 · 事件已合并同类项

内容 公司
Claude@claudeai · 公司官方 · 23 天前Claude 产品官方账号

Beginning July 20, Claude Fable 5 will be included in all Max and Team Premium plans, at 50% of limits.

Pro and Team Standard users will continue to have access to Fable via usage credits, and will receive a one-time $100 credit.

Demand for Fable has been challenging to predict, which is why we rolled it out to subscription plans in stages, extending access several times as we secured additional capacity.

Claude@claudeai · 公司官方 · 23 天前Claude 产品官方账号

We know this has been frustrating, and we want to give you more certainty about what your plan includes. We are making access standard at 50% usage for the plans that use Fable most intensively.

Thank you for your patience over the past several weeks. We're continuing to invest in new capacity and will keep everyone updated as we do.

Sebastian Raschka@rasbt · 博主 · 23 天前

How can an LLM switch between low-, medium-, and high-effort reasoning? And how does an LLM learn to reason more or less?

I put together a “little” article explaining how these effort levels are implemented at inference time and during training.

hardmaru@hardmaru · 创始人 · 24 天前David Ha,日本 AI 公司 Sakana AI 联合创始人

Real brains follow Dale's principle: a neuron can either excite its neighbors or suppress them, but never both. Standard deep learning ignores this and uses backpropagation.

In our new paper, Diffusing Blame, we fix this disconnect. By introducing a routing method that broadcasts error signals directly to the hidden layers, we can train networks made of dedicated positive and negative neurons to strictly obey Dale's principle, all without relying on backprop!

This method works surprisingly well on image recognition tasks despite the strict biological constraints. We also achieved competitive, backprop-free reinforcement learning on complex locomotion tasks and the open-ended Craftax environment.

It is neat to see that representation learning remains possible even when we force deep learning to play by the rules of real neurons.

引用 Sakana AI @SakanaAILabsIntroducing "Diffusing Blame": can a neural network learn competitively while strictly obeying Dale's principle, the rule that real neurons follow? We show it can, across both image classification and reinforcement learning. 🧠 Accepted at #ALIFE2026 arxiv.org/abs/2606.31700 Real neurons generally follow Dale’s principle: each neuron is predominantly excitatory or inhibitory. Standard artificial networks usually ignore this constraint, allowing every unit to mix positive and negative outgoing weights. Backprop makes the gap even wider. Its backward pass needs exact transposed copies of the forward weights, the so-called "weight transport problem,” which biology doesn’t seem to have a mechanism for. So we asked: can a network that strictly enforces Dale's principle still learn well, without weight transport? Our approach builds on Error Diffusion (ED), a local rule that routes a single global error signal directly to every hidden unit, where each layer is split into separate excitatory and inhibitory streams with four non-negative weight matrices, so a synapse's sign comes from fixed population identity rather than a learnable weight. Our main contribution is to extend ED from binary to multi-class problems via modulo error routing. We then asked whether this routing mechanism could provide useful credit signals in the noisy setting of reinforcement learning. During PPO training on Ant, Humanoid, and HalfCheetah, we compared each local ED update with the corresponding true backpropagation gradient. Among the routing schemes we tested, modulo routing consistently produced the strongest alignment. Taken together, these results show that Dale-constrained networks can still learn without transporting weights backward, suggesting a potential path toward learning rules that are both effective and more biologically plausible.查看被引原帖 ↗
Claude@claudeai · 公司官方 · 23 天前Claude 产品官方账号

🧪 Gladstone Institutes prize: Trialign by Jules Park (Toronto, Canada) and Neil Wang (San Francisco, CA)

A clinical trial matcher for cancer patients 
that reads their medical records and finds the studies they qualify for today.

Claude@claudeai · 公司官方 · 23 天前Claude 产品官方账号

Explore more projects from the hackathon here:
cerebralvalley.ai/e/built-wi…

Jim Fan@DrJimFan · 创始人 · 24 天前NVIDIA 具身智能研究负责人

My morning ritual: coffee, then watch our robot assemble stuff. The model isn't fast, but it measures every grasp, obsesses over every alignment, and handles every piece like an heirloom. Watching is therapeutic, even meditative. Simple pleasure from the execution of a task well done.

Uncut, no speedup, end-to-end policy in one go.

Riley Goodside@goodside · 博主 · 23 天前

Claude Fable 5 creates a solved crossword puzzle with the first 150 Pokémon, but the puzzle is on the surface of a torus, wrapping on itself without edges, and displayed in a 10s looping video

Pietro Schirano@skirano · 博主 · 23 天前设计师出身的 AI 编程与创意博主

Btw here's all the config you need to run Kimi 3 inside of Codex via the
@OpenRouter
API

Sebastian Raschka@rasbt · 博主 · 23 天前

Link to the full article:
magazine.sebastianraschka.co…

Jim Fan@DrJimFan · 创始人 · 24 天前NVIDIA 具身智能研究负责人

How it's done:

引用 Jim Fan @DrJimFanWe scaled a robot model natively to 8,000 timesteps of context, 5 minutes worth of muscle memory, with constant inference cost. Robot policies used to live their lives a few frames at a time (< 0.1 sec), instantly forgetting what just happened. We pushed to 3 orders of magnitude beyond SOTA. Introducing RoboTTT. Test-Time Training (“TTT”) carries a tiny model *inside* the model. Every incoming sensor reading triggers one gradient step on that tiny core, so the history keeps getting compressed into its weights. The hidden state has a fixed size (literally a small neural net), so the robot can “grok” arbitrarily long experience with little overhead. Learning continues indefinitely after deployment. We can then put an entire video in context as prompt! RoboTTT enables one-shot in-context learning from human video: in circuit board assembly, a human demonstrates a never-seen configuration once, and the robot imitates it faithfully. Humans drop things all the time, but we pick them up so fast that we don’t even notice. That reflex to fix is half of our physical competence. RoboTTT shows self-improvement on the fly: the robot is skilled at recovering from its own errors mid-episode, and each fix enters its context to inform the next move. The TTT core distills a general-purpose, failure-to-correction mapping from the training data. One more thing. What excites me the most is a new Context Scaling Curve: from 128 to 8K timesteps, closed-loop performance hill-climbs steadily with no sign of saturation. 8K-context pretraining beats 1K by 62%. What LLM enjoys, robotics should too. Soon, even 1M context is not a fantasy. Deep dive in thread:查看被引原帖 ↗
hardmaru@hardmaru · 创始人 · 23 天前David Ha,日本 AI 公司 Sakana AI 联合创始人

Diffusing Blame: Task-Dependent Credit Assignment in Biologically Plausible Dual-Stream Networks


arxiv.org/abs/2606.31700

本站由 Jedee杰哥 打造 · 公众号「Jedee杰哥」每早送 AI 日报

姊妹站:𝕏 简中账号数据榜单 · X 关注 @jedeeai · RSS 订阅 · AI 日报 · 历史归档