Virexa
HomeAIProgrammingCloudSecurityOpen SourceGamesMobile GamesDeveloper Hub
Sign InSign Up
Virexa
Sign InSign Up
AIProgrammingCloudSecurityOpen SourceGamesMobile GamesDeveloper Hub
Virexa

Modern AI news aggregation and newsletter platform covering technology, business, AI, games and world news.

Categories

  • AI
  • Programming
  • Cloud
  • Security
  • Open Source
  • Developer Hub

Company

  • About
  • Contact
  • Advertise

Resources

  • RSS Feed
  • API
  • Privacy Policy
  • Terms of Service

© 2026 Virexa. All rights reserved.

Virexa
HomeAIProgrammingCloudSecurityOpen SourceGamesMobile GamesDeveloper Hub
Sign InSign Up
Virexa
Sign InSign Up
AIProgrammingCloudSecurityOpen SourceGamesMobile GamesDeveloper Hub
Home›News Explorer

Explore

News Explorer

Browse every article collected by VIREXA. Newest articles appear first.

Filters

6,933 results • Page 455 of 578

Inkling is now the highest-scoring open-weight model on both ARC-AGI 1 and 2
TechnologyNews

Inkling is now the highest-scoring open-weight model on both ARC-AGI 1 and 2

1 point 1 comment on Hacker News · twitter.com

Hacker News·July 17, 2026·1 min read
Agents think in milliseconds, legacy infrastructure doesn't. LinkedIn, Walmart and Zendesk shared how they closed the gap at VB Transform 2026
AI
← Previous1…453454455456457…578Next →
🔥

Developer Pulse

What developers are discussing today

  • GPT-5.5 API↗9.4K
  • Next.js 16↗6.2K
  • Claude Code↗5.8K
  • Kubernetes→3.4K
  • Rust↗2.7K
Open Source

Agents think in milliseconds, legacy infrastructure doesn't. LinkedIn, Walmart and Zendesk shared how they closed the gap at VB Transform 2026

Legacy infrastructure, not the models themselves, is what's actually slowing AI agents down. That was the shared conclusion of three infrastructure leaders — from LinkedIn, Walmart, and Zendesk — at VB Transform 2026 . The panel brought together Animesh Singh, senior director of AI platform and infrastructure at LinkedIn, Desiree Gosby, SVP of corporate technology services and technology strategy at Walmart, and Sami Ghoche, VP of applied AI at Zendesk, each describing what actually broke when they moved agents from pilot to production. Each arrived at the same conclusion from a different starting point: None of the bottlenecks they hit were model problems. What tied their answers together was a shared premise: most enterprise infrastructure was built for how humans work, not for how agents work. The gap between those two speeds is where the real engineering happened. Gosby put it plainly when asked what she'd learned scaling agents inside Walmart's own workforce. The goal, she said, is to make sure "engineering doesn't once again become the bottleneck for what it is we're trying to do." Where the bottleneck actually was Each company hit a different version of the same wall: infrastructure designed for how people work doesn't hold up once agents are doing the work instead. At LinkedIn, the first bottleneck wasn't a model, it was Kubernetes, which assumes containers spin up on demand, a process that takes seconds. Singh said that's too slow for agents. The fix was moving from on-demand provisioning to pre-provisioned pools of containers that swap agentic workloads in and out in real time. A second, harder problem surfaced once LinkedIn let agents control their own orchestration. A five-point evaluation system looked clean, but hallucination kept showing up anyway. Singh said the issue was structural, an LLM evaluating another LLM's output shares the same failure mode as the thing it's evaluating. "We built our own harness, our own control flow, and pushed the LLMs to the leaf instead of them orchestrating the loop," Singh said. Roughly 80% of the workflow is now scripted, deterministic code, with LLMs used only where reasoning is required, and each step's evidence is committed to disk before the system moves on. Walmart's bottleneck came from success. An agent harness put directly into employees' hands went viral internally, and what Gosby called "citizen developers" began building their own agents to solve problems that once required a formal engineering roadmap. The upside was real innovation. The downside was duplication, dozens of overlapping agents with no coordination. The fix wasn't reining in the harness, it was building governance to spot duplication, promote the best version of an agent, and get it into production without engineering becoming a chokepoint. Zendesk hit its bottleneck from the data side. Ghoche, who joined through Zendesk's acquisition of Forethought , which closed in March 2026, described sitting on what he called a public figure of 20 billion customer conversations in Zendesk's repository. The instinct is to hand that history to a large language model with a big context window and let it generate the agents a business needs. Ghoche said that doesn't work. "You can't really do that, so instead you have to really invest in the underlying data pipelines and all the data infrastructure that comes with that," he said. The role of open source On open source, all three leaders landed on a similar instinct: own what you can, and lean on frontier labs only where they still have a clear edge. Ghoche said his own view is that most enterprises would prefer to own their models and infrastructure wherever that's possible, and that reasoning is what drives Zendesk's own approach. The exception is frontier reasoning work, where the labs still lead, though he said that slice of use cases is shrinking relative to everything else enterprises now do with AI. LinkedIn's answer was to build two subsystems specifically for independence. The first is what the company calls an AI gateway, a single interface that every outbound call to a model runs through regardless of provider. The second component is a memory subsystem built to hold context independent of any model provider. "Every single outbound call going to an LLM, whether it's on a public cloud or on-prem in our own data centers, follows the same semantics, the same API calls. We can quickly switch between different providers," Singh said. Walmart built its own internal gateway to stay vendor agnostic across three workload types: fully deterministic workflows, planner-and-reasoner workflows for open-ended tasks, and a hybrid of the two. Compliance-heavy work stays deterministic by design; governance, security and evaluation run through the gateway regardless of which model is on the other end. Gosby said the choice between a frontier model and an open-weight model comes down to whichever is most effective for the specific workload, not a fixed policy. Advice for the modernization journey Three pieces of advice came up directly, each tied to the wall a leader had already hit. Invest in evals before anything else. Ghoche called it the thing common to every use case, internal or customer facing. "The thing that's common to all of these is evals. It'll force you to break the problem down, and once you have a robust set of evals, you can move a lot faster," he said, Own your agent harness from day one. Gosby's advice was to put the AI harness directly in employees' hands early, paired with the infrastructure to monitor what it produces. "It will unlock a huge amount of innovation," she said. Build for model and context independence. Ensuring flexibility is critical for success. "Build for independence, whether it's a frontier model of today versus an open source model of tomorrow," Singh said. "Keep that context within your enterprise so that you can reuse it when you ship the model or the harness tomorrow," Singh said.

