
Mario Zechner
@badlogicgames • 55,759 subscribers
Armin's handler at https://t.co/B05ybKGkzx. Old man yelling at Claudes. https://t.co/Q1wG57v1yc https://t.co/mnOoWUr0TO https://t.co/8i5vIRE0Wn
Shorts
Videos

it's so on. this wasn't even a fight. gotta work on that defense, clem 🤗
Mario Zechner15,472 views • 4 days ago

sneak peak of the new no tools mode. you're gonna love it. you can try it with `pi -nbt`. enjoy!
Mario Zechner114,208 views • 2 months ago

People of pi has supported OpenAI WebSockets mode since February. However, we did not support delta updates. pi v0.71.1 now also supports delta updates: only the latest context additions get send, leading to a nice 66% throughput increase. Start pi, /settings -> transport -> websocket-cached Here's SSE vs. cached WebSocket side by side. This will also apply to your OpenClaw instance, should Peter Steinberger 🦞 & team decide to update to the latest and greatest, giving you all the benefits of the pi runtime on top of the Codex server backend.
Mario Zechner69,368 views • 2 months ago

A new entry to my popular series "LLM tools for plebs": claude-trace - Injects itself into Claude Code - Logs all traffic - Reconstructs conversations and shows what's going on behind the scenes (system prompts, all tool inputs/outputs, and more) Some observations. 🧵
Mario Zechner221,359 views • 1 year ago

NVIDIA just released Nemotron 3 Ultra, a leading Hybrid Mamba-Transformer MoE open model for long-running agents. I've been test driving it these past few days, letting it work on Pi issues and it performed amazingly well! Update your and use it via OpenRouter today!
Mario Zechner32,614 views • 1 month ago

4yo used my little TTS desktop app + pi, tells the agent what to build, what to change. more dinosaurs to select from, now working on king kong as final boss. i love this so much. slop doesn't matter. early agency does. and he gets to understand on the highest possible level how things are made.
Mario Zechner56,155 views • 2 months ago

Putting my tokens where my mouth is. I built pi-share-hf. Share your pi coding agent sessions as Hugging Face datasets. It tries to prevent you from uploading sessions containing PII/sensitive data with 3 tiers of defenses. Best used on OSS coding sessions, as those are less likely to contain sensitive info. Uses pi agents for PII detection, which can cost you a lot of tokens. Read the README with your human eyes so you don't accidentally pwn yourself or get a huge bill. Haven't figured out how to filter for such datasets on HF yet. clem 🤗, any pointers on how to best label them so people can find them?
Mario Zechner51,425 views • 3 months ago

now doing gemma 4 moe. it'a crazy how usable this is. just a little web search tool (wiggles its head on tool calls), and it can serve as a mostly capable, local voice assistant. tomorrow i shall replace google auto crap with this in my car. just need to give it access to spotify.
Mario Zechner27,265 views • 1 month ago

People who like sharing agent traces. I've just published all my pi-mono coding agent sessions on Hugging Face so you get to laugh at or pwn me! I suggest you do the same, see thread below. Let's make this a community effort. Here's pi-share-hf: If you are working on tools that help identify PII/sensitive data, get in touch. The better the classification is, the more willing people will be to share their traces.
Mario Zechner46,000 views • 3 months ago

if an agent emits parallel tool calls, pi used to execute them sequentially. funnily enough, only a handful of people complained. welp, just implemented it. caveat: you'll get flicker if you have many parallel tool calls and their outputs are > terminal height. soon to be released.
Mario Zechner35,254 views • 4 months ago

I present to you my latest fully vibeslopped "I didn't read the code" oeuvre: Jot A self-hosted collaborative markdown editor for you, your friends, and your agents. Like Google Docs, but worse. Try it with me here: Share a note, pick access (view/comment/edit), hand the link to a human or paste the CLI instructions into your agent. They can read, edit, and comment together in real-time.
Mario Zechner29,235 views • 3 months ago

This is a very nice description of the problem. I think the first part of the solution is to not give into the hyper productivity hype: running a gazillion things in parallel. There's likely only a handful of humans that have the mental make-up to survive the permanent context switches. You can train your brain to become better at it, but there's a limit to that, and I found that it will lead to much worse outcomes in terms of output quality of both you and your clanker. I'm no neuroscientist, but I would assume there's a hard limit on how many things your brain can juggle at a time, probably made worse by the complexity that is code. I generally don't do more than 2-3 things in parallel. I use virtual desktops as "bundle of things that belong to a task", so terminals + editor + browser. Works fine, doesn't need any special OS support, expose on the virtual desktop let's me quickly switch to the task specific app I need. I also have a little pi extension that shows me what GH issue/PR the clanker session is about, with a link I can click to open the issue/PR in the browser. Plus 1 virtual desktop for entertainment, so the brain can get some rest. (better alternative: get up and walk a bit every 45 minutes) Video: - First desktop: pi session for a PR, extension shows me what PR I work on, can click to open in browser, aux terminal for random BS, editor, browser. Yes, I could split instead of having two terminal windows. I'm old. - Second desktop: clawdbot pi session, aux terminal for testing, editor, browser - Third desktop: entertainment booth
Mario Zechner40,284 views • 5 months ago