Lotu RadarAbout

Latest News Archive - Page 599

Products & Consumer Tech · Ars Technica

Michigan's explosive outbreak of diarrheal parasite jumps to over 1,200 cases

In neighboring Ohio, cases have reportedly reached over 500.

World · Deutsche Welle

US: Charlie Kirk murder suspect 'regretted' act, roommate says

Prosecutors in the Charlie Kirk murder case released details from an interview with the suspect's roommate, where he allegedly admitted to the murder and that he regretted it.

AI · TechCrunch AI

Can AI answer the $3 trillion question?

The AI ROI debate has returned and the numbers are even bigger, as are, perhaps, the consequences.

World · Al Jazeera

Syria says captured Damascus bombing suspects are affiliated with ISIL

Two explosions in the Syrian capital earlier this week came as French President Emmanuel Macron was visiting.

World · Al Jazeera

How Strait of Hormuz dispute led to latest US-Iran cycle of fighting

Clashing interpretations of vague memorandum of understanding language on Hormuz at heart of escalation, analysts say.

World · Al Jazeera

Trump airport name change sparks backlash in Florida

Trump airport name change sparks backlash in Florida

Products & Consumer Tech · Ars Technica

OpenAI wants its new tool to do your work for you and with you

Rebranded Codex promises independent workflows that can run "for hours if needed."

World · Al Jazeera

NYT-led group asks court to sanction OpenAI in US copyright dispute

The news firms allege ChatGPT maker is hiding evidence important to what could be landmark copyright infringement trial.

World · Al Jazeera

US military denies involvement after explosions heard in Iran

Iranian media report loud explosions in several locations as Israeli officials say war is 'not over'.

Products & Consumer Tech · Ars Technica

Patch for Windows Defender 0-day could allow attackers to fill hard disk

The feud between NightmareEclipse and Microsoft shows no signs of resolving soon.

Developers & Open Source · GitHub Changelog

New pull requests dashboard is now generally available

The refreshed pull requests dashboard is now generally available at github.com/pulls. It gives you a single home to track, prioritize, and act on the pull requests that need your attention,… The post New pull requests dashboard is now generally available appeared first on The GitHub Blog .

World · BBC Europe

Ukrainian agent accused of murdering Monaco bomb suspect changes story

Two men with links to Ukraine's security services are accused of killing Anastasiia Berezovska and dumping her body in woods.

Cloud & Infrastructure · CNCF Blog

Navigating the ingress-NGINX retirement

1. The Post-March 2026 landscape ⚠ The CatalystAcknowledge the March 2026 retirement of the Kubernetes SIG Network ingress-nginx controller. Staying on this controller introduces severe operational risks, including unpatched CVEs and a complete halt of feature...

Products & Consumer Tech · The Verge

The ChatGPT browser is already dead

OpenAI is already shutting down ChatGPT Atlas, its browser that could do tasks for you on your behalf, less than a year after launching it. Atlas was announced in October, but as part of its wave of news about ChatGPT Work today, the company confirmed that it will be "sunsetting" Atlas and is targeting an […]

Products & Consumer Tech · The Verge

The floatable, powerful Soundcore Boom 2 speaker is over half off

Bluetooth speakers with big sound and great features are hard to find for under $100, with most offerings being some variation of the same basic (and often small) design. Thankfully, through July 10th Woot has the Anker Soundcore Boom 2 on sale for $69.99, which is $20 cheaper than the discounted price at other retailers […]

Products & Consumer Tech · Ars Technica

Allstate accuses Broadcom of auditing it because it quit VMware, CA

Broadcom accuses Allstate of dodging VMware audits.

World · Al Jazeera

Mexico seeks prosecutions over migrant deaths in the US

Mexico will seek state and federal prosecutions in the United States over the deaths of Mexican migrants.

AI · MIT Technology Review AI

Anthropic found a hidden space where Claude puzzles over concepts

