LangChain has introduced Open SWE, an open-source asynchronous coding agent for GitHub workflows. The agent is designed to handle tasks by planning, writing code, running tests, and opening pull requests.

The asynchronous design matters because coding work often takes longer than an interactive chat session. Agents that can continue in the background and return with verifiable artifacts are better suited to real development queues.

Open SWE adds to the fast-growing category of coding agents competing on workflow integration, reliability, and transparency rather than just code generation quality.