OpenHands

949 posts

OpenHands banner
OpenHands

OpenHands

@OpenHandsDev

OpenHands is the leading open source agent for software development, usable through a CLI, GUI, SDK, or IDE https://t.co/LvSlDFkAwA

Katılım Mayıs 2024
17 Takip Edilen10.3K Takipçiler
Sabitlenmiş Tweet
OpenHands
OpenHands@OpenHandsDev·
For coding agents, "skills" are a great way to automate repetitive workflows, but how can we tell if they're working at scale? We did a deep dive on how you can log, monitor, and improve agent skills, with a real example of building a customized PR review skill.
OpenHands tweet media
English
8
11
179
60.8K
OpenHands
OpenHands@OpenHandsDev·
@Teknium Amazing! We'll have to work on a Hermes orchestration skill so our agents can orchestrate each other
English
1
0
9
906
OpenHands retweetledi
Teknium 🪽
Teknium 🪽@Teknium·
Hermes Agent now can orchestrate the @OpenHandsDev agents with a new optional skill! `hermes update` then do `hermes skills install official/autonomous-ai-agents/openhands` Reminder: You can already do this for claude code, codex, opencode, and hermes itself, you can force load the skill with `/ ` or just ask hermes to use them, and it should find them. These ones are all built-in skills :)
Teknium 🪽 tweet media
English
51
44
540
34.4K
Andrey S.
Andrey S.@scriptology_eu·
@levelsio @TermiusHQ After spending a lot of time trying to set up @OpenHandsDev on my VPS, I ended up with the same setup with @TermiusHQ (whiteout subscription). But I use OpenCode with a direct Kimi subscription. By the way, use tmux in the terminal so you don't lose your session.
English
1
0
1
876
@levelsio
@levelsio@levelsio·
My laptop screen looks pretty much like this all day now and same on my iPhone when I work (which could be anywhere now) It's just tabs for my sites, all on a VPS, synced with my iPhone via @TermiusHQ (unaffiliated) and usually with Claude Code open to fix or build new things
@levelsio tweet media@levelsio tweet media@levelsio tweet media
@levelsio@levelsio

So here's my latest set up Every site I have is a profile on Termius like > hoodmaps .com I click it and immediately I'm in my server and I get dropped in a tmux session that's always tied to the corresponding site I wanna log in to To make this work I have this startup snippet in each site's Termius profile: > cd /srv/http/hoodmaps.com && tm (so /srv/http is where my sites are and then hoodmaps .com is the example site here, and "&& tm" is the important part here) Then in my ~/.bashrc file I added this (written by Claude Code) which defines the "tm" function, again all it does it just put me in the right tmux session based on the folder I'm in The result is I can switch without interruption from my laptop to phone in Termius with auto reconnecting sessions and usually I just have Claude Code open in each session to work Before I had to mess around with 1) not having smooth switching from laptop to phone, I'd have to use Claude Code's /resume for it, annoying, 2) having multiple sessions for same sites, gets messy and confusing fast, now it FORCES me into one session per site, this just works so well, I'm so fast, and each of my sites is just an open tab in Termius, I've never worked so structured and clean! Here is the code, maybe it helps somebody: # tmux session per folder. `tm` (no args) attaches to / creates a session # named after the current dir's basename. `tm name` overrides the name. # Works whether already inside tmux (uses switch-client) or outside it. tm() { command -v tmux >/dev/null 2>&1 || { echo "tmux not installed"; return 1; } local name="${1:-$(basename "$PWD")}" # tmux session names can't contain '.' or ':' — replace with '-' name="${name//./-}" name="${name//:/-}" if [ -n "$TMUX" ]; then tmux has-session -t "$name" 2>/dev/null || tmux new-session -d -s "$name" -c "$PWD" tmux switch-client -t "$name" else tmux attach -t "$name" 2>/dev/null || tmux new -s "$name" -c "$PWD" fi } # Auto-attach on interactive login: picks a session named after wherever # you land. Plain `ssh server` lands in $HOME → session "root". Use # `ssh server -t "cd /srv/sm.levels.io && bash -l"` to land in a site # folder → session "sm-levels-io". Skips inside tmux and non-interactive # shells so scp/rsync/scripted ssh keep working. if command -v tmux >/dev/null 2>&1 && [ -z "$TMUX" ] && [[ $- == *i* ]]; then tm fi

English
192
130
3K
827.1K
OpenHands
OpenHands@OpenHandsDev·
Today: OpenHands Community Call. We’re sharing project updates, demos of what’s new, contributor shout-outs, and open Q&A with the community. Come join us live.
OpenHands tweet media
English
3
0
4
1.3K
OpenHands retweetledi
jevpen
jevpen@me_darealjev·
building a disciplined local coding agent setup... - Main surface: OpenHands - Local models via Ollama (7B-class on M3 Pro 18GB) - Codex will be the "strong external model as senior reviewer/verifier" - Will use strict modes + mandatory structured handoff packets + gates Anyone else running something similar with OpenHands + local LLMs? What am I missing or what commonly goes wrong? #LocalLLM #OpenHands #AgenticCoding
English
0
1
2
1K
OpenHands retweetledi
Graham Neubig
Graham Neubig@gneubig·
Scaling Enterprise AI Agents event in NYC on May 26th! Speakers from @OpenHandsDev, @NVIDIAAI, @AIatAMD, and @vercel! If you're in the city then we'd love to have a good turnout.
OpenHands@OpenHandsDev