The AI firm Anthropic has developed a technique that has given it the clearest glimpse yet at what’s really going on inside large language models as they answer questions or carry out tasks. What they found ranges from the mundane to the unnerving. Researchers at the company built a tool called the Jacobian lens (or…

World · Al Jazeera

UK Labour’s Burnham apologises for response to Israel’s Gaza violence

UK's likely next PM Burnham pushes for ceasefire, tougher sanctions over Gaza violence and settlement trade bans.

Products & Consumer Tech · The Verge

Google will now tell you if an ad was made with AI

You can see if ads on Google Search, Google Discover, and YouTube were made or edited using AI from a new section in Google's "My Ad Center," as reported earlier by TechCrunch. The update, announced on Thursday, adds a "created or edited with AI" label under the "how this ad was made" tab. Users can […]

World · Al Jazeera

Canadian PM visits Saudi Arabia to strengthen energy, mining partnerships

Carney and Saudi Crown Prince Bin Salman strengthen partnerships after years of strained relations under Trudeau.

World · Al Jazeera

South African protesters intimidate migrants as aid group issues warning

Doctors Without Borders (MSF) warns of growing humanitarian needs as tens of thousands of African migrants displaced.

Notable Blogs · Simon Willison

The new GPT-5.6 family: Luna, Terra, Sol

OpenAI's latest flagship model hit general availability this morning , and comes in three sizes: Luna, Terra, and Sol (from smallest to largest). The new models are priced per 1M input/output tokens as Luna $1/$6, Terra $2.50/$15, Sol $5/$30. For comparison, the Claude Opus series are $5/$25 and the Claude Fable 5 is $10/$50, but price-per-million tokens doesn't tell us much now that the number of reasoning tokens can differ so much between models for the same task. All three models have a February 16th 2026 knowledge cutoff, a million token context window, and 128,000 maximum output tokens. OpenAI's biggest benchmark claim concerns long-running agentic performance, with one benchmark showing all three models outperforming Claude Fable 5: We trained GPT-5.6 to get more useful work from every token. On Agents’ Last Exam , an evaluation of long-running professional workflows across 55 fields, GPT-5.6 Sol sets a new high of 53.6, eclipsing Claude Fable 5 (adaptive reasoning) by 13.1 points. Even at medium reasoning, it beats Fable 5 by 11.4 points at roughly one-quarter the estimated cost. That efficiency extends to smaller models, which are essential to making intelligence more abundant and affordable: GPT-5.6 Terra and GPT-5.6 Luna outperform Fable 5 at around one-sixteenth the cost. Amusingly, one self-reported benchmark that Fable 5 crushed the GPT-5.6 family on was SWE-Bench Pro, where Fable 5 got 80% compared to GPT-5.6 Sol getting 64.6%. This may help explain why OpenAI chose to publish this article yesterday specifically calling out SWE-Bench Pro for problems they found while auditing that benchmark: In light of these results, we estimate that ~30% of SWE-bench Pro tasks are broken, and advise that model developers carefully examine results I've had some early access to GPT-5.6 Sol - it's definitely very competent, though so far it hasn't struck me as better than Fable at the kind of complex coding tasks I've been using with Anthropic's model. As usual, the model guidance for using GPT-5.6 has the most interesting details. There are a bunch of new API features that I need to explore (and probably add support for in LLM ), including: Programmatic Tool Calling allows the models to "compose and run JavaScript that orchestrates tool calls" - which sounds to me like it could help bridge the gap between MCPs and full terminal sessions that can compose CLI utilities in useful ways. Also reminiscent of the dynamic filtering mechanism Anthropic added to their web search tool, which allows code execution against web results as part of a single model turn. Multi-agent lets the model "spin up subagents for parallel, focused work" - the sub-agent pattern now baked into the core API. Prompt cache breakpoints brings the Claude model of prompt caching to OpenAI, letting you be explicit about where the cache breakpoints are rather than relying on the API to detect them automatically. Personally I much prefer automatic detection (still supported by OpenAI), but presumably there are optimization cost savings to be had here if you put the work in. You can now set detail: original on image requests to avoid resizing the image at all before it is processed. Here's a full page with 18 different pelicans - for reasoning efforts none, low, medium, high, xhigh, and max across the three different models. It also lists their token and calculated costs - the least expensive was gpt-5.6-luna at effort none for 0.71 cents, the most expensive was gpt-5.6-sol at max reasoning level for 48.55 cents. In further pelican news, if you jump to 17:50 in their livestream from this morning you'll see OpenAI's own demo of 3D pelicans riding a tricycle, a bicycle, a pony, and another pelican! Tags: ai , openai , generative-ai , llms , llm-tool-use , llm-pricing , pelican-riding-a-bicycle , llm-release , gpt-5

Society · NPR Top Stories

Smithsonian chief emphasizes 'accuracy and integrity' after White House report

The memo from the Smithsonian's secretary, Lonnie Bunch, responded to a White House report that calls the National Museum of American History driven by "a radical, activist ideology."