BROWSER · RUN
9 / 9 actions recorded View target site →

Every Browser Run quick action,
run against one news site.

We built a fictional tech-news site and pointed every Cloudflare Browser Run quick action at it. Below: the nine endpoints, the exact request body we sent, and the output Browser Run sent back — plus the raw response for every call.

01

Content

Fetch fully-rendered HTML

POST /browser-rendering/content

Returns the page HTML after JavaScript executes. Use it when a page is JS-heavy and `curl` would only see an empty shell.

Browser time2.42 s
Response size13.5 KB
RecordedApr 27, 2026, 2:08 AM
curl
curl -X POST 'https://api.cloudflare.com/client/v4/accounts/<accountId>/browser-rendering/content' \
  -H 'Authorization: Bearer <apiToken>' \
  -H 'Content-Type: application/json' \
  -d '{
  "url": "https://browser-run-showcase.cutie-bot.workers.dev/news",
  "gotoOptions": {
    "waitUntil": "networkidle0"
  }
}'
request body
{
  "url": "https://browser-run-showcase.cutie-bot.workers.dev/news",
  "gotoOptions": {
    "waitUntil": "networkidle0"
  }
}
Showing first 2.3 KB of 13.5 KB total.
<!DOCTYPE html><html lang="en"><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ByteDispatch — Tomorrow's tech, served daily</title>
<meta name="description" content="ByteDispatch is a daily tech newsletter and news site covering AI, hardware, software, startups, and reviews.">
<link rel="stylesheet" href="/styles/news.css">
</head>
<body>
<header class="masthead">
  <div class="masthead-inner">
    <div class="brand">
      <a class="story-link" href="/news" aria-label="ByteDispatch home">
        <span class="brand-mark">▟</span>
        <span class="brand-name">ByteDispatch</span>
      </a>
      <span class="brand-tagline">Tomorrow's tech, served daily.</span>
    </div>
    <nav class="section-nav" aria-label="Sections">
      <a class="story-link" href="/news#ai">AI</a>
      <a class="story-link" href="/news#hardware">Hardware</a>
      <a class="story-link" href="/news#software">Software</a>
      <a class="story-link" href="/news#startups">Startups</a>
      <a class="story-link" href="/news#reviews">Reviews</a>
    </nav>
    <div class="masthead-meta">
      <time class="masthead-date">Sunday, April 26, 2026</time>
    </div>
  </div>
</header>

<main class="page">
  <section class="hero" data-section="ai">
    <div class="hero-inner">
      <span class="hero-tag">Exclusive · AI</span>
      <h1 class="hero-headline headline">OpenAI's GPT-7 leaks reveal a 12-trillion parameter monster — and a new approach to memory</h1>
      <p class="hero-deck deck">Internal documents obtained by ByteDispatch show the next OpenAI flagship pairs a sparse mixture-of-experts core with a separate persistent-memory layer, marking the company's biggest architectural shift since GPT-4.</p>
      <div class="hero-meta">
        <span class="byline">by Mira Chen and Jonas Park</span>
        <span class="meta-sep">·</span>
        <time class="timestamp">April 26, 2026 — 6:30 AM PT</time>
        <span class="meta-sep">·</span>
        <span class="read-time">8 min read</span>
      </div>
      <a class="story-link hero-cta" href="/news/article/openai-gpt-7-leaks">Read the full story →</a>
    </div>
    <div class="hero-art" aria-hidden="true">
      <div class="hero-blob hero-blob-1"></div>
      <div class="hero-blob hero-blob-2"></div>
      <div class="hero-blob hero-blob-3"></div>
    </div>
  </section>

 
browser run response · 13.5 KB
{
  "success": true,
  "result": "<!DOCTYPE html><html lang=\"en\"><head>\n<meta charset=\"utf-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n<title>ByteDispatch — Tomorrow's tech, served daily</title>\n<meta name=\"description\" content=\"ByteDispatch is a daily tech newsletter and news site covering AI, hardware, software, startups, and reviews.\">\n<link rel=\"stylesheet\" href=\"/styles/news.css\">\n</head>\n<body>\n<header class=\"masthead\">\n  <div class=\"masthead-inner\">\n    <div class=\"brand\">\n      <a class=\"story-link\" href=\"/news\" aria-label=\"ByteDispatch home\">\n        <span class=\"brand-mark\">▟</span>\n        <span class=\"brand-name\">ByteDispatch</span>\n      </a>\n      <span class=\"brand-tagline\">Tomorrow's tech, served daily.</span>\n    </div>\n    <nav class=\"section-nav\" aria-label=\"Sections\">\n      <a class=\"story-link\" href=\"/news#ai\">AI</a>\n      <a class=\"story-link\" href=\"/news#hardware\">Hardware</a>\n      <a class=\"story-link\" href=\"/news#software\">Software</a>\n      <a class=\"story-link\" href=\"/news#startups\">Startups</a>\n      <a class=\"story-link\" href=\"/news#reviews\">Reviews</a>\n    </nav>\n    <div class=\"masthead-meta\">\n      <time class=\"masthead-date\">Sunday, April 26, 2026</time>\n    </div>\n  </div>\n</header>\n\n<main class=\"page\">\n  <section class=\"hero\" data-section=\"ai\">\n    <div class=\"hero-inner\">\n      <span class=\"hero-tag\">Exclusive · AI</span>\n      <h1 class=\"hero-headline headline\">OpenAI's GPT-7 leaks reveal a 12-trillion parameter monster — and a new approach to memory</h1>\n      <p class=\"hero-deck deck\">Internal documents obtained by ByteDispatch show the next OpenAI flagship pairs a sparse mixture-of-experts core with a separate persistent-memory layer, marking the company's biggest architectural shift since GPT-4.</p>\n      <div class=\"hero-meta\">\n        <span class=\"byline\">by Mira Chen and Jonas Park</span>\n        <span class=\"meta-sep\">·</span>\n        <time class=\"timestamp\">April 26, 2026 — 6: 30 AM PT</time>\n        <span class=\"meta-sep\">·</span>\n        <span class=\"read-time\">8 min read</span>\n      </div>\n      <a class=\"story-link hero-cta\" href=\"/news/article/openai-gpt-7-leaks\">Read the full story →</a>\n    </div>\n    <div class=\"hero-art\" aria-hidden=\"true\">\n      <div class=\"hero-blob hero-blob-1\"></div>\n      <div class=\"hero-blob hero-blob-2\"></div>\n      <div class=\"hero-blob hero-blob-3\"></div>\n    </div>\n  </section>\n\n  <div class=\"content-grid\">\n    <section class=\"story-grid\" aria-label=\"Latest stories\">\n      <h2 class=\"section-rule\">Latest</h2>\n      \n    <article class=\"story-card\" data-section=\"ai\" data-slug=\"anthropic-20b-round\">\n      <a class=\"story-link\" href=\"/news/article/anthropic-20b-round\">\n        <span class=\"section-tag section-ai\">AI</span>\n        <h2 class=\"headline\">Anthropic closes $20B round at a $300B valuation</h2>\n        <p class=\"deck\">Lightspeed, Sequoia, and a sovereign fund lead the company's third mega-round in 14 months.</p>\n        <div class=\"story-meta\">\n          <span class=\"byline\">by Priya Singh</span>\n          <span class=\"meta-sep\">·</span>\n          <time class=\"timestamp\">2 hours ago</time>\n          <span class=\"meta-sep\">·</span>\n          <span class=\"read-time\">4 min</span>\n        </div>\n      </a>\n    </article>\n  \n\n    <article class=\"story-card\" data-section=\"hardware\" data-slug=\"apple-m5-ultra\">\n      <a class=\"story-link\" href=\"/news/article/apple-m5-ultra\">\n        <span class=\"section-tag section-hardware\">Hardware</span>\n        <h2 class=\"headline\">Apple's M5 Ultra benchmarks leak — and they crush every competitor</h2>\n        <p class=\"deck\">The unreleased Mac Pro chip posts a 38% multi-core lead over AMD's Threadripper 7995WX in early Geekbench results.</p>\n        <div class=\"story-meta\">\n          <span class=\"byline\">by Tomás Reyes</span>\n          <span class=\"meta-sep\">·</span>\n          <time class=\"timestamp\">5 hours ago</time>\n          <span class=\"meta-sep\">·</span>\n          <span class=\"read-time\">6 min</span>\n        </div>\n      </a>\n    </article>\n  \n\n    <article class=\"story-card\" data-section=\"software\" data-slug=\"linux-7-ships\">\n      <a class=\"story-link\" href=\"/news/article/linux-7-ships\">\n        <span class=\"section-tag section-software\">Software</span>\n        <h2 class=\"headline\">Linux 7.0 ships with a redesigned memory model and 64K page support by default</h2>\n        <p class=\"deck\">Linus Torvalds calls it the largest VM rewrite in two decades; cloud providers begin rolling it out next quarter.</p>\n        <div class=\"story-meta\">\n          <span class=\"byline\">by Aoife Donnelly</span>\n          <span class=\"meta-sep\">·</span>\n          <time class=\"timestamp\">Yesterday</time>\n          <span class=\"meta-sep\">·</span>\n          <span class=\"read-time\">7 min</span>\n        </div>\n      </a>\n    </article>\n  \n\n    <article class=\"story-card\" data-section=\"startups\" data-slug=\"yc-w26-agents\">\n      <a class=\"story-link\" href=\"/news/article/yc-w26-agents\">\n        <span class=\"section-tag section-startups\">Startups</span>\n        <h2 class=\"headline\">Y Combinator's W26 batch is 47% AI agent companies — here's the full list</h2>\n        <p class=\"deck\">Vertical agents for legal, accounting, and supply-chain operations dominate, with consumer agents taking a backseat for the first time since 2023.</p>\n        <div class=\"story-meta\">\n          <span class=\"byline\">by Marcus Bauer</span>\n          <span class=\"meta-sep\">·</span>\n          <time class=\"timestamp\">Yesterday</time>\n          <span class=\"meta-sep\">·</span>\n          <span class=\"read-time\">12 min</span>\n        </div>\n      </a>\n    </article>\n  \n\n    <article class=\"story-card\" data-section=\"reviews\" data-slug=\"robot-vacuum-shootout\">\n      <a class=\"story-link\" href=\"/news/article/robot-vacuum-shootout\">\n        <span class=\"section-tag section-reviews\">Reviews</span>\n        <h2 class=\"headline\">We tested 14 robot vacuums on stairs; only 3 didn't tumble</h2>\n        <p class=\"deck\">Cliff sensors are still inconsistent in 2026. Roborock and Dreame top our chart; one $1,400 model went over the edge twice.</p>\n        <div class=\"story-meta\">\n          <span class=\"byline\">by Elena Markova</span>\n          <span class=\"meta-sep\">·</span>\n          <time class=\"timestamp\">2 days ago</time>\n          <span class=\"meta-sep\">·</span>\n          <span class=\"read-time\">11 min</span>\n        </div>\n      </a>\n    </article>\n  \n\n    <article class=\"story-card\" data-section=\"ai\" data-slug=\"gemini-arc-agi\">\n      <a class=\"story-link\" href=\"/news/article/gemini-arc-agi\">\n        <span class=\"section-tag section-ai\">AI</span>\n        <h2 class=\"headline\">Google's Gemini 3 Ultra hits 92% on the ARC-AGI-2 benchmark</h2>\n        <p class=\"deck\">DeepMind's latest model becomes the first to clear the human-baseline mark on the famously hard reasoning suite.</p>\n        <div class=\"story-meta\">\n          <span class=\"byline\">by Mira Chen</span>\n          <span class=\"meta-sep\">·</span>\n          <time class=\"timestamp\">2 days ago</time>\n          <span class=\"meta-sep\">·</span>\n          <span class=\"read-time\">5 min</span>\n        </div>\n      </a>\n    </article>\n  \n\n    <article class=\"story-card\" data-section=\"hardware\" data-slug=\"rtx-6090-review\">\n      <a class=\"story-link\" href=\"/news/article/rtx-6090-review\">\n        <span class=\"section-tag section-hardware\">Hardware</span>\n        <h2 class=\"headline\">NVIDIA RTX 6090 Founders Edition review: too much GPU for any one task</h2>\n        <p class=\"deck\">Three-slot, 600W, and faster than the 5090 by 70% in raster. We ran it for two weeks across games, ML training, and 8K video editing.</p>\n        <div class=\"story-meta\">\n          <span class=\"byline\">by Tomás Reyes</span>\n          <span class=\"meta-sep\">·</span>\n          <time class=\"timestamp\">3 days ago</time>\n          <span class=\"meta-sep\">·</span>\n          <span class=\"read-time\">14 min</span>\n        </div>\n      </a>\n    </article>\n  \n\n    <article class=\"story-card\" data-section=\"software\" data-slug=\"rust-1-99\">\n      <a class=\"story-link\" href=\"/news/article/rust-1-99\">\n        <span class=\"section-tag section-software\">Software</span>\n        <h2 class=\"headline\">Rust 1.99 stabilizes async traits and ships incremental compilation v3</h2>\n        <p class=\"deck\">Five-year-old async-trait shim is finally redundant; cold builds drop 22% on average across the top 1000 crates.</p>\n        <div class=\"story-meta\">\n          <span class=\"byline\">by Aoife Donnelly</span>\n          <span class=\"meta-sep\">·</span>\n          <time class=\"timestamp\">3 days ago</time>\n          <span class=\"meta-sep\">·</span>\n          <span class=\"read-time\">6 min</span>\n        </div>\n      </a>\n    </article>\n  \n\n    <article class=\"story-card\" data-section=\"startups\" data-slug=\"stripe-banking\">\n      <a class=\"story-link\" href=\"/news/article/stripe-banking\">\n        <span class=\"section-tag section-startups\">Startups</span>\n        <h2 class=\"headline\">Stripe launches embedded banking — will it eat Mercury and Ramp?</h2>\n        <p class=\"deck\">Stripe Banking ships with FDIC-insured accounts, programmable cards, and a treasury layer; pricing starts at $0/month.</p>\n        <div class=\"story-meta\">\n          <span class=\"byline\">by Priya Singh</span>\n          <span class=\"meta-sep\">·</span>\n          <time class=\"timestamp\">4 days ago</time>\n          <span class=\"meta-sep\">·</span>\n          <span class=\"read-time\">8 min</span>\n        </div>\n      </a>\n    </article>\n  \n\n    <article class=\"story-card\" data-section=\"reviews\" data-slug=\"vision-pro-2\">\n      <a class=\"story-link\" href=\"/news/article/vision-pro-2\">\n        <span class=\"section-tag section-reviews\">Reviews</span>\n        <h2 class=\"headline\">Vision Pro 2 review: still magic, still $3,500, still confusing</h2>\n        <p class=\"deck\">Lighter, sharper, and finally useful for productivity — but Apple still hasn't answered the basic question of who this is for.</p>\n        <div class=\"story-meta\">\n          <span class=\"byline\">by Elena Markova</span>\n          <span class=\"meta-sep\">·</span>\n          <time class=\"timestamp\">5 days ago</time>\n          <span class=\"meta-sep\">·</span>\n          <span class=\"read-time\">16 min</span>\n        </div>\n      </a>\n    </article>\n  \n    </section>\n\n    <aside class=\"sidebar\" aria-label=\"Sidebar\">\n      <section class=\"sidebar-block\">\n        <h3 class=\"sidebar-title\">Trending now</h3>\n        <ol class=\"rank-list\"><li><span class=\"rank\">1</span><a class=\"story-link\" href=\"/news/article/openai-gpt-7-leaks\">GPT-7 leaks: 12T parameters</a></li><li><span class=\"rank\">2</span><a class=\"story-link\" href=\"/news/article/apple-m5-ultra\">M5 Ultra crushes Threadripper</a></li><li><span class=\"rank\">3</span><a class=\"story-link\" href=\"/news/article/stripe-banking\">Stripe vs. Mercury, finally</a></li><li><span class=\"rank\">4</span><a class=\"story-link\" href=\"/news/article/robot-vacuum-shootout\">Robot vacuums on stairs</a></li><li><span class=\"rank\">5</span><a class=\"story-link\" href=\"/news/article/rust-1-99\">Rust 1.99 ships async traits</a></li></ol>\n      </section>\n\n      <section class=\"sidebar-block sidebar-newsletter\">\n        <h3 class=\"sidebar-title\">The Daily Dispatch</h3>\n        <p>One email, every morning, with the five tech stories that matter.</p>\n        <form class=\"newsletter-form\" onsubmit=\"event.preventDefault();\">\n          <input type=\"email\" placeholder=\"you@domain.com\" aria-label=\"Email address\">\n          <button type=\"submit\">Subscribe</button>\n        </form>\n      </section>\n\n      <section class=\"sidebar-block\">\n        <h3 class=\"sidebar-title\">Most read this week</h3>\n        <ol class=\"rank-list\"><li><span class=\"rank\">1</span><a class=\"story-link\" href=\"/news/article/yc-w26-agents\">YC W26: 47% AI agents</a></li><li><span class=\"rank\">2</span><a class=\"story-link\" href=\"/news/article/gemini-arc-agi\">Gemini 3 cracks ARC-AGI-2</a></li><li><span class=\"rank\">3</span><a class=\"story-link\" href=\"/news/article/rtx-6090-review\">RTX 6090 reviewed</a></li><li><span class=\"rank\">4</span><a class=\"story-link\" href=\"/news/article/vision-pro-2\">Vision Pro 2: $3,500 magic</a></li><li><span class=\"rank\">5</span><a class=\"story-link\" href=\"/news/article/linux-7-ships\">Linux 7.0 lands</a></li></ol>\n      </section>\n    </aside>\n  </div>\n</main>\n\n<footer class=\"site-footer\">\n  <div class=\"footer-inner\">\n    <div class=\"footer-brand\">\n      <span class=\"brand-mark\">▟</span>\n      <span class=\"brand-name\">ByteDispatch</span>\n    </div>\n    <nav class=\"footer-nav\" aria-label=\"Site links\">\n      <a class=\"story-link\" href=\"/news/about\">About</a>\n      <a class=\"story-link\" href=\"/news/contact\">Contact</a>\n      <a class=\"story-link\" href=\"/news/privacy\">Privacy</a>\n      <a class=\"story-link\" href=\"/news/terms\">Terms</a>\n      <a class=\"story-link\" href=\"/news/rss\">RSS</a>\n    </nav>\n    <nav class=\"footer-social\" aria-label=\"Social\">\n      <a class=\"external\" href=\"https://twitter.com/bytedispatch\" rel=\"noopener\">Twitter</a>\n      <a class=\"external\" href=\"https://github.com/bytedispatch\" rel=\"noopener\">GitHub</a>\n      <a class=\"external\" href=\"https://www.linkedin.com/company/bytedispatch\" rel=\"noopener\">LinkedIn</a>\n      <a class=\"external\" href=\"https://bsky.app/profile/bytedispatch.com\" rel=\"noopener\">Bluesky</a>\n    </nav>\n    <div class=\"footer-fineprint\">© 2026 ByteDispatch Media. All rights reserved.</div>\n  </div>\n  <!-- intentionally hidden links to differentiate visibleLinksOnly: true vs false -->\n  <a hidden=\"\" href=\"/news/article/hidden-scoop-1\">hidden scoop</a>\n  <a hidden=\"\" href=\"/news/article/hidden-scoop-2\">another hidden scoop</a>\n  <a style=\"display:none\" href=\"/news/internal-tools\">internal tools</a>\n</footer>\n\n</body></html>",
  "meta": {
    "status": 200,
    "title": "ByteDispatch — Tomorrow's tech, served daily"
  }
}
02

