Bỏ qua đến nội dung chính
Back to home
AI Tech 2 min read

Apple Introduces Weblica and FlowEval: Advancing Web Agents and UI Evaluation

Apple has introduced two new frameworks to optimize training environments for visual web agents and automate the evaluation of generated user interfaces.

Tier 1 · sources 65% confidence Reviewed
📚 Aggregated from 2 sources Apple Machine Learning Research Apple Machine Learning Research

On July 7, 2026, Apple's Machine Learning Research team simultaneously announced two new development frameworks called Weblica and FlowEval. These efforts aim to address major challenges in training visual web agents and automatically evaluating user interface (UI) designs. The launch of these two tools promises to standardize the development and testing process for next-generation AI systems.

Detailed Developments

According to research papers from Apple, training visual web agents has long faced significant obstacles because the real-world web is complex, constantly changing, and hard to replicate. Traditional data collection methods have been limited to offline trajectories or a handful of simulated environments. To fundamentally resolve this issue, Apple developed Weblica (Web Replica) to construct reproducible and scalable web environments. In parallel, evaluating AI-generated UIs has also been difficult, as manual methods are slow and costly, while older automated tools lack accuracy. The FlowEval framework was introduced as a reference-based solution to automate this UI evaluation process visually.

Technical Analysis & Technology

Weblica's architecture operates on two main technical pillars. The first is HTTP-level caching to capture and replay stable visual states of websites while preserving fully interactive behaviors. The second pillar is LLM-based environment synthesis, which allows for the creation of rich and diverse web scenarios. Meanwhile, FlowEval takes a reference-based comparison approach. Instead of static evaluation, FlowEval measures whether a generated UI supports realistic interaction flows by comparing navigation traces from real websites to the traces on the newly generated interface.

Expert Opinions & Insights

Apple researchers emphasized that current UI evaluation solutions in the market often fall into two extremes: either relying heavily on human experts, which is slow and costly, or relying on automated judges, which lack accuracy and transparency. FlowEval is expected to balance both aspects by providing an automated evaluation process that closely mirrors actual human behaviors. Regarding Weblica, industry experts comment that this is a breakthrough solution helping reinforcement learning (RL) models secure a safe, stable, and scalable sandbox environment without worrying about the constant code changes of the live web.

Impact & Future

Apple's publication of the methodology behind Weblica and FlowEval shows that the company is heavily focusing on building the software infrastructure for the era of AI agents. For software engineers and AI researchers, these tools will open up opportunities to train virtual assistants to perform browser tasks more accurately. In the future, these technologies could directly improve the user experience across Apple's operating systems, where AI agents can automatically understand and interact with any third-party application or website seamlessly.