Tagged articles
4 articles
Page 1 of 1
21CTO
21CTO
Jan 17, 2026 · Artificial Intelligence

Can AI Agents Really Build a Functional Web Browser? Inside Cursor’s GPT‑5.2 Experiment

The article examines Cursor’s claim that hundreds of GPT‑5.2 agents autonomously built a full‑stack web browser, detailing the massive code output, the publicly shared repository, persistent compilation failures, and what the results reveal about the limits of large‑scale AI‑driven software development.

Code GenerationGPT-5.2Software Engineering
0 likes · 7 min read
Can AI Agents Really Build a Functional Web Browser? Inside Cursor’s GPT‑5.2 Experiment
IT Services Circle
IT Services Circle
Oct 4, 2024 · Frontend Development

The Rise of Google Chrome: From Crisis to Dominance

This article recounts how Google, facing a massive traffic loss after Microsoft altered IE's default search engine, secretly developed Chrome with a multi‑process architecture and the V8 JavaScript engine, recruited top engineers, and leveraged tools like Google Toolbar to reclaim market share, ultimately propelling Sundar Pichai to CEO.

ChromeGoogleSundar Pichai
0 likes · 6 min read
The Rise of Google Chrome: From Crisis to Dominance
21CTO
21CTO
Apr 9, 2019 · Frontend Development

Why Google Blocks DRM for Open‑Source Electron Browsers like Metastream

The article explains how Google’s refusal to grant DRM licensing to the open‑source Electron‑based Metastream browser highlights the challenges faced by small browsers in obtaining Widevine support, forcing developers to consider abandoning desktop versions or becoming limited extensions.

ChromiumDRMElectron
0 likes · 3 min read
Why Google Blocks DRM for Open‑Source Electron Browsers like Metastream
Node Underground
Node Underground
Mar 16, 2017 · Frontend Development

WebAssembly Explorer: Optimize C/C++ Code for Browser Execution

WebAssembly enables programs written in languages like C/C++ to run in browsers, and Mozilla’s WebAssembly Explorer provides a visual UI that reveals compiler optimizations—such as choosing between division and shift operations—while developers can also use Emscripten for production‑grade compilation.

C++EmscriptenPerformance Optimization
0 likes · 2 min read
WebAssembly Explorer: Optimize C/C++ Code for Browser Execution