Tim Seyde

48 posts

Tim Seyde

Tim Seyde

@timseyde

RL + Robotics + LLMs | Post-training @liquidai | Embodied AI PhD @MIT

Katılım Kasım 2020
214 Takip Edilen264 Takipçiler
Tim Seyde
Tim Seyde@timseyde·
Dumbo's first steps — LFM2.5-230M doing multi-step tool-calling over pre-trained skills provided by @nvidia SONIC. Same small model, many different use cases.
Liquid AI@liquidai

As an early look at ongoing work, we deployed LFM2.5-230M on a Unitree G1, running entirely on-device on its onboard @nvidia Jetson Orin. The model acts as a skill-selection layer, taking in natural-language instructions and decomposing them into sequences of tool calls. After a quick fine-tune, "Hold still for 2s, walk forward at 1 m/s for 3 m, hold a one-leg kneel for 5s, walk back at 0.5 m/s for 3 m" becomes a structured multi-step plan automatically. (3/n)

English
3
3
24
6.3K
Tim Seyde retweetledi
Liquid AI
Liquid AI@liquidai·
Introducing LFM2.5-230M: our smallest model yet, built to run fast anywhere (CPUs, NPUs, and GPUs) to enable agentic tasks on phones, robots, home and network automation devices. > 230M parameters, built on the LFM2 architecture > Pre-trained on 19T tokens, with a 32K context extension > Post-trained with distillation from LFM2.5-350M > 213 tok/s decode speed on Galaxy S25 Ultra (CPU) > 42 tok/s on a Raspberry Pi 5 (CPU) > Competes with and often beats models more than twice its size on instruction following, data extraction, and tool use. > use it for large-scale data extraction pipelines or lightweight on-device agentic workloads. 🧵
Liquid AI tweet media
English
81
195
1.9K
237.6K
Tim Seyde retweetledi
Liquid AI
Liquid AI@liquidai·
Today, we're releasing LFM2.5-8B-A1B, a device-optimized model designed to power real-life applications on phones, laptops, PCs, robots, and fast & lightweight server-side use-cases. > 8B MoE, 1.5B active > Expanded 128K context > LFM2.5 flagship hybrid MoE architecture > Trained on 38T tokens + large-scale RL > fast, reliable tool calling, punching above its weight, comparable to models with up to 4x its size > customizable on a single GPU for any specialized task > LFM2 open-weight license 🧵
Liquid AI tweet media
English
142
511
3.9K
1.3M
Tim Seyde retweetledi
Liquid AI
Liquid AI@liquidai·
Today, we release LFM2.5-VL-450M, a vision-language model built for real-time reasoning on edge devices. It processes a 512×512 image and returns structured outputs in ~240ms on-device.
Liquid AI tweet media
English
25
132
1.1K
116.3K
Tim Seyde
Tim Seyde@timseyde·
@IanOsband Have you considered running this on DMC with (highly) discretized actions? Feels like an interesting setting - I’d be curious how it performs.
English
0
0
2
560
Ian Osband
Ian Osband@IanOsband·
Something is rotten with policy gradient. PG has become *the* RL loss for LLMs. But it’s not even good at basic RL. Even on MNIST with bandit feedback, vanilla PG performs far worse than cross-entropy because it wastes gradient budget. Delightful Policy Gradient: arxiv.org/abs/2603.14608…
Ian Osband tweet media
English
17
43
465
180.9K
Tim Seyde retweetledi
Liquid AI
Liquid AI@liquidai·
Today, we release our largest LFM2 model: LFM2-24B-A2B 🐘 > 24B total parameters > 2.3B active per token > Built on our hybrid, hardware-aware LFM2 architecture It combines LFM2’s fast, memory-efficient design with a Mixture of Experts setup, so only 2.3B parameters activate each run. The result: best-in-class efficiency, fast edge inference, and predictable log-linear scaling all in a 32GB, 2B-active MoE footprint. 🧵
Liquid AI tweet media
English
54
153
1.1K
229.3K
Igor Gilitschenski
Igor Gilitschenski@igilitschenski·
🚀 Excited to share REPPO, a new on-policy RL agent! TL;DR: Replace PPO with REPPO for fewer hyperparameter headaches and more robust training. REPPO, led by @c_voelcker, will be presented at #ICLR2026. How does it work? 🧵👇
English
3
21
120
14.1K
Tim Seyde
Tim Seyde@timseyde·
LLMs that predict their own response quality can allocate test-time compute more efficiently. ZIP-RC repurposes unused logits to model joint distributions over reward and generation length. At every token, no architecture changes, no extra forward passes - great for adaptive test-time sampling. Exciting work led by @rohin_manvi & amazing team across @liquidai, @berkeley_ai, @MIT_CSAIL.
Rohin Manvi@rohin_manvi

