AI 资讯
ICE Wants to Know Everyone Who Bought a Certain Green Beanie From REI in the Last 2 Years
Homeland Security Investigations agents hit the outdoor retailer with a controversial subpoena as part of a dragnet search for the identities of protesters who entered a Minnesota church in March.
AI 资讯
Milo Yiannopoulos Detained by ICE in Louisiana
The longtime far-right operator and troll, a UK citizen, is being held in ICE custody pending his removal from the United States.
AI 资讯
A Judge Has Blocked the Pentagon’s Attempt to Blacklist Anthropic
A federal judge has called the Department of Defense’s designation of Anthropic as a national security supply-chain risk “illegal and baseless.”
AI 资讯
FBI Disrupts Chinese Proxy Tools Used in Mass Hacking of US Agencies and Infrastructure
China’s hacking campaign targeted NASA, the Federal Reserve, the US Senate, the Justice Department, and more, according to the DOJ.
产品设计
Will the DOJ’s investigation into a16z spook other VCs?
On the latest episode of Equity, we wonder why the DOJ is investigating startup board seats.
AI 资讯
Fairphone's latest repairable phone is finally available in the US for $650
Fairphone sells components like the USB port and screen, all swappable with a single torx driver.
AI 资讯
Fairphone is launching its latest repairable phone in the US too
The Fairphone 6+ is priced at $649 and will be available on Amazon.
AI 资讯
FEMA's ‘Shadow Administrator’ Was Paid by a DOGE Member's Startup for Months
Details from recent court filings show that DOGE's influence within government—and potential conflicts of interest—extend further than previously known.
产品设计
Kyoto Fusioneering starts work on key fusion power plant device
Fusion power startups are turning to Kyoto Fusioneering to supply components for future power pants. The Japan-based startup just received a grant to build a part of the fuel system.
开发者
Sila lands $1.4B Pentagon loan as militaries demand more batteries
Battery materials startup Sila will use a $1.4 billion loan from the U.S. Department of Defense to scale production at its factory in Washington State.
开源项目
Trump is losing his war on wind power
A court rules that a hold on all wind projects clearly violates the law.
产品设计
Trump wants the power to stop the public from suing polluters
Trump's DOJ says citizens should no longer be able to enforce environmental laws.
AI 资讯
DHS Official Resigns, Citing ‘War on Immigrants’
The outgoing executive director of the Office of Homeland Security Statistics is one of very few federal officials to speak out against the Trump administration’s immigration crackdown.
开源项目
Judge rebuffs Trump admin demand for phone records from NYT reporters
"We can quash the subpoenas, or you could withdraw the subpoenas,” judge told US.
AI 资讯
The Trump Administration Wants to Change Public Engagement Rules for Polluters
The EPA has proposed a rule change that would let states decide how much input the public has on air pollution permits. It would be a huge boon for data centers increasingly reliant on fossil fuels.
AI 资讯
Understanding Middleware in Deep Agents (With Runnable Examples)
If you've built even a simple AI agent, you've probably noticed that the "agent loop" itself is deceptively simple: the model gets a message, decides whether to call a tool, gets the result back, and repeats until it has an answer. But real-world agents need a lot more than that bare loop to actually work well. What happens when a conversation gets so long it blows past the model's context window? What if a tool call gets interrupted halfway through and leaves your message history in a broken state? What if you want the agent to keep a running todo list of what it's working on, or delegate parts of a task to a specialized sub-agent, or read and write files as part of its job? You could bolt all of this onto your agent manually. Or, if you're using Deep Agents, you get most of it for free through something called middleware . This post walks through what middleware actually is, why Deep Agents ships with a default stack of it, and how each piece behaves, with runnable code for each one so you can see it working instead of just reading about it. So What Is Middleware, Really? If you've done any web development, the term "middleware" probably already rings a bell. It's the same idea here. Middleware is code that sits around the core agent loop and gets a chance to run before or after certain things happen, like before a tool call executes, after the model responds, or right before messages are sent to the model. Instead of writing all of this logic directly inside your agent, you attach separate, independent pieces of middleware that each handle one specific concern. This matters for two reasons: You don't have to build common behaviors from scratch. Things like managing a todo list, summarizing long conversations, or handling file access are problems almost every non-trivial agent runs into. Deep Agents ships default middleware for these so you don't reinvent them every time. You can customize behavior without touching the agent's core logic. Need a custom summarizati
工具
ICE Is Using Data Broker Tools to ‘Identify Unaccompanied Minors’ and ‘Fraud’
A newly renewed, $25 million-per-year contract with a subsidiary of Thompson Reuters further expands the power of ICE under the Trump administration.
科技前沿
Pete Hegseth’s Plan for ‘High T’ Troops Is a Junk Science Fever Dream
The defense secretary’s idea of administering testosterone therapy to service members of the US Armed Forces reveals little understanding of the complexity of hormones.
科技前沿
NRC is (sort of) getting rid of "as low as reasonably achievable" standard
Its issues with current nuclear safety standards are termed semantic, not physical.
AI 资讯
ICE’s Internal Watchdog Is Now Investigating Online Critics
The Office of Professional Responsibility has opened more than 100 cases over what ICE officials call “incidents of doxing and threats” against ICE employees.