VentureBeat·July 17, 2026·5 min read
Oxford Physicist Says an Antigravity Machine May Be Possible
TechnologyNews

Oxford Physicist Says an Antigravity Machine May Be Possible

1 point 0 comments on Hacker News · popularmechanics.com

Hacker News·July 17, 2026·1 min read
Taco Bell iceberg lettuce identified as source of cyclosporiasis in 5 states
TechnologyNews

Taco Bell iceberg lettuce identified as source of cyclosporiasis in 5 states

Don't eat Taco Bell lettuce in Indiana, Kentucky, Michigan, Ohio, or West Virginia.

Ars Technica·July 17, 2026·1 min read
Are Emojis Allowed in XMPP Addresses?
TechnologyNews

Are Emojis Allowed in XMPP Addresses?

1 point 0 comments on Hacker News · op-co.de

Hacker News·July 17, 2026·1 min read
ZA/UM Studios to lay off up to 32 workers two months after releasing Zero Parades: For Dead Spies
Mobile GamesNews

ZA/UM Studios to lay off up to 32 workers two months after releasing Zero Parades: For Dead Spies

'This changes the shape of ZA/UM, but not its purpose. Our artistic standards remain unchange; we will persist.'

Game Developer·July 17, 2026·1 min read
EU proposes slowing down cuts to carbon emissions for businesses
ScienceNews

EU proposes slowing down cuts to carbon emissions for businesses

Under the proposals, the EU plans to relax its emissions trading system to give companies more time to reduce their carbon output.

BBC·July 17, 2026·1 min read
Polymarket’s Corporate Structure Is a Mystery—Even to Some of Its Former Employees
TechnologyNews

Polymarket’s Corporate Structure Is a Mystery—Even to Some of Its Former Employees

The prediction market’s Panamanian operation seems odd, even for a company whose CEO had his apartment raided by FBI agents.

Wired·July 17, 2026·1 min read
Apple Music is getting a price hike
TechnologyNews

Apple Music is getting a price hike

Apple Music is more expensive now. In the US, an individual plan now costs $11.99 per month, a $1 bump up from the previous $10.99 price. A family plan now costs $19.99 per month, up from $16.99, and a student plan costs $6.99 per month, up from $5.99. Apple, in a statement to Music Business […]

The Verge·July 17, 2026·1 min read
Magnitude 7.3 earthquake quake strikes off Mexico coast
WorldRelease

Magnitude 7.3 earthquake quake strikes off Mexico coast

The US Tsunami Warning Center has recorded waves 0.3m (1.1 feet) high in Puerto Madero and Chiapas in Mexico after the quake.

BBC·July 17, 2026·1 min read
NASA Invites Media to Roman Space Telescope, Crew-13 Launches
SpaceNews

NASA Invites Media to Roman Space Telescope, Crew-13 Launches

Media accreditation now is open for the launch of NASA’s Nancy Grace Roman Space Telescope and the agency’s SpaceX Crew-13 missions, both targeting launch in the coming months. The Roman telescope is slated to launch no earlier than 7:20 a.m. EDT Sunday, Aug. 30, aboard a SpaceX Falcon Heavy rocket from Launch Complex 39A at […]

NASA·July 17, 2026·2 min read
I replaced my space heater and ceiling fan with one Dyson appliance
SpaceNews

I replaced my space heater and ceiling fan with one Dyson appliance

Designed for year-round comfort, the Dyson Hot+Cool HF1 combines quiet operation and simple controls with Dyson's signature bladeless design.

TechCrunch·July 17, 2026·1 min read
Zero-Day
↘2K
💬

Top Discussion

HN

Hacker News

“GPT-5.5's API pricing is reshaping how startups build AI products”

14.1K932 comments
View discussion→

Filters

Time
Categories
Sources
Content Type