The development of agents capable of interacting with graphical computer interfaces—the so-called computer use agents—has advanced enormously in recent years. However, one of the most persistent bottlenecks remains the acquisition of human demonstration data: recording a user performing tasks in a browser or desktop application is slow, expensive, and difficult to scale. To overcome this limitation, the team behind Fara-1.5 has proposed a synthetic data generation architecture that combines simulated environments, automated solvers, and complementary verifiers. This approach not only allows the production of high-quality trajectories at scale but also lays the foundation for companies like Q2BSTUDIO to integrate AI capabilities into their own automation and custom software solutions.
The core problem is that collecting human-computer interaction data under real conditions requires considerable resources: a team of annotators, protected environments with authentication or irreversible actions (such as purchases or data submissions), and logistical effort to record every step. The alternative proposed by Fara-1.5 is a modular pipeline called FaraGen1.5, composed of three essential components: environments, solvers, and verifiers. Environments include both real websites and synthetic environments that simulate domains protected by authentication or that require irreversible actions—for example, placing an order in an online store or modifying a corporate database. This distinction is key because it allows data generation without risking production systems or incurring operational costs.
The second component, the solver, is a harness that can be powered by various models, including frontier models like GPT-5.4. It also incorporates a user simulator to enable multi-turn rollouts: the solver not only executes actions but also receives responses from the environment simulated by an artificial user. This is fundamental for training agents that can maintain contextual dialogues—for example, to fill out forms requiring confirmation or to navigate interdependent steps.
The third pillar is the verifiers. FaraGen1.5 scores each generated trajectory with three complementary verifiers: task correctness (was the goal achieved?), efficiency (were the minimum necessary steps performed?), and critical-point adherence (were domain constraints respected?). This triple validation ensures that synthetic data is not only numerous but also reliable and aligned with desired human behavior.
Using the data produced by FaraGen1.5, the researchers trained Fara1.5, a family of native computer use agents based on Qwen3.5 (at three scales: 4B, 9B, and 27B parameters). The training process combined supervised fine-tuning (SFT) that carefully balances data from FaraGen1.5 for broad coverage, specific high-value tasks, and correction of model deficiencies through an iterative approach. The results are striking: Fara1.5-9B achieves 63.4% on Online-Mind2Web and 86.6% on WebVoyager, while Fara1.5-27B achieves 72.3% on Online-Mind2Web, competing with much larger proprietary systems. Moreover, the model weights have been released under MIT license, democratizing access to state-of-the-art computer use agents.
From a business perspective, this research has direct implications for companies developing process automation solutions. At Q2BSTUDIO, for example, the ability to generate high-quality synthetic data allows accelerating the deployment of agents that interact with legacy systems or complex web interfaces, drastically reducing development time. An agent trained with FaraGen1.5 data could be integrated into a cybersecurity workflow to analyze vulnerabilities in admin panels, or into a Business Intelligence system to extract data from web sources and feed Power BI dashboards.
The synthetic environment architecture is also relevant for the development of cloud services on AWS or Azure. Many enterprise applications depend on actions that can only be executed in authenticated environments—for example, managing cloud instances or configuring databases. An agent trained with simulations of these environments can then be deployed in production without exposing real data during training, improving security and scalability.
Furthermore, the multi-turn approach with a user simulator opens the door to more sophisticated virtual assistants for customer service, technical support, or even automating administrative tasks in custom applications. Companies like Q2BSTUDIO are already working on integrating this type of agent into their AI platforms, combining them with natural language processing and computer vision techniques to interact with any graphical interface.
However, the path to fully autonomous computer use agents still faces challenges. The diversity of web interfaces, variability in page design, and the need to understand complex semantic contexts require models not only to learn click sequences but also to generalize from limited examples. Fara-1.5 demonstrates that well-verified synthetic data can bridge that gap, but the research and development community must continue refining simulators and verifiers to cover ever more domains.
In summary, FaraGen1.5 represents a significant advance in scalable data generation for computer use agents. Its combination of real and synthetic environments, powerful solvers, and complementary verifiers enables training models that achieve state-of-the-art results at a fraction of the cost of traditional methods. For companies like Q2BSTUDIO, specialized in custom applications, AI, cybersecurity, and cloud, this technology offers a pragmatic pathway to incorporate intelligent agents into their solutions, reducing development time and improving reliability. The release of the models under MIT license further fosters an open ecosystem where startups and large corporations can experiment and build on the shoulders of this work.




