OpenHands is the leading open source agent for software development, usable through a CLI, GUI, SDK, or IDE github.com/OpenHands/OpenHan…

Joined May 2024
219 Photos and videos
Pinned Tweet
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.
8
12
191
63,026
We loved chatting w/ @ashimmy on #TechstrongTV 📺 Our CEO & Co-Founder @rbren_dev sat down to discuss the importance of #opensource, where we draw the line in terms of monetization, and the overall vision for the OpenHands platform & community ⭐ Full interview here: techstrong.tv/videos/intervi…
1
2
8
538
Join us next week for the OpenHands Community Call. We'll be discussing: • Agent Canvas updates and what's coming next • The OpenHands Champions program • Community demos and contributor highlights • Open Q&A with the team If you're building with AI or curious, we'd love to have you join. 📅 June 18 🎟️ RSVP in first comment #OpenHands #AgentCanvas #OpenSourceAI #AIAgents
1
5
783
Claude Fable 5 is out and we're working on testing it on the OpenHands Index! Will post results when we have them.
1
9
524
OpenHands retweeted
Agreed. My basic agent loop is this: 1. Organize my to do list: pull in context from email, slack, github, and linear and add linear issues for any missing things 2. Walk through the to do list in order of priority, tell me the current status, ask what to do 3. I delegate a sub-agent (using the OpenHands cloud api typically) to work on that task 4. Once I have many tasks going at once, check on the ones that finished in order, and take any action I tried a more automated version of this where I skipped step "2", but eventually it resulted in a lot of slop, so I think the human decision step is still pretty useful.
Here’s your monthly reminder that you shouldn’t be prompting coding agents anymore. You should be designing loops that prompt your agents.
4
7
125
23,237
OpenHands retweeted
Thanks James for recognizing @OpenHandsDev performance (And we do have a OpenHands Cloud where lots of folks get started very quickly - app.all-hands.dev/)

A benchmark-driven comparison of Claude Code, Kiro, Devin, OpenAI Codex, Windsurf, and OpenHands - the six coding agents worth using in 2026. #AiCoding #AiAgents Link in the first comment 👇
1
5
1,041
OpenHands retweeted
Want to see what "AI Agent Orchestration" looks like in production? Don't look at demos. Look at these open-source projects: 🛠️ 1. OpenHands 🔗 github.com/OpenHands/OpenHan… Why it matters: • Autonomous software engineering agents • Isolated sandboxed environments • Secure code execution • Human-in-the-loop reviews • Web UI for supervising agents OpenHands is one of the most mature open-source implementations of AI-driven software development, designed around agents that can write code, execute commands, browse repositories, and operate inside controlled runtimes. The workflow is remarkably close to the "Developer as Conductor" model: 🧠 Human Architect ↓ 🤖 Agent analyzes codebase 🤖 Agent writes code 🤖 Agent runs tests 🤖 Agent proposes changes ↓ ✅ Human approves 🎓 2. SWE-agent (Princeton University) 🔗 github.com/SWE-agent/SWE-age… Built by researchers from Princeton and Stanford. Instead of generating code snippets, SWE-agent behaves more like a software engineer: • Explores repositories • Reads files • Executes commands • Runs test suites • Creates patches • Resolves GitHub issues Its core innovation is the Agent-Computer Interface (ACI), which gives LLMs structured tools for navigating and modifying large codebases. 📜 3. AGENTS.md / CLAUDE.md This might be the most underrated practice in AI-native development. Modern AI coding tools increasingly rely on repository-level instruction files such as: • AGENTS.md • CLAUDE.md • AI_INSTRUCTIONS.md These files act as a constitution for AI agents. Examples: ❌ Never modify /core/architecture ❌ Don't add dependencies without approval ✅ Run tests before proposing changes ✅ Follow project coding standards Without explicit rules, AI learns from whatever code it sees. If the codebase is messy, the agent often amplifies the mess. The biggest shift happening in software engineering isn't better autocomplete. It's moving from: 👨‍💻 Human writes code to 🧠 Human defines intent 🤖 AI executes 👨‍⚖️ Human reviews The best developers of the next decade may spend less time typing code and more time orchestrating systems of agents. OpenHands: github.com/OpenHands/OpenHan… SWE-agent: github.com/SWE-agent/SWE-age… #AI #OpenHands #SWEAgent #SoftwareEngineering #ClaudeCode #OpenAI #AgenticAI #DeveloperTools #Programming
4
2
10
1,146
Congratulations to @NVIDIAAI on the release of Nemotron 3 Ultra, an exciting step forward in fully open language models. Nemotron Ultra was trained to work well with OpenHands, and we are happy to provide tier-1 support for it!
Today we're shipping Nemotron 3 Ultra. A 550B MoE frontier-intelligence open model built for long-running agents. It delivers 5x faster inference and lowers the cost of complex agentic tasks by up to 30% versus other open frontier models.
3
4
29
3,334
OpenHands retweeted
I couldn't help myself and had to dig into dynamic workflows. Check out my repo which explains it: github.com/rajshah4/workflow… Or a video if you want to hear me talk through it: youtu.be/PtbrKTgj3X8
Claude dynamic workflows seemed pretty cool and I wanted an open-source version, so I made one. This one improves the test coverage of your entire repo, but you should be able to swap out the prompt and do anything else: github.com/OpenHands/softwar…
2
8
3,244
OpenHands retweeted
Claude dynamic workflows seemed pretty cool and I wanted an open-source version, so I made one. This one improves the test coverage of your entire repo, but you should be able to swap out the prompt and do anything else: github.com/OpenHands/softwar…
New in Claude Code (research preview): dynamic workflows. Claude writes an orchestration script on the fly, then spins up a large fleet of coordinated subagents in parallel to take on your most complex tasks. Use the word "workflow" in a prompt to get started.
3
17
146
22,767
We have also partnered with @MiniMax_AI to provide *free access to agents with MiniMax-M2.7* for a limited time! This is a great opportunity to test out how to mix in cost-effective models into your coding workflows. Try it out here: app.all-hands.dev

Our latest release has *in-conversation fast language model choice*! This lets you switch LLMs by: 1. A dropdown or /model slash command 2. Telling the model "switch to this LLM now", it will call a tool for you! You can say things like "use opus for planning, minimax for implementation, and gpt for final review".
1
5
35
37,252
Our latest release has *in-conversation fast language model choice*! This lets you switch LLMs by: 1. A dropdown or /model slash command 2. Telling the model "switch to this LLM now", it will call a tool for you! You can say things like "use opus for planning, minimax for implementation, and gpt for final review".
2
2
17
9,998
Check it out! On the cloud: app.all-hands.dev/ Locally through our agent canvas: github.com/OpenHands/agent-c… And read more in our blog here: openhands.dev/blog/model-cho…

1
693
Come say hi to us at the @CAISconf in San Jose this week if you're around!
I'm at @CAISconf in San Jose this week! Giving three talks, joining a panel, and otherwise being around the bay area. Come say hi if you're around! Talks slides 👇
1
1
5
1,887
OpenHands retweeted
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 `/<agent-name> <prompt>` or just ask hermes to use them, and it should find them. These ones are all built-in skills :)
70
74
852
71,860
OpenHands retweeted
In FOUR days, leaders from @OpenHandsDev @vercel @AMD @nvidia are going to be featured in a panel hosted by @alumniventures We've had over 100 sign ups in a week, spots are limited so head over to @LumaHQ to reserve your spot. RSVP link below
1
1
5
2,201
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.
3
4
1,602
OpenHands retweeted
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
1
4
1,216
OpenHands retweeted
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.
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
4
3
24
4,984