Back to Explore

Demonstrate by Notte

Automation tools

Browser workflows to deployed automation in minutes

💡 Notte is a pragmatic browser automation platform that combines the reliability of traditional scripts (Playwright/Selenium) with the flexibility of AI. It features a unique 'Hybrid Workflow' approach where scripts handle deterministic steps and AI acts as a fallback when website UIs change, significantly reducing maintenance overhead for developers and RPA teams.

"Scripts handle the routine 'highway driving,' while AI acts as the 'emergency driver' when the road gets bumpy or the map changes."

30-Second Verdict
What is it: Notte combines browser automation scripts with AI to handle website changes, making scripts more robust.
Worth attention: Yes, it addresses the common pain point of broken automation scripts due to UI changes.
8/10

Hype

9/10

Utility

293

Votes

Product Profile
Full Analysis Report

Notte: Making Browser Automation Scripts "Unbreakable"

2026-01-28 | ProductHunt | Official Site | GitHub


30-Second Quick Judgment

What it does: Combines traditional browser automation scripts (Playwright/Selenium) with AI—scripts handle deterministic operations, while AI acts as the "firefighter" when web pages change.

Is it worth it?: Yes. If you've ever written a scraper or RPA script, you know the agony of a script breaking just because a website changed a button's class name. Notte's Hybrid approach hits this pain point directly. It's 100% open-source, YC S25 backed, and offers 100 free hours per month.


Three Key Questions

Is it for me?

Target Users:

  • Developers writing browser automation scripts
  • RPA/Data collection teams
  • Products building AI Agents that need "web browsing" capabilities

Are you the one? If you fit any of these, yes:

  • You've maintained Playwright/Puppeteer scripts and been tortured by UI changes.
  • You want an AI Agent to automatically fill forms, place orders, or log in.
  • You need to process web pages in bulk without manually dealing with CAPTCHAs and anti-scraping measures.

Use Cases:

  • Weekly competitor price scraping → Use Notte; if the script fails, AI automatically fixes the step.
  • Automating government/enterprise forms → Hybrid Workflows handle complex logic.
  • AI Agents needing browser access → Connect with a single line of code.

Is it useful?

DimensionBenefitCost
Time50%+ reduction in script maintenance (official data)5-minute setup; Playwright users will feel right at home
Money100 free hours/month is plenty for personal projectsRequires your own LLM API Key (Gemini/OpenAI)
EffortNo more "script broke → debug → fix selector → redeploy" loopsLearning the Hybrid Workflow concept

ROI Judgment: If you spend more than 2 hours a month maintaining scrapers, try Notte's AgentFallback. It's zero-cost to verify.

Is it satisfying?

The "Aha!" Features:

  • AgentFallback: When a script selector fails, AI automatically takes over that specific step while the rest of the flow continues normally. No need to rewrite the whole script.
  • Perception Layer: Converts messy DOM into a structured semantic map so the LLM doesn't get "confused."

The "Wow" Moment:

"The cool thing is you don't redo anything. Wrap the script with AgentFallback, then if the selector breaks, the agent handles that step dynamically and the rest of the flow continues." — Sam Morris (ProductHunt)

Real User Feedback:

Positive: "Biased but this has genuinely been super useful + intuitive for me, can pretty much automate anything I can think of" — Sam Morris

Founder's Candor: "90% on benchmarks but when you need to do actual work at scale - it still sucks" — Andrea Pinto (Which is why they built the Hybrid solution)


For Independent Developers

Tech Stack

  • Language: Python
  • Browser Driver: Playwright + Patchright (Chromium)
  • Core Architecture: Perception Layer + Hybrid Agent Workflows
  • AI/Models: BYOK (Bring Your Own Key), supports Gemini, GPT-4, etc.

Core Implementation

Notte's core consists of two layers:

  1. Perception Layer: Converts the web DOM into a semantic map. Instead of feeding raw HTML (hallucination-prone) or screenshots (expensive/slow) to the LLM, it extracts a structured description like "here is a login button, there is an input box."

  2. Hybrid Workflow: Use Playwright for deterministic steps (opening a page, clicking a known button) and only call AI for steps that are likely to change. This reduces costs by 50% and increases reliability.

