Seven Reads on Who Your Product Is Really Talking To
The shifts traced back to machine readers, thinner teams, and the human who still has to catch the mistake.
By Ray
We keep talking about AI like it changes what your team builds. This week's pieces point somewhere else: it changes who is on the other end of your product, and who is left to check the work. Some of your users are now machines. Some of your tools are now free. And the person catching the errors is still a human, probably on your team. If you run a product or design team, this is the week to figure out who you are actually designing for.
Start with who is reading your pages now
Your audience grew, and half of it has no eyes. Meta's Muse Is a New User Your Design Cannot See describes an AI agent that fills forms and buys things by reading the accessibility tree, not the visual layout. Confuse it, and it guesses wrong and fails silently instead of leaving. Vercel: OpenAI's crawler ran zero JavaScript across 500 million requests shows the same reader from the other side: if your site renders client-side, the crawler sees a blank page.
Both pieces say the same thing in different rooms. Structure is now content. Build clear page structure and audit logs for the agents, ship server-side rendering and JSON-LD for the crawlers, and skip llms.txt, since 97 percent of those files got zero crawler requests.
Watch your brand and your tools get repriced
When the buyer changes, the packaging changes with it. Novo dropped "Nordisk" because it is losing the obesity market to Lilly is a name cut to a business problem: Lilly holds 60.9 percent of the market to Novo's 38.8 percent, so the shorter name speaks straight to people buying GLP-1 drugs online. Identity work here ties to revenue, not taste.
The tools are getting repriced too. Canva made Affinity free and got seven million downloads drops the switching cost for pro design software to zero, while generative editing shows up as a default feature in basic apps. Read these together and the point is plain: aesthetics alone no longer justifies the price, whether the price is a brand or a seat. Re-check your software budget and set ownership rules before non-specialists start editing complex files.
Design for the task, not the prompt box
The input model is moving off the text box and onto the screen. Apple rebuilt Siri on Google's Gemini, and a writer who quit it came back won back a writer who had quit, not with a redesign, but by making multi-step tasks reliable using on-screen context and personal files. On-screen context becomes the standard input, which means you design clean handoffs between the agent and each app, and treat consent as a real feature.
That reliability is not automatic, and this is where the week gets sharp. AI Made Design Faster. It Didn't Make Review Optional. names the second collision: the moment your interface fails to catch a model's error before it hits a user. With hallucination rates running 22 to 94 percent, you cannot lean on the model being right. Test your wrong-answer survival rate and build guardrails that keep a human in the loop.
Fix the pipeline before it thins out
The human doing that review has to come from somewhere. Entry-Level Tech Jobs in New York Fell 49% Since 2022 reports a 49 percent drop in junior tech postings, paired with AI-driven layoffs at places like Oracle. Cut the bottom rung and you starve the pipeline for the senior reviewers the second-collision problem demands.
This piece stands on its own, but it answers the others. Someone has to read the agent logs, validate the model's output, and own the file a non-specialist just edited. If you stop growing junior talent, you are betting that skill appears on its own. Find new ways to train people, get hard metrics to defend your AI spend, and keep the trust of a team eyeing unions.
Your product now answers to readers you cannot see, so the human who checks the work is the one job you cannot automate away.
The reads
- 01Meta's Muse Is a New User Your Design Cannot See
- 02Novo dropped "Nordisk" because it is losing the obesity market to Lilly
- 03Entry-Level Tech Jobs in New York Fell 49% Since 2022
- 04Vercel: OpenAI's crawler ran zero JavaScript across 500 million requests
- 05Apple rebuilt Siri on Google's Gemini, and a writer who quit it came back
- 06Canva made Affinity free and got seven million downloads
- 07AI Made Design Faster. It Didn’t Make Review Optional.