Video yükleniyor...

Video Yüklenemedi

Ana Sayfaya Dön

Introducing Magnitude: your actually local agent 100% private and offline. No token costs, no API keys. Open source. Today's agents are local. The model isn't. Every prompt, every file, every secret gets sent straight to Anthropic and OpenAI. Magnitude is built around local models and runs the whole stack...

396,947 görüntüleme • 1 ay önce •via X (Twitter)

65 Yorum

Tom Greenwald profil fotoğrafı
Tom Greenwald1 ay önce

Shout out to @huggingface for their model hub. @UnslothAI for many of the quants we use. @EffectTS_ as the backbone of our agent lib. @vercel for the great skills library. @NVIDIARTXSpark for the Sparks we test Linux on. And many more

Kobie sync/acc profil fotoğrafı
Kobie sync/acc1 ay önce

Using a firewall I verified that the only outbound connections were to github and huggingface, so the engineering here seems solid

Tom Greenwald profil fotoğrafı
Tom Greenwald1 ay önce

Thanks for keeping us honest :)

Kobie sync/acc profil fotoğrafı
Kobie sync/acc1 ay önce

Think you'll add vllm support eventually for leet self hosters?

Tom Greenwald profil fotoğrafı
Tom Greenwald1 ay önce

We’re going to add a standard chat completions endpoint for people that want to bring their own inference server

Mia profil fotoğrafı
Mia1 ay önce

This is awesome, looking forward trying it out

Tom Greenwald profil fotoğrafı
Tom Greenwald1 ay önce

Let’s go! Let me know what you think

Mia profil fotoğrafı
Mia1 ay önce

Will do 😃

dex profil fotoğrafı
dex1 ay önce

what size MBP do you recommend? what are the min specs?

Tom Greenwald profil fotoğrafı
Tom Greenwald1 ay önce

Ideally you want Apple silicon so post-2020 Macs. No hard RAM min, but with 32 GB you can fit a fair amount of the more capable smaller models like Qwen 3.6 35-A3B or Gemma 4 models

0xthw7 profil fotoğrafı
0xthw71 ay önce

@dexhorthy What could it do with 16gb?

Tom Greenwald profil fotoğrafı
Tom Greenwald1 ay önce

@dexhorthy Depends on the chip, but assuming an M4/M5 MacBook, you could run Qwen 3.5 9B or Gemma 4 12B which are capable for smaller tasks. Going to be tough to fit anything bigger without using a pretty aggressive quant, which lowers model quality

Muhammad Naveed profil fotoğrafı
Muhammad Naveed1 ay önce

Not actually bad on average specs laptops. It provides 15 tokens/second. One thing i should suggest is different themes because on my light theme terminal i can't see the output of model.

CJ Harmath profil fotoğrafı
CJ Harmath1 ay önce

I have a DGX Spark, but using it from mac or other Linux mini pc. Either local or via tailscale. Any option for remote to local inference? That way i don’t need to rsync files when working on something locally

Tom Greenwald profil fotoğrafı
Tom Greenwald1 ay önce

We’re working on this right now, should release today. Going to be a generic chat completions endpoint to enable both remote inference and bring your own inference server. Eventually we want to make remote inference a more first class experience, but that will take some time

CJ Harmath profil fotoğrafı
CJ Harmath1 ay önce

Thank you!

安叫兽|Bird🕊️ 🔶 BNB profil fotoğrafı
安叫兽|Bird🕊️ 🔶 BNB1 ay önce

离线这点挺戳,密钥满天飞真的怕了

Evan Owen profil fotoğrafı
Evan Owen1 ay önce

This is incredible. I have an idea… does it support ACP or any plan to?

Tom Greenwald profil fotoğrafı
Tom Greenwald1 ay önce

Yes we plan to add support for ACP so we can integrate with other platforms... feel free to DM

cole murray profil fotoğrafı
cole murray1 ay önce

got to see this in person at the workOS event, very cool!

Tom Greenwald profil fotoğrafı
Tom Greenwald1 ay önce

Oh hey! Loved OpenInspect too. Open source ftw 🤝

Arthur MacWaters profil fotoğrafı
Arthur MacWaters1 ay önce

here becasue Pash sent me

Tom Greenwald profil fotoğrafı
Tom Greenwald1 ay önce

Pash counter +1

Aaron Villalpando profil fotoğrafı
Aaron Villalpando1 ay önce

Gotta get pewdiepie on this

Amir Zohrenejad profil fotoğrafı
Amir Zohrenejad1 ay önce

Congrats on the launch

Tom Greenwald profil fotoğrafı
Tom Greenwald1 ay önce

Thanks Amir! You should give it a spin

Ishaan Sehgal profil fotoğrafı
Ishaan Sehgal1 ay önce

