Загрузка видео...

Не удалось загрузить видео

На главную

Introducing: a coding agent (Pi) running entirely in your browser using a 2B model on WebGPU 🤯 MiniCPM5-2B + Pi, powered by Transformers.js + WebGPU + 4-bit ONNX weights. All previous attempt to create this failed but MiniCPM5 seems to make it usable. Available now on Hugging Face 👇

85,828 просмотров • 1 день назад •via X (Twitter)

Комментарии: 31

Фото профиля Victor M
Victor M1 день назад

Try it here:

Фото профиля Esee
Esee1 день назад

is this Pi?? 😂

Фото профиля orvir
orvir1 день назад

2B running a coding agent locally is the part that gets me what's it actually usable for, autocomplete-tier stuff or can it hold a real task

Фото профиля fcan
fcan1 день назад

wow great work! I have been trying to run MiniCPM5-2B in a browser. Tried Transformers.js/ONNX route but WebLLM/MLC works faster in my experience. Here is my Hugging Face space that uses my own MLC quants.

Фото профиля TOM 🦋🔶🅿️
TOM 🦋🔶🅿️1 день назад

cool

Фото профиля decipherx
decipherx1 день назад

the browser is becoming the smallest useful agent sandbox

Фото профиля Towhid Khan
Towhid Khan1 день назад

The embedding split is the part that makes this work: 510 MiB of embeddings cut losslessly into four 127.5 MiB tensors so it clears WebGPU's 128 MiB storage binding cap. First download is 1.84 GB into OPFS, and cached reloads pull zero weights.

Фото профиля Lars
Lars1 день назад

Does the cat have a name @victormustar

Фото профиля ✧.*
✧.*1 день назад

Whats the cat mascot called?

Фото профиля Sogni.ai
Sogni.ai1 день назад

pair Pi with Sogni Creative Agent and you have code plus creative production in one very capable setup 😎

Фото профиля LUNCYKONG
LUNCYKONG1 день назад

Lots of clustered wallets fuck this

Фото профиля Phantom Phreak
Phantom Phreak1 день назад

wtf lol

Фото профиля EDDY VU
EDDY VU1 день назад

Running a usable 2B model entirely in-browser via WebGPU is a genuinely impressive technical feat, huge congrats on the release.

Фото профиля SourceCodeplz
SourceCodeplz1 день назад

why not use wllama ?

Фото профиля Crio Songo
Crio Songo1 день назад

居然能直接在浏览器跑端侧编码智能体,MiniCP5这个小模型适配得真不错,不用部署本地就能体验,挺方便。

Фото профиля Varik Verilion
Varik Verilion1 день назад

How much of the coding workflow survives once the browser tab loses focus or the WebGPU device gets reclaimed?

Фото профиля Johnny
Johnny1 день назад

oh shit you did it!

Фото профиля Nazmul Hossain
Nazmul Hossain1 день назад

running an agent client-side on webgpu is insane progress. testing this now

Фото профиля Pronsh
Pronsh1 день назад

kinda dope

Фото профиля Karthikeyan Ranasthala
Karthikeyan Ranasthala1 день назад

Awesome! Will give it a try

Фото профиля Marina Rosa
Marina Rosa1 день назад

My god you beat me to it Absurdly marvelous thank you for that

Фото профиля Shesaidmewakeup
Shesaidmewakeup1 день назад

2B on WebGPU that actually finishes a loop is the part most people skip. Cloud still wins the hard tasks. This wins the ones you can keep in a tab.

Фото профиля msuiche
msuiche1 день назад

@maceip NOT WRONG! JUST EARLY!

Фото профиля Offscript
Offscript1 день назад

the interesting part isnt that it codes, its that nothing leaves the machine. a 2b wont out-write a frontier model but it can read things youd never paste into an api. whats the latency per token like on a normal laptop gpu?

Фото профиля LLM Codes
LLM Codes1 день назад

wait is it actually coding in the browser or just chatting

Фото профиля nick
nick1 день назад

crazy

Фото профиля Thomas Gauthier-Caron
Thomas Gauthier-Caron1 день назад

This is so cool! Would you be so kind as to open source the web app? The pi TUI + monaco workspace split view is really nice

Фото профиля Tom Zarebczan 🛡
Tom Zarebczan 🛡1 день назад

Any benchmarks?

Фото профиля Victor M
Victor M1 день назад

yes

Фото профиля basedcapital
basedcapital1 день назад

transformers.js, webgpu and 4-bit onnx all shipped before and died, so the model was the bottleneck. webllm with the same model should get the same jump. the browser part was never the story.

Фото профиля Labangram Photography
Labangram Photography1 день назад

Browser-local coding agent that actually sticks is rare. How do you cap tool loops + WebGPU memory when the session runs long?

Похожие видео

Insane progress for small language models! MiniCPM5-2B is a dense 2B-parameter model by OpenBMB from China that's built for reasoning, coding, and tool use on resource-constrained hardware. The model specifically excels at coding and tool calling, two capabilities central to the shift from on-device LLMs to on-device agents. Instead of only answering prompts, it can use tools, generate code, carry information between steps, and complete multi-step tasks. I ran it 100% locally and connected it to a small investigation agent with one request: > Revenue dropped last week. Investigate what happened, quantify the impact, identify the likely cause, and produce an incident report with supporting evidence. The evidence was spread across orders, traffic, payments, refunds, and deployment logs. The model inspected the files, wrote its own queries, analyzed the intermediate results, and decided what to investigate next. Each tool result informed the next action, so the final report depended on the model maintaining a coherent investigation across the complete trajectory. The recording shows the actual task from beginning to end. It starts with the revenue question, follows the tool calls and supporting evidence, and ends with a quantified diagnosis and incident report. The data, tool execution, and model inference all remained on my machine. These capabilities were optimized through Agentic Pre-training, SFT, and large-scale RL. They do not come entirely from an application-level agent framework. MiniCPM5-2B supports SGLang, vLLM, llama(.)cpp, Ollama, iOS, Android, and HarmonyOS. OpenBMB has also released the model weights and parts of the training recipes and data resources behind it. Download MiniCPM5-2B: A 2B model can now maintain enough state to coordinate tools and complete a useful investigation on local hardware.

Avi Chawla

13,954 просмотров • 4 дней назад