惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Last Week in AI
Last Week in AI
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园_首页
雷峰网
雷峰网
IT之家
IT之家
I
InfoQ
酷 壳 – CoolShell
酷 壳 – CoolShell
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
B
Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 【当耐特】
大猫的无限游戏
大猫的无限游戏
博客园 - 聂微东
Hugging Face - Blog
Hugging Face - Blog
A
About on SuperTechFans
月光博客
月光博客
P
Proofpoint News Feed
博客园 - 三生石上(FineUI控件)
J
Java Code Geeks
G
Google Developers Blog
小众软件
小众软件
宝玉的分享
宝玉的分享
Jina AI
Jina AI
V
Visual Studio Blog

JPost.com - Business & Innovation | The Jerusalem Post

Your Investments: Financial freedom and Jerusalem unification Your Taxes: How Israel’s new war compensation system works Victory for the Negev vision: Light Rail will reach gates of the intelligence campus - opinion Only 45% of Tel Aviv Stock Exchange companies made donations in 2025, study finds “Within 5 to 6 Years, all of Israel will be connected to a single water network” Forget the model wars, the real AI challenge is orchestration -opinion Israeli-Cypriot cyber company to unveil Starlink de-anonymizing tool - report Cellular Intelligence strikes deal with Novo Nordisk to advance Parkinson’s cell therapy Israel’s inflation dynamics remain under control IDF reservists created 150 new startups during last year, innovation program reveals Trump to regulate AI development after Anthropic's Mythos posed cybersecurity threat - report Your Investments: Prosperity in Israel takes time, but aliyah is worth it Your Taxes: An agreement is an agreement Inside Inspiraction, the Jerusalem incubator helping young Israelis turn ideas into start-ups Israeli-founded AI biotech Immunai expands AstraZeneca cancer collaboration The death of the US Jewish Orthodox middle class- opinion Real estate giant invests $200 million into Miami’s high-tech hub: What’s Flow Wynwood? Almost half of operational decisions will be done by AI in 2030, IBM reveals - poll It’s all about timing! 2026 is a rare opportunity window for Tel Aviv real estate A new standard of hospitality How Israel’s new reporting rules change the olim tax holiday - opinion Senior R&D managers are paying the price of the AI revolution - opinion Consumer guilt costs companies billions in abandoned online shopping carts - study A strategic miss: R&D is Israel's brain - so why does it develop, manufacture abroad? - opinion Connecting neighbors under fire: The story behind Angels of the Shelter AI is ending era of ‘job immunity’ for young tech workers as it reshapes Israel's job market Israeli AI startup cracks code of who is at fault when system fails: What do they do? - interview Your Taxes: Israel’s lower mid-market is tempting international M&A buyers Your Investments: Second chances, respect, and newlywed finance Microbes coordinate activity to reduce competition, Israeli researchers discover
How AI's supply and demand are breaking a decade-old stal...
YOSSI SYNETT · 2026-06-07 · via JPost.com - Business & Innovation | The Jerusalem Post
ByYOSSI SYNETT

Over the past decade, the tech industry has pulled off revolutions that once seemed implausible – mass migration to the cloud, the shift to a mobile-first world, and now the rise of generative AI. Yet one metric has remained stubbornly flat throughout it all.

Every year, the WAVE Web Accessibility Report evaluates the accessibility of the world's leading websites, including the Fortune 500. The conclusion has become almost predictable: despite extraordinary technological progress, the average number of accessibility defects on the world's top websites has barely changed over the past 10 years.

Roughly 16% of the global population living with disabilities still encounter daily digital barriers that prevent them from doing things the rest of us take for granted.

I've thought about this stalemate for a while, and I'd argue the usual explanations – lack of corporate empathy and weak regulation – have always missed the real culprit. The true cause is structural.

Development teams are working under relentless pressure: uptime, security, and feature deadlines. In that environment, accessibility isn't deprioritized because nobody cares. It's deprioritized because it has always cost significant engineering effort and offered no commercial upside. That's a hard combination to overcome with good intentions alone.

Digital chatbot, robot application, conversation assistant
Digital chatbot, robot application, conversation assistant (credit: SHUTTERSTOCK)

What's changed now, and what I believe will finally break the stalemate, is that AI is simultaneously solving both sides of that equation. For the first time, the supply side (the cost of doing the work) and the demand side (the incentive to do it) are moving in the right direction simultaneously.

The supply side: Developer friction goes to near-zero

The traditional bottleneck wasn't developers not knowing what accessibility required. It was that checking for it, fixing it, and keeping it fixed all took real time, time that was perpetually lost to other priorities.

AI-driven development changes this. When high-coverage automated accessibility testing is made available directly to AI coding agents, via MCP integrations or agent skills, accessibility checking stops being a separate step that happens after the code is written. It becomes part of the authoring process itself.

When a developer or their AI coding agent writes a UI component, the tool can flag and fix accessibility issues in real time before a single line reaches production. When that's combined with CI gates powered by the same detection technology, catching regressions before merge, the marginal cost of shipping accessible code drops to near zero.

That's the supply side shift in one sentence: for the first time, accessibility doesn't have to compete for developer bandwidth because it largely no longer requires it.

The demand side: Machines need accessible websites too

Here's where things get interesting, and somewhat unexpected: it turns out accessibility isn't just a requirement for human users. Autonomous browser agents, the kind increasingly being deployed to book flights, manage logistics, or navigate enterprise software on behalf of users, need it too.

Most current browser agents work by taking a screenshot of a page, sending it to a large language model, and asking, "What should I click next?" That process is slow, expensive, and brittle. It breaks the moment the page layout changes.

However, recent research into agentic workflows shows a far better approach: shifting toward "semantic agents" that read the accessibility tree directly rather than inferring from pixels. The accessibility tree is the same underlying infrastructure that screen readers use; it tells an agent the exact role, state, and label of every element on a page, without any visual interpretation.

On the Online Mind2Web benchmark, this semantic approach performs 32x better in price-performance terms than standard visual agents. Testing indicates that on more accessible sites, the advantage narrows to about 50x, and fixing just a handful of key semantic issues on a typical legacy site can push that efficiency to 100x.

The commercial implication is direct: if AI agents are handling increasing volumes of web transactions, semantically well-structured websites will be dramatically cheaper and faster to work with. Agents will naturally prefer them. .

The convergence and what it means for people

These two forces reinforce each other in a way that neither could alone. Automated coding tools create a path to accessibility that doesn't require extra developer effort. Economic pressure from agentic browsing gives businesses a commercial reason to actually walk that path. The deadlock breaks.

There's a temptation to read this as a story purely about machine efficiency and AI readiness. I'd resist that framing, because I think it misses what's actually significant here. The semantic structure an AI agent needs to navigate a website reliably is the same structure a screen reader needs to navigate it accessibly. A well-labeled button, a properly described form field, and a coherent heading hierarchy – these serve the visually impaired user and the browser agent equally. Fixing one fixes the other.

What's new, and what I find genuinely encouraging, is that enterprise self-interest and social good now point in the same direction. For a decade, accessibility improved slowly because the incentives were misaligned. That alignment problem is finally being corrected, not by regulations or better intentions, but by the architecture of the automated economy itself. The web that gets built for machines to navigate will, for the first time, be a web that actually works for everyone.


Yossi Synett is the Chief Scientist at Evinced, a company developing AI-powered tools that enable enterprises to implement digital accessibility at scale across web and mobile applications.

Follow us on Google