Project ideas from Hacker News discussions.

Amazon blocks Meta’s new Muse AI agent from shopping on amazon.com

📝 Discussion Summary (Click to expand)

1. Amazon (and similar platforms) resist AI agents to protect ad‑driven revenue and control the shopping experience
- “Agents that scrape and digest web data are entirely anathema to brand‑reliant and advertising‑reliant vendors … vendors/marketplaces can assert control over the agents themselves …” – swatcoder
- “Amazon has a lot to lose by giving up control on how their website is used … They can accept it and create a plugin … or they can completely go against agents and block it.” – simianwords
- “Display ads are meaningless to agents … Amazon is actively banning these agents.” – rajivjain

2. Debate over the usefulness, transparency, and user empowerment of agents
- “It’s an optimistic view on AI – brings power to the people by mediating all the garbage.” – edmundsauto
- “I made an appointment with my doctor and haircut all using ChatGPT.” – simianwords
- “Does anyone have any meaningful use cases that have actually improved your life in some measurable way?” – fnordpiglet (questioning the tangible benefit)
- “The ToS is basically, ‘allow us, Amazon, to give you algorithmically higher prices …’” – awongh (critique of lack of transparency)

3. Speculation about the future of agentic commerce – APIs, allowed lists, antitrust, and competition
- “Maybe Amazon will sell their inventory for agents at a hefty API price?” – simianwords
- “A deal between Meta and Amazon to enable access in exchange for invisibly integrating advertisements into the agents’ decisions …” – Miraste
- “WebMCP or similar support will likely be a basic expectation at some point.” – United857
- “If Amazon doesn’t want to offer agent‑first shopping I’m sure someone else will come along and eat their lunch.” – nsvd2
- “Agentic commerce will finally realize the micro‑payments based internet …” – anthonypasq


🚀 Project Ideas

ShopScout Local Agent

Summary

  • A desktop application that runs a locally‑controlled LLM‑driven browser agent on the user's own residential network to search, compare prices, and checkout across multiple e‑commerce sites while avoiding site‑based bot blocks.
  • Empowers users to bypass Amazon’s Rufus and ad‑heavy UI, get transparent price comparisons, and keep purchasing power in their own hands.

Details

Key Value
Target Audience Privacy‑conscious shoppers, power users, and anyone frustrated by site‑specific agent bans
Core Feature LLM‑guided headless browser (Playwright/Puppeteer) that can autonomously navigate retailer sites, extract product data, fill carts, and request user confirmation before purchase
Tech Stack Electron (or Tauri) for desktop UI, Python/Node backend, Playwright for browser automation, LLM API (Open‑source or via local LLM like Llama‑3), optional residential‑IP VPN integration
Difficulty Medium
Monetization Hobby

Notes

  • HN users lament Amazon blocking agents and wanting to “use local agents on their own machine” (majorchord) and to “get a nice filtered view of exactly what you need” (simianwords). ShopScout gives them exactly that.
  • Provides a concrete way to test the hypothesis that agents can increase overall purchases while giving users control, sparking debate on agent‑friendly retail policies.

AgentPass Browser Extension

Summary

  • A browser extension that lets users invoke their personal LLM agent to perform any web task (form filling, button clicks, data extraction) using the user’s own session, cookies, and IP, making the automation indistinguishable from genuine user behavior.
  • Solves the core frustration of sites blocking automation while still letting users delegate repetitive work to AI.

Details

Key Value
Target Audience everyday web users who want AI to handle chores like scheduling, shopping, or form‑heavy sites
Core Feature Extension toolbar button that launches a chat interface; user types a natural‑language goal (e.g., “renew my subscription on X site”) and the extension drives the page via DOM automation, respecting site‑specific limits and requiring user confirmation for sensitive actions
Tech Stack Manifest V3 extension (JavaScript/TypeScript), Content scripts for DOM interaction, WebAssembly‑based LLM inference (e.g., Llama.cpp) or secure API to user‑chosen LLM, IndexedDB for session storage
Difficulty Low‑Medium
Monetization Revenue-ready: Freemium (free basic automation; $4/mo premium for unlimited runs, cloud‑fallback LLM, and advanced scheduling)

Notes

  • Commenters like brookst describe using Claude to “get Dispatcharr configured” and “find more subscriptions than other tools,” showing demand for a universal, site‑agnostic assistant.
  • By operating inside the user’s browser, AgentPass avoids datacenter IP blocking and sidesteps the “bot vs human” detection arms race discussed by United857 and dgellow.

SkillHub for Agents

Summary

  • A community‑driven marketplace where users can discover, install, and run vetted “agent skills” (pre‑built LLM workflows) for tasks such as price‑tracking across retailers, canceling unwanted subscriptions, or extracting info from complex portals.
  • Skills run in a sandboxed local daemon or WASM module, giving users safe, one‑click automation without writing code.

Details

Key Value
Target Audience users who want ready‑made AI workflows but lack the skill or time to build them (e.g., fnordpiglet, mariusae)
Core Feature Skill store with ratings, installation via a simple CLI or desktop app; each skill declares required permissions (sites, data access) and runs in an isolated environment with audit logs
Tech Stack Desktop client (Electron/Tauri) + Skill runtime (WASM or Node sandbox), Git‑based skill repository, optional reputation service, LLM orchestrator (local or API)
Difficulty Medium
Monetization Revenue-ready: 15% fee on premium skill sales or subscription for skill‑curation service ($5/mo)

Notes

  • Users ask for “meaningful use cases that have actually improved your life” (fnordpiglet) and cite examples like monitoring hotel prices, managing school portals (mariusae). SkillHub directly supplies those ready‑made skills.
  • Encourages sharing of effective agent patterns, fostering discussion on safety, utility, and the evolution of agent‑driven web interactions—topics frequently raised in the thread.

Read Later