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!

2025-06-13 OpenHands helps frontline support
@Joe Pelletier

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:

Original Slack thread

2025-06-13 Ask OpenHands to show me some love
@Graham Neubig

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

Original Slack thread

2025-06-11 OpenHands does 100% of my infra IAM research for me
@Xingyao Wang

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

Original Slack thread

2025-06-08 OpenHands builds an interactive map for me
@Rodrigo Argenton Freire (ODLab)

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/

Original Slack thread

2025-06-06 Web Search Saves the Day
@Ian Walker

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.

Original Slack thread

2025-06-05 OpenHands updates my personal website for a new paper
@Xingyao Wang

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!

Original Tweet/X thread

Original Slack thread

2025-06-02 OpenHands makes an animated gif of swe-bench verified scores over time
@Graham Neubig

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

Original Slack thread

2025-05-30 AWS Troubleshooting
@Graham Neubig

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.

Original Slack thread

2025-05-04 Chrome Extension Development
@Xingyao Wang

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.

GitHub Repository

Original Slack thread

2025-04-11 Visual UI Testing
@Xingyao Wang

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:

I want to create a Hello World app in Javascript that:
* Displays Hello World in the middle.
* Has a button that when clicked, changes the greeting with a bouncing animation to fun versions of Hello.
* Has a counter for how many times the button has been clicked.
* Has another button that changes the app's background color.

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.

Original Slack thread

2025-03-07 Proactive Error Handling
@Graham Neubig

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.

2024-12-03 Creative Design Acceleration
@Rohit Malhotra

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.

Original Tweet