web
30 articles about web in AI news
OpenSCAD Web: Open-Source Text-to-CAD Tool Runs Fully In-Browser via WebAssembly
A developer has released an open-source text-to-CAD tool that runs entirely in a web browser using WebAssembly. Users describe a 3D object in plain English, optionally upload a reference image, and receive a parametric model with adjustable dimensions that exports directly to 3D printer formats.
Qwen 3.6 Plus Demonstrates Full Web OS and Browser Automation in Single Session
A developer tested Qwen 3.6 Plus on a complex web OS workflow involving Python terminal operations, gaming, and browser automation, with the model handling all tasks seamlessly in a single session.
Emergence WebVoyager: A New Benchmark Exposes Inconsistencies in Web Agent Evaluation
A new study introduces Emergence WebVoyager, a standardized benchmark for evaluating web-based AI agents. It reveals significant performance inconsistencies, showing OpenAI Operator's success rate is 68.6%, not 87%. This highlights a critical need for rigorous, transparent testing in agent development.
Claude Code 2.5: New CLI, Dashboard, and Best Practices for Web Devs
Anthropic's latest Claude Code update adds a CLI, usage dashboard, and web-focused best practices. Here's how to use them.
Agent Reach: Open-Source Tool Gives AI Agents Free Access to Twitter, YouTube, Reddit, and Web Content
Agent Reach is an open-source Python toolkit that enables AI agents to scrape and read content from Twitter, YouTube, Reddit, Xiaohongshu, and the web without paid APIs. It solves the persistent problem of agents hitting authentication walls and anti-scraping blocks when trying to access online information.
Alumnium MCP Hits 98.5% on WebVoyager: How to Add SOTA Browsing to Claude Code
The open-source Alumnium MCP server, which acts as a high-level browser subagent for Claude Code, just set a new state-of-the-art benchmark score. Install it to offload complex web tasks.
Anthropic Launches Claude Code Auto-Fix for Web/Mobile Sessions, Enabling Automatic CI Fixes
Anthropic has launched Claude Code auto-fix for web and mobile development sessions. The feature allows Claude to automatically follow pull requests and fix CI failures in the cloud.
AI Coding Agent Rewrites Canon Webcam Software in Rust, Fixes Persistent Crashes
A developer used an AI coding agent to rewrite Canon's official, crash-prone webcam software. The agent produced a fully functional Rust application overnight, solving a problem that had persisted for years.
Open-Source 'Manus Alternative' Emerges: Fully Local AI Agent with Web Browsing, Code Execution, and Voice Input
An open-source project has been released that replicates core features of AI agent platforms like Manus—autonomous web browsing, multi-language code execution, and voice input—while running entirely locally on user hardware with no external API dependencies.
Stop Claude Code's Web Fetches from Burning 700K Tokens on HTML Junk
A new MCP server, token-enhancer, strips scripts, nav bars, and ads from web pages before they hit Claude's context, cutting token waste by 90%+.
AI2's MolmoWeb: Open 8B-Parameter Web Agent Navigates Using Screenshots, Challenges Proprietary Systems
The Allen Institute for AI released MolmoWeb, a fully open web agent that operates websites using only screenshots. The 8B-parameter model outperforms other open models and approaches proprietary performance, with all training data and weights publicly released.
Stop Pasting Secrets to Websites: How mcp-devutils Secures Your API Debugging
Install mcp-devutils to run 44 developer tools locally through Claude Code—no more leaking JWTs or API keys to third-party websites.
Ego2Web Benchmark Bridges Egocentric Video and Web Agents, Exposing Major Performance Gaps
Researchers introduce Ego2Web, the first benchmark requiring AI agents to understand real-world first-person video and execute related web tasks. Their novel Ego2WebJudge evaluation method achieves 84% human agreement, while state-of-the-art agents perform poorly across all task categories.
Google DeepMind Unveils Gemini-Powered Browser That Generates Websites in Real-Time
Google DeepMind has demonstrated a browser prototype powered by Gemini 3.1 Flash-Lite that generates complete HTML/CSS websites dynamically based on user prompts and navigation context, shifting from static page retrieval to on-demand interface generation.
Firecrawl MCP Server: When to Upgrade from Fetch MCP for Web Scraping
Firecrawl's MCP server offers 12+ tools for advanced web scraping, but its 500-credit free tier and complex pricing mean you should only install it for specific, complex data extraction tasks.
OpenCSF: A 1.5TB Free Computer Science Library Emerges from Unstructured Web Data
A new open-source dataset called OpenCSF has been compiled, containing 1.5TB of computer science materials scraped from public web sources. It provides a massive, free corpus for AI training and research in software engineering and CS education.
China's DeepSeek-R1: Open-Source AI Agent Runs Locally with Web Search, Code Generation, and Built-In Computer
Chinese AI company DeepSeek has released DeepSeek-R1, a fully open-source AI agent that runs locally on personal computers with web search capabilities, code generation, and built-in computer functionality. The model represents a significant move toward accessible, self-contained AI systems outside the dominant U.S. ecosystem.
MiRA Framework Boosts Gemma3-12B to 43% Success Rate on WebArena-Lite, Surpassing GPT-4 and WebRL
Researchers propose MiRA, a milestone-based RL framework that improves long-horizon planning in LLM agents. It boosts Gemma3-12B's web navigation success from 6.4% to 43%, outperforming GPT-4-Turbo (17.6%) and the previous SOTA WebRL (38.4%).
Cloudflare CEO Predicts AI Bot Traffic Will Surpass Human Web Traffic by 2027
Cloudflare CEO Matthew Prince forecasts that automated bot traffic will exceed human web traffic within three years, driven by the proliferation of AI agents. This projection highlights a fundamental shift in internet infrastructure demands.
Open-Source Web UI 'LLM Studio' Enables Local Fine-Tuning of 500+ Models, Including GGUF and Multimodal
LLM Studio, a free and open-source web interface, allows users to fine-tune over 500 large language models locally on their own hardware. It supports GGUF-quantized models, vision, audio, and embedding models across Mac, Windows, and Linux.
Unsloth Studio: Open-Source Web App Cuts VRAM Usage for Local LLM Training and Dataset Creation
Unsloth has launched Unsloth Studio, an open-source web application that enables users to run, train, compare, and export hundreds of LLMs locally with significantly reduced VRAM consumption. It also converts files like PDFs, CSVs, and DOCXs into training datasets.
WebMCP: Turn Any Web Page into a Claude Code Tool with This Chrome Flag
WebMCP lets Claude Code interact directly with web pages via a Chrome extension, turning browsing sessions into structured data sources without scraping.
Resurrect Dead Websites in Minutes: Claude Code's Wayback Machine Workflow
Use Claude Code to scrape, parse, and rebuild archived websites from The Wayback Machine with a single CLI command and structured prompts.
Okara Launches AI CMO Platform That Deploys Multi-Agent Teams for Website Traffic Generation
Okara has launched an AI CMO platform that deploys a team of specialized agents—including SEO, GEO, Reddit, HN, X, and AI writer agents—to drive traffic to a user's website. The company claims it eliminates the need for traditional marketing agencies or high-cost human teams.
Open-Source Breakthrough Promises 'Invisible' Web Scraping Capabilities
A new 100% open-source Python library called 'ScrapeNinja' claims to make web scraping virtually undetectable by bot detection systems. The tool reportedly mimics human browsing patterns to bypass anti-scraping measures while remaining completely transparent and community-driven.
AI Agents Learn to Plan Like Humans: New Framework Solves Complex Web Tasks
Researchers have developed STRUCTUREDAGENT, a hierarchical planning framework that enables AI web agents to tackle complex, multi-step tasks by using dynamic AND/OR trees and structured memory. The system achieves 46.7% success on challenging shopping tasks, outperforming existing methods.
Crawlee: The Open-Source Web Scraping Library That Evades Modern Bot Detection
Crawlee, a 100% open-source Python library, enables developers to build web scrapers that bypass modern anti-bot systems with features like proxy rotation, headless browser support, and automatic retries.
OpenAI's WebSocket Breakthrough: The Infrastructure Shift Making AI Agents 40% Faster
OpenAI has launched WebSocket Mode for its Responses API, enabling persistent connections that reduce redundant data transmission in AI agent workflows. This architectural change cuts latency by up to 40% for complex tool-calling operations, marking a significant infrastructure evolution for production AI systems.
Scrapy Revolutionizes Web Scraping: How This Open-Source Framework Is Democratizing Data Extraction
Scrapy, a powerful Python framework, enables developers to extract structured data from any website locally, eliminating SaaS dependencies and cloud costs. With 15+ years of production use and 59K GitHub stars, it offers enterprise-grade scraping capabilities for free.
How AI Agents Are Learning to Scrape the Web and Fine-Tune Models in One Go
A developer has integrated web scraping capabilities into HuggingFace's fine-tuning skill, enabling AI agents to collect data from protected platforms and automatically train custom models. This breakthrough addresses a major bottleneck in AI development workflows.