🚨Paper 🚨 What if LLMs could tell you they’re going to fail before they finish reasoning? We trained models to predict their own future: whether they’ll succeed and how long it will take. At every token, in real time, with no extra compute. We used this to develop an adaptive sampling algorithm for test-time compute. 👇🧵

English
0
0
1
157
Tim Seyde retweetledi
Liquid AI
Liquid AI@liquidai·
Meet the strongest 3B model on the market. LFM2-2.6B-Exp is an experimental checkpoint built on LFM2-2.6B using pure reinforcement learning. > Consistent improvements in instruction following, knowledge, and math benchmarks > Outperforms other 3B models in these domains > Its IFBench score surpasses DeepSeek R1-0528, a model 263x larger Download and play 👉 huggingface.co/LiquidAI/LFM2-… Happy holidays, The Liquid AI team🎄✨
Liquid AI tweet media
English
79
231
2.1K
660.9K
Tim Seyde retweetledi
Simon (Sanghyuk) Lee
Simon (Sanghyuk) Lee@961014dltkdg·
Grok Play Me and @nacloos attended xAI hackathon (+500 participants) to work on Grok Play. A platform for humans to compete against and with AI agents in games to improve LLMs ability to generate game relate code. We ended up winning 1st place of one of the tracks. 🚀
SpaceXAI@SpaceXAI

Grok Play: Enjoy and create multiplayer games where your Grok Owl can climb the leaderboard by playing against you, your friends, your friends' Owls, and itself. @nacloos @961014dltkdg

English
6
5
19
1.9K
Tim Seyde retweetledi
Liquid AI
Liquid AI@liquidai·
The LFM2 Tech Report is now live on arXiv! We share everything from our novel hardware-in-the-loop architecture design, pre-training, and knowledge distillation, to the post-training recipe for small models. > 🤗LFM2 class of models has over 3.3M downloads > ⚛️LFM2 nanos from 350M to 8.3B MoE > 👁️Vision-language capabilities (LFM2-VL) > 👄👂Multimodal speech processing (LFM2-Audio) > 🗒️Information retrieval (LFM2-ColBERT) We hope this serves as a useful resource and inspiration for anyone building open and efficient foundation models. 🚀
Liquid AI tweet media
English
6
50
198
29.9K
Tim Seyde retweetledi
Flexion
Flexion@FlexionAI·
We’ve raised $50 million in Series A funding from DST Global Partners, @nvidia (NVIDIA’s venture capital arm), @redalpine , @prosusventures , and @Moonfire_VC , following our $7.35M seed round from @frst_vc , @Moonfire_VC , and @redalpine just a few months earlier, to build the autonomy stack that makes humanoid robots adaptive, intelligent, and ready for real-world deployment at scale. In less than a year, our team has shown that long-horizon whole-body humanoid control can scale across hardware and tasks by leveraging the power of simulation and reinforcement learning. This funding will help us grow our team, scale our compute and robot fleets, and accelerate the commercialization of our autonomy stack with OEM partners globally. You can find more details in the links shared in the comments.
English
18
55
359
70.4K
Tim Seyde retweetledi
Liquid AI
Liquid AI@liquidai·
LFM2s are live in robotics: another step forward in building the software layer for physical AI. 🦾 Liquid AI, @AMD, and Robotec.ai have deployed compact foundation models for autonomous agentic robotics: showcasing a fine-tuned version of our recently released specialized 3-billion parameter Liquid vision-language model (LFM2-VL-3B), running efficiently on AMD Ryzen™ AI processors to enable real-time multimodal perception and decision-making at the edge. The robot takes the word “autonomy” to a new level: > Interprets commands > Detects safety hazards > Autonomously executes corrective actions Check out the demo at the AMD booth at #ROSCon2025 today with more to follow. More details 👇
Liquid AI tweet media
English
4
26
116
14.7K