PlasmatePlasmate
Posts Tags Docs Plasmate GitHub
  • 2026-04-11 · announcement ecosystemintegrationsannouncementlangchainautomation
    60+ Integrations: The Plasmate Ecosystem
    From a single CLI tool to 60+ repos across LangChain, Zapier, Supabase, VS Code, and more. Here's how the Plasmate ecosystem grew and what it means for AI agent developers.
  • 2026-04-10 · research benchmarkstoken-compressionllm-optimizationweb-scrapingresearch
    30x Token Compression: How Plasmate Cuts LLM Costs for Web-Scraping AI Agents
    We benchmarked 100 real websites and found Plasmate's Semantic Object Model achieves 30x mean token compression over raw HTML. Top performers like accounts.google.com hit 864x. Here's the data.
  • 2026-03-29 · tutorial tutorialpythonnewsai-agentsdaemon
    Building a News Aggregator Agent That Reads 50 Sources in Under a Minute
    A practical guide to building an AI agent that aggregates news from 50 sources, extracts headlines and summaries via SOM, and produces a daily briefing. With daemon mode, the entire pipeline runs in under 60 seconds.
  • 2026-03-29 · deep-dive announcementperformanceplasmatedaemon
    Daemon Mode: How Plasmate Went from 2 Seconds to 200 Milliseconds Per Page
    The biggest complaint about Plasmate was cold-start latency. Daemon mode keeps the browser warm between fetches, cutting per-page time from 2 to 5 seconds down to 200 milliseconds.
  • 2026-03-29 · announcement announcementwasmplasmatejavascript
    Plasmate SOM Compiler Now Available as WebAssembly
    The Plasmate SOM compiler is now available as a 380KB WebAssembly package. Compile HTML to structured JSON in Node.js, Deno, Bun, browsers, serverless functions, or edge workers. No native binary required.
  • 2026-03-28 · announcement announcementplasmatepublisherssom
    New: plasmate compile Lets Publishers Generate SOM Without Network Requests
    Publishers can now feed HTML directly to the Plasmate compiler from files or stdin. No browser, no network requests, no extra infrastructure. Just HTML in, SOM out.
  • 2026-03-28 · research benchmarksomtoken-efficiencyai-agentsweb-scraping
    HTML vs Markdown vs SOM: Which Format Should Your AI Agent Use?
    We benchmarked three web representations across 100 tasks and two models. SOM cuts tokens 4x vs HTML and is faster than markdown on Claude.
  • 2026-03-28 · tutorial tutorialecommercepricingai-agentspython
    How to Monitor Competitor Pricing with an AI Agent and Plasmate
    Build a Python agent that monitors competitor product pages, extracts pricing data via SOM, detects changes, and sends alerts. Complete working code included.
  • 2026-03-28 · announcement announcementreleaseplasmatesom
    Plasmate v0.5.0: DOM Bridge, ARIA States, and Details/Summary Support
    v0.5.0 adds html_id for DOM resolution, ARIA state preservation, details/summary extraction, improved Wikipedia tables, GDPR banner stripping, and ICU/Intl support for JS-heavy SPAs.
  • 2026-03-26 · tutorial sompublishersweb-standardstutorial
    SOM-first Websites: How Publishers Can Serve AI Agents Directly
    Instead of blocking AI agents or letting them scrape raw HTML, publishers can serve structured SOM representations directly. A step by step implementation guide.
  • 2026-03-24 · tutorial tutorialauthenticationcookiesai-agents
    Authenticated Browsing for AI Agents: How to Let Your Agent Log In as You
    Your AI agent needs to browse sites you are logged into. Twitter, LinkedIn, internal tools. Here is how Plasmate handles authenticated sessions without sharing passwords.
  • 2026-03-22 · tutorial tutorialpythonai-agentsresearch-agent
    Build a Web Research Agent with Plasmate in 50 Lines of Python
    A complete tutorial for building a web research agent that uses SOM to browse the web at 4x lower token cost. Python, OpenAI, and Plasmate. Full code included.
  • 2026-03-21 · deep-dive agentic-webweb-standardssomdeep-diverobots-txt
    The Agentic Web: Why the Web Needs a Fourth Layer
    The web has served humans, then search engines, then applications. AI agents are the fourth consumer, and they have no format designed for them. We propose three infrastructure primitives to fix this.
  • 2026-03-20 · deep-dive somdeep-diveweb-formatai-agents
    Why SOM Matters: The Case for a Semantic Web Format for AI Agents
    HTML was designed for browsers. Markdown was designed for humans. Neither was designed for AI agents. SOM is the missing format for the fourth consumer of the web.
  • 2026-03-18 · announcement announcementsomplasmateopen-source
    Introducing Plasmate: The Better Browser for AI Agents
    Raw HTML wastes 80% of your LLM context window on CSS classes, tracking scripts, and layout noise. Plasmate is an open-source headless browser that compiles web pages into structured semantic JSON for AI agents.

Part of the Plasmate Labs ecosystem · RSS