love yalls demo wednesday the workos event. does this support any local model then

Tom Greenwald profil fotoğrafı
Tom Greenwald1 ay önce

Any model you download via HF! But Magnitude also profiles your hardware and recommends good local models based on your machine, so it's not necessary to research models ahead of time

Ishaan Sehgal profil fotoğrafı
Ishaan Sehgal1 ay önce

awesome

AI Mastery Guide profil fotoğrafı
AI Mastery Guide1 ay önce

Fully offline with no token costs is a huge selling point.

koenigsegg lord profil fotoğrafı
koenigsegg lord1 ay önce

Will definitely try it out. Open source and offline . Good job dude .

Saman Ahmed profil fotoğrafı
Saman Ahmed1 ay önce

The annoying part of local AI has always been the setup.

Nicole Gong profil fotoğrafı
Nicole Gong1 ay önce

this is next level on privacy protection 🤩

Tom Greenwald profil fotoğrafı
Tom Greenwald1 ay önce

We got your back 😎

Thomas H. Chapin IV profil fotoğrafı
Thomas H. Chapin IV1 ay önce

Thank you for open sourcing! ❤️

Tom Greenwald profil fotoğrafı
Tom Greenwald1 ay önce

Of course! I hope people find it valuable :)

Velislav Gerov profil fotoğrafı
Velislav Gerov1 ay önce

The future is now

oliver.mannion profil fotoğrafı
oliver.mannion1 ay önce

Is inference built on llama cpp?

Tom Greenwald profil fotoğrafı
Tom Greenwald1 ay önce

Yep! We also plan to add MLX support if we detect Apple silicon

Martin Ronfort profil fotoğrafı
Martin Ronfort1 ay önce

Love the privacy angle! What is your biggest question about truly local AI agents?

ivanov profil fotoğrafı
ivanov1 ay önce

Is it the same harness from previous launch one or two months ago with ability to use local models or something different?

Tom Greenwald profil fotoğrafı
Tom Greenwald1 ay önce

It's roughly the same harness but with a built-in Rust inference engine for running local models. We've also made some tweaks to the harness to make it work even better for local models. And there's no more cloud models

Dave Katague profil fotoğrafı
Dave Katague1 ay önce

this is wonderful, thankyou Tom!

Tom Greenwald profil fotoğrafı
Tom Greenwald1 ay önce

Hope you do something cool with it :)

Michel Laclé profil fotoğrafı
Michel Laclé1 ay önce

Awesome! The project I started but did not follow through on.

Tom Greenwald profil fotoğrafı
Tom Greenwald1 ay önce

Well it's open source so feel free to extend it as much as you want :)

Rob | C11s Interface | Custom Energy @ 1Heal.org profil fotoğrafı
Rob | C11s Interface | Custom Energy @ 1Heal.org1 ay önce

Hi Tom, nice work, was thinking of something similar. Do you have any harness capabilities to compensate for smaller models shortcomings, like forgetting, loops, bad reasoning?

Tom Greenwald profil fotoğrafı
Tom Greenwald1 ay önce

Yes! We have a tool call circuit breaker to prevent doom loops. We also have measures in place to prevent overthinking. Overall we are also more conservative with context to prevent overwhelming smaller models context windows

Rob | C11s Interface | Custom Energy @ 1Heal.org profil fotoğrafı
Rob | C11s Interface | Custom Energy @ 1Heal.org1 ay önce

Excellent! Varying the model params slightly also helps with the ruts to jump lanes. I have a bunch more ideas and a way to package these as a single file executable package bundle, config, prompts, tuning, params, etc.

Jimmy Lee profil fotoğrafı
Jimmy Lee1 ay önce

This is interesting, going to give it a spin! Nice work

Tom Greenwald profil fotoğrafı
Tom Greenwald1 ay önce

Thank you! Let me know how you get on

Sachi Kamiya 幸 profil fotoğrafı
Sachi Kamiya 幸1 ay önce

Very cool!

Tom Greenwald profil fotoğrafı
Tom Greenwald1 ay önce

Thank you! Open source ftw

Jordan Parker profil fotoğrafı
Jordan Parker1 ay önce

Magnitude you say…

Sanctum Elysium profil fotoğrafı
Sanctum Elysium1 ay önce

It looks nice !! and yeah local stack is starting to feel less optional

林克 Link profil fotoğrafı
林克 Link1 ay önce

Qwen3-27B makes it possible

sindikitil profil fotoğrafı
sindikitil1 ay önce

Local-first agents are the move. Which model backend — llama.cpp, ollama, something else?

Tom Greenwald profil fotoğrafı
Tom Greenwald1 ay önce

It's our own Rust inference engine based on llama.cpp, but we plan to also add automatic support for MLX if we detect Apple silicon