Open Source Status

  • Open Source?: Yes, 100% open source.
  • License: SSPL-1.0 (Note: Not MIT; there are restrictions on commercial SaaS usage).
  • GitHub: 1.8k stars, 166 forks.
  • Build-it-yourself difficulty: Medium. The Perception Layer is the core differentiator; implementing it yourself requires significant tuning.

Business Model

  • Monetization: Usage-based (browser hours + Agent execution + data transfer).
  • Pricing: Free 100 hours/month, paid plans from $10.
  • Enterprise: SOC-2 compliance, SSO, On-prem options.

Giant Risk

OpenAI released Operator (a browser-based agent) in January 2025. However, Notte differentiates itself by being:

  • Open-source + Self-hostable
  • Hybrid (not pure AI, resulting in lower costs)
  • Enterprise-ready (credential management, anti-detection)

The risk of being "killed" in the short term is low because the positioning is different—OpenAI is building a consumer agent, while Notte is building a developer tool.


For Product Managers

Pain Point Analysis

  • Problem Solved: Browser automation scripts breaking due to website UI changes.
  • Severity: High-frequency, critical need. Anyone who has built a scraper or RPA has experienced the "broken script" nightmare.

User Personas

TypeScenarioPain Point
Scraper DeveloperPeriodic data collectionSite redesigns break scripts
RPA TeamAutomating business processesForm structure changes interrupt workflows
AI Agent DeveloperAgent needs browser accessBuilding infrastructure from scratch is too hard

Feature Breakdown

FeatureTypeDescription
Perception LayerCoreDOM → Semantic Map, reduces LLM hallucinations
Hybrid WorkflowsCoreMix of script + AI, cost-effective and reliable
AgentFallbackCoreAI takes over automatically when selectors fail
Stealth SessionsCoreCAPTCHA, proxies, anti-detection
Secrets VaultCoreEnterprise-grade credential management
Digital PersonasExtraAuto-generate email/phone/2FA

Competitive Differentiation

vsNotteBrowserbaseSkyvernBrowser Use
Core DiffHybrid (Script + AI)Pure InfrastructureVision-basedPure AI
PriceFree 100h/month$99/500hFree tier availableOpen Source
ProsLow cost + ControllableScalable & StableStrong visual recognitionActive community
ConsNew productNo built-in AI logicHigh screenshot costsRequires self-built infra

Key Takeaways

  1. Hybrid Strategy: It's not an "AI or Script" binary choice—the hybrid approach is a model for other automation products.
  2. AgentFallback Design: An elegant fallback solution where AI fills the gap only when needed.
  3. Founder Honesty: "90% benchmark but production sucks"—admitting the problem before offering the solution is more persuasive than hype.

For Tech Bloggers

Founder Story

  • Founders: Andrea Pinto (CEO) + Lucas Giordano (CTO)
  • Background: Met at EPFL in 2019, worked together for 6 years. ML/LLM research experience at MIT, Oracle, and IBM Research.
  • Motivation: "The web was made for humans, not AI agents." They built the Perception Layer to improve agent performance, realized it wasn't enough, and created the Hybrid solution.

Discussion Points / Angles

  • SSPL License Controversy: 100% open source but uses SSPL instead of MIT, limiting commercial use.
  • Honest Self-Criticism: "90% on benchmarks but production still sucks"—a great angle on "How founders win trust through honesty."
  • The Reliability Dilemma: The industry consensus is "demos are cool, production is hard." Is Notte's Hybrid approach the answer?

Hype Data

  • PH Ranking: #16 Weekly Top, 300 votes
  • GitHub: 1.8k stars
  • YC: S25 Batch

Content Suggestions

  • Angle: "Why is AI browser automation always 'unreliable'? This YC startup's pragmatic fix."
  • Trend Jacking: Compare Notte's approach with OpenAI's Operator to show the developer vs. consumer split.

For Early Adopters

Pricing Analysis

TierPriceIncludesIs it enough?
Free$0100 browser hours/monthDefinitely enough for personal projects/PoCs
PaidFrom $10More usageEnough for small team daily use
EnterpriseCustomSOC-2, SSO, On-premFor corporate compliance

Getting Started

  • Setup Time: 5 minutes
  • Learning Curve: Low (even faster if you know Playwright)
  • Steps:
    1. pip install notte
    2. patchright install --with-deps chromium
    3. Write a few lines of Python and run your first Agent.
