Val Alexander 🦞

8.4K posts

Val Alexander 🦞 banner
Val Alexander 🦞

Val Alexander 🦞

@BunsDev

Maintainer @OpenClaw 🦞

Texas, USA เข้าร่วม Temmuz 2020
2.9K กำลังติดตาม6.3K ผู้ติดตาม
ทวีตที่ปักหมุด
Val Alexander 🦞
Val Alexander 🦞@BunsDev·
Glad y'all are loving the Dashboard v2 🦞 This is just the beginning. My priority is to ensure clarity, control, and customization. You should always have complete control and visibility. If anything gets in the way, please let me know in VC 👇🏻 discord.com/channels/14563…
OpenClaw🦞@openclaw

OpenClaw 2026.3.12 🦞 🎛️ dashboard v2 — slick new control UI ⚡ /fast mode for models 🔌 ollama/sglang/vllm → plugins (core goes on a diet) 🛡️ device tokens now ephemeral ⏰ cron + windows reliability fixes touch grass? nah, touch main 🌿github.com/openclaw/openc…

English
47
14
463
83.6K
emot-sun.gif industries
When I bought my M4 MacBook Pro I foolishly thought that 1TB was enough storage for any developer laptop and I would survive fine with this. This has proven to be a very bad move. I'm not even doing anything particularly insane but software just seems to take up huge amounts of space these days. Next one I will pay the Apple Tax and max out the SSD :(
English
3
0
3
183
Val Alexander 🦞 รีทวีตแล้ว
Ritual Digest
Ritual Digest@ritualdigest·
Their training environment, Hybrid-Gym, consists of scalable synthetic tasks, such as function localization. They find that training Qwen 2.5 32B on these synthetic tasks transfers well to diverse benchmarks: +25.4% on SWE-Bench Verified and +7.9% on SWT-Bench Verified.
Ritual Digest tweet media
English
1
1
10
268
Val Alexander 🦞 รีทวีตแล้ว
Ritual Digest
Ritual Digest@ritualdigest·
Here’s this week’s Ritual Research Digest, a newsletter covering the latest in the world of LLMs and the intersection of Crypto x AI. With hundreds of papers published weekly, staying current with the latest is impossible. We do the reading so you don’t have to.
Ritual Digest tweet media
English
19
11
63
2K
Dia
Dia@diabrowser·
Out of sight → out of mind → stalled PRs. Live Tab Groups are here to break that habit.
English
43
6
329
38.4K
Val Alexander 🦞 รีทวีตแล้ว
Microsoft Developer
OpenClaw quickly became one of GitHub’s most starred repos🦞 Now its creator, @steipete, is joining the speaker lineup at #MicrosoftBuild
Microsoft Developer tweet media
English
50
151
1.5K
81.3K
Val Alexander 🦞
Val Alexander 🦞@BunsDev·
@shadcn My dream is to get a shoutout for my UIs by the legend, hehe 🤭 Bravo Codex crew 👏🏻
English
0
0
3
148
shadcn
shadcn@shadcn·
Whoever is working on ui at codex is doing a great job. Shipping fast but you can tell there's care put into it.
English
78
28
2K
106.9K
Jim_SZ🇭🇰
Jim_SZ🇭🇰@JimSZ7·
. @MiniMax_AI is releasing M2.7 model, and their team shared a batch of early-access spots with me ahead of launch, just for our openclaw community. I’m routing them first to clawtrbutors who are actually building, contributors, agent builders, and ecosystem folks who can give real signal. If that’s you, reply or DM. @steipete @alauppe @BunsDev thought you might enjoy trying this one too.
AiBattle@AiBattle_

xAI continues testing various versions of Grok 4.20 on LMArena The most recent model, "Theta-Hat", seems to be the most capable yet

English
5
1
5
679
Val Alexander 🦞
Val Alexander 🦞@BunsDev·
|| Don't tell anyone, but I agree 🥷🏻 ||
English
0
0
0
16
Chris Tate
Chris Tate@ctatedev·
I still prefer UI for high-level actions, visualizing history, digging through logs, and comparing code diffs
Chris Tate tweet media
English
1
0
4
1.6K
Val Alexander 🦞 รีทวีตแล้ว
Peter Steinberger 🦞
Been so much fun cooking OpenShell and NemoClaw with the @NVIDIAAI folks! 🙏🦞 Huge step towards secure agents you can trust. What’s your OpenClaw strategy?
English
246
215
4.3K
221.1K
Val Alexander 🦞 รีทวีตแล้ว
NVIDIA AI Developer
NVIDIA AI Developer@NVIDIAAIDev·
Ready to deploy AI agents? NVIDIA NemoClaw simplifies running @openclaw always-on assistants with a single command. 🦞 Deploy claws more safely ✨ Run any coding agent 🌍 Deploy anywhere Try now with a free NVIDIA Brev Launchable 🔗 nvidia.com/nemoclaw
NVIDIA AI Developer tweet media
NVIDIA Newsroom@nvidianewsroom

#NVIDIAGTC news: NVIDIA announces NemoClaw for the OpenClaw agent platform. NVIDIA NemoClaw installs NVIDIA Nemotron models and the NVIDIA OpenShell runtime in a single command, adding privacy and security controls to run secure, always-on AI assistants. nvda.ws/47xOPqQ

English
254
615
4.1K
861.7K
Vincent Koc
Vincent Koc@vincent_koc·
One must spend tokens….. i NEED my fix
Vincent Koc tweet media
English
6
6
60
2.5K
Areeb ur Rub
Areeb ur Rub@areeburrub·
@levelsio @nfcodes I created a redis instance on hetzner with public port open for few minutes and someone was running a cryptominer the next moment taking 50% CPU 💀 After that I always use @Tailscale 👌
English
8
2
143
477.5K
Nick Franck
Nick Franck@nfcodes·
im quitting no more configuration hell I've gotten halfway through shipping tons of projects. I spend a few hours configuring and then never launch today is the day that ends I'll be using the @levelsio method a simple stack with minimal deps so I can focus on shipping
Nick Franck tweet media
@levelsio@levelsio

@nfcodes No I mean my server is the environment The site is in /srv/http/hoodmaps.com I run Claude Code in there That's it

English
23
14
492
121.6K
Onur Solmaz
Onur Solmaz@onusoz·
Request for comments skillflag: A complementary way to bundle agent skills right into your CLIs tl;dr define a --skill flag convention. It is basically like --help or manpages but for agents acpx already has this for example. you can run npx acpx --skill install to install the skill to your agent It's agnostic of anything except the command line It only defines the CLI interface and does not enforce anything else. If you install the executable to your system, you get a way to list and install skills as well Repo currently contains a TypeScript implementation, but if it proves useful, I would implement other languages as well Specification below, let me know what you think! I still think something is missing there. Send issue/PR github.com/osolmaz/skillf…
Onur Solmaz tweet media
English
5
1
18
1.6K
mr-r0b0t
mr-r0b0t@mr_r0b0t·
@BunsDev @onusoz Nah, the post was for a persistent memory product with no mention of crypto. It’s his brain blocker.
English
1
0
0
11