DevAsign is a vertical agent targeting the quality assurance and code review stage of the software development lifecycle. It moves beyond simple text-based LLM prompts to understand complex human intent by integrating vision-based Figma analysis and video processing for Loom recordings. This makes it a high-utility agent for engineering teams that want to automate the verification of acceptance criteria, not just the correctness of the code itself.
In the broader agent ecosystem, DevAsign is notable for its integration of financial rails. By using the Stellar network to automate bounty payouts, it demonstrates how agents can transition from purely technical tasks to handling the financial transactions associated with software labor. This identifies the company as a key player in the autonomous development stack, where agents manage both the quality of work and its compensation.
Traditional code review is often a process of checking for what is present in a pull request rather than what is missing. While automated linters and basic AI assistants can flag syntax errors or suggest refactors, they lack context regarding the original intent of the work. If a developer forgets to implement a specific edge case or an empty state defined in a design file, a standard AI reviewer will likely approve the code because it compiles and passes tests. DevAsign is built to solve this intent gap by shifting the focus from the code diff to the underlying goal.
The platform differentiates itself through its ability to ingest varied forms of documentation. Instead of relying solely on the code, DevAsign reads tickets from Linear, Jira, or Asana. More significantly, it is multimodal; it can see Figma frames and watch Loom walkthroughs. By processing the same inputs provided to the human developer, the agent builds a mental model of done before it ever opens the pull request. This allows the system to flag omissions that code-only tools would miss, such as a missing primary call-to-action in a UI or a failure to implement a specific flow described in a video recording.
In one example provided by the company, the agent identifies a breaking schema change in a webhook contract that would impact downstream consumers. While the tests might pass, the agent understands the broader architectural implications that the diff alone does not reveal. This type of goal-aware analysis moves AI review from a convenience to a safety check against shipping the wrong thing correctly.
DevAsign does not require developers to monitor a separate dashboard. It operates across three primary surfaces: GitHub, the IDE, and the terminal. On GitHub, it provides inline review comments and blocks merges if acceptance criteria are not met. Within the editor—supporting VS Code, Cursor, and Windsurf—it offers real-time hints as the developer types, acting as a proactive guide. The CLI integration allows for local, pre-PR reviews that generate goal-coverage scores. This multi-surface approach ensures that the feedback loop is tight and occurs where the work is actually being performed.
The platform supports a variety of frontier models, including Claude, Gemini, and Grok. Users on higher tiers can choose specific models per repository or even override them for individual pull requests with a comment trigger. For security-sensitive environments, DevAsign offers a Bring Your Own Key (BYOK) model and self-hosted or VPC deployment options.
An unusual aspect of the DevAsign ecosystem is its integration with bounty payments. The company includes bounty rails on all plans, using the Soroban smart contract platform on the Stellar network to settle payments in stablecoins. This feature is particularly relevant for open-source maintainers who want to automate the feedback and reward cycle for external contributors. By providing a free tier for public repositories, DevAsign positions itself as a core utility for the open-source community, aiming to reduce the administrative burden of manual review and payment processing.
An AI code reviewer that ingests tickets, Figma, and Loom to review pull requests against original requirements.
DevAsign is hiring.