Join us on May 26 in NYC for a panel discussion on what it really takes to deploy agents safely and reliably at enterprise scale. We'll be joined by an incredible group of leaders and experts from @nvidia, @vercel, @AMD, and @alumniventures. You can expect practical insights, candid discussion, and networking with builders shaping the next generation of enterprise AI. Space is limited so reserve your spot, today! 👇 hubs.la/Q04h2z7L0

English
4
2
23
4.6K
OpenHands
OpenHands@OpenHandsDev·
Tomorrow: OpenHands Community Call. We’re live with project updates, demos of what’s new, contributor shout-outs, and open Q&A. If you want to hear what’s been shipping — and where OpenHands is headed next — join us live.
OpenHands tweet media
English
1
0
1
500
OpenHands retweetledi
Xingyao Wang
Xingyao Wang@xingyaow_·
I’ll be at MLSys 2026 in Seattle this week! We’re presenting our OpenHands Software Agent SDK work — lessons from OpenHands V0, where we ran into the hard parts of scaling software agents to production. If you’re around, come say hi! Happy to chat about agent infrastructure, evaluation, training, verification, or anything software agents. Oral: Thu May 21, 9:30–9:45 AM PDT Poster: Thu May 21, 6–8 PM PDT, Poster Session 3 mlsys.org/virtual/2026/o…
English
6
2
19
1.3K
OpenHands retweetledi
Rajiv Shah
Rajiv Shah@rajistics·
Context is a huge challenge for enterprises. How do you get all your systems and data to work together? Go spend some time at the @AtScale summit, they have some terrific speakers and sessions to deepen your understanding. semanticlayersummit.com
English
0
1
3
425
OpenHands retweetledi
Graham Neubig
Graham Neubig@gneubig·
A serious compromise at github, again due to a supply chain vulnerability... It demonstrates that basically everyone needs to start securing their software supply chain through every means possible, deterministic scanning being the first step, AI where necessary.
GitHub@github

1/ We are sharing additional details regarding our investigation into unauthorized access to GitHub's internal repositories. Yesterday we detected and contained a compromise of an employee device involving a poisoned VS Code extension. We removed the malicious extension version, isolated the endpoint, and began incident response immediately.

English
3
2
22
8.2K
OpenHands
OpenHands@OpenHandsDev·
Join us on May 26 in NYC for a panel discussion on what it really takes to deploy agents safely and reliably at enterprise scale. We'll be joined by an incredible group of leaders and experts from @nvidia, @vercel, @AMD, and @alumniventures. You can expect practical insights, candid discussion, and networking with builders shaping the next generation of enterprise AI. Space is limited so reserve your spot, today! 👇 hubs.la/Q04h2z7L0
OpenHands tweet media
English
1
2
10
6.5K
Kismat Adhikari
Kismat Adhikari@KismatAdhi12969·
@OpenHandsDev hey! after i have put the api key it says 500: Sandbox entered error state when i try to start a new convo pls help!
English
1
0
0
15
OpenHands
OpenHands@OpenHandsDev·
Next week: OpenHands Community Call. Join us on May 21 for project updates, fresh demos, contributor shout-outs, and open Q&A with the team and community. All are welcome. Recording and agenda will be shared afterwards. RSVP link in first comment.
OpenHands tweet media
English
2
0
1
576
OpenHands retweetledi
Jellyfish
Jellyfish@_jellyfish_co·
The AI-first era is here. Are you ready? Leading voices at the the intersection of AI and engineering featuring @Google Cloud DORA's Nathen Harvey, @blitzyai Nick DiFiore, @Avaya's Ruby Agarwal, @awscloud's Joe Cudby, @incident_io's Chris Evans, @OpenHandsDev's Robert Brennan, @LoadsmartUS Ron Ben Yosef, @Q2_Software's Jan Acosta, Jellyfish's @amlau, @augmentcode's Vinay Perneti, @flotracker's Vladislav Nedosekin, and many more are here to help. Start watching GLOW on June 2, 2026. #GLOW26 #AIEngineering
English
0
2
3
634
OpenHands retweetledi
Rajiv Shah
Rajiv Shah@rajistics·
Token costs are climbing. How do you avoid being locked into a single vendor's harness? Built a demo showing how @OpenHands acts as a control plane across agent harnesses. Manage multiple harnesses from one place, swap models or vendors without rewriting your orchestration. github.com/rajshah4/openh…
Rajiv Shah tweet media
English
1
1
2
850