Screenshot

Capture a PNG screenshot

POST /browser-rendering/screenshot

Renders the page in a real browser and returns binary image bytes. Supports full-page captures, custom viewports, JPEG quality, and element-only screenshots.

Browser time2.67 s
Response size504.8 KB
RecordedApr 27, 2026, 2:13 AM
curl
curl -X POST 'https://api.cloudflare.com/client/v4/accounts/<accountId>/browser-rendering/screenshot' \
  -H 'Authorization: Bearer <apiToken>' \
  -H 'Content-Type: application/json' \
  -d '{
  "url": "https://browser-run-showcase.cutie-bot.workers.dev/news",
  "viewport": {
    "width": 1280,
    "height": 900,
    "deviceScaleFactor": 1
  },
  "screenshotOptions": {
    "type": "png",
    "fullPage": true
  },
  "gotoOptions": {
    "waitUntil": "networkidle0"
  }
}'
request body
{
  "url": "https://browser-run-showcase.cutie-bot.workers.dev/news",
  "viewport": {
    "width": 1280,
    "height": 900,
    "deviceScaleFactor": 1
  },
  "screenshotOptions": {
    "type": "png",
    "fullPage": true
  },
  "gotoOptions": {
    "waitUntil": "networkidle0"
  }
}
Recorded screenshot of /news
1280×2445image/png
browser run response · 504.8 KB
{
  "success": true,
  "result": "(binary PNG written to /fixtures/screenshot.png)"
}
03

PDF

Render the page as a PDF

POST /browser-rendering/pdf

Returns a print-ready PDF of the rendered page. Supports custom page format, margins, header/footer templates, and CSS injection via `addStyleTag`.

Browser time4.50 s
Response size997.0 KB
RecordedApr 27, 2026, 2:13 AM
curl
curl -X POST 'https://api.cloudflare.com/client/v4/accounts/<accountId>/browser-rendering/pdf' \
  -H 'Authorization: Bearer <apiToken>' \
  -H 'Content-Type: application/json' \
  -d '{
  "url": "https://browser-run-showcase.cutie-bot.workers.dev/news",
  "pdfOptions": {
    "format": "letter",
    "printBackground": true
  },
  "gotoOptions": {
    "waitUntil": "networkidle0"
  }
}'
request body
{
  "url": "https://browser-run-showcase.cutie-bot.workers.dev/news",
  "pdfOptions": {
    "format": "letter",
    "printBackground": true
  },
  "gotoOptions": {
    "waitUntil": "networkidle0"
  }
}
Download PDF application/pdf
browser run response · 997.0 KB
{
  "success": true,
  "result": "(binary PDF written to /fixtures/output.pdf)"
}
04

Markdown

Extract readable Markdown

POST /browser-rendering/markdown

Strips chrome and converts the page's main content into clean Markdown — ideal as input for LLMs, RAG pipelines, or read-it-later tooling.