Yosh profil fotoğrafı
Yosh1 ay önce

Which harness do you use? Or did you build one as well?

Tom Greenwald profil fotoğrafı
Tom Greenwald1 ay önce

It’s our own! Built to work well with local models but also just be a generally great harness. It’s all open source on GitHub

Yosh profil fotoğrafı
Yosh1 ay önce

Nice! I’ll check it out

Chef_AI profil fotoğrafı
Chef_AI1 ay önce

this is pretty sick, would love to run some experiments. sent you a DM.

Adi Singh profil fotoğrafı
Adi Singh1 ay önce

lfg legends

Tom Greenwald profil fotoğrafı
Tom Greenwald1 ay önce

Thanks boss 🤝

vinay jain profil fotoğrafı
vinay jain1 ay önce

What’s actually different than running local model with open code or pi agents with llama.cpp or any other inference? Also is this harness tune and optimise based on different open source model? Based on their straight and weakness?

Benzer Videolar

run agent harnesses 100% private & offline. (no token costs, no API keys, 100% open-source) your agent runs locally. the model doesn't. every prompt, every file, and every secret still leaves your machine before the agent does anything with it. Magnitude fixes that. it's an open source inference server that runs models on your own hardware and plugs into the coding agent you already use. setup is one command. it profiles your machine, measures the memory bandwidth that sets your token rate, and hands back complete configurations instead of a list of models. each one names a model, a compression level, a context size, and a speed range you can expect. pick one and start working. it doesn't replace your harness. setup asks which one you want and writes that config for you. Pi, OpenCode, Claude Code, Codex, and Cline all work, and there's a built-in one tuned for local models if you don't have a harness yet. that one uses your shell, edits files, and runs scripts out of the box. add skills and it handles Excel, PowerPoint, PDFs, or Chrome. everyday work it covers: → analyze sensitive data → manage private notes → review code and logs → search and organize files → build docs or slides Apache 2.0. no rate limits, and nothing leaves the machine. 𝗻𝗽𝗺 𝗶 -𝗴 @𝗺𝗮𝗴𝗻𝗶𝘁𝘂𝗱𝗲𝗱𝗲𝘃/𝗰𝗹𝗶 the repo is here: (don't forget to star 🌟) i wrote the full breakdown of why picking the configuration is the hard part. the article is quoted below.

Akshay 🚀

55,693 görüntüleme • 22 gün önce

