Skip to main content
Back to Blog
Daily Field Note
AI-curated · auto-published from public sources

164 HN Votes for Markdown Feeds: Your Website Has a Second Audience Now

|AlphaForge Editorial|6 min read
AI Search VisibilityGEOAgent StackLocal Business MarketingBuild Vs Hire

Two Hacker News projects just told you your website has a second audience

As of August 2026, two projects hit the Hacker News front page inside the same 48 hours, solving the same problem from opposite ends. acceptmarkdown.com earned 164 points and 95 comments for a plain idea: when a request arrives with an Accept header saying the client wants Markdown, serve a clean Markdown version of the page instead of the full browser payload. WebMCP, written up on August 4, 2026 with 55 points and 55 comments, goes further — it lets your website publish named actions an AI agent can call directly, like checking availability or starting a booking, instead of scraping your forms and guessing.

For an operator, the takeaway is simple: the software reading your website is now a real audience, it does not see what your customers see, and developers are building the plumbing to serve it deliberately.

What an agent actually sees when it hits your site

When a customer asks ChatGPT, Claude, or Perplexity for the "best roofing company near me," the model does not open your homepage in a browser. It works from whatever its crawler pulled out of your HTML — often buried under navigation, cookie banners, chat widgets, and JavaScript that never ran. If your service list is an image, it is invisible. If your prices sit in a PDF, they may as well not exist. The Markdown-feed idea drew 95 comments because it removes all of that: heading, text, list, done.

This is the same reason a business gets left out when a customer asks an AI assistant for a recommendation. The model cannot name what it could not cleanly read.

The trend is not slowing. In the same week, Perplexity published its "Portable Computer" push for local-first AI, and a developer put a 35-billion-parameter Qwen model on a Raspberry Pi to run a car assistant (144 points). More agents, running in more places, all needing structured input. Sites that are easy to read will get named; sites that are not will get skipped.

Do these three things this week

1. See what the machine sees

Paste your homepage URL into ChatGPT or Perplexity and ask it to list your services, service area, and pricing. Then do the same for two competitors. If the model gets your business wrong or comes back thin, that is the version of you it hands customers. This costs ten minutes.

2. Make the page legible

Put your services, cities served, and prices in real text with real headings — not baked into a hero graphic. Add a plain-text or Markdown version of your key pages, and an llms.txt file that points to them. This is the same move acceptmarkdown.com automates, and for most sites it is an afternoon of work.

3. Decide about actions

WebMCP is the early edge of agents not just reading your site but doing things on it — pulling a quote, holding a slot, submitting a job request. Before turning that on, be clear about which actions an agent may complete with no human looking. That is the judgment call we walked through in our post on approval gates for employee AI agents: read-only is safe to automate today; anything that books revenue or makes a promise needs a gate.

The build-vs-hire read

Adding a Markdown route and an llms.txt file is genuinely small — a competent developer does it in a day. The ongoing part is what breaks: keeping that feed correct every time you change a price or drop a service area, watching whether ChatGPT and Perplexity actually start citing you, and wiring a booking agent that knows your real calendar and your real rules. One-time setup is cheap. The maintenance and the monitoring are the job, and that is the part owners underestimate.

There is also a cost to getting it wrong. A Markdown feed still showing last year's pricing, or an agent that books jobs outside your service area, does damage faster than no feed at all — because the machine presents it with confidence and the customer believes it. That is the case for treating this as a maintained system, not a one-time checkbox.

That is why our agent stack is split into modules — visibility, content, booking — instead of one big build. You can stand up the reading layer yourself and add the pieces that need upkeep when the manual version starts costing more time than it saves.

What this means if you're weighing AI marketing or an agent build

The cheap, urgent move is making your site cleanly readable by machines this week, because that is what decides whether an AI assistant can recommend you at all. The build-vs-hire line falls at maintenance: do the one-time setup in-house, and bring in help for the monitoring and the agent actions that have to stay correct over time.

Want to know what ChatGPT, Claude, and Perplexity say about your business right now? Get your free AI Visibility Report — it takes 24 hours and shows exactly where you stand.


Ready to deploy AI agents for your business?

Tell our AI architect what you need. Get a scoped plan in minutes, not weeks.

Talk to the Architect

More from the Blog

Market MovesAI Agents

Enterprises Will Spend $201.9B on AI Agents in 2026 — Here's What SMBs Should Steal From the Playbook

Gartner says enterprises will spend $201.9B on AI agents in 2026. Here's the 3-move playbook SMBs can steal — and deploy for $1,200, not $300K.

·4 min read
StrategyPricing

Stop Selling Automation — Sell Outcomes: The New AI Agency Playbook for 2026

Automation is commoditized. Every agency can spin up a chatbot. The agencies winning in 2026 charge for results — qualified leads, closed deals, measurable ROI. Here is the playbook.

·7 min read
MCPTechnical

MCP Hit 97 Million Downloads — Why This Protocol Is the USB-C of AI Agents

Anthropic's Model Context Protocol is now supported by ChatGPT, Gemini, Copilot, and 10,000+ public servers. One universal connector for AI agents. Here is what it means for your business.

·8 min read
Industry NewsStrategy

Mastercard Just Gave Every Small Business a Virtual CFO — What That Means for AI Agents

Mastercard launched Virtual C-Suite — AI agents acting as CFO, CMO, and COO for small businesses. The biggest companies in the world just validated exactly what we build. Here is why custom beats generic.

·8 min read
Voice AIROI

Voice AI Agents Are Killing the Missed Call — Here's the ROI Math

73% of legal leads go to voicemail. 40% of real estate leads come after hours. Voice AI agents report 3.7x ROI per dollar invested. Here is the math and what it means for your business.

·9 min read
ArchitectureMulti-Agent

Multi-Agent Teams: Why One Agent Is Never Enough

Single agents hit a ceiling fast. Specialized teams of 2-5 agents — each owning one job — outperform generalists by 3-5x on complex workflows. Here is how to architect agent teams that actually scale.

·8 min read
IntegrationMCP

MCP Explained: How Your Agents Connect to Everything

Model Context Protocol is doing for AI agents what USB-C did for devices. One standard protocol to connect any agent to any tool — CRMs, email, databases, APIs. Here is what it is and how we use it.

·7 min read
PricingROI

The Real Cost of AI Agents: What SMBs Actually Pay

AI agent pricing ranges from $0 to $50,000 per month depending on who you ask. Here is a transparent breakdown of what things actually cost — LLM APIs, infrastructure, build time, and ongoing management.

·9 min read
DeploymentInfrastructure

VPS vs. On-Prem: Where Should You Host Your AI Agents?

Your AI agents need a home. We break down the trade-offs between cloud VPS hosting and on-premises deployment — cost, security, latency, and control — so you can pick the right setup.

·6 min read
SecurityOpenClaw

How We Secured Our Agents After CVE-2026-25253

When a critical vulnerability hit the OpenClaw framework, we patched every client agent within 4 hours. Here is what happened, what we did, and the security kit we open-sourced.

·8 min read

Liked this post?

Get agent builder tips, new playbooks, and automation strategies once a month. No spam.