import notte
from dotenv import load_dotenv
load_dotenv()

with notte.Session(headless=False) as session:
    agent = notte.Agent(session=session, reasoning_model='gemini/gemini-2.5-flash', max_steps=30)
    response = agent.run(task="Search for cat memes on Google Images")

Pitfalls and Critiques

  1. BYOK (Bring Your Own Key): Notte doesn't provide the model; you need your own Gemini/OpenAI API Key.
  2. SSPL License: Be careful if you plan to use this directly within a commercial SaaS product.
  3. New Product: Founded in 2025; long-term stability and support quality are still being established.

Security and Privacy

  • Data Storage: Browser sessions run in isolated containers.
  • Encryption: Credentials are encrypted at rest and in transit.
  • Compliance: SOC 2 Type II.

Alternatives

AlternativeAdvantageDisadvantage
Browser UsePure Open Source (MIT), active communityRequires self-hosted infrastructure
SkyvernStrong visual recognition, DOM-independentHigh screenshot processing costs
BrowserbaseScalable and stableNo built-in AI logic, expensive
Custom PlaywrightComplete controlHigh maintenance cost

For Investors

Market Analysis

  • Market Size: AI Agents market $5.9B in 2024 → $105.6B by 2034 (CAGR 38.5%).
  • Growth Rate: Agentic AI market CAGR 43.84%.
  • Drivers: Enterprise automation needs, LLM improvements, browsers becoming the control layer for AI.

Competitive Landscape

TierPlayersPositioning
InfrastructureBrowserbaseCloud browser platform
Vision-basedSkyvernScreenshot + Vision AI
Open Source FrameworksBrowser Use, NotteDeveloper tools
Tech GiantsOpenAI OperatorConsumer-grade Agents

Timing Analysis

  • Why Now?:
    1. LLM capabilities have hit the "production-ready" threshold.
    2. Gartner predicts 40% of enterprise apps will embed AI Agents by 2026 (currently <5%).
    3. OpenAI Operator validates the space, but the developer tool market remains open.
  • Tech Maturity: The Hybrid approach is a pragmatic response to the unreliability of pure AI.
  • Market Readiness: Currently in the early adopter phase; enterprise scaling expected in 2026-2027.

Team Background

  • Founders: Andrea Pinto (CEO) + Lucas Giordano (CTO).
  • Core Team: 5 people, MIT/EPFL backgrounds.
  • Track Record: ML/LLM research at MIT, Oracle, and IBM Research.
  • Collaboration: 6 years of working together.

Funding Status

  • Raised: Y Combinator S25 (~$500K).
  • Investors: Y Combinator.
  • Valuation: Undisclosed.

Conclusion

Notte is the "pragmatic solution" for browser automation—it prioritizes the reliability of a script+AI hybrid over the flashiness of pure AI.

User TypeRecommendation
Developer✅ Highly recommended. 100 free hours is enough to validate, and AgentFallback solves the maintenance headache.
Product Manager✅ Worth watching. The Hybrid strategy and AgentFallback design are great benchmarks.
Blogger✅ Great to write about. Honest founders, unique technical approach, YC backing.
Early Adopter✅ Good to go. 5-minute setup, generous free tier, but watch the SSPL license.
Investor⚠️ Watch closely. Great sector and team, but competition is heating up with OpenAI's entry.

Resource Links

ResourceLink
Official Sitehttps://www.notte.cc/
GitHubhttps://github.com/nottelabs/notte
Documentationhttps://docs.notte.cc/
ProductHunthttps://www.producthunt.com/products/notte
Y Combinatorhttps://www.ycombinator.com/companies/nottelabs

Sources


2026-01-28 | Trend-Tracker v7.3

One-line Verdict

Notte is a pragmatic solution for browser automation, prioritizing reliability through a script+AI hybrid approach.

FAQ

Frequently Asked Questions about Demonstrate by Notte

Notte combines browser automation scripts with AI to handle website changes, making scripts more robust.

The main features of Demonstrate by Notte include: Perception Layer, Hybrid Workflows.

Free tier (100 hours/month), paid plans from $10, enterprise options.

Developers, RPA teams, and those building AI Agents needing web browsing capabilities.

Alternatives to Demonstrate by Notte include: Browserbase, Skyvern, Browser Use.

Data source: ProductHuntFeb 2, 2026
Last updated: