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
Virexa
HomeAIProgrammingCloudSecurityOpen SourceGamesMobile GamesDeveloper Hub
Sign InSign Up
Virexa
Sign InSign Up
AIProgrammingCloudSecurityOpen SourceGamesMobile GamesDeveloper Hub
Home›Search Results

Explore

Search Results

Enter a keyword in the search bar above to find articles, or use the filters to browse.

Filters

3,754 results • Page 153 of 313

Cleveland Guardians Players Go To Bat For Venezuelan Earthquake Fund
BusinessNews

Cleveland Guardians Players Go To Bat For Venezuelan Earthquake Fund

Cleveland Guardians players signed autographs for hours today to get donations from a long line of fans to help victims of last month's earthquake in Venezuela.

Forbes·July 20, 2026·1 min read
Call of Duty: Modern Warfare 4 gets open beta in August
GamesTutorial

Call of Duty: Modern Warfare 4 gets open beta in August

Activision announces Call of Duty: Modern Warfare 4 beta dates and how to get into the beta playtest if you pre-order (and if you don't).

Polygon·July 20, 2026·1 min read
Making ASCII Art in Vim
TechnologyNews

Making ASCII Art in Vim

38 points 3 comments on Hacker News · alexyang.dev

Hacker News·July 20, 2026·1 min read
Building robots for unpredictable, infrastructure-free environments
RoboticsNews

Building robots for unpredictable, infrastructure-free environments

Real-world robotics success requires building infrastructure-free systems that thrive in unpredictable, harsh outdoor environments. The post Building robots for unpredictable, infrastructure-free environments appeared first on The Robot Report .

The Robot Report·July 20, 2026·5 min read
Google gets Pixel testers started with Android 17 QPR2 Beta 1
MobileNews

Google gets Pixel testers started with Android 17 QPR2 Beta 1

Sadly, the Pixel 6 and Pixel 6 Pro aren't coming along for this ride.

Android Authority·July 20, 2026·1 min read
Paramount-Warner Bros. merger blocked by judge in new legal snag
GamesNews

Paramount-Warner Bros. merger blocked by judge in new legal snag

A federal judge has put the $110 billion Paramount-Warner Bros. merger on hold temporarily after 12 US states sued to block it.

Polygon·July 20, 2026·1 min read
New NASA Earth Missions Gear Up to Start Science Flights
SpaceNews

New NASA Earth Missions Gear Up to Start Science Flights

The first of six new airborne campaigns will hit the skies this summer.

NASA·July 20, 2026·7 min read
Trump Vows Netanyahu Won't Be Arrested After Mamdani Suggests Capture In NYC
BusinessNews

Trump Vows Netanyahu Won't Be Arrested After Mamdani Suggests Capture In NYC

Netanyahu has regularly attended the annual UN General Assembly in New York City, but Mayor Zohran Mamdani has suggested he could be arrested at September’s event.

Forbes·July 20, 2026·1 min read
A single AI agent conversation can look perfect and still be broken, leaders from LangChain, Conviva and CoreWeave said at VB Transform 2026
AIOpen Source

A single AI agent conversation can look perfect and still be broken, leaders from LangChain, Conviva and CoreWeave said at VB Transform 2026

A single AI agent conversation can look flawless scored on its own and still point to a broken product. That gap is driving a shift in how enterprises evaluate agents, away from scoring individual traces and toward comparing cohorts of users against a baseline. At VB Transform 2026 , Harrison Chase, CEO of LangChain; Hui Zhang, CTO and co-founder of Conviva; and Emmanuel Turlay, director of engineering at CoreWeave, described that shift, along with a parallel move toward cheaper, narrower judge models. Agent-as-judge — judging one AI agent's output with another — hasn't replaced LLM-as-judge, which Chase said remains the default. The larger tension, Zhang said, is between automated judging, whether by LLM or agent, and human review. "You have scalable but ungrounded, whether it's agents as judge or LLMs as judge, you grade the outcome, you grade the work. It still is very difficult to ground it and then you use humans and that's just not scalable," Zhang said. "The whole industry is facing this, which poison you want to pick." Evaluation criteria now function as the product spec That gap — a conversation that scores well but still signals a broken product — is what teams try to close by building an exhaustive evaluation suite before they ship anything. Chase said that doesn't work. "We sometimes see teams that have almost eval paralysis," Chase said. "They're like, this is an eval set, I can't launch it. The best teams launch and then iterate." Chase framed evaluation criteria as a living specification, not a one-time test suite: a product requirements document — the standard software-development spec for what an application should do. "Evals are like the new PRD," he said. "They define what your agent should and shouldn't do." Turlay described hitting the same failure from a different angle. "I was trying to reach 100% coverage for my tests, and I still had bugs in production," he said — a test suite that looked complete but still missed what mattered, the same gap Chase was describing with evals. Broad, always-on monitoring, he said, catches more real failures than an exhaustive pre-launch test suite. Teams should set up wide online checks first, use those to identify failure classes as they occur, then build a targeted offline evaluation set around the problems that surface. Why scoring traces one at a time is a mistake Even a well-built evaluation process can still score the wrong thing. Zhang's objection is to how most teams run evaluation: sampling traces, whether 50 of them or a full population, scoring each in isolation. That approach misses a signal that only shows up when comparing cohorts of users against a baseline, a method Zhang calls contrastive analysis. Zhang illustrated it with a retail example: a shopper asks an agent for a running shoe ahead of a half marathon, the agent asks qualifying questions, and the shopper buys a shoe. Scored individually, that interaction looks fine. But the clarification ratio, how many follow-up questions an agent asks before completing a task, came in three times higher than baseline for that shoe category across the full user population. A second metric, how often shoppers finished their purchase outside the conversation, was five times higher than baseline for the same category. Neither number is visible from a single trace. Both point to a debuggable, category-specific problem. Zhang said the industry also lacks a second data source: what happens before, between and after the conversation, not just the trace itself. Sizing the judge to the job Once contrastive analysis flags which category is actually broken, the next problem is what watches for it going forward — and at what cost. Turlay's rule was to start with the most capable model available to prove a task is solvable, then work down. If it can't be done with a top-tier model, he said, it won't work with a smaller one. Once a pattern proves viable, teams can sample a fraction of traffic instead of judging every interaction, and move simpler tasks like binary classification to smaller open source models. LangChain took that further, fine-tuning its own model to detect when a user believes the agent made a mistake, a signal Chase calls perceived error. "The model we fine-tuned was a Qwen model," he said, referring to Alibaba's open source family. Combining hand labeling with distillation, the result performed well. "Same as [Claude]Sonnet, for, depending on how we served it, either 10 to 100x cost reduction," Chase said. Not every guardrail needs a model. Chase pointed to Claude Code's own guardrails as proof: regexes, the common programming technique for finding and validating patterns in code. "A lot of the guardrails they had were just regexes," he said. "They weren't small LLMs, they were just regexes." LLM-as-judge doesn't mean human-in-the-loop disappears The bigger question is whether using LLM as a judge removes the need for a human in the loop. Turlay pointed to accountability, drawing on his prior work at a self-driving car company. His team compressed data intake and retraining into a two-week cycle for shipping a new model to the car. Even then, someone still had to sign off. "I felt confident on behalf of the company to say this model should go into the car," he said. The same logic extends to legal, finance and healthcare. "Before we can remove a human to say, I endorse this and I take responsibility legally for it, it's going to be a while before agents can do that on their own." Zhang agreed a human has to remain the guardian on corner cases, even as automation eventually runs at a scale that beats individual human accuracy — machines can see more at the pattern level. Chase went further: that human check isn't just a safety net. "Human in the loop is really important for building trust in how these agentic systems work, and also really important for memory and learning from systems," he said. "There has to be interactions in order for the system to learn."

FakeGit Campaign Uses 7,600 GitHub Repositories to Spread SmartLoader Malware
SecuritySecurity Advisory

FakeGit Campaign Uses 7,600 GitHub Repositories to Spread SmartLoader Malware

Cybersecurity researchers have discovered nearly 7,600 malicious GitHub repositories, out of which more than 800 pose as artificial intelligence (AI) skills or Model Context Protocol (MCP) servers to deliver a malware family known as SmartLoader as part of an ongoing campaign codenamed FakeGit. "FakeGit uses copied projects, lookalike developer profiles, convincing READMEs, and malicious ZIP

The Hacker News·July 20, 2026·1 min read
Trump vows Iran will ‘pay’ for killing US soldiers
WorldNews

Trump vows Iran will ‘pay’ for killing US soldiers

The US intensifies air strikes on Iran, targeting critical sites after the deaths of American soldiers in the region.

Al Jazeera·July 20, 2026·1 min read
Canadian wildfires rage as Trump warns Carney again over 'poisoning' US air
ScienceNews

Canadian wildfires rage as Trump warns Carney again over 'poisoning' US air

The US president raised the issue with the the Canadian prime minister while the pair attended the World Cup Final in New Jersey.

BBC·July 20, 2026·1 min read
← Previous1…151152153154155…313Next →
🔥

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
VentureBeat·July 20, 2026·5 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