Introducing Workshop: cloud + on-device agentic AI. And to celebrate, we're giving away $250k in Google Gemini AI credits. (details below). The future of AI work is neither cloud-based nor local. It's both. In Workshop Cloud, you can use agents powered by frontier models like Claude and/or open source models like Z.ai's GLM-5 to build internal tools, dashboards, and AI web apps. Or, breeze through tasks like managing your Google and Meta Ads. In Workshop Desktop, you can do all the same right on your computer, plus make desktop apps, mobile apps, and 3D creations. Our favorite part? You can power the full agent experience with local models like Qwen 3.5 family on your computer. Fully offline. 2026 is the year in which local models for agentic tasks will become viable for mainstream use. But the setup for tools like OpenClaw is like setting up Linux from scratch on your computer. Workshop Desktop is one-click to install on Windows, Mac, and Linux. It recommends which open source model you should use for your hardware and lets you download and run it right in the app. And its agent harness allows you to chat, create websites, build personal utilities, and analyze data. 100% offline. Or multitask with AI models in the cloud while running other agent threads locally. Start in Workshop Cloud when you want flexibility and speed. Download your project and continue in Workshop Desktop when you want local files, privacy, and/or better performance on large code bases. Publish from either. The agent tooling space is maturing and discerning users have come to expect a lot from their tools. We've packed Workshop with features to help you 10x your productivity. - Native support for skills - Autocompaction for seamless context management - Built-in AI for your apps - Dozens of connectors, like Google Drive, Big Query, and Supabase - dbt integration to ground your dashboards in your semantic layer - Native Github integration - Private app deployment - ... and more (+ we're shipping super fast) To access the free credit offer, RT this post and reply with "Workshop". Make sure you are following us so we can DM you the instructions to redeem. - First 100 to RT + comment get $500 in credits. - Everyone else gets up to $250 And thanks to our partners Modal, Google Gemini, and Z.ai!

Workshop AI

29,379 görüntüleme • 6 ay önce

Hermes agent just left the terminal. 𝗛𝗲𝗿𝗺𝗲𝘀 𝗗𝗲𝘀𝗸𝘁𝗼𝗽 dropped yesterday. native app for macOS, Windows, and Linux. for months Hermes was the agent that learned your projects, wrote its own skills, and built a model of who you are. all of it buried in terminal logs. now it has a window. the important part is that it's not a wrapper. it runs the same agent core, the same sessions, memory, and skills as the CLI. you can start a task in the terminal and finish it in the app without anything resetting. the state is shared across every interface, not copied between them. what the GUI actually adds: → streaming chat that shows live tool calls and inline reasoning instead of a spinner → a preview rail that renders pages, code, and images right beside the conversation → an artifacts panel that collects every file the agent has ever produced → remote gateway mode, so you can point the app at a VPS and run the heavy work elsewhere → skills, cron, profiles, and gateways managed point-and-click instead of through YAML → voice mode, drag-drop files, and inline image generation remote gateway mode is the one worth slowing down on. the agent runs 24/7 on a $5 server while you control it from your laptop like a local app. other agent UIs are chatboxes with a logo. this one shows the autonomy instead of hiding it, so you watch the skills load, the tools fire, and the artifacts pile up as it works. it was teased in Jensen's GTC keynote. MIT licensed, local-first, no telemetry. if you already run Hermes, download it and everything is already there. your chats, memory, and skills carry straight over. i wrote a full masterclass on Hermes Agent that walks through the SOUL. md identity layer, the three-tier memory system, the self-evolving skills loop, and how to run three specialized agents 24/7. desktop is the interface that finally does all of it justice. the article is quoted below.

Akshay 🚀

51,540 görüntüleme • 3 ay önce

THIS GUY CONNECTED HIS AI AGENTS TO HIS OBSIDIAN AND BUILT A BRAIN THAT LEARNS ON ITS OWN. HERE'S HOW TO BUILD IT Obsidian is just markdown files sitting in a folder. That turns out to be the perfect memory for an AI agent, because an agent can read and write those files directly. He wired his agents into the vault so they pull context from it, do the work, and write what they learned back. The notes aren't the point. The loop is, and it gets sharper every cycle How to build it: 1. Point an agent at your vault. The fastest way, no plugins, no API keys: open a terminal and run npx obsidian-mcp /path/to/your/vault. That exposes your Obsidian folder to Claude as a tool it can read, search, and write to. Add it to your Claude Code or Cowork config and restart 2. Confirm it can see the brain. Ask it: "list the notes in my vault and summarize what's in them." If it reads them back, the connection is live. Now it starts every task with everything the vault already holds instead of from zero 3. Give each agent one job and a write-back rule. Tell it: "research this, then save what you found as a new note in /brain with links to related notes." One agent researches, one summarizes, one plans. Each writes its output back into the vault 4. Close the loop. Add one line to every agent's instructions: "read /brain before starting, write your result back when done." Now each task leaves the vault richer, and the next run reads that before it works. It compounds instead of resetting 5. You only steer. Review what the brain produces, point it at the next thing. The agents handle the reading, writing, and connecting The edge isn't better notes. It's a brain that feeds itself, so the work gets sharper every cycle instead of starting over Bookmark this

Yarchi

58,591 görüntüleme • 3 ay önce

For science, AI sovereignty and physics-grounded reasoning are non-negotiable. But how can we teach a small LLM like Gemma-4-E4B physics? One way is to use Agent Skills, but this has so far been limited to closed frontier models. mistral․rs now implements Agent Skills natively: the first self-hosted inference engine that does this as part of the local inference substrate, where we can use small models to solve complex scientific and other tasks in a flexible and scalable way. We are in a period of uncertainty about frontier models - access, pricing, deprecation, abrupt restriction. The good news is that when the entire stack runs locally we can build AI that is entirely your own: You own the weights, the skills, the execution loop, the data - all of it runs on your hardware and is reproducible and durable. While virtually all local inference engines expose a model behind an OpenAI-compatible endpoint, everything agentic is then assembled around it by an external orchestrator that injects context, manages tools, mounts files, and brokers execution. mistral․rs is natively agentic and moves that machinery into the server itself, allowing us to build complex agentic workflows and run them locally, on open-source models. With this new feature you can now upload Agent Skills bundles to /v1/skills, reference them from Responses API requests by identity, and run them inside a native agentic loop with persistent Python sessions, figure capture, sandboxed shell execution, file inputs mounted directly into the working session; plug-and-play and completely compatible with your existing code/workflow. A model with a native skill substrate can act, observe consequences, and can modify what it is able to do. The skill is retained procedural capability of the system. Attached is a short video of all of it: skills, code execution, the full agentic loop carried by Gemma-4-E4B; running entirely on my MacBook Pro. You can install and run a server with this capability in two lines in your terminal, with any quantization you need. Nice work by the Google Gemma team Logan Kilpatrick Demis Hassabis and Eric Buehler with mistral․rs!

Markus J. Buehler

10,229 görüntüleme • 3 ay önce