Browser time2.39 s
Response size6.5 KB
RecordedApr 27, 2026, 2:08 AM
curl
curl -X POST 'https://api.cloudflare.com/client/v4/accounts/<accountId>/browser-rendering/markdown' \
  -H 'Authorization: Bearer <apiToken>' \
  -H 'Content-Type: application/json' \
  -d '{
  "url": "https://browser-run-showcase.cutie-bot.workers.dev/news",
  "gotoOptions": {
    "waitUntil": "networkidle0"
  }
}'
request body
{
  "url": "https://browser-run-showcase.cutie-bot.workers.dev/news",
  "gotoOptions": {
    "waitUntil": "networkidle0"
  }
}
[ ▟ ByteDispatch ](https://browser-run-showcase.cutie-bot.workers.dev/news/news) Tomorrow's tech, served daily. 

[AI](https://browser-run-showcase.cutie-bot.workers.dev/news/news#ai) [Hardware](https://browser-run-showcase.cutie-bot.workers.dev/news/news#hardware) [Software](https://browser-run-showcase.cutie-bot.workers.dev/news/news#software) [Startups](https://browser-run-showcase.cutie-bot.workers.dev/news/news#startups) [Reviews](https://browser-run-showcase.cutie-bot.workers.dev/news/news#reviews) 

Sunday, April 26, 2026 

Exclusive · AI 

# OpenAI's GPT-7 leaks reveal a 12-trillion parameter monster — and a new approach to memory

Internal documents obtained by ByteDispatch show the next OpenAI flagship pairs a sparse mixture-of-experts core with a separate persistent-memory layer, marking the company's biggest architectural shift since GPT-4.

by Mira Chen and Jonas Park · April 26, 2026 — 6:30 AM PT · 8 min read 

[Read the full story →](https://browser-run-showcase.cutie-bot.workers.dev/news/news/article/openai-gpt-7-leaks) 

## Latest

[ AI Anthropic closes $20B round at a $300B valuation Lightspeed, Sequoia, and a sovereign fund lead the company's third mega-round in 14 months. by Priya Singh · 2 hours ago · 4 min ](https://browser-run-showcase.cutie-bot.workers.dev/news/news/article/anthropic-20b-round) 

[ Hardware Apple's M5 Ultra benchmarks leak — and they crush every competitor The unreleased Mac Pro chip posts a 38% multi-core lead over AMD's Threadripper 7995WX in early Geekbench results. by Tomás Reyes · 5 hours ago · 6 min ](https://browser-run-showcase.cutie-bot.workers.dev/news/news/article/apple-m5-ultra) 

[ Software Linux 7.0 ships with a redesigned memory model and 64K page support by default Linus Torvalds calls it the largest VM rewrite in two decades; cloud providers begin rolling it out next quarter. by Aoife Donnelly · Yesterday · 7 min ](https://browser-run-showcase.cutie-bot.workers.dev/news/news/article/linux-7-ships) 

[ Startups Y Combinator's W26 batch is 47% AI agent companies — here's the full list Vertical agents for legal, accounting, and supply-chain operations dominate, with consumer agents taking a backseat for the first time since 2023. by Marcus Bauer · Yesterday · 12 min ](https://browser-run-showcase.cutie-bot.workers.dev/news/news/article/yc-w26-agents) 

[ Reviews We tested 14 robot vacuums on stairs; only 3 didn't tumble Cliff sensors are still inconsistent in 2026\. Roborock and Dreame top our chart; one $1,400 model went over the edge twice. by Elena Markova · 2 days ago · 11 min ](https://browser-run-showcase.cutie-bot.workers.dev/news/news/article/robot-vacuum-shootout) 

[ AI Google's Gemini 3 Ultra hits 92% on the ARC-AGI-2 benchmark DeepMind's latest model becomes the first to clear the human-baseline mark on the famously hard reasoning suite. by Mira Chen · 2 days ago · 5 min ](https://browser-run-showcase.cutie-bot.workers.dev/news/news/article/gemini-arc-agi) 

[ Hardware NVIDIA RTX 6090 Founders Edition review: too much GPU for any one task Three-slot, 600W, and faster than the 5090 by 70% in raster. We ran it for two weeks across games, ML training, and 8K video editing. by Tomás Reyes · 3 days ago · 14 min ](https://browser-run-showcase.cutie-bot.workers.dev/news/news/article/rtx-6090-review) 

[ Software Rust 1.99 stabilizes async traits and ships incremental compilation v3 Five-year-old async-trait shim is finally redundant; cold builds drop 22% on average across the top 1000 crates. by Aoife Donnelly · 3 days ago · 6 min ](https://browser-run-showcase.cutie-bot.workers.dev/news/news/article/rust-1-99) 

[ Startups Stripe launches embedded banking — will it eat Mercury and Ramp? Stripe Banking ships with FDIC-insured accounts, programmable cards, and a treasury layer; pricing starts at $0/month. by Priya Singh · 4 days ago · 8 min ](https://browser-run-showcase.cutie-bot.workers.dev/news/news/article/stripe-banking) 

[ Reviews Vision Pro 2 review: still magi
Showing first 3.9 KB of 6.4 KB total.
browser run response · 6.5 KB
{
  "success": true,
  "result": "[ ▟ ByteDispatch ](https://browser-run-showcase.cutie-bot.workers.dev/news/news) Tomorrow's tech, served daily. \n\n[AI](https://browser-run-showcase.cutie-bot.workers.dev/news/news#ai) [Hardware](https://browser-run-showcase.cutie-bot.workers.dev/news/news#hardware) [Software](https://browser-run-showcase.cutie-bot.workers.dev/news/news#software) [Startups](https://browser-run-showcase.cutie-bot.workers.dev/news/news#startups) [Reviews](https://browser-run-showcase.cutie-bot.workers.dev/news/news#reviews) \n\nSunday, April 26, 2026 \n\nExclusive · AI \n\n# OpenAI's GPT-7 leaks reveal a 12-trillion parameter monster — and a new approach to memory\n\nInternal documents obtained by ByteDispatch show the next OpenAI flagship pairs a sparse mixture-of-experts core with a separate persistent-memory layer, marking the company's biggest architectural shift since GPT-4.\n\nby Mira Chen and Jonas Park · April 26, 2026 — 6: 30 AM PT · 8 min read \n\n[Read the full story →](https://browser-run-showcase.cutie-bot.workers.dev/news/news/article/openai-gpt-7-leaks) \n\n## Latest\n\n[ AI Anthropic closes $20B round at a $300B valuation Lightspeed, Sequoia, and a sovereign fund lead the company's third mega-round in 14 months. by Priya Singh · 2 hours ago · 4 min ](https://browser-run-showcase.cutie-bot.workers.dev/news/news/article/anthropic-20b-round) \n\n[ Hardware Apple's M5 Ultra benchmarks leak — and they crush every competitor The unreleased Mac Pro chip posts a 38% multi-core lead over AMD's Threadripper 7995WX in early Geekbench results. by Tomás Reyes · 5 hours ago · 6 min ](https://browser-run-showcase.cutie-bot.workers.dev/news/news/article/apple-m5-ultra) \n\n[ Software Linux 7.0 ships with a redesigned memory model and 64K page support by default Linus Torvalds calls it the largest VM rewrite in two decades; cloud providers begin rolling it out next quarter. by Aoife Donnelly · Yesterday · 7 min ](https://browser-run-showcase.cutie-bot.workers.dev/news/news/article/linux-7-ships) \n\n[ Startups Y Combinator's W26 batch is 47% AI agent companies — here's the full list Vertical agents for legal, accounting, and supply-chain operations dominate, with consumer agents taking a backseat for the first time since 2023. by Marcus Bauer · Yesterday · 12 min ](https://browser-run-showcase.cutie-bot.workers.dev/news/news/article/yc-w26-agents) \n\n[ Reviews We tested 14 robot vacuums on stairs; only 3 didn't tumble Cliff sensors are still inconsistent in 2026\\. Roborock and Dreame top our chart; one $1,400 model went over the edge twice. by Elena Markova · 2 days ago · 11 min ](https://browser-run-showcase.cutie-bot.workers.dev/news/news/article/robot-vacuum-shootout) \n\n[ AI Google's Gemini 3 Ultra hits 92% on the ARC-AGI-2 benchmark DeepMind's latest model becomes the first to clear the human-baseline mark on the famously hard reasoning suite. by Mira Chen · 2 days ago · 5 min ](https://browser-run-showcase.cutie-bot.workers.dev/news/news/article/gemini-arc-agi) \n\n[ Hardware NVIDIA RTX 6090 Founders Edition review: too much GPU for any one task Three-slot, 600W, and faster than the 5090 by 70% in raster. We ran it for two weeks across games, ML training, and 8K video editing. by Tomás Reyes · 3 days ago · 14 min ](https://browser-run-showcase.cutie-bot.workers.dev/news/news/article/rtx-6090-review) \n\n[ Software Rust 1.99 stabilizes async traits and ships incremental compilation v3 Five-year-old async-trait shim is finally redundant; cold builds drop 22% on average across the top 1000 crates. by Aoife Donnelly · 3 days ago · 6 min ](https://browser-run-showcase.cutie-bot.workers.dev/news/news/article/rust-1-99) \n\n[ Startups Stripe launches embedded banking — will it eat Mercury and Ramp? Stripe Banking ships with FDIC-insured accounts, programmable cards, and a treasury layer; pricing starts at $0/month. by Priya Singh · 4 days ago · 8 min ](https://browser-run-showcase.cutie-bot.workers.dev/news/news/article/stripe-banking) \n\n[ Reviews Vision Pro 2 review: still magic, still $3,500, still confusing Lighter, sharper, and finally useful for productivity — but Apple still hasn't answered the basic question of who this is for. by Elena Markova · 5 days ago · 16 min ](https://browser-run-showcase.cutie-bot.workers.dev/news/news/article/vision-pro-2) \n\n### Trending now\n\n1. 1[GPT-7 leaks: 12T parameters](https://browser-run-showcase.cutie-bot.workers.dev/news/news/article/openai-gpt-7-leaks)\n2. 2[M5 Ultra crushes Threadripper](https://browser-run-showcase.cutie-bot.workers.dev/news/news/article/apple-m5-ultra)\n3. 3[Stripe vs. Mercury, finally](https://browser-run-showcase.cutie-bot.workers.dev/news/news/article/stripe-banking)\n4. 4[Robot vacuums on stairs](https://browser-run-showcase.cutie-bot.workers.dev/news/news/article/robot-vacuum-shootout)\n5. 5[Rust 1.99 ships async traits](https://browser-run-showcase.cutie-bot.workers.dev/news/news/article/rust-1-99)\n\n### The Daily Dispatch\n\nOne email, every morning, with the five tech stories that matter.\n\nSubscribe \n\n### Most read this week\n\n1. 1[YC W26: 47% AI agents](https://browser-run-showcase.cutie-bot.workers.dev/news/news/article/yc-w26-agents)\n2. 2[Gemini 3 cracks ARC-AGI-2](https://browser-run-showcase.cutie-bot.workers.dev/news/news/article/gemini-arc-agi)\n3. 3[RTX 6090 reviewed](https://browser-run-showcase.cutie-bot.workers.dev/news/news/article/rtx-6090-review)\n4. 4[Vision Pro 2: $3,500 magic](https://browser-run-showcase.cutie-bot.workers.dev/news/news/article/vision-pro-2)\n5. 5[Linux 7.0 lands](https://browser-run-showcase.cutie-bot.workers.dev/news/news/article/linux-7-ships)\n\n▟ ByteDispatch \n\n[About](https://browser-run-showcase.cutie-bot.workers.dev/news/news/about) [Contact](https://browser-run-showcase.cutie-bot.workers.dev/news/news/contact) [Privacy](https://browser-run-showcase.cutie-bot.workers.dev/news/news/privacy) [Terms](https://browser-run-showcase.cutie-bot.workers.dev/news/news/terms) [RSS](https://browser-run-showcase.cutie-bot.workers.dev/news/news/rss) \n\n[Twitter](https://twitter.com/bytedispatch) [GitHub](https://github.com/bytedispatch) [LinkedIn](https://www.linkedin.com/company/bytedispatch) [Bluesky](https://bsky.app/profile/bytedispatch.com) \n\n© 2026 ByteDispatch Media. All rights reserved.\n\n[hidden scoop](https://browser-run-showcase.cutie-bot.workers.dev/news/news/article/hidden-scoop-1) [another hidden scoop](https://browser-run-showcase.cutie-bot.workers.dev/news/news/article/hidden-scoop-2) [internal tools](https://browser-run-showcase.cutie-bot.workers.dev/news/news/internal-tools) "
}
05

Snapshot

HTML + screenshot in one call

POST /browser-rendering/snapshot

One round trip, two outputs: the rendered HTML and a base64-encoded screenshot. Useful when you want to archive a moment in time.

Browser time2.43 s
Response size237.4 KB
RecordedApr 27, 2026, 2:13 AM
curl
curl -X POST 'https://api.cloudflare.com/client/v4/accounts/<accountId>/browser-rendering/snapshot' \
  -H 'Authorization: Bearer <apiToken>' \
  -H 'Content-Type: application/json' \
  -d '{
  "url": "https://browser-run-showcase.cutie-bot.workers.dev/news",
  "viewport": {
    "width": 1280,
    "height": 900
  },
  "gotoOptions": {
    "waitUntil": "networkidle0"
  }
}'
request body
{
  "url": "https://browser-run-showcase.cutie-bot.workers.dev/news",
  "viewport": {
    "width": 1280,
    "height": 900
  },
  "gotoOptions": {
    "waitUntil": "networkidle0"
  }
}
screenshot (decoded base64)
Snapshot screenshot
content (html)
<!DOCTYPE html><html lang="en"><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ByteDispatch — Tomorrow's tech, served daily</title>
<meta name="description" content="ByteDispatch is a daily tech newsletter and news site covering AI, hardware, software, startups, and reviews.">
<link rel="stylesheet" href="/styles/news.css">
</head>
<body>
<header class="masthead">
  <div class="masthead-inner">
    <div class="brand">
      <a class="story-link" href="/news" aria-label="ByteDispatch home">
        <span class="brand-mark">▟</span>
        <span class="brand-name">ByteDispatch</span>
      </a>
      <span class="brand-tagline">Tomorrow's tech, served daily.</span>
    </div>
    <nav class="section-nav" aria-label="Sections">
      <a class="story-link" href="/news#ai">AI</a>
      <a class="story-link" href="/news#hardware">Hardware</a>
      <a class="story-link" href="/news#software">Software</a>
      <a class="story-link" href="/news#startups">Startups</a>
      <a class="story-link" href="/news#reviews">Reviews</a>
    </nav>
    <div class="masthead-meta">
      <time class="masthead-date">Sunday, April 26, 2026</time>
    </div>
  </div>
</header>

<main class="page">
  <section class="hero" data-section="ai">
    <div class="hero-inner">
      <span class="hero-tag">Exclusive · AI</span>
      <h1 class="hero-headline headline">OpenAI's GPT-7 leaks reveal a 12-trillion parameter monster — and a new approach to memory</h1>
      <p class="hero-deck deck">Internal documents obtained by ByteDispatch show the next OpenAI flagship pairs a sparse mixture-of-experts core with a separate persistent-memory layer, marking the company's biggest architectural shift since GPT-4.</p>
      <div class="hero-meta">
    
…
browser run response · 237.4 KB
{
  "success": true,
  "result": {
    "content": "<!DOCTYPE html><html lang=\"en\"><head>\n<meta charset=\"utf-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n<title>ByteDispatch — Tomorrow's tech, served daily</title>\n<meta name=\"description\" content=\"ByteDispatch is a daily tech newsletter and news site covering AI, hardware, software, startups, and reviews.\">\n<link rel=\"stylesheet\" href=\"/styles/news.css\">\n</head>\n<body>\n<header class=\"masthead\">\n  <div class=\"masthead-inner\">\n    <div class=\"brand\">\n      <a class=\"story-link\" href=\"/news\" aria-label=\"ByteDispatch home\">\n        <span class=\"brand-mark\">▟</span>\n        <span class=\"brand-name\">ByteDispatch</span>\n      </a>\n      <span class=\"brand-tagline\">Tomorrow's tech, served daily.</span>\n    </div>\n    <nav class=\"section-nav\" aria-label=\"Sections\">\n      <a class=\"story-link\" href=\"/news#ai\">AI</a>\n      <a class=\"story-link\" href=\"/news#hardware\">Hardware</a>\n      <a class=\"story-link\" href=\"/news#software\">Software</a>\n      <a class=\"story-link\" href=\"/news#startups\">Startups</a>\n      <a class=\"story-link\" href=\"/news#reviews\">Reviews</a>\n    </nav>\n    <div class=\"masthead-meta\">\n      <time class=\"masthead-date\">Sunday, April 26, 2026</time>\n    </div>\n  </div>\n</header>\n\n<main class=\"page\">\n  <section class=\"hero\" data-section=\"ai\">\n    <div class=\"hero-inner\">\n      <span class=\"hero-tag\">Exclusive · AI</span>\n      <h1 class=\"hero-headline headline\">OpenAI's GPT-7 leaks reveal a 12-trillion parameter monster — and a new approach to memory</h1>\n      <p class=\"hero-deck deck\">Internal documents obtained by ByteDispatch show the next OpenAI flagship pairs a sparse mixture-of-experts core with a separate persistent-memory layer, marking the company's biggest architectural shift since GPT-4.</p>\n      <div class=\"hero-meta\">\n        <span class=\"byline\">by Mira Chen and Jonas Park</span>\n        <span class=\"meta-sep\">·</span>\n        <time class=\"timestamp\">April 26, 2026 — 6: 30 AM PT</time>\n        <span class=\"meta-sep\">·</span>\n        <span class=\"read-time\">8 min read</span>\n      </div>\n      <a class=\"story-link hero-cta\" href=\"/news/article/openai-gpt-7-leaks\">Read the full story →</a>\n    </div>\n    <div class=\"hero-art\" aria-hidden=\"true\">\n      <div class=\"hero-blob hero-blob-1\"></div>\n      <div class=\"hero-blob hero-blob-2\"></div>\n      <div class=\"hero-blob hero-blob-3\"></div>\n    </div>\n  </section>\n\n  <div class=\"content-grid\">\n    <section class=\"story-grid\" aria-label=\"Latest stories\">\n      <h2 class=\"section-rule\">Latest</h2>\n      \n    <article class=\"story-card\" data-section=\"ai\" data-slug=\"anthropic-20b-round\">\n      <a class=\"story-link\" href=\"/news/article/anthropic-20b-round\">\n        <span class=\"section-tag section-ai\">AI</span>\n        <h2 class=\"headline\">Anthropic closes $20B round at a $300B valuation</h2>\n        <p class=\"deck\">Lightspeed, Sequoia, and a sovereign fund lead the company's third mega-round in 14 months.</p>\n        <div class=\"story-meta\">\n          <span class=\"byline\">by Priya Singh</span>\n          <span class=\"meta-sep\">·</span>\n          <time class=\"timestamp\">2 hours ago</time>\n          <span class=\"meta-sep\">·</span>\n          <span class=\"read-time\">4 min</span>\n        </div>\n      </a>\n    </article>\n  \n\n    <article class=\"story-card\" data-section=\"hardware\" data-slug=\"apple-m5-ultra\">\n      <a class=\"story-link\" href=\"/news/article/apple-m5-ultra\">\n        <span class=\"section-tag section-hardware\">Hardware</span>\n        <h2 class=\"headline\">Apple's M5 Ultra benchmarks leak — and they crush every competitor</h2>\n        <p class=\"deck\">The unreleased Mac Pro chip posts a 38% multi-core lead over AMD's Threadripper 7995WX in early Geekbench results.</p>\n        <div class=\"story-meta\">\n          <span class=\"byline\">by Tomás Reyes</span>\n          <span class=\"meta-sep\">·</span>\n          <time class=\"timestamp\">5 hours ago</time>\n          <span class=\"meta-sep\">·</span>\n          <span class=\"read-time\">6 min</span>\n        </div>\n      </a>\n    </article>\n  \n\n    <article class=\"story-card\" data-section=\"software\" data-slug=\"linux-7-ships\">\n      <a class=\"story-link\" href=\"/news/article/linux-7-ships\">\n        <span class=\"section-tag section-software\">Software</span>\n        <h2 class=\"headline\">Linux 7.0 ships with a redesigned memory model and 64K page support by default</h2>\n        <p class=\"deck\">Linus Torvalds calls it the largest VM rewrite in two decades; cloud providers begin rolling it out next quarter.</p>\n        <div class=\"story-meta\">\n          <span class=\"byline\">by Aoife Donnelly</span>\n          <span class=\"meta-sep\">·</span>\n          <time class=\"timestamp\">Yesterday</time>\n          <span class=\"meta-sep\">·</span>\n          <span class=\"read-time\">7 min</span>\n        </div>\n      </a>\n    </article>\n  \n\n    <article class=\"story-card\" data-section=\"startups\" data-slug=\"yc-w26-agents\">\n      <a class=\"story-link\" href=\"/news/article/yc-w26-agents\">\n        <span class=\"section-tag section-startups\">Startups</span>\n        <h2 class=\"headline\">Y Combinator's W26 batch is 47% AI agent companies — here's the full list</h2>\n        <p class=\"deck\">Vertical agents for legal, accounting, and supply-chain operations dominate, with consumer agents taking a backseat for the first time since 2023.</p>\n        <div class=\"story-meta\">\n          <span class=\"byline\">by Marcus Bauer</span>\n          <span class=\"meta-sep\">·</span>\n          <time class=\"timestamp\">Yesterday</time>\n          <span class=\"meta-sep\">·</span>\n          <span class=\"read-time\">12 min</span>\n        </div>\n      </a>\n    </article>\n  \n\n    <article class=\"story-card\" data-section=\"reviews\" data-slug=\"robot-vacuum-shootout\">\n      <a class=\"story-link\" href=\"/news/article/robot-vacuum-shootout\">\n        <span class=\"section-tag section-reviews\">Reviews</span>\n        <h2 class=\"headline\">We tested 14 robot vacuums on stairs; only 3 didn't tumble</h2>\n        <p class=\"deck\">Cliff sensors are still inconsistent in 2026. Roborock and Dreame top our chart; one $1,400 model went over the edge twice.</p>\n        <div class=\"story-meta\">\n          <span class=\"byline\">by Elena Markova</span>\n          <span class=\"meta-sep\">·</span>\n          <time class=\"timestamp\">2 days ago</time>\n          <span class=\"meta-sep\">·</span>\n          <span class=\"read-time\">11 min</span>\n        </div>\n      </a>\n    </article>\n  \n\n    <article class=\"story-card\" data-section=\"ai\" data-slug=\"gemini-arc-agi\">\n      <a class=\"story-link\" href=\"/news/article/gemini-arc-agi\">\n        <span class=\"section-tag section-ai\">AI</span>\n        <h2 class=\"headline\">Google's Gemini 3 Ultra hits 92% on the ARC-AGI-2 benchmark</h2>\n        <p class=\"deck\">DeepMind's latest model becomes the first to clear the human-baseline mark on the famously hard reasoning suite.</p>\n        <div class=\"story-meta\">\n          <span class=\"byline\">by Mira Chen</span>\n          <span class=\"meta-sep\">·</span>\n          <time class=\"timestamp\">2 days ago</time>\n          <span class=\"meta-sep\">·</span>\n          <span class=\"read-time\">5 min</span>\n        </div>\n      </a>\n    </article>\n  \n\n    <article class=\"story-card\" data-section=\"hardware\" data-slug=\"rtx-6090-review\">\n      <a class=\"story-link\" href=\"/news/article/rtx-6090-review\">\n        <span class=\"section-tag section-hardware\">Hardware</span>\n        <h2 class=\"headline\">NVIDIA RTX 6090 Founders Edition review: too much GPU for any one task</h2>\n        <p class=\"deck\">Three-slot, 600W, and faster than the 5090 by 70% in raster. We ran it for two weeks across games, ML training, and 8K video editing.</p>\n        <div class=\"story-meta\">\n          <span class=\"byline\">by Tomás Reyes</span>\n          <span class=\"meta-sep\">·</span>\n          <time class=\"timestamp\">3 days ago</time>\n          <span class=\"meta-sep\">·</span>\n          <span class=\"read-time\">14 min</span>\n        </div>\n      </a>\n    </article>\n  \n\n    <article class=\"story-card\" data-section=\"software\" data-slug=\"rust-1-99\">\n      <a class=\"story-link\" href=\"/news/article/rust-1-99\">\n        <span class=\"section-tag section-software\">Software</span>\n        <h2 class=\"headline\">Rust 1.99 stabilizes async traits and ships incremental compilation v3</h2>\n        <p class=\"deck\">Five-year-old async-trait shim is finally redundant; cold builds drop 22% on average across the top 1000 crates.</p>\n        <div class=\"story-meta\">\n          <span class=\"byline\">by Aoife Donnelly</span>\n          <span class=\"meta-sep\">·</span>\n          <time class=\"timestamp\">3 days ago</time>\n          <span class=\"meta-sep\">·</span>\n          <span class=\"read-time\">6 min</span>\n        </div>\n      </a>\n    </article>\n  \n\n    <article class=\"story-card\" data-section=\"startups\" data-slug=\"stripe-banking\">\n      <a class=\"story-link\" href=\"/news/article/stripe-banking\">\n        <span class=\"section-tag section-startups\">Startups</span>\n        <h2 class=\"headline\">Stripe launches embedded banking — will it eat Mercury and Ramp?</h2>\n        <p class=\"deck\">Stripe Banking ships with FDIC-insured accounts, programmable cards, and a treasury layer; pricing starts at $0/month.</p>\n        <div class=\"story-meta\">\n          <span class=\"byline\">by Priya Singh</span>\n          <span class=\"meta-sep\">·</span>\n          <time class=\"timestamp\">4 days ago</time>\n          <span class=\"meta-sep\">·</span>\n          <span class=\"read-time\">8 min</span>\n        </div>\n      </a>\n    </article>\n  \n\n    <article class=\"story-card\" data-section=\"reviews\" data-slug=\"vision-pro-2\">\n      <a class=\"story-link\" href=\"/news/article/vision-pro-2\">\n        <span class=\"section-tag section-reviews\">Reviews</span>\n        <h2 class=\"headline\">Vision Pro 2 review: still magic, still $3,500, still confusing</h2>\n        <p class=\"deck\">Lighter, sharper, and finally useful for productivity — but Apple still hasn't answered the basic question of who this is for.</p>\n        <div class=\"story-meta\">\n          <span class=\"byline\">by Elena Markova</span>\n          <span class=\"meta-sep\">·</span>\n          <time class=\"timestamp\">5 days ago</time>\n          <span class=\"meta-sep\">·</span>\n          <span class=\"read-time\">16 min</span>\n        </div>\n      </a>\n    </article>\n  \n    </section>\n\n    <aside class=\"sidebar\" aria-label=\"Sidebar\">\n      <section class=\"sidebar-block\">\n        <h3 class=\"sidebar-title\">Trending now</h3>\n        <ol class=\"rank-list\"><li><span class=\"rank\">1</span><a class=\"story-link\" href=\"/news/article/openai-gpt-7-leaks\">GPT-7 leaks: 12T parameters</a></li><li><span class=\"rank\">2</span><a class=\"story-link\" href=\"/news/article/apple-m5-ultra\">M5 Ultra crushes Threadripper</a></li><li><span class=\"rank\">3</span><a class=\"story-link\" href=\"/news/article/stripe-banking\">Stripe vs. Mercury, finally</a></li><li><span class=\"rank\">4</span><a class=\"story-link\" href=\"/news/article/robot-vacuum-shootout\">Robot vacuums on stairs</a></li><li><span class=\"rank\">5</span><a class=\"story-link\" href=\"/news/article/rust-1-99\">Rust 1.99 ships async traits</a></li></ol>\n      </section>\n\n      <section class=\"sidebar-block sidebar-newsletter\">\n        <h3 class=\"sidebar-title\">The Daily Dispatch</h3>\n        <p>One email, every morning, with the five tech stories that matter.</p>\n        <form class=\"newsletter-form\" onsubmit=\"event.preventDefault();\">\n          <input type=\"email\" placeholder=\"you@domain.com\" aria-label=\"Email address\">\n          <button type=\"submit\">Subscribe</button>\n        </form>\n      </section>\n\n      <section class=\"sidebar-block\">\n        <h3 class=\"sidebar-title\">Most read this week</h3>\n        <ol class=\"rank-list\"><li><span class=\"rank\">1</span><a class=\"story-link\" href=\"/news/article/yc-w26-agents\">YC W26: 47% AI agents</a></li><li><span class=\"rank\">2</span><a class=\"story-link\" href=\"/news/article/gemini-arc-agi\">Gemini 3 cracks ARC-AGI-2</a></li><li><span class=\"rank\">3</span><a class=\"story-link\" href=\"/news/article/rtx-6090-review\">RTX 6090 reviewed</a></li><li><span class=\"rank\">4</span><a class=\"story-link\" href=\"/news/article/vision-pro-2\">Vision Pro 2: $3,500 magic</a></li><li><span class=\"rank\">5</span><a class=\"story-link\" href=\"/news/article/linux-7-ships\">Linux 7.0 lands</a></li></ol>\n      </section>\n    </aside>\n  </div>\n</main>\n\n<footer class=\"site-footer\">\n  <div class=\"footer-inner\">\n    <div class=\"footer-brand\">\n      <span class=\"brand-mark\">▟</span>\n      <span class=\"brand-name\">ByteDispatch</span>\n    </div>\n    <nav class=\"footer-nav\" aria-label=\"Site links\">\n      <a class=\"story-link\" href=\"/news/about\">About</a>\n      <a class=\"story-link\" href=\"/news/contact\">Contact</a>\n      <a class=\"story-link\" href=\"/news/privacy\">Privacy</a>\n      <a class=\"story-link\" href=\"/news/terms\">Terms</a>\n      <a class=\"story-link\" href=\"/news/rss\">RSS</a>\n    </nav>\n    <nav class=\"footer-social\" aria-label=\"Social\">\n      <a class=\"external\" href=\"https://twitter.com/bytedispatch\" rel=\"noopener\">Twitter</a>\n      <a class=\"external\" href=\"https://github.com/bytedispatch\" rel=\"noopener\">GitHub</a>\n      <a class=\"external\" href=\"https://www.linkedin.com/company/bytedispatch\" rel=\"noopener\">LinkedIn</a>\n      <a class=\"external\" href=\"https://bsky.app/profile/bytedispatch.com\" rel=\"noopener\">Bluesky</a>\n    </nav>\n    <div class=\"footer-fineprint\">© 2026 ByteDispatch Media. All rights reserved.</div>\n  </div>\n  <!-- intentionally hidden links to differentiate visibleLinksOnly: true vs false -->\n  <a hidden=\"\" href=\"/news/article/hidden-scoop-1\">hidden scoop</a>\n  <a hidden=\"\" href=\"/news/article/hidden-scoop-2\">another hidden scoop</a>\n  <a style=\"display:none\" href=\"/news/internal-tools\">internal tools</a>\n</footer>\n\n</body></html>",
    "screenshot": "(223.9 KB written to /fixtures/snapshot.png)"
  }
}
06

Scrape

Extract specific elements by CSS selector

POST /browser-rendering/scrape

For each selector you pass, Browser Run returns every matching element with its text, HTML, attributes, and bounding box. Deterministic alternative to LLM extraction.

Browser time942 ms
Response size20.1 KB
RecordedApr 27, 2026, 2:08 AM
curl
curl -X POST 'https://api.cloudflare.com/client/v4/accounts/<accountId>/browser-rendering/scrape' \
  -H 'Authorization: Bearer <apiToken>' \
  -H 'Content-Type: application/json' \
  -d '{
  "url": "https://browser-run-showcase.cutie-bot.workers.dev/news",
  "elements": [
    {
      "selector": ".headline"
    },
    {
      "selector": ".byline"
    },
    {
      "selector": "article[data-section='"'"'ai'"'"'] .headline"
    },
    {
      "selector": "a.story-link"
    }
  ],
  "gotoOptions": {
    "waitUntil": "networkidle0"
  }
}'
request body
{
  "url": "https://browser-run-showcase.cutie-bot.workers.dev/news",
  "elements": [
    {
      "selector": ".headline"
    },
    {
      "selector": ".byline"
    },
    {
      "selector": "article[data-section='ai'] .headline"
    },
    {
      "selector": "a.story-link"
    }
  ],
  "gotoOptions": {
    "waitUntil": "networkidle0"
  }
}
.headline11 matches
TextAttributes
OpenAI's GPT-7 leaks reveal a 12-trillion parameter monster — and a new approach to memoryclass="hero-headline headline"
Anthropic closes $20B round at a $300B valuationclass="headline"
Apple's M5 Ultra benchmarks leak — and they crush every competitorclass="headline"
Linux 7.0 ships with a redesigned memory model and 64K page support by defaultclass="headline"
Y Combinator's W26 batch is 47% AI agent companies — here's the full listclass="headline"
We tested 14 robot vacuums on stairs; only 3 didn't tumbleclass="headline"
Google's Gemini 3 Ultra hits 92% on the ARC-AGI-2 benchmarkclass="headline"
NVIDIA RTX 6090 Founders Edition review: too much GPU for any one taskclass="headline"
Rust 1.99 stabilizes async traits and ships incremental compilation v3class="headline"
Stripe launches embedded banking — will it eat Mercury and Ramp?class="headline"
+ 1 more matches
.byline11 matches
TextAttributes
by Mira Chen and Jonas Parkclass="byline"
by Priya Singhclass="byline"
by Tomás Reyesclass="byline"
by Aoife Donnellyclass="byline"
by Marcus Bauerclass="byline"
by Elena Markovaclass="byline"
by Mira Chenclass="byline"
by Tomás Reyesclass="byline"
by Aoife Donnellyclass="byline"
by Priya Singhclass="byline"
+ 1 more matches
article[data-section='ai'] .headline2 matches
TextAttributes
Anthropic closes $20B round at a $300B valuationclass="headline"
Google's Gemini 3 Ultra hits 92% on the ARC-AGI-2 benchmarkclass="headline"
a.story-link32 matches
TextAttributes
▟ ByteDispatchclass="story-link" href="/news" aria-label="ByteDispatch home"
AIclass="story-link" href="/news#ai"
HARDWAREclass="story-link" href="/news#hardware"
SOFTWAREclass="story-link" href="/news#software"
STARTUPSclass="story-link" href="/news#startups"
REVIEWSclass="story-link" href="/news#reviews"
Read the full story →class="story-link hero-cta" href="/news/article/openai-gpt-7-leaks"
AI Anthropic closes $20B round at a $300B valuation Lightspeed, Sequoia, and a sovereign fund lead the company's third mega-round in 14 months. by Priya Singh · 2 hours ago · 4 minclass="story-link" href="/news/article/anthropic-20b-round"
HARDWARE Apple's M5 Ultra benchmarks leak — and they crush every competitor The unreleased Mac Pro chip posts a 38% multi-core lead over AMD's Threadripper 7995WX in early Geekbench results. by Tomáclass="story-link" href="/news/article/apple-m5-ultra"
SOFTWARE Linux 7.0 ships with a redesigned memory model and 64K page support by default Linus Torvalds calls it the largest VM rewrite in two decades; cloud providers begin rolling it out next quarteclass="story-link" href="/news/article/linux-7-ships"
+ 22 more matches
browser run response · 20.1 KB
{
  "success": true,
  "result": [
    {
      "results": [
        {
          "attributes": [
            {
              "name": "class",
              "value": "hero-headline headline"
            }
          ],
          "height": 53,
          "html": "OpenAI's GPT-7 leaks reveal a 12-trillion parameter monster — and a new approach to memory",
          "left": 400,
          "text": "OpenAI's GPT-7 leaks reveal a 12-trillion parameter monster — and a new approach to memory",
          "top": 192,
          "width": 720
        },
        {
          "attributes": [
            {
              "name": "class",
              "value": "headline"
            }
          ],
          "height": 53,
          "html": "Anthropic closes $20B round at a $300B valuation",
          "left": 344,
          "text": "Anthropic closes $20B round at a $300B valuation",
          "top": 629.28125,
          "width": 418
        },
        {
          "attributes": [
            {
              "name": "class",
              "value": "headline"
            }
          ],
          "height": 53,
          "html": "Apple's M5 Ultra benchmarks leak — and they crush every competitor",
          "left": 790,
          "text": "Apple's M5 Ultra benchmarks leak — and they crush every competitor",
          "top": 629.28125,
          "width": 418
        },
        {
          "attributes": [
            {
              "name": "class",
              "value": "headline"
            }
          ],
          "height": 79,
          "html": "Linux 7.0 ships with a redesigned memory model and 64K page support by default",
          "left": 344,
          "text": "Linux 7.0 ships with a redesigned memory model and 64K page support by default",
          "top": 859.5625,
          "width": 418
        },
        {
          "attributes": [
            {
              "name": "class",
              "value": "headline"
            }
          ],
          "height": 53,
          "html": "Y Combinator's W26 batch is 47% AI agent companies — here's the full list",
          "left": 790,
          "text": "Y Combinator's W26 batch is 47% AI agent companies — here's the full list",
          "top": 859.5625,
          "width": 418
        },
        {
          "attributes": [
            {
              "name": "class",
              "value": "headline"
            }
          ],
          "height": 53,
          "html": "We tested 14 robot vacuums on stairs; only 3 didn't tumble",
          "left": 344,
          "text": "We tested 14 robot vacuums on stairs; only 3 didn't tumble",
          "top": 1116.234375,
          "width": 418
        },
        {
          "attributes": [
            {
              "name": "class",
              "value": "headline"
            }
          ],
          "height": 53,
          "html": "Google's Gemini 3 Ultra hits 92% on the ARC-AGI-2 benchmark",
          "left": 790,
          "text": "Google's Gemini 3 Ultra hits 92% on the ARC-AGI-2 benchmark",
          "top": 1116.234375,
          "width": 418
        },
        {
          "attributes": [
            {
              "name": "class",
              "value": "headline"
            }
          ],
          "height": 53,
          "html": "NVIDIA RTX 6090 Founders Edition review: too much GPU for any one task",
          "left": 344,
          "text": "NVIDIA RTX 6090 Founders Edition review: too much GPU for any one task",
          "top": 1369.015625,
          "width": 418
        },
        {
          "attributes": [
            {
              "name": "class",
              "value": "headline"
            }
          ],
          "height": 53,
          "html": "Rust 1.99 stabilizes async traits and ships incremental compilation v3",
          "left": 790,
          "text": "Rust 1.99 stabilizes async traits and ships incremental compilation v3",
          "top": 1369.015625,
          "width": 418
        },
        {
          "attributes": [
            {
              "name": "class",
              "value": "headline"
            }
          ],
          "height": 53,
          "html": "Stripe launches embedded banking — will it eat Mercury and Ramp?",
          "left": 344,
          "text": "Stripe launches embedded banking — will it eat Mercury and Ramp?",
          "top": 1621.796875,
          "width": 418
        },
        {
          "attributes": [
            {
              "name": "class",
              "value": "headline"
            }
          ],
          "height": 53,
          "html": "Vision Pro 2 review: still magic, still $3,500, still confusing",
          "left": 790,
          "text": "Vision Pro 2 review: still magic, still $3,500, still confusing",
          "top": 1621.796875,
          "width": 418
        }
      ],
      "selector": ".headline"
    },
    {
      "results": [
        {
          "attributes": [
            {
              "name": "class",
              "value": "byline"
            }
          ],
          "height": 20,
          "html": "by Mira Chen and Jonas Park",
          "left": 400,
          "text": "by Mira Chen and Jonas Park",
          "top": 332.28125,
          "width": 181
        },
        {
          "attributes": [
            {
              "name": "class",
              "value": "byline"
            }
          ],
          "height": 18,
          "html": "by Priya Singh",
          "left": 344,
          "text": "by Priya Singh",
          "top": 747.0625,
          "width": 83
        },
        {
          "attributes": [
            {
              "name": "class",
              "value": "byline"
            }
          ],
          "height": 18,
          "html": "by Tomás Reyes",
          "left": 790,
          "text": "by Tomás Reyes",
          "top": 747.0625,
          "width": 94
        },
        {
          "attributes": [
            {
              "name": "class",
              "value": "byline"
            }
          ],
          "height": 18,
          "html": "by Aoife Donnelly",
          "left": 344,
          "text": "by Aoife Donnelly",
          "top": 1003.734375,
          "width": 101
        },
        {
          "attributes": [
            {
              "name": "class",
              "value": "byline"
            }
          ],
          "height": 18,
          "html": "by Marcus Bauer",
          "left": 790,
          "text": "by Marcus Bauer",
          "top": 999.84375,
          "width": 97
        },
        {
          "attributes": [
            {
              "name": "class",
              "value": "byline"
            }
          ],
          "height": 18,
          "html": "by Elena Markova",
          "left": 344,
          "text": "by Elena Markova",
          "top": 1256.515625,
          "width": 101
        },
        {
          "attributes": [
            {
              "name": "class",
              "value": "byline"
            }
          ],
          "height": 18,
          "html": "by Mira Chen",
          "left": 790,
          "text": "by Mira Chen",
          "top": 1234.015625,
          "width": 75
        },
        {
          "attributes": [
            {
              "name": "class",
              "value": "byline"
            }
          ],
          "height": 18,
          "html": "by Tomás Reyes",
          "left": 344,
          "text": "by Tomás Reyes",
          "top": 1509.296875,
          "width": 94
        },
        {
          "attributes": [
            {
              "name": "class",
              "value": "byline"
            }
          ],
          "height": 18,
          "html": "by Aoife Donnelly",
          "left": 790,
          "text": "by Aoife Donnelly",
          "top": 1486.796875,
          "width": 101
        },
        {
          "attributes": [
            {
              "name": "class",
              "value": "byline"
            }
          ],
          "height": 18,
          "html": "by Priya Singh",
          "left": 344,
          "text": "by Priya Singh",
          "top": 1762.078125,
          "width": 83
        },
        {
          "attributes": [
            {
              "name": "class",
              "value": "byline"
            }
          ],
          "height": 18,
          "html": "by Elena Markova",
          "left": 790,
          "text": "by Elena Markova",
          "top": 1739.578125,
          "width": 101
        }
      ],
      "selector": ".byline"
    },
    {
      "results": [
        {
          "attributes": [
            {
              "name": "class",
              "value": "headline"
            }
          ],
          "height": 53,
          "html": "Anthropic closes $20B round at a $300B valuation",
          "left": 344,
          "text": "Anthropic closes $20B round at a $300B valuation",
          "top": 629.28125,
          "width": 418
        },
        {
          "attributes": [
            {
              "name": "class",
              "value": "headline"
            }
          ],
          "height": 53,
          "html": "Google's Gemini 3 Ultra hits 92% on the ARC-AGI-2 benchmark",
          "left": 790,
          "text": "Google's Gemini 3 Ultra hits 92% on the ARC-AGI-2 benchmark",
          "top": 1116.234375,
          "width": 418
        }
      ],
      "selector": "article[data-section='ai'] .headline"
    },
    {
      "results": [
        {
          "attributes": [
            {
              "name": "class",
              "value": "story-link"
            },
            {
              "name": "href",
              "value": "/news"
            },
            {
              "name": "aria-label",
              "value": "ByteDispatch home"
            }
          ],
          "height": 33,
          "html": "\n        <span class=\"brand-mark\">▟</span>\n        <span class=\"brand-name\">ByteDispatch</span>\n      ",
          "left": 344,
          "text": "▟ ByteDispatch",
          "top": 14,
          "width": 168
        },
        {
          "attributes": [
            {
              "name": "class",
              "value": "story-link"
            },
            {
              "name": "href",
              "value": "/news#ai"
            }
          ],
          "height": 21,
          "html": "AI",
          "left": 850.140625,
          "text": "AI",
          "top": 20,
          "width": 16
        },
        {
          "attributes": [
            {
              "name": "class",
              "value": "story-link"
            },
            {
              "name": "href",
              "value": "/news#hardware"
            }
          ],
          "height": 21,
          "html": "Hardware",
          "left": 888.390625,
          "text": "HARDWARE",
          "top": 20,
          "width": 91
        },
        {
          "attributes": [
            {
              "name": "class",
              "value": "story-link"
            },
            {
              "name": "href",
              "value": "/news#software"
            }
          ],
          "height": 21,
          "html": "Software",
          "left": 1001.796875,
          "text": "SOFTWARE",
          "top": 20,
          "width": 88
        },
        {
          "attributes": [
            {
              "name": "class",
              "value": "story-link"
            },
            {
              "name": "href",
              "value": "/news#startups"
            }
          ],
          "height": 21,
          "html": "Startups",
          "left": 1112.09375,
          "text": "STARTUPS",
          "top": 20,
          "width": 83
        },
        {
          "attributes": [
            {
              "name": "class",
              "value": "story-link"
            },
            {
              "name": "href",
              "value": "/news#reviews"
            }
          ],
          "height": 21,
          "html": "Reviews",
          "left": 1217.46875,
          "text": "REVIEWS",
          "top": 20,
          "width": 72
        },
        {
          "attributes": [
            {
              "name": "class",
              "value": "story-link hero-cta"
            },
            {
              "name": "href",
              "value": "/news/article/openai-gpt-7-leaks"
            }
          ],
          "height": 28,
          "html": "Read the full story →",
          "left": 400,
          "text": "Read the full story →",
          "top": 375.78125,
          "width": 160
        },
        {
          "attributes": [
            {
              "name": "class",
              "value": "story-link"
            },
            {
              "name": "href",
              "value": "/news/article/anthropic-20b-round"
            }
          ],
          "height": 173,
          "html": "\n        <span class=\"section-tag section-ai\">AI</span>\n        <h2 class=\"headline\">Anthropic closes $20B round at a $300B valuation</h2>\n        <p class=\"deck\">Lightspeed, Sequoia, and a sovereign fund lead the company's third mega-round in 14 months.</p>\n        <div class=\"story-meta\">\n          <span class=\"byline\">by Priya Singh</span>\n          <span class=\"meta-sep\">·</span>\n          <time class=\"timestamp\">2 hours ago</time>\n          <span class=\"meta-sep\">·</span>\n          <span class=\"read-time\">4 min</span>\n        </div>\n      ",
          "left": 344,
          "text": "AI\nAnthropic closes $20B round at a $300B valuation\n\nLightspeed, Sequoia, and a sovereign fund lead the company's third mega-round in 14 months.\n\nby Priya Singh\n·\n2 hours ago\n·\n4 min",
          "top": 591.78125,
          "width": 418
        },
        {
          "attributes": [
            {
              "name": "class",
              "value": "story-link"
            },
            {
              "name": "href",
              "value": "/news/article/apple-m5-ultra"
            }
          ],
          "height": 173,
          "html": "\n        <span class=\"section-tag section-hardware\">Hardware</span>\n        <h2 class=\"headline\">Apple's M5 Ultra benchmarks leak — and they crush every competitor</h2>\n        <p class=\"deck\">The unreleased Mac Pro chip posts a 38% multi-core lead over AMD's Threadripper 7995WX in early Geekbench results.</p>\n        <div class=\"story-meta\">\n          <span class=\"byline\">by Tomás Reyes</span>\n          <span class=\"meta-sep\">·</span>\n          <time class=\"timestamp\">5 hours ago</time>\n          <span class=\"meta-sep\">·</span>\n          <span class=\"read-time\">6 min</span>\n        </div>\n      ",
          "left": 790,
          "text": "HARDWARE\nApple's M5 Ultra benchmarks leak — and they crush every competitor\n\nThe unreleased Mac Pro chip posts a 38% multi-core lead over AMD's Threadripper 7995WX in early Geekbench results.\n\nby Tomás Reyes\n·\n5 hours ago\n·\n6 min",
          "top": 591.78125,
          "width": 418
        },
        {
          "attributes": [
            {
              "name": "class",
              "value": "story-link"
            },
            {
              "name": "href",
              "value": "/news/article/linux-7-ships"
            }
          ],
          "height": 200,
          "html": "\n        <span class=\"section-tag section-software\">Software</span>\n        <h2 class=\"headline\">Linux 7.0 ships with a redesigned memory model and 64K page support by default</h2>\n        <p class=\"deck\">Linus Torvalds calls it the largest VM rewrite in two decades; cloud providers begin rolling it out next quarter.</p>\n        <div class=\"story-meta\">\n          <span class=\"byline\">by Aoife Donnelly</span>\n          <span class=\"meta-sep\">·</span>\n          <time class=\"timestamp\">Yesterday</time>\n          <span class=\"meta-sep\">·</span>\n          <span class=\"read-time\">7 min</span>\n        </div>\n      ",
          "left": 344,
          "text": "SOFTWARE\nLinux 7.0 ships with a redesigned memory model and 64K page support by default\n\nLinus Torvalds calls it the largest VM rewrite in two decades; cloud providers begin rolling it out next quarter.\n\nby Aoife Donnelly\n·\nYesterday\n·\n7 min",
          "top": 822.0625,
          "width": 418
        },
        {
          "attributes": [
            {
              "name": "class",
              "value": "story-link"
            },
            {
              "name": "href",
              "value": "/news/article/yc-w26-agents"
            }
          ],
          "height": 196,
          "html": "\n        <span class=\"section-tag section-startups\">Startups</span>\n        <h2 class=\"headline\">Y Combinator's W26 batch is 47% AI agent companies — here's the full list</h2>\n        <p class=\"deck\">Vertical agents for legal, accounting, and supply-chain operations dominate, with consumer agents taking a backseat for the first time since 2023.</p>\n        <div class=\"story-meta\">\n          <span class=\"byline\">by Marcus Bauer</span>\n          <span class=\"meta-sep\">·</span>\n          <time class=\"timestamp\">Yesterday</time>\n          <span class=\"meta-sep\">·</span>\n          <span class=\"read-time\">12 min</span>\n        </div>\n      ",
          "left": 790,
          "text": "STARTUPS\nY Combinator's W26 batch is 47% AI agent companies — here's the full list\n\nVertical agents for legal, accounting, and supply-chain operations dominate, with consumer agents taking a backseat for the first time since 2023.\n\nby Marcus Bauer\n·\nYesterday\n·\n12 min",
          "top": 822.0625,
          "width": 418
        },
        {
          "attributes": [
            {
              "name": "class",
              "value": "story-link"
            },
            {
              "name": "href",
              "value": "/news/article/robot-vacuum-shootout"
            }
          ],
          "height": 196,
          "html": "\n        <span class=\"section-tag section-reviews\">Reviews</span>\n        <h2 class=\"headline\">We tested 14 robot vacuums on stairs; only 3 didn't tumble</h2>\n        <p class=\"deck\">Cliff sensors are still inconsistent in 2026. Roborock and Dreame top our chart; one $1,400 model went over the edge twice.</p>\n        <div class=\"story-meta\">\n          <span class=\"byline\">by Elena Markova</span>\n          <span class=\"meta-sep\">·</span>\n          <time class=\"timestamp\">2 days ago</time>\n          <span class=\"meta-sep\">·</span>\n          <span class=\"read-time\">11 min</span>\n        </div>\n      ",
          "left": 344,
          "text": "REVIEWS\nWe tested 14 robot vacuums on stairs; only 3 didn't tumble\n\nCliff sensors are still inconsistent in 2026. Roborock and Dreame top our chart; one $1,400 model went over the edge twice.\n\nby Elena Markova\n·\n2 days ago\n·\n11 min",
          "top": 1078.734375,
          "width": 418
        },
        {
          "attributes": [
            {
              "name": "class",
              "value": "story-link"
            },
            {
              "name": "href",
              "value": "/news/article/gemini-arc-agi"
            }
          ],
          "height": 173,
          "html": "\n        <span class=\"section-tag section-ai\">AI</span>\n        <h2 class=\"headline\">Google's Gemini 3 Ultra hits 92% on the ARC-AGI-2 benchmark</h2>\n        <p class=\"deck\">DeepMind's latest model becomes the first to clear the human-baseline mark on the famously hard reasoning suite.</p>\n        <div class=\"story-meta\">\n          <span class=\"byline\">by Mira Chen</span>\n          <span class=\"meta-sep\">·</span>\n          <time class=\"timestamp\">2 days ago</time>\n          <span class=\"meta-sep\">·</span>\n          <span class=\"read-time\">5 min</span>\n        </div>\n      ",
          "left": 790,
          "text": "AI\nGoogle's Gemini 3 Ultra hits 92% on the ARC-AGI-2 benchmark\n\nDeepMind's latest model becomes the first to clear the human-baseline mark on the famously hard reasoning suite.\n\nby Mira Chen\n·\n2 days ago\n·\n5 min",
          "top": 1078.734375,
          "width": 418
        },
        {
          "attributes": [
            {
              "name": "class",
              "value": "story-link"
            },
            {
              "name": "href",
              "value": "/news/article/rtx-6090-review"
            }
          ],
          "height": 196,
          "html": "\n        <span class=\"section-tag section-hardware\">Hardware</span>\n        <h2 class=\"headline\">NVIDIA RTX 6090 Founders Edition review: too much GPU for any one task</h2>\n        <p class=\"deck\">Three-slot, 600W, and faster than the 5090 by 70% in raster. We ran it for two weeks across games, ML training, and 8K video editing.</p>\n        <div class=\"story-meta\">\n          <span class=\"byline\">by Tomás Reyes</span>\n          <span class=\"meta-sep\">·</span>\n          <time class=\"timestamp\">3 days ago</time>\n          <span class=\"meta-sep\">·</span>\n          <span class=\"read-time\">14 min</span>\n        </div>\n      ",
          "left": 344,
          "text": "HARDWARE\nNVIDIA RTX 6090 Founders Edition review: too much GPU for any one task\n\nThree-slot, 600W, and faster than the 5090 by 70% in raster. We ran it for two weeks across games, ML training, and 8K video editing.\n\nby Tomás Reyes\n·\n3 days ago\n·\n14 min",
          "top": 1331.515625,
          "width": 418
        },
        {
          "attributes": [
            {
              "name": "class",
              "value": "story-link"
            },
            {
              "name": "href",
              "value": "/news/article/rust-1-99"
            }
          ],
          "height": 173,
          "html": "\n        <span class=\"section-tag section-software\">Software</span>\n        <h2 class=\"headline\">Rust 1.99 stabilizes async traits and ships incremental compilation v3</h2>\n        <p class=\"deck\">Five-year-old async-trait shim is finally redundant; cold builds drop 22% on average across the top 1000 crates.</p>\n        <div class=\"story-meta\">\n          <span class=\"byline\">by Aoife Donnelly</span>\n          <span class=\"meta-sep\">·</span>\n          <time class=\"timestamp\">3 days ago</time>\n          <span class=\"meta-sep\">·</span>\n          <span class=\"read-time\">6 min</span>\n        </div>\n      ",
          "left": 790,
          "text": "SOFTWARE\nRust 1.99 stabilizes async traits and ships incremental compilation v3\n\nFive-year-old async-trait shim is finally redundant; cold builds drop 22% on average across the top 1000 crates.\n\nby Aoife Donnelly\n·\n3 days ago\n·\n6 min",
          "top": 1331.515625,
          "width": 418
        },
        {
          "attributes": [
            {
              "name": "class",
              "value": "story-link"
            },
            {
              "name": "href",
              "value": "/news/article/stripe-banking"
            }
          ],
          "height": 196,
          "html": "\n        <span class=\"section-tag section-startups\">Startups</span>\n        <h2 class=\"headline\">Stripe launches embedded banking — will it eat Mercury and Ramp?</h2>\n        <p class=\"deck\">Stripe Banking ships with FDIC-insured accounts, programmable cards, and a treasury layer; pricing starts at $0/month.</p>\n        <div class=\"story-meta\">\n          <span class=\"byline\">by Priya Singh</span>\n          <span class=\"meta-sep\">·</span>\n          <time class=\"timestamp\">4 days ago</time>\n          <span class=\"meta-sep\">·</span>\n          <span class=\"read-time\">8 min</span>\n        </div>\n      ",
          "left": 344,
          "text": "STARTUPS\nStripe launches embedded banking — will it eat Mercury and Ramp?\n\nStripe Banking ships with FDIC-insured accounts, programmable cards, and a treasury layer; pricing starts at $0/month.\n\nby Priya Singh\n·\n4 days ago\n·\n8 min",
          "top": 1584.296875,
          "width": 418
        },
        {
          "attributes": [
            {
              "name": "class",
              "value": "story-link"
            },
            {
              "name": "href",
              "value": "/news/article/vision-pro-2"
            }
          ],
          "height": 173,
          "html": "\n        <span class=\"section-tag section-reviews\">Reviews</span>\n        <h2 class=\"headline\">Vision Pro 2 review: still magic, still $3,500, still confusing</h2>\n        <p class=\"deck\">Lighter, sharper, and finally useful for productivity — but Apple still hasn't answered the basic question of who this is for.</p>\n        <div class=\"story-meta\">\n          <span class=\"byline\">by Elena Markova</span>\n          <span class=\"meta-sep\">·</span>\n          <time class=\"timestamp\">5 days ago</time>\n          <span class=\"meta-sep\">·</span>\n          <span class=\"read-time\">16 min</span>\n        </div>\n      ",
          "left": 790,
          "text": "REVIEWS\nVision Pro 2 review: still magic, still $3,500, still confusing\n\nLighter, sharper, and finally useful for productivity — but Apple still hasn't answered the basic question of who this is for.\n\nby Elena Markova\n·\n5 days ago\n·\n16 min",
          "top": 1584.296875,
          "width": 418
        },
        {
          "attributes": [
            {
              "name": "class",
              "value": "story-link"
            },
            {
              "name": "href",
              "value": "/news/article/openai-gpt-7-leaks"
            }
          ],
          "height": 20,
          "html": "GPT-7 leaks: 12T parameters",
          "left": 1292,
          "text": "GPT-7 leaks: 12T parameters",
          "top": 552.28125,
          "width": 205
        },
        {
          "attributes": [
            {
              "name": "class",
              "value": "story-link"
            },
            {
              "name": "href",
              "value": "/news/article/apple-m5-ultra"
            }
          ],
          "height": 20,
          "html": "M5 Ultra crushes Threadripper",
          "left": 1292,
          "text": "M5 Ultra crushes Threadripper",
          "top": 588.28125,
          "width": 218
        },
        {
          "attributes": [
            {
              "name": "class",
              "value": "story-link"
            },
            {
              "name": "href",
              "value": "/news/article/stripe-banking"
            }
          ],
          "height": 20,
          "html": "Stripe vs. Mercury, finally",
          "left": 1292,
          "text": "Stripe vs. Mercury, finally",
          "top": 624.28125,
          "width": 181
        },
        {
          "attributes": [
            {
              "name": "class",
              "value": "story-link"
            },
            {
              "name": "href",
              "value": "/news/article/robot-vacuum-shootout"
            }
          ],
          "height": 20,
          "html": "Robot vacuums on stairs",
          "left": 1292,
          "text": "Robot vacuums on stairs",
          "top": 660.28125,
          "width": 179
        },
        {
          "attributes": [
            {
              "name": "class",
              "value": "story-link"
            },
            {
              "name": "href",
              "value": "/news/article/rust-1-99"
            }
          ],
          "height": 20,
          "html": "Rust 1.99 ships async traits",
          "left": 1292,
          "text": "Rust 1.99 ships async traits",
          "top": 696.28125,
          "width": 198
        },
        {
          "attributes": [
            {
              "name": "class",
              "value": "story-link"
            },
            {
              "name": "href",
              "value": "/news/article/yc-w26-agents"
            }
          ],
          "height": 20,
          "html": "YC W26: 47% AI agents",
          "left": 1292,
          "text": "YC W26: 47% AI agents",
          "top": 1014.28125,
          "width": 166
        },
        {
          "attributes": [
            {
              "name": "class",
              "value": "story-link"
            },
            {
              "name": "href",
              "value": "/news/article/gemini-arc-agi"
            }
          ],
          "height": 20,
          "html": "Gemini 3 cracks ARC-AGI-2",
          "left": 1292,
          "text": "Gemini 3 cracks ARC-AGI-2",
          "top": 1050.28125,
          "width": 196
        },
        {
          "attributes": [
            {
              "name": "class",
              "value": "story-link"
            },
            {
              "name": "href",
              "value": "/news/article/rtx-6090-review"
            }
          ],
          "height": 20,
          "html": "RTX 6090 reviewed",
          "left": 1292,
          "text": "RTX 6090 reviewed",
          "top": 1086.28125,
          "width": 136
        },
        {
          "attributes": [
            {
              "name": "class",
              "value": "story-link"
            },
            {
              "name": "href",
              "value": "/news/article/vision-pro-2"
            }
          ],
          "height": 20,
          "html": "Vision Pro 2: $3,500 magic",
          "left": 1292,
          "text": "Vision Pro 2: $3,500 magic",
          "top": 1122.28125,
          "width": 189
        },
        {
          "attributes": [
            {
              "name": "class",
              "value": "story-link"
            },
            {
              "name": "href",
              "value": "/news/article/linux-7-ships"
            }
          ],
          "height": 20,
          "html": "Linux 7.0 lands",
          "left": 1292,
          "text": "Linux 7.0 lands",
          "top": 1158.28125,
          "width": 108
        },
        {
          "attributes": [
            {
              "name": "class",
              "value": "story-link"
            },
            {
              "name": "href",
              "value": "/news/about"
            }
          ],
          "height": 20,
          "html": "About",
          "left": 519.328125,
          "text": "About",
          "top": 1980.828125,
          "width": 38
        },
        {
          "attributes": [
            {
              "name": "class",
              "value": "story-link"
            },
            {
              "name": "href",
              "value": "/news/contact"
            }
          ],
          "height": 20,
          "html": "Contact",
          "left": 578.875,
          "text": "Contact",
          "top": 1980.828125,
          "width": 48
        },
        {
          "attributes": [
            {
              "name": "class",
              "value": "story-link"
            },
            {
              "name": "href",
              "value": "/news/privacy"
            }
          ],
          "height": 20,
          "html": "Privacy",
          "left": 649.265625,
          "text": "Privacy",
          "top": 1980.828125,
          "width": 46
        },
        {
          "attributes": [
            {
              "name": "class",
              "value": "story-link"
            },
            {
              "name": "href",
              "value": "/news/terms"
            }
          ],
          "height": 20,
          "html": "Terms",
          "left": 717.53125,
          "text": "Terms",
          "top": 1980.828125,
          "width": 38
        },
        {
          "attributes": [
            {
              "name": "class",
              "value": "story-link"
            },
            {
              "name": "href",
              "value": "/news/rss"
            }
          ],
          "height": 20,
          "html": "RSS",
          "left": 777.59375,
          "text": "RSS",
          "top": 1980.828125,
          "width": 27
        }
      ],
      "selector": "a.story-link"
    }
  ]
}
07

JSON (AI)

AI-powered structured extraction

POST /browser-rendering/json

Pass a prompt and a JSON Schema; Cloudflare's model reads the page and returns data conforming to your schema. Great when selectors are too brittle.

Browser time2.38 s
Response size1.4 KB
RecordedApr 27, 2026, 2:09 AM
curl
curl -X POST 'https://api.cloudflare.com/client/v4/accounts/<accountId>/browser-rendering/json' \
  -H 'Authorization: Bearer <apiToken>' \
  -H 'Content-Type: application/json' \
  -d '{
  "url": "https://browser-run-showcase.cutie-bot.workers.dev/news",
  "prompt": "Extract the top stories visible on this news site.",
  "response_format": {
    "type": "json_schema",
    "schema": {
      "type": "object",
      "properties": {
        "articles": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "headline": {
                "type": "string"
              },
              "byline": {
                "type": "string"
              },
              "section": {
                "type": "string"
              }
            },
            "required": [
              "headline"
            ]
          }
        }
      },
      "required": [
        "articles"
      ]
    }
  },
  "gotoOptions": {
    "waitUntil": "networkidle0"
  }
}'
request body
{
  "url": "https://browser-run-showcase.cutie-bot.workers.dev/news",
  "prompt": "Extract the top stories visible on this news site.",
  "response_format": {
    "type": "json_schema",
    "schema": {
      "type": "object",
      "properties": {
        "articles": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "headline": {
                "type": "string"
              },
              "byline": {
                "type": "string"
              },
              "section": {
                "type": "string"
              }
            },
            "required": [
              "headline"
            ]
          }
        }
      },
      "required": [
        "articles"
      ]
    }
  },
  "gotoOptions": {
    "waitUntil": "networkidle0"
  }
}
schema we sent
{
  "type": "object",
  "properties": {
    "articles": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "headline": {
            "type": "string"
          },
          "byline": {
            "type": "string"
          },
          "section": {
            "type": "string"
          }
        },
        "required": [
          "headline"
        ]
      }
    }
  },
  "required": [
    "articles"
  ]
}
extracted by the model
{
  "articles": [
    {
      "headline": "OpenAI's GPT-7 leaks reveal a 12-trillion parameter monster — and a new approach to memory",
      "byline": "Mira Chen and Jonas Park",
      "section": "AI"
    },
    {
      "headline": "AI Anthropic closes $20B round at a $300B valuation",
      "byline": "Priya Singh",
      "section": "AI"
    },
    {
      "headline": "Apple's M5 Ultra benchmarks leak — and they crush every competitor",
      "byline": "Tomás Reyes",
      "section": "Hardware"
    },
    {
      "headline": "Linux 7.0 ships with a redesigned memory model and 64K page support by default",
      "byline": "Aoife Donnelly",
      "section": "Software"
    },
    {
      "headline": "Y Combinator's W26 batch is 47% AI agent companies — here's the full list",
      "byline": "Marcus Bauer",
      "section": "Startups"
    },
    {
      "headline": "We tested 14 robot vacuums on stairs; only 3 didn't tumble",
      "byline": "Elena Markova",
      "section": "Reviews"
    },
    {
      "headline": "Google's Gemini 3 Ultra hits 92% on the ARC-AGI-2 benchmark",
      "byline": "Mira Chen",
      "section": "AI"
    },
    {
      "headline": "NVIDIA RTX 6090 Founders Edition review: too much GPU for any one task",
      "byline": "Tomás Reyes",
      "section": "Hardware"
    },
    {
      "headline": "Rust 1.99 stabilizes async traits and ships incremental compilation v3",
      "byline": "Aoife Donnelly",
      "section": "Software"
    },
    {
      "headline": "Stripe launches embedded banking — will it eat Mercury and Ramp?",
      "byline": "Priya Singh",
      "section": "Startups"
    },
    {
      "headline": "Vision Pro 2 review: still magic, still $3,500, still confusing",
      "byline": "Elena Markova",
      "section": "Reviews"
    }
  ]
}
browser run response · 1.4 KB
{
  "success": true,
  "result": {
    "articles": [
      {
        "headline": "OpenAI's GPT-7 leaks reveal a 12-trillion parameter monster — and a new approach to memory",
        "byline": "Mira Chen and Jonas Park",
        "section": "AI"
      },
      {
        "headline": "AI Anthropic closes $20B round at a $300B valuation",
        "byline": "Priya Singh",
        "section": "AI"
      },
      {
        "headline": "Apple's M5 Ultra benchmarks leak — and they crush every competitor",
        "byline": "Tomás Reyes",
        "section": "Hardware"
      },
      {
        "headline": "Linux 7.0 ships with a redesigned memory model and 64K page support by default",
        "byline": "Aoife Donnelly",
        "section": "Software"
      },
      {
        "headline": "Y Combinator's W26 batch is 47% AI agent companies — here's the full list",
        "byline": "Marcus Bauer",
        "section": "Startups"
      },
      {
        "headline": "We tested 14 robot vacuums on stairs; only 3 didn't tumble",
        "byline": "Elena Markova",
        "section": "Reviews"
      },
      {
        "headline": "Google's Gemini 3 Ultra hits 92% on the ARC-AGI-2 benchmark",
        "byline": "Mira Chen",
        "section": "AI"
      },
      {
        "headline": "NVIDIA RTX 6090 Founders Edition review: too much GPU for any one task",
        "byline": "Tomás Reyes",
        "section": "Hardware"
      },
      {
        "headline": "Rust 1.99 stabilizes async traits and ships incremental compilation v3",
        "byline": "Aoife Donnelly",
        "section": "Software"
      },
      {
        "headline": "Stripe launches embedded banking — will it eat Mercury and Ramp?",
        "byline": "Priya Singh",
        "section": "Startups"
      },
      {
        "headline": "Vision Pro 2 review: still magic, still $3,500, still confusing",
        "byline": "Elena Markova",
        "section": "Reviews"
      }
    ]
  }
}
09

Crawl

Multi-page crawl with link discovery

POST /browser-rendering/crawl

An async job: POST to start, GET to retrieve. Browser Run discovers pages via sitemaps and links, follows them, and returns Markdown/HTML for each.

Browser time0 ms
Response size19.8 KB
RecordedApr 27, 2026, 2:10 AM
curl
curl -X POST 'https://api.cloudflare.com/client/v4/accounts/<accountId>/browser-rendering/crawl' \
  -H 'Authorization: Bearer <apiToken>' \
  -H 'Content-Type: application/json' \
  -d '{
  "url": "https://browser-run-showcase.cutie-bot.workers.dev/news",
  "limit": 6,
  "depth": 2,
  "formats": [
    "markdown"
  ],
  "render": true,
  "options": {
    "includeSubdomains": false,
    "includeExternalLinks": false
  }
}'
request body
{
  "url": "https://browser-run-showcase.cutie-bot.workers.dev/news",
  "limit": 6,
  "depth": 2,
  "formats": [
    "markdown"
  ],
  "render": true,
  "options": {
    "includeSubdomains": false,
    "includeExternalLinks": false
  }
}
1985e7ca-08f9-4b8e-8835-7e24b04ecdf9
completed
6 / 6
1.40
StatusHTTPTitleURLMarkdown
completed 200 ByteDispatch — Tomorrow's tech, served daily https://browser-run-showcase.cutie-bot.workers.dev/news 6.4 KB
skipped (no title) https://twitter.com/bytedispatch
skipped (no title) https://github.com/bytedispatch
skipped (no title) https://www.linkedin.com/company/bytedispatch
skipped (no title) https://bsky.app/profile/bytedispatch.com
completed 200 OpenAI's GPT-7 leaks reveal a 12-trillion parameter monster — and a new approach to memory — ByteDispatch https://browser-run-showcase.cutie-bot.workers.dev/news/article/openai-gpt-7-leaks 3.0 KB
completed 200 Anthropic closes $20B round at a $300B valuation — ByteDispatch https://browser-run-showcase.cutie-bot.workers.dev/news/article/anthropic-20b-round 2.2 KB
completed 200 Apple's M5 Ultra benchmarks leak — and they crush every competitor — ByteDispatch https://browser-run-showcase.cutie-bot.workers.dev/news/article/apple-m5-ultra 2.0 KB
completed 200 Story: linux 7 ships — ByteDispatch https://browser-run-showcase.cutie-bot.workers.dev/news/article/linux-7-ships 1.8 KB
completed 200 Story: yc w26 agents — ByteDispatch https://browser-run-showcase.cutie-bot.workers.dev/news/article/yc-w26-agents 1.8 KB
browser run response · 19.8 KB
{
  "success": true,
  "result": {
    "id": "1985e7ca-08f9-4b8e-8835-7e24b04ecdf9",
    "status": "completed",
    "browserSecondsUsed": 1.40425927734375,
    "total": 6,
    "finished": 6,
    "skipped": 4,
    "records": [
      {
        "url": "https://browser-run-showcase.cutie-bot.workers.dev/news",
        "status": "completed",
        "metadata": {
          "status": 200,
          "title": "ByteDispatch — Tomorrow's tech, served daily",
          "url": "https://browser-run-showcase.cutie-bot.workers.dev/news",
          "lastModified": ""
        },
        "markdown": "[ ▟ ByteDispatch ](https://browser-run-showcase.cutie-bot.workers.dev/news/news) Tomorrow's tech, served daily. \n\n[AI](https://browser-run-showcase.cutie-bot.workers.dev/news/news#ai) [Hardware](https://browser-run-showcase.cutie-bot.workers.dev/news/news#hardware) [Software](https://browser-run-showcase.cutie-bot.workers.dev/news/news#software) [Startups](https://browser-run-showcase.cutie-bot.workers.dev/news/news#startups) [Reviews](https://browser-run-showcase.cutie-bot.workers.dev/news/news#reviews) \n\nSunday, April 26, 2026 \n\nExclusive · AI \n\n# OpenAI's GPT-7 leaks reveal a 12-trillion parameter monster — and a new approach to memory\n\nInternal documents obtained by ByteDispatch show the next OpenAI flagship pairs a sparse mixture-of-experts core with a separate persistent-memory layer, marking the company's biggest architectural shift since GPT-4.\n\nby Mira Chen and Jonas Park · April 26, 2026 — 6: 30 AM PT · 8 min read \n\n[Read the full story →](https://browser-run-showcase.cutie-bot.workers.dev/news/news/article/openai-gpt-7-leaks) \n\n## Latest\n\n[ AI Anthropic closes $20B round at a $300B valuation Lightspeed, Sequoia, and a sovereign fund lead the company's third mega-round in 14 months. by Priya Singh · 2 hours ago · 4 min ](https://browser-run-showcase.cutie-bot.workers.dev/news/news/article/anthropic-20b-round) \n\n[ Hardware Apple's M5 Ultra benchmarks leak — and they crush every competitor The unreleased Mac Pro chip posts a 38% multi-core lead over AMD's Threadripper 7995WX in early Geekbench results. by Tomás Reyes · 5 hours ago · 6 min ](https://browser-run-showcase.cutie-bot.workers.dev/news/news/article/apple-m5-ultra) \n\n[ Software Linux 7.0 ships with a redesigned memory model and 64K page support by default Linus Torvalds calls it the largest VM rewrite in two decades; cloud providers begin rolling it out next quarter. by Aoife Donnelly · Yesterday · 7 min ](https://browser-run-showcase.cutie-bot.workers.dev/news/news/article/linux-7-ships) \n\n[ Startups Y Combinator's W26 batch is 47% AI agent companies — here's the full list Vertical agents for legal, accounting, and supply-chain operations dominate, with consumer agents taking a backseat for the first time since 2023. by Marcus Bauer · Yesterday · 12 min ](https://browser-run-showcase.cutie-bot.workers.dev/news/news/article/yc-w26-agents) \n\n[ Reviews We tested 14 robot vacuums on stairs; only 3 didn't tumble Cliff sensors are still inconsistent in 2026\\. Roborock and Dreame top our chart; one $1,400 model went over the edge twice. by Elena Markova · 2 days ago · 11 min ](https://browser-run-showcase.cutie-bot.workers.dev/news/news/article/robot-vacuum-shootout) \n\n[ AI Google's Gemini 3 Ultra hits 92% on the ARC-AGI-2 benchmark DeepMind's latest model becomes the first to clear the human-baseline mark on the famously hard reasoning suite. by Mira Chen · 2 days ago · 5 min ](https://browser-run-showcase.cutie-bot.workers.dev/news/news/article/gemini-arc-agi) \n\n[ Hardware NVIDIA RTX 6090 Founders Edition review: too much GPU for any one task Three-slot, 600W, and faster than the 5090 by 70% in raster. We ran it for two weeks across games, ML training, and 8K video editing. by Tomás Reyes · 3 days ago · 14 min ](https://browser-run-showcase.cutie-bot.workers.dev/news/news/article/rtx-6090-review) \n\n[ Software Rust 1.99 stabilizes async traits and ships incremental compilation v3 Five-year-old async-trait shim is finally redundant; cold builds drop 22% on average across the top 1000 crates. by Aoife Donnelly · 3 days ago · 6 min ](https://browser-run-showcase.cutie-bot.workers.dev/news/news/article/rust-1-99) \n\n[ Startups Stripe launches embedded banking — will it eat Mercury and Ramp? Stripe Banking ships with FDIC-insured accounts, programmable cards, and a treasury layer; pricing starts at $0/month. by Priya Singh · 4 days ago · 8 min ](https://browser-run-showcase.cutie-bot.workers.dev/news/news/article/stripe-banking) \n\n[ Reviews Vision Pro 2 review: still magic, still $3,500, still confusing Lighter, sharper, and finally useful for productivity — but Apple still hasn't answered the basic question of who this is for. by Elena Markova · 5 days ago · 16 min ](https://browser-run-showcase.cutie-bot.workers.dev/news/news/article/vision-pro-2) \n\n### Trending now\n\n1. 1[GPT-7 leaks: 12T parameters](https://browser-run-showcase.cutie-bot.workers.dev/news/news/article/openai-gpt-7-leaks)\n2. 2[M5 Ultra crushes Threadripper](https://browser-run-showcase.cutie-bot.workers.dev/news/news/article/apple-m5-ultra)\n3. 3[Stripe vs. Mercury, finally](https://browser-run-showcase.cutie-bot.workers.dev/news/news/article/stripe-banking)\n4. 4[Robot vacuums on stairs](https://browser-run-showcase.cutie-bot.workers.dev/news/news/article/robot-vacuum-shootout)\n5. 5[Rust 1.99 ships async traits](https://browser-run-showcase.cutie-bot.workers.dev/news/news/article/rust-1-99)\n\n### The Daily Dispatch\n\nOne email, every morning, with the five tech stories that matter.\n\nSubscribe \n\n### Most read this week\n\n1. 1[YC W26: 47% AI agents](https://browser-run-showcase.cutie-bot.workers.dev/news/news/article/yc-w26-agents)\n2. 2[Gemini 3 cracks ARC-AGI-2](https://browser-run-showcase.cutie-bot.workers.dev/news/news/article/gemini-arc-agi)\n3. 3[RTX 6090 reviewed](https://browser-run-showcase.cutie-bot.workers.dev/news/news/article/rtx-6090-review)\n4. 4[Vision Pro 2: $3,500 magic](https://browser-run-showcase.cutie-bot.workers.dev/news/news/article/vision-pro-2)\n5. 5[Linux 7.0 lands](https://browser-run-showcase.cutie-bot.workers.dev/news/news/article/linux-7-ships)\n\n▟ ByteDispatch \n\n[About](https://browser-run-showcase.cutie-bot.workers.dev/news/news/about) [Contact](https://browser-run-showcase.cutie-bot.workers.dev/news/news/contact) [Privacy](https://browser-run-showcase.cutie-bot.workers.dev/news/news/privacy) [Terms](https://browser-run-showcase.cutie-bot.workers.dev/news/news/terms) [RSS](https://browser-run-showcase.cutie-bot.workers.dev/news/news/rss) \n\n[Twitter](https://twitter.com/bytedispatch) [GitHub](https://github.com/bytedispatch) [LinkedIn](https://www.linkedin.com/company/bytedispatch) [Bluesky](https://bsky.app/profile/bytedispatch.com) \n\n© 2026 ByteDispatch Media. All rights reserved.\n\n[hidden scoop](https://browser-run-showcase.cutie-bot.workers.dev/news/news/article/hidden-scoop-1) [another hidden scoop](https://browser-run-showcase.cutie-bot.workers.dev/news/news/article/hidden-scoop-2) [internal tools](https://browser-run-showcase.cutie-bot.workers.dev/news/news/internal-tools) "
      },
      {
        "url": "https://twitter.com/bytedispatch",
        "status": "skipped"
      },
      {
        "url": "https://github.com/bytedispatch",
        "status": "skipped"
      },
      {
        "url": "https://www.linkedin.com/company/bytedispatch",
        "status": "skipped"
      },
      {
        "url": "https://bsky.app/profile/bytedispatch.com",
        "status": "skipped"
      },
      {
        "url": "https://browser-run-showcase.cutie-bot.workers.dev/news/article/openai-gpt-7-leaks",
        "status": "completed",
        "metadata": {
          "status": 200,
          "title": "OpenAI's GPT-7 leaks reveal a 12-trillion parameter monster — and a new approach to memory — ByteDispatch",
          "url": "https://browser-run-showcase.cutie-bot.workers.dev/news/article/openai-gpt-7-leaks",
          "lastModified": ""
        },
        "markdown": "[ ▟ ByteDispatch ](https://browser-run-showcase.cutie-bot.workers.dev/news/article/openai-gpt-7-leaks/news) \n\n[AI](https://browser-run-showcase.cutie-bot.workers.dev/news/article/openai-gpt-7-leaks/news#ai) [Hardware](https://browser-run-showcase.cutie-bot.workers.dev/news/article/openai-gpt-7-leaks/news#hardware) [Software](https://browser-run-showcase.cutie-bot.workers.dev/news/article/openai-gpt-7-leaks/news#software) [Startups](https://browser-run-showcase.cutie-bot.workers.dev/news/article/openai-gpt-7-leaks/news#startups) [Reviews](https://browser-run-showcase.cutie-bot.workers.dev/news/article/openai-gpt-7-leaks/news#reviews) \n\nAI \n\n# OpenAI's GPT-7 leaks reveal a 12-trillion parameter monster — and a new approach to memory\n\nInternal documents obtained by ByteDispatch show the next OpenAI flagship pairs a sparse mixture-of-experts core with a separate persistent-memory layer.\n\nby Mira Chen and Jonas Park · April 26, 2026 — 6: 30 AM PT · 8 min read \n\nInternal architecture documents obtained by ByteDispatch over the weekend describe a model the company has been training since November on a cluster of more than 100,000 next-generation accelerators. The documents — which include a 47-page technical whitepaper marked DRAFT and a separate set of slides prepared for the company's board — call the system GPT-7 and place its parameter count at 12.4 trillion in total, with roughly 800 billion active per token.\n\nThe most surprising element is not the size. It's the addition of what the documents call a 'persistent state layer' — a separately-trained memory module that the language model can read from and write to during inference. According to two people familiar with the project, this is OpenAI's bet that scaling alone has plateaued.\n\nOpenAI declined to comment on the documents or confirm the existence of GPT-7\\. A company spokesperson said in an email: 'We do not comment on specific research timelines.'\n\nIf the architecture details are accurate, GPT-7 would represent the largest single shift in OpenAI's stack since the move from GPT-3.5 to GPT-4 in early 2023\\. It would also place direct pressure on Anthropic, whose Claude 5 family ships its own form of persistent memory, and on Google DeepMind, whose Gemini 3 Ultra hit a 92% on ARC-AGI-2 earlier this week.\n\n## Read next\n\n* [Anthropic closes $20B round at a $300B valuation](https://browser-run-showcase.cutie-bot.workers.dev/news/article/openai-gpt-7-leaks/news/article/anthropic-20b-round)\n* [Gemini 3 Ultra hits 92% on ARC-AGI-2](https://browser-run-showcase.cutie-bot.workers.dev/news/article/openai-gpt-7-leaks/news/article/gemini-arc-agi)\n\n[Home](https://browser-run-showcase.cutie-bot.workers.dev/news/article/openai-gpt-7-leaks/news) [About](https://browser-run-showcase.cutie-bot.workers.dev/news/article/openai-gpt-7-leaks/news/about) [Contact](https://browser-run-showcase.cutie-bot.workers.dev/news/article/openai-gpt-7-leaks/news/contact) [Privacy](https://browser-run-showcase.cutie-bot.workers.dev/news/article/openai-gpt-7-leaks/news/privacy) \n\n© 2026 ByteDispatch Media."
      },
      {
        "url": "https://browser-run-showcase.cutie-bot.workers.dev/news/article/anthropic-20b-round",
        "status": "completed",
        "metadata": {
          "status": 200,
          "title": "Anthropic closes $20B round at a $300B valuation — ByteDispatch",
          "url": "https://browser-run-showcase.cutie-bot.workers.dev/news/article/anthropic-20b-round",
          "lastModified": ""
        },
        "markdown": "[ ▟ ByteDispatch ](https://browser-run-showcase.cutie-bot.workers.dev/news/article/anthropic-20b-round/news) \n\n[AI](https://browser-run-showcase.cutie-bot.workers.dev/news/article/anthropic-20b-round/news#ai) [Hardware](https://browser-run-showcase.cutie-bot.workers.dev/news/article/anthropic-20b-round/news#hardware) [Software](https://browser-run-showcase.cutie-bot.workers.dev/news/article/anthropic-20b-round/news#software) [Startups](https://browser-run-showcase.cutie-bot.workers.dev/news/article/anthropic-20b-round/news#startups) [Reviews](https://browser-run-showcase.cutie-bot.workers.dev/news/article/anthropic-20b-round/news#reviews) \n\nAI \n\n# Anthropic closes $20B round at a $300B valuation\n\nLightspeed, Sequoia, and a sovereign fund lead the company's third mega-round in 14 months.\n\nby Priya Singh · 2 hours ago · 4 min \n\nAnthropic has closed a $20 billion primary round at a $300 billion post-money valuation, three sources with direct knowledge of the deal told ByteDispatch. The round closed late Friday and is expected to be announced as soon as Monday.\n\nThe round was led by Lightspeed Venture Partners and Sequoia Capital, with a previously undisclosed Gulf-region sovereign fund taking the largest single check. Existing investors Google, Amazon, and Spark Capital all participated in their pro rata.\n\nThe pricing represents a roughly 4x markup from the company's $75 billion valuation a year ago, and pulls Anthropic ahead of OpenAI on a per-customer revenue basis, according to two of the sources.\n\n## Read next\n\n* [OpenAI's GPT-7 leaks](https://browser-run-showcase.cutie-bot.workers.dev/news/article/anthropic-20b-round/news/article/openai-gpt-7-leaks)\n* [YC's W26 batch is 47% AI agents](https://browser-run-showcase.cutie-bot.workers.dev/news/article/anthropic-20b-round/news/article/yc-w26-agents)\n\n[Home](https://browser-run-showcase.cutie-bot.workers.dev/news/article/anthropic-20b-round/news) [About](https://browser-run-showcase.cutie-bot.workers.dev/news/article/anthropic-20b-round/news/about) [Contact](https://browser-run-showcase.cutie-bot.workers.dev/news/article/anthropic-20b-round/news/contact) [Privacy](https://browser-run-showcase.cutie-bot.workers.dev/news/article/anthropic-20b-round/news/privacy) \n\n© 2026 ByteDispatch Media."
      },
      {
        "url": "https://browser-run-showcase.cutie-bot.workers.dev/news/article/apple-m5-ultra",
        "status": "completed",
        "metadata": {
          "status": 200,
          "title": "Apple's M5 Ultra benchmarks leak — and they crush every competitor — ByteDispatch",
          "url": "https://browser-run-showcase.cutie-bot.workers.dev/news/article/apple-m5-ultra",
          "lastModified": ""
        },
        "markdown": "[ ▟ ByteDispatch ](https://browser-run-showcase.cutie-bot.workers.dev/news/article/apple-m5-ultra/news) \n\n[AI](https://browser-run-showcase.cutie-bot.workers.dev/news/article/apple-m5-ultra/news#ai) [Hardware](https://browser-run-showcase.cutie-bot.workers.dev/news/article/apple-m5-ultra/news#hardware) [Software](https://browser-run-showcase.cutie-bot.workers.dev/news/article/apple-m5-ultra/news#software) [Startups](https://browser-run-showcase.cutie-bot.workers.dev/news/article/apple-m5-ultra/news#startups) [Reviews](https://browser-run-showcase.cutie-bot.workers.dev/news/article/apple-m5-ultra/news#reviews) \n\nHardware \n\n# Apple's M5 Ultra benchmarks leak — and they crush every competitor\n\nThe unreleased Mac Pro chip posts a 38% multi-core lead over AMD's Threadripper 7995WX in early Geekbench results.\n\nby Tomás Reyes · 5 hours ago · 6 min \n\nThree separate Geekbench 7 entries appeared overnight matching the device identifier 'Mac17,1' — widely believed to be the next Mac Pro — running an Apple-designed chip codenamed Hidra. The runs show a single-core score of 4,820 and a multi-core score of 78,310.\n\nFor comparison, AMD's flagship workstation CPU, the Threadripper 7995WX, posts roughly 56,800 in the same benchmark.\n\nThe M5 Ultra is expected to be Apple's first chip built on TSMC's 1.6nm-class process and the first to use a unified L4 cache shared across compute and ML accelerators.\n\n## Read next\n\n* [RTX 6090 Founders Edition review](https://browser-run-showcase.cutie-bot.workers.dev/news/article/apple-m5-ultra/news/article/rtx-6090-review)\n\n[Home](https://browser-run-showcase.cutie-bot.workers.dev/news/article/apple-m5-ultra/news) [About](https://browser-run-showcase.cutie-bot.workers.dev/news/article/apple-m5-ultra/news/about) [Contact](https://browser-run-showcase.cutie-bot.workers.dev/news/article/apple-m5-ultra/news/contact) [Privacy](https://browser-run-showcase.cutie-bot.workers.dev/news/article/apple-m5-ultra/news/privacy) \n\n© 2026 ByteDispatch Media."
      },
      {
        "url": "https://browser-run-showcase.cutie-bot.workers.dev/news/article/linux-7-ships",
        "status": "completed",
        "metadata": {
          "status": 200,
          "title": "Story: linux 7 ships — ByteDispatch",
          "url": "https://browser-run-showcase.cutie-bot.workers.dev/news/article/linux-7-ships",
          "lastModified": ""
        },
        "markdown": "[ ▟ ByteDispatch ](https://browser-run-showcase.cutie-bot.workers.dev/news/article/linux-7-ships/news) \n\n[AI](https://browser-run-showcase.cutie-bot.workers.dev/news/article/linux-7-ships/news#ai) [Hardware](https://browser-run-showcase.cutie-bot.workers.dev/news/article/linux-7-ships/news#hardware) [Software](https://browser-run-showcase.cutie-bot.workers.dev/news/article/linux-7-ships/news#software) [Startups](https://browser-run-showcase.cutie-bot.workers.dev/news/article/linux-7-ships/news#startups) [Reviews](https://browser-run-showcase.cutie-bot.workers.dev/news/article/linux-7-ships/news#reviews) \n\nTech \n\n# Story: linux 7 ships\n\nA ByteDispatch story.\n\nby The ByteDispatch Newsroom · Today · 5 min read \n\nThis is a placeholder article on the ByteDispatch demo site. The article exists so that Cloudflare Browser Run's \\`/crawl\\` endpoint can discover and follow internal links from the homepage.\n\nEach article page repeats the masthead and footer of the main site, includes its own headline, byline, and a few paragraphs of body text, and links to related stories — all of which make for a more interesting crawl response.\n\n## Read next\n\n* [OpenAI's GPT-7 leaks](https://browser-run-showcase.cutie-bot.workers.dev/news/article/linux-7-ships/news/article/openai-gpt-7-leaks)\n* [Apple's M5 Ultra benchmarks](https://browser-run-showcase.cutie-bot.workers.dev/news/article/linux-7-ships/news/article/apple-m5-ultra)\n\n[Home](https://browser-run-showcase.cutie-bot.workers.dev/news/article/linux-7-ships/news) [About](https://browser-run-showcase.cutie-bot.workers.dev/news/article/linux-7-ships/news/about) [Contact](https://browser-run-showcase.cutie-bot.workers.dev/news/article/linux-7-ships/news/contact) [Privacy](https://browser-run-showcase.cutie-bot.workers.dev/news/article/linux-7-ships/news/privacy) \n\n© 2026 ByteDispatch Media."
      },
      {
        "url": "https://browser-run-showcase.cutie-bot.workers.dev/news/article/yc-w26-agents",
        "status": "completed",
        "metadata": {
          "status": 200,
          "title": "Story: yc w26 agents — ByteDispatch",
          "url": "https://browser-run-showcase.cutie-bot.workers.dev/news/article/yc-w26-agents",
          "lastModified": ""
        },
        "markdown": "[ ▟ ByteDispatch ](https://browser-run-showcase.cutie-bot.workers.dev/news/article/yc-w26-agents/news) \n\n[AI](https://browser-run-showcase.cutie-bot.workers.dev/news/article/yc-w26-agents/news#ai) [Hardware](https://browser-run-showcase.cutie-bot.workers.dev/news/article/yc-w26-agents/news#hardware) [Software](https://browser-run-showcase.cutie-bot.workers.dev/news/article/yc-w26-agents/news#software) [Startups](https://browser-run-showcase.cutie-bot.workers.dev/news/article/yc-w26-agents/news#startups) [Reviews](https://browser-run-showcase.cutie-bot.workers.dev/news/article/yc-w26-agents/news#reviews) \n\nTech \n\n# Story: yc w26 agents\n\nA ByteDispatch story.\n\nby The ByteDispatch Newsroom · Today · 5 min read \n\nThis is a placeholder article on the ByteDispatch demo site. The article exists so that Cloudflare Browser Run's \\`/crawl\\` endpoint can discover and follow internal links from the homepage.\n\nEach article page repeats the masthead and footer of the main site, includes its own headline, byline, and a few paragraphs of body text, and links to related stories — all of which make for a more interesting crawl response.\n\n## Read next\n\n* [OpenAI's GPT-7 leaks](https://browser-run-showcase.cutie-bot.workers.dev/news/article/yc-w26-agents/news/article/openai-gpt-7-leaks)\n* [Apple's M5 Ultra benchmarks](https://browser-run-showcase.cutie-bot.workers.dev/news/article/yc-w26-agents/news/article/apple-m5-ultra)\n\n[Home](https://browser-run-showcase.cutie-bot.workers.dev/news/article/yc-w26-agents/news) [About](https://browser-run-showcase.cutie-bot.workers.dev/news/article/yc-w26-agents/news/about) [Contact](https://browser-run-showcase.cutie-bot.workers.dev/news/article/yc-w26-agents/news/contact) [Privacy](https://browser-run-showcase.cutie-bot.workers.dev/news/article/yc-w26-agents/news/privacy) \n\n© 2026 ByteDispatch Media."
      }
    ]
  },
  "jobId": "1985e7ca-08f9-4b8e-8835-7e24b04ecdf9"
}