Success Stories
Real-world examples of what you can achieve with OpenHands
Discover how developers and teams are using OpenHands to automate their software development workflows. From quick fixes to complex projects, see what’s possible with AI-powered development assistance.
Check out the #success-stories channel on our Slack for more!
One of the cool things about OpenHands, and especially the Slack Integration, is the ability to empower folks who are on the ‘front lines’ with customers.
For example, often times Support and Customer Success teams will field bug reports, doc questions, and other ‘nits’ from customers. They tend to have few options to deal with this, other than file a feedback ticket with product teams and hope it gets prioritized in an upcoming sprint.
Instead, with tools like OpenHands and the Slack integration, they can request OpenHands to make fixes proactively and then have someone on the engineering team (like a lead engineer, a merge engineer, or even technical product manager) review the PR and approve it — thus reducing the cycle time for ‘quick wins’ from weeks to just a few hours.
Here’s how we do that with the OpenHands project:
Asked openhands to “show me some love” and…
Asked openhands to “show me some love” and it coded up this app for me, actually kinda genuinely feel loved
Now, OpenHands does 100% of my infra IAM research for me
Got an IAM error on GCP? Send a screenshot to OH… and it just works!!! Can’t imagine going back to the early days without OH: I’d spend an entire afternoon figuring how to get IAM right
Very simple example, but baby steps…
I am a professor of architecture and urban design. We built, me and some students, an interactive map prototype to help visitors and new students to find important places in the campus. Considering that we lack a lot of knowledge in programming, that was really nice to build and a smooth process. We first created the main components with all-hands and then adjusted some details locally. Definitely, saved us a lot of time and money. That’s a prototype but we will have all the info by tuesday. https://buriti-emau.github.io/Mapa-UFU/
Tavily adapter helps solve persistent debugging issue
Big congratulations to the new Tavily adapter… OpenHands and I have been beavering away at a Lightstreamer client library for most of this week but were getting a persistent (and unhelpful) “unexpected error” from the server.
Coming back to the problem today, after trying several unsuccessful fixes prompted by me, OH decided all by itself to search the web, and found the cause of the problem (of course it was simply CRLF line endings…). I was on the verge of giving up - good thing OH has more stamina than me!
This demonstrates how OpenHands’ web search capabilities can help solve debugging issues that would otherwise require extensive manual research.
I asked OpenHands to update my personal website for the “OpenHands Versa” paper.
It is an extremely trivial task: You just need to browse to arxiv, copy the author names, format them for BibTeX, and then modify the papers.bib file. But now I’m getting way too lazy to even open my IDE and actually do this one-file change!
I asked OpenHands to make an animated gif of swe-bench verified scores over time.
It took a bit of prompting but ended up looking pretty nice I think
Quick AWS security group fix
I really don’t like trying to fix issues with AWS, especially security groups and other finicky things like this. But I started up an instance and wasn’t able to ssh in. So I asked OpenHands:
Currently, the following ssh command is timing out:
$ ssh -i gneubig.pem ubuntu@XXX.us-east-2.compute.amazonaws.com ssh: connect to host XXX.us-east-2.compute.amazonaws.com port 22: Operation timed out
Use the provided AWS credentials to take a look at i-XXX and examine why
And 2 minutes later I was able to SSH in!
This shows how OpenHands can quickly diagnose and fix AWS infrastructure issues that would normally require manual investigation.
OpenHands builds Chrome extension for GitHub integration
I asked OpenHands to write a Chrome extension based on our OpenHands Cloud API. Once installed, you can now easily launch an OpenHands cloud session from your GitHub webpage/PR!
This demonstrates OpenHands’ ability to create browser extensions and integrate with external APIs, enabling seamless workflows between GitHub and OpenHands Cloud.
OpenHands tests UI automatically with visual browsing
Thanks to visual browsing — OpenHands can actually test some simple UI by serving the website, clicking the button in the browser and looking at screenshots now!
Prompt is just:
Eager-to-work Sonnet 3.7 will test stuff for you without you asking!
This showcases OpenHands’ visual browsing capabilities, enabling it to create, serve, and automatically test web applications through actual browser interactions and screenshot analysis.
OpenHands fixes crashes before you notice them
Interesting story, I asked OpenHands to start an app on port 12000, it showed up on the app pane. I started using the app, and then it crashed… But because it crashed in OpenHands, OpenHands immediately saw the error message and started fixing the problem without me having to do anything. It was already fixing the problem before I even realized what was going wrong.
This demonstrates OpenHands’ proactive monitoring capabilities - it doesn’t just execute commands, but actively watches for errors and begins remediation automatically, often faster than human reaction time.
Pair programming for interactive design projects
Used OpenHands as a pair programmer to do heavy lifting for a creative/interactive design project in p5js.
I usually take around 2 days for high fidelity interactions (planning strategy + writing code + circling back with designer), did this in around 5hrs instead with the designer watching curiously the entire time.
This showcases how OpenHands can accelerate creative and interactive design workflows, reducing development time by 75% while maintaining high quality output.