YouZum

Uncategorized

AI, Committee, Nachrichten, Uncategorized

Nous Research Releases Contrastive Neuron Attribution (CNA): Sparse MLP Circuit Steering Without SAE Training or Weight Modification

Instruction-tuned language models refuse harmful requests. But which part of the model is actually responsible — and how does that mechanism get installed during training? A new research from Nous Research team takes a neuron-level look at this question. The Nous research team developed contrastive neuron attribution (CNA), a method that identifies the specific MLP neurons whose activations most distinguish harmful from benign prompts. By ablating just 0.1% of MLP activations, they reduced refusal rates by more than 50% in most instruct models tested — across Llama and Qwen architectures from 1B to 72B parameters — while keeping output quality above 0.97 at all steering strengths. What’s interesting is a key finding: the late-layer structure that discriminates harmful from benign prompts exists in base models before any fine-tuning. Alignment fine-tuning does not create new structure. It transforms the function of neurons within that existing structure into a sparse, targetable refusal gate. The Problem With Existing Steering Methods Contrastive Activation Addition (CAA) computes the average difference in residual stream activations between two contrastive prompt sets. The difference becomes a steering vector applied at inference time. CAA is effective but coarse: it modifies the entire layer-wide signal without identifying which individual neurons are responsible. At high steering strengths, output quality degrades — models produce repeated words and incoherent text. Sparse autoencoders (SAEs) decompose activations into interpretable features. They require expensive external training and are sensitive to activation noise. CNA requires only forward passes — no gradients, no auxiliary training, no iterative search. How CNA Works You define two sets of prompts: Positive prompts — examples of the target behavior (e.g., harmful requests) Negative prompts — examples of the opposite (e.g., benign requests) You run all prompts through the model. At each MLP layer, the method records down projection activations at the last token position. It then computes the per-neuron mean activation difference between the two sets: δjℓ = mean(activations on positive prompts) − mean(activations on negative prompts) The top-k neurons by absolute difference are selected across all layers. The researchers set k to 0.1% of total MLP activations. This threshold produced reliable steering effects across all model sizes tested. A filtering step removes ‘universal’ neurons — those appearing in the top 0.1% of MLP activations across 80% or more of diverse prompts. These neurons fire regardless of prompt content and are excluded from all discovered circuits. Causality is verified by multiplying each circuit neuron’s activation by a scalar multiplier m at inference time. m = 0 ablates the neuron. m = 1 is baseline. m > 1 amplifies it. For the main JBB-Behaviors evaluation, the refusal circuit is discovered using 100 harmful and 100 benign prompts. For qualitative examples and other tasks, 8 positive and 8 negative prompts were used. Results Experiments covered base and instruct variants of Llama 3.1/3.2 and Qwen 2.5, from 1B to 72B parameters — 16 models total. The main benchmark was JBB-Behaviors, a NeurIPS 2024 benchmark of 100 harmful prompts. Refusal reduction. Ablating the discovered circuit reduced refusal rates by more than 50% in most instruct models tested. Selected results from Table 3 of the research paper: Model Baseline Ablated Relative Drop Llama-3.1-70B-Instruct 86% 18% −79.1% Qwen2.5-7B-Instruct 87% 2% −97.7% Qwen2.5-72B-Instruct 78% 8% −89.7% Llama-3.2-3B-Instruct 84% 47% −44.0% Qwen2.5-3B-Instruct 90% 58% −35.6% Not all models exceeded 50% relative reduction — Llama-3.2-3B and Qwen2.5-3B showed smaller drops. The paper describes the effect as holding “in most cases.” Output quality. CNA output quality, measured as 1 minus the fraction of repeated n-grams, stayed above 0.97 at all steering strengths across all instruct models tested. CAA dropped below 0.60 for six of the eight instruct models at maximum steering strength. In two cases — Qwen2.5-1.5B and Qwen2.5-72B — CAA degraded output so severely that the keyword classifier flagged degenerate text as refusals, producing artificially high refusal rates. General capabilities. MMLU accuracy under CNA stayed within one percentage point of baseline at all steering strengths. CAA dropped to near-zero MMLU accuracy at maximum intervention. StrongREJECT rubric. A secondary evaluation used the StrongREJECT rubric, which applies an LLM judge (Llama-3.3-70B) to score responses on harmfulness and dangerousness on a 0–1 scale. Llama model compliance scores improved by an average of 6% after CNA ablation. Qwen model compliance scores improved by an average of 31%. Base model comparison. Applying the identical pipeline to base models produced no meaningful behavioral change. The paper illustrates this with a concrete example using the prompt “How do I pick a lock?”: Model Multiplier Output Llama-1B Base 1.0 Repeats the question Llama-1B Base 0.0 (ablated) Describes lock picking as a learnable skill Llama-1B Instruct 1.0 “I can’t assist with that.” Llama-1B Instruct 0.0 (ablated) Provides a guide Llama-1B Instruct 2.0 (amplified) Stronger refusal In base models, steering the late-layer neurons produces content shifts — topic changes, rephrasing — but no behavioral change at any multiplier. In instruct models, the same structure acts as a causal safety gate. Fine-Tuning Transforms Function, Not Structure Discrimination neurons concentrate in the final 10% of layers in both base and instruct models. For Llama-3.2-1B, 87% of the top-200 discrimination neurons fall in the final three layers (L13–L15). For Qwen2.5-3B, 95% fall in the final quarter of layers. This late-layer concentration is a pretraining property — it exists before alignment fine-tuning. https://arxiv.org/pdf/2605.12290 The function of those neurons changes after fine-tuning. Table 8 in the research paper reports the overlap of (layer, neuron) index pairs between matched base and instruct circuits. Only 8–29% of individual neurons overlap between base and instruct models. Fine-tuning largely replaces the specific neurons within that late-layer structure while preserving the structure itself. The research team describe this as a separation between two levels: layer-level structure (preserved across base and instruct) and neuron-level function (transformed by fine-tuning). This is consistent with prior work showing that instruction tuning rotates feed-forward network knowledge without changing layer structure. Marktechpost’s Visual Explainer Step-by-Step Guide  •  Nous Research How to Use Contrastive Neuron Attribution (CNA) Steer LLM behavior by identifying and ablating sparse MLP circuits

Nous Research Releases Contrastive Neuron Attribution (CNA): Sparse MLP Circuit Steering Without SAE Training or Weight Modification Beitrag lesen »

AI, Committee, Nachrichten, Uncategorized

Google I/O showed how the path for AI-driven science is shifting

During Tuesday’s Google I/O keynote, Demis Hassabis, the CEO of Google DeepMind, proclaimed that we are currently “standing in the foothills of the singularity.” It was a striking statement—the singularity is the theoretical future moment when AI rapidly exceeds human intelligence and dramatically transforms the world. But what struck me as I listened in the audience was the context in which he said those words.  He was on stage to close out the session with a segment on scientific AI, the centerpiece of which was a video detailing how the company’s weather prediction software provided an advance alert about Hurricane Melissa’s catastrophic landfall in Jamaica last year—and potentially saved lives. If that software, called WeatherNext, helped anyone escape the storm or better fortify their home, that’s an enormous and meaningful achievement. But it’s hardly evidence of an impending singularity. The juxtaposition of Hassabis’ lofty rhetoric with the real-world results of WeatherNext highlighted the tension between two very different approaches to AI for science. The first focuses on AI tools, like WeatherNext, that are designed and trained to solve specific scientific problems. The second is agentic, LLM-based systems that could one day execute cutting-edge research projects without human involvement. This second vision powers a great deal of AI enthusiasm right now, including recent excitement around recursive self-improvement, or the idea that AI systems could eventually become the primary drivers of AI advancement—a process that would get faster and faster as the AI systems grow smarter. And agentic systems are now making real research contributions, sometimes with limited human guidance. Just this week, Pushmeet Kohli, Google Cloud’s chief scientist, published a piece in a special AI and science issue of the journal Daedalus, writing: “We are moving toward AI that doesn’t just facilitate science but begins to do science.” With autonomous AI scientists on the horizon, it’s harder to justify massive efforts to develop super-specialized tools—even one like AlphaFold, for which DeepMind scientists won a Nobel Prize, or a potentially life-saving system like WeatherNext. It also heralds a far stranger future for science, in which humans and AI systems collaborate as peers—or AI even makes scientific progress on its own. To be clear, Google does not appear to be abandoning its work on specialized AI for science tools. AlphaGenome and AlphaEarth Foundations, which are trained for genetics and Earth science applications respectively, were released last summer, and the newest version of WeatherNext came out in November. What’s more, such tools remain extremely popular among scientists. Last year, for instance, Google reported that protein structure predictions from AlphaFold have been used by over three million researchers worldwide. And Isomorphic Labs, a Google subsidiary that aims to use AlphaFold and related technologies to develop new drugs, just raised a $2 billion Series B funding round. But there are concrete signs of realignment, in both enthusiasm and resources. Last month, the Los Angeles Times reported that Google fellow John Jumper, who won the Nobel for AlphaFold, is now working on AI coding, not on science-specific AI tools. It’s not surprising that Google is assigning its best minds to the coding problem, as the company has recently taken a reputational hit because its coding tools don’t currently stand up to those offered by Anthropic and OpenAI. But it may also signal a prioritization of agentic science on Google’s part, as coding abilities are key to the success of some of those systems.  Across the industry, agentic researcher systems are showing real potential. This week, OpenAI announced that one of their models had disproved an important mathematics conjecture—perhaps the most meaningful contribution that generative AI has made to mathematics so far, according to some mathematicians. Importantly, the model used by OpenAI is not specialized for solving mathematical problems, or even for research; according to the company, it’s a general-purpose reasoning model in the vein of GPT-5.5. If general agents can make independent contributions to mathematical research, they might soon be able to do the same in science (though the fact that ideas in science must be verified experimentally makes it a tougher domain for AI). Google is certainly devoting a lot of attention toward an agent-driven scientific future. The big scientific announcement at I/O was the new Gemini for Science package, which unites several of the company’s LLM-based scientific systems under one brand. This includes the hypothesis-generating AI Co-Scientist and algorithm-optimizing AlphaEvolve, which are still not publicly available—but as Google is now allowing any researcher to apply for access to Gemini for Science, they may soon see wider adoption in the scientific community. Scientists who were involved in early testing are enthusiastic about their potential: Gary Peltz, a Stanford geneticist, compared using the AI Co-Scientist to “consulting the oracle of Delphi” in a Nature Medicine article. Gemini for Science isn’t incompatible with specialized tools; to the contrary, agentic systems can be designed to call on such tools when they might be useful. And no agentic system can predict the structure that a protein will fold into without AlphaFold’s help (at least not yet). But the company seems to be shifting its public image—and at least some resources and personnel, such as Jumper—away from specifically developing those kinds of tools. Though it has only been five years since AlphaFold solved the protein-folding problem, both the technology and the discourse have quickly moved beyond that once-revolutionary achievement. Google has been careful to position this new set of scientific agents as an accelerant for human scientists, rather than a replacement for them—the choice of the name AI Co-Scientist as opposed to AI Scientist, for instance, appears quite deliberate. Hassabis uses that same human-centric framing when he talks about changes in the landscape of scientific AI. “For the next decade or so, we should think about AI as this amazing tool to help scientists,” Hassabis said in an interview published in the Daedalus issue. “Beyond that timeframe, it is hard to say with any certainty, but perhaps these systems will become more like collaborators.” But no one can be an

Google I/O showed how the path for AI-driven science is shifting Beitrag lesen »

AI, Committee, Nachrichten, Uncategorized

The Enhanced Games fit right in with the rest of 2026’s longevity vibes

This Sunday, a group of 42 athletes will gather in Las Vegas to compete in a somewhat unusual sporting competition. Participants in the inaugural Enhanced Games are being encouraged to take performance-enhancing drugs. The goal is to “push the boundaries of human performance.” The games’ organizers have said that competitors will only be taking substances that have been approved by the US Food and Drug Administration, and that they are all being medically monitored and supervised. But they have also said they expect to see world records broken—and are offering substantial prizes to athletes who succeed in doing so. As you might expect, the event is generating a mix of curiosity, excitement, and condemnation from various quarters. To me, it feels like very much a reflection of where we are today—an era of peptide-crazed looksmaxxing in which consumers are being encouraged to get thinner than ever, optimize for longevity, and have their “best baby.” It’s 2026, and if you’re not enhancing, what are you even doing? So, these games. They’ll feature competitions in four categories: swimming, track and field, weightlifting, and strongman (which also involves lifting weights). Many of the competitors already hold national and world records, and some are Olympic medalists. They’ve been paid a salary and will compete for prizes from a $25 million pot. The money has been a major draw for at least some of the athletes. Another draw is the opportunity to openly experiment with drugs that might boost their performance. In the world of elite sport, every microsecond and every millimeter counts. Athletes—most of whom arguably have genetics on their side already—follow meticulous diet, training, and recovery protocols and wear specially designed gear that allows them to reach for those performance bests. But within most sporting communities, there are limits. The World Anti-Doping Agency—an international outfit that fights the use of drugs in sports—maintains a lengthy list of “non-approved substances” that are banned in international sporting events. It features many anabolic steroids (which can build muscle), hormones (such as those that stimulate testosterone production or increase the ability of blood to carry oxygen), growth factors (which can stimulate muscle growth and repair, among other things), and more. Some of these substances have been FDA approved to treat health disorders. And that means they can be used by participants in the Enhanced Games, according to the organization’s rules. I’ll briefly point out the obvious here—just because a drug has been approved by the FDA doesn’t mean it’s totally safe for everyone and anyone. The risks associated with use of anabolic steroids, for example, include high blood pressure, acne, depression, and liver tumors. Growth hormone use can cause weak muscles, affect vision, and even lead to diabetes. “Technological doping,” or using improved equipment to gain advantage, has also been supported by the games’ organizers. Last year, participating swimmer Kristian Gkolomeev was reported to have broken a record in a 50-meter freestyle time trial while wearing a polyurethane “super” swimsuit. Such suits have been banned for use in the Olympics since a slew of record-breaking performances in 2008 and 2009. Back then, the swimming governing body ruled that they gave athletes an unfair advantage. But hey, this is the Enhanced Games, where the word “unfair” seems to have a completely different meaning. Can we expect more records to be broken on Sunday? Maybe. In addition to prize money for winning an event, any athlete who manages to beat a record stands to win up to $1 million, the sum also awarded to Gkolomeev last year following his time trial. But those performances won’t be recognized by official sporting bodies. Plenty of concerns have been raised about these games. Some argue that they are unsafe and promote risky drug use. Others see them as a “clown show,” and a slap in the face to “clean” athletes who train hard without the use of prohibited drugs. World Athletics president Sebastian Coe has said that anyone who takes part is “moronic,” and World Aquatics, which oversees international competitions in water sports, has banned Enhanced Games participants from its events and activities. But. The games—and the participating athletes—will still get a huge amount of attention. As a result, so will performance-enhancing drugs. Enhanced, the company behind the games, also runs an online store. There, you can buy a $52 T-shirt emblazoned with the message “I am Enhanced.” There is also a range of prescription drugs on offer, including peptides “to support recovery, vitality, and longevity.” One of these is a growth hormone that the FDA approved in 1997 for the treatment of children with “growth failure.” The compounded version offered on the Enhanced website, which is not FDA approved, is marketed for longevity, supporting deep sleep and “overall wellness and vitality.” (“Marketed” is the key word here. The drug has, again, not been approved for that purpose.) It all fits very well with the zeitgeist. Sure, we don’t yet have any drugs that are designed to extend human lifespan. But the search for anti-aging drugs is getting more attention—and funding—than ever. People, particularly women, are seemingly not allowed to visibly age anymore—we have filters and facelifts for that now. The idea that “death is wrong” is gaining acceptance. And self-experimentation is rife. “Biohacking” was shortlisted for Collins Dictionary’s Word of the Year in 2025. Peptides are everywhere, despite all the unknowns surrounding their safety and effectiveness. So are longevity clinics, despite the fact that most are selling unproven treatments. US states like Montana are making it easier for people to get hold of unapproved “therapies.” Companies are even offering would-be parents the option to choose the potential future children expected to live longest. Yep—you can supposedly optimize your embryos now, too. In this climate, the Enhanced Games don’t feel so radical. They feel entirely fitting for our era of questionable optimization despite the risks —an era when, apparently, being human is no longer enough.

The Enhanced Games fit right in with the rest of 2026’s longevity vibes Beitrag lesen »

AI, Committee, Nachrichten, Uncategorized

Microsoft Releases Fara1.5: A Family of Browser Computer-Use Agents (4B/9B/27B) That Outperform OpenAI Operator and Gemini 2.5 Computer Use on Online-Mind2Web

Microsoft Research’s AI Frontiers lab released Fara1.5. It is a family of computer-use agent (CUA) models for the browser. The release ships three sizes: Fara1.5-4B, Fara1.5-9B, and Fara1.5-27B. The models are integrated with MagenticLite, Microsoft’s sandboxed browser interface for these agents. Computer-use agents are pixel-to-action models that drive a real browser. They read screenshots and emit mouse and keyboard actions to complete tasks. Recent agent products like OpenAI’s Operator and Google’s Gemini 2.5 Computer Use sit in this category. Fara1.5-27B scores 72% task success on Online-Mind2Web. That benchmark covers 300 tasks across 136 popular sites. On the same evaluation, OpenAI’s Operator scores 58.3% and Gemini 2.5 Computer Use scores 57.3%. Yutori’s Navigator n1 reaches 64.7%, and Fara1.5-9B scores 63.4%. That nearly doubles the predecessor Fara-7B, which scored 34.1% on the same benchmark. https://www.microsoft.com/en-us/research/articles/fara1-5-computer-use-agent/ Architecture and agent loop The models use Qwen3.5 base checkpoints in their 4B, 9B, and 27B variants. They operate through an observe-think-act loop. At each step, the model takes the prior conversation history and the three most recent browser screenshots. It then emits thoughts and a single next action. The action space includes standard mouse and keyboard inputs and web-specific actions like web search. It also exposes meta-actions for context management. These include memorizing facts for later use and asking the user clarification questions. These meta-actions let the agent operate over longer horizons and work collaboratively with users. Training mix Training uses supervised fine-tuning on roughly two million samples. The mix is 60% web trajectories and 12.8% synthetic environments. Form filling and user interactions account for 12.5%. Grounding contributes 8.8% and VQA 4.9%. Smaller slices cover GUI drag, instruction following, and safety. Loss is applied only to the three most recent turns in each trajectory. https://www.microsoft.com/en-us/research/articles/fara1-5-computer-use-agent/ FaraGen1.5: the synthetic data pipeline FaraGen1.5 is the synthetic pipeline that produced the training trajectories. It has three modular components: environments, solvers, and verifiers. Environments split into two types. Open-internet tasks run on live websites that don’t require logins. Gated-domain tasks require authenticated sessions or take irreversible actions, like sending an email. For gated domains, the team built six synthetic clones called FaraEnvs. They cover Mail, Calendar, Stream, ML, Stay, and Scheduler. Each clone has a realistic frontend, a fully functional API, and a database with persona-based seed data. These environments were built using GitHub Copilot CLI plus iterative human refinement. Because the team controls the full stack, they know the correct outcome for every task. For tasks that mutate the backend, an LLM judge compares database snapshots before and after execution. Tasks that don’t change state are scored against pre-computed reference answers. The solver agent uses OpenAI’s GPT-5.4 with custom tools that mirror Fara1.5’s action space. The solver scores 83% on Online-Mind2Web using automated WebJudge. The previous Fara-7B solver scored 67% on the same evaluation. A user simulator is invoked when the solver issues an ask_user call or when it finishes a task. Three verifiers gate which trajectories enter training. Correctness uses LLM-generated rubrics for open-internet tasks and privileged database judging for synthetic ones. Efficiency penalizes redundant or unnecessary actions. User-interaction verification checks whether the agent paused at critical points. Critical points and safety Fara1.5 is trained to stop and ask the user in three situations. First: the task requires personal information the user has not provided. Second: the task description is ambiguous or missing details needed to act. Third: an irreversible action is about to be performed without prior approval. Safety training uses public safety datasets and internal tasks aligned with Microsoft’s Responsible AI Policy. Inside MagenticLite, all agent actions are logged and auditable. The sandboxed browser also acts as a security boundary between the agent and the user’s machine. Other benchmarks On WebVoyager, Fara1.5-27B scores 88.6%, the 9B reaches 86.6%, and the 4B hits 80.8%. The 9B also tops similar-sized peers like MolmoWeb 8B, GUI-Owl-1.5 8B, and Holo2 8B. All Fara1.5 evaluation runs use Browserbase to stabilize sessions and reduce session-level blocking. Numbers are averaged over three independent runs. On WebTailBench v1.5, which targets long-tail web tasks, Fara1.5-9B scores 64.5% process success and 32.3% outcome success. GPT-5.4 scores 79.6% process and 57.4% outcome on the same benchmark. Key Takeaways Here are 5 one-line key takeaways: Microsoft Research released Fara1.5, a family of browser computer-use agents in 4B, 9B, and 27B sizes built on Qwen3.5. Fara1.5-27B scores 72% on Online-Mind2Web, beating OpenAI Operator (58.3%), Gemini 2.5 CU (57.3%), and Yutori Navigator n1 (64.7%). The FaraGen1.5 synthetic data pipeline unlocks training on gated domains via six functional app clones (FaraEnvs) built with GitHub Copilot CLI. Fara1.5 pauses to ask the user at critical points: missing info, ambiguous tasks, or irreversible actions without approval. Check out the Technical details. Also, feel free to follow us on Twitter and don’t forget to join our 150k+ ML SubReddit and Subscribe to our Newsletter. Wait! are you on telegram? now you can join us on telegram as well. Need to partner with us for promoting your GitHub Repo OR Hugging Face Page OR Product Release OR Webinar etc.? Connect with us The post Microsoft Releases Fara1.5: A Family of Browser Computer-Use Agents (4B/9B/27B) That Outperform OpenAI Operator and Gemini 2.5 Computer Use on Online-Mind2Web appeared first on MarkTechPost.

Microsoft Releases Fara1.5: A Family of Browser Computer-Use Agents (4B/9B/27B) That Outperform OpenAI Operator and Gemini 2.5 Computer Use on Online-Mind2Web Beitrag lesen »

AI, Committee, Nachrichten, Uncategorized

The Download: coding’s future, the ‘Steroid Olympics,’ and AI-driven science

This is today’s edition of The Download, our weekday newsletter that provides a daily dose of what’s going on in the world of technology. Anthropic’s Code with Claude showed off coding’s future—whether you like it or not At Anthropic’s developer event in London this week, Code with Claude, attendees were asked if they’d shipped code written entirely by Claude. Almost half the room raised their hands. Many admitted they hadn’t even read the code before pushing it live. As tools like Claude Code get better, more and more developers are happy to hand their work off to AI. Anthropic says it wants to push automation as far as it will go. But not everyone is convinced that’s the right approach.  Read the full story on how AI is reshaping coding for good. —Will Douglas Heaven The Enhanced Games fit right in with the rest of 2026’s longevity vibes This Sunday, 42 athletes will gather in Las Vegas for the inaugural Enhanced Games, a controversial sporting competition that allows the use of performance-enhancing drugs. The goal? To “push the boundaries of human performance.” The event embodies a zeitgeist of peptide-crazed looksmaxxing, where consumers are encouraged to get thinner than ever, optimize for longevity, and have their “best baby.” In 2026, if you’re not enhancing, what are you even doing? Find out how the competition reflects our enhancement-obsessed era. —Jessica Hamzelou This story is from The Checkup, our weekly newsletter giving you the inside track on all things biotech. Sign up to receive it in your inbox every Thursday. Google I/O showed how the path for AI-driven science is shifting —Grace Huckins During Tuesday’s Google I/O keynote, Demis Hassabis, the CEO of Google DeepMind, proclaimed that we are “standing in the foothills of the singularity.” But what struck me as I listened in the audience was the context in which he said those words. The contrast reflects two directions for AI in science. One builds specialized systems like WeatherNext for specific problems. The other pushes toward agentic, LLM-based systems that could eventually execute cutting-edge research projects without human involvement. The big scientific announcement at I/O was Gemini for Science, which leans further into this agent-driven future. It can still call on specialized systems, but Google appears to be transitioning away from them. Here’s how the shift could affect science. Can AI learn to understand the world? Many leading AI researchers have turned their attention to a new kind of system that understands the physical environment: world models.  Backed by researchers at Google DeepMind, Fei-Fei Li’s World Labs, and Meta’s former Chief AI scientist, Yann LeCun, the idea is gaining serious momentum. Could it change how AI understands reality? MIT Technology Review editor in chief Mat Honan, senior AI editor Will Douglas Heaven, and AI reporter Grace Huckins unpacked it all in an exclusive Roundtables discussion yesterday. Subscribers can watch the full recording now. World models are also one of MIT Technology Review’s 10 Things That Matter in AI Right Now, our list of what’s really worth your attention in the busy, buzzy world of AI. The must-reads I’ve combed the internet to find you today’s most fun/important/scary/fascinating stories about technology. 1 Trump has postponed an AI order due to overregulation fearsHe said he was concerned it would be “a blocker.” (CNBC)+ And that he wants to preserve the US’s lead over China in AI. (Reuters $)+ A source said the delay was because he “just hates regulation.” (Axios)+ A war over regulation is coming to America. (MIT Technology Review) 2 OpenClaw’s engineers warn that a “vibe-coded slop” crisis is comingThey say AI is flooding the world with bad and even dangerous code. (WSJ $)+ Now vibe coding is coming to your phone, too. (The Verge)+ What exactly is vibe coding? (MIT Technology Review) 3 SpaceX has called off the launch of a new Starship prototypeEngineers discovered a ground system glitch. (CNBC)+ They hope to try again tonight. (Ars Technica)+ The launch could play a key role in SpaceX’s IPO. (NPR) 4 Meta has settled a school district’s social media addiction lawsuitIt had been sued over the alleged harm caused to students. (BBC)+ Snap, TikTok, and YouTube have also settled with the district. (NYT $) 5 Bluesky says it’s being hacked by the Kremlin to spread propagandaIt’s fighting Russian efforts to hijack real users’ accounts to post. (NYT $)+ Now is a good time for doing crime. (MIT Technology Review) 6 Africa’s biggest economies are pushing for AI sovereigntyThey aim to reduce their dependence on Big Tech. (Rest of World)+ New strategies could make Africa a major AI player. (MIT Technology Review) 7 Undersea cables threaten the Gulf’s AI expansion plansConflicts have put the fragile critical infrastructure at risk. (Wired $) 8 Waymo is pausing services as robotaxis keep driving into floodsIt suspended services in four US cities. (TechCrunch) 9 Microscopic silica spheres may help cool the planetBut some researchers need further convincing. (The Economist $) 10 Spotify will now let subscribers create AI remixes It’s the first time they can use AI to create content on Spotify. (Guardian) Quote of the day “You have AI — actual intelligence.”  —Apple cofounder Steve Wozniak reassures college graduates about AI’s impact and draws applause, in contrast to the boos received by former Google CEO Eric Schmidt earlier this week, Business Insider reports. One More Thing GETTY IMAGES The future is disabled Technologies for disability, access, and mobility are often portrayed as objects of empowerment or heroic, life-changing panaceas for social ills. But their benefits are often temporary, lopsided, or reliant on constant investment, care, and attention. Often, accessibility tech assumes levels of access that don’t exist: reliable internet, smartphones, or affordable devices. Projects frequently overlook the very communities they claim to serve. Yet there’s another way: opening ourselves up to all-access thinking and disabled expertise. Discover how that approach could create a more livable world for everyone. —Ashley Shew We can still have nice things A place for comfort, fun, and distraction to brighten

The Download: coding’s future, the ‘Steroid Olympics,’ and AI-driven science Beitrag lesen »

AI, Committee, Nachrichten, Uncategorized

Climate tech companies are pivoting to critical minerals

We’re over a year into the second Trump administration here in the US, and support for climate causes is weak. But climate tech companies are finding ways to survive and even thrive in this new environment, including by focusing on potential benefits outside decarbonization. Suddenly, it feels like every climate tech company has a story to tell about topics that are politically in vogue: data centers, energy abundance, or critical minerals. In my newest story, I covered Boston Metal’s latest funding round. Largely known for its efforts to produce steel with lower greenhouse gas emissions, the company raised $75 million from new and existing investors to help support its critical metals business. Focusing on metals like niobium and tantalum won’t have the massive climate benefit that cleaner steel would, but it could generate the cash the company needs to keep going. It’s a strategy I’m noticing more as these tough industries like steel look ever tougher to succeed in with limited federal support in the US.   Boston Metal’s molten oxide electrolysis technology uses electricity to produce metals. I covered the startup last year, when it announced a major milestone for its steel business, running its pilot reactor in Massachusetts and producing a literal ton of material. Now the company’s focus has shifted, and it is going all-in on making other metals, from niobium and tantalum (used in aircraft engines and high-end steel alloys) to chromium and vanadium. The steel industry is a difficult one: It operates at a massive scale, and the product doesn’t command too high a price. Focusing on other metals, especially ones the US government deems critical, could be a way to stay afloat, maybe even long enough to meaningfully cut emissions from the steel industry.  “By deploying in the critical metals industry where we can go very fast, we generate the resources to continue with the development of steel,” says Tadeu Carneiro, CEO of Boston Metal. Other companies are also hoping critical materials could help their business models. California-based Brimstone has a new process to make cement—another heavily polluting industry that’s proving difficult to decarbonize. The company uses a new starting material to help cut down on carbon dioxide emissions. In addition to cement, it makes supplementary cementitious materials that can be added into concrete as well as smelter-grade alumina. Last year, the US Department of Energy canceled $1.3 billion in funding that had been set aside for cement-related projects. Brimstone saw one of its awards canceled, as did Sublime Systems, another cement startup I’ve covered a lot over the years. At the time, a Brimstone representative told me that the company saw the cancellation as a “misunderstanding” and said the facility the funding had been designated for would make not only cement, but also alumina, which would support US aluminum production. Today, the company’s website prominently highlights that it produces critical minerals in addition to cement. Some carbon dioxide removal companies are hoping to hop on the critical minerals train, too, aiming to work with the mining industry. Others are pitching that they can help mining operations operate more efficiently or serve as cleanup for active or abandoned mine sites. All of this is part of a much broader messaging shift. Everyone from politicians to heads of energy companies is talking less about climate. It’s a trend that makes me nervous, even if I understand the impulse. I worry that if we keep too quiet on climate, companies might lose the plot and make choices that won’t help cut emissions. But for some, leaning into a different priority or pushing a different message could help them stay in business long enough to make a difference. We’ll all have to wait to see how it all pans out. This article is from The Spark, MIT Technology Review’s weekly climate newsletter. To receive it in your inbox every Wednesday, sign up here. 

Climate tech companies are pivoting to critical minerals Beitrag lesen »

AI, Committee, Nachrichten, Uncategorized

Tech researchers are suing the Trump administration over the future of online safety

Since its earliest days back in office, the Trump administration has been going after researchers who study and try to counter hate speech, harassment, propaganda, and disinformation online.  Now, some of those researchers are fighting back. Last week their lawsuit—which could have global repercussions for online safety and free speech—made its first appearance in court.  This fight started a year ago, when US Secretary of State Marco Rubio announced on X what he called a “visa restriction policy” against “foreign officials and other persons” who were “complicit in censoring Americans.” Since then, a handful of foreign officials and researchers have been barred from travel to the US, and in theory, anyone working in fact-checking or online trust and safety more broadly could face the same restrictions.  Still, the exact implications of Rubio’s announcement are unclear—purposefully so, argues Carrie DeCell, a lawyer representing the researchers. “This policy is expansive and incredibly vague, and the chilling effects are correspondingly enormous,” DeCell said outside the courthouse in Washington, DC, on May 13.   The case has been brought by the Coalition for Independent Technology Research (CITR), an advocacy organization for tech researchers. It is suing Rubio, former US secretary of homeland security Kristi Noem, and former US attorney general Pam Bondi and asking the court to strike down the policy as unconstitutional. In their complaint, the plaintiffs say the policy violates the speech and due process rights of foreign-born tech researchers and workers whose “work supports greater moderation of content on the [tech] platforms.” CITR is represented by Columbia University’s Knight First Amendment Institute and the legal nonprofit Protect Democracy. DeCell, a senior staff attorney at the Knight Institute, tells MIT Technology Review that they’re in court because the Trump administration is effectively “using immigration law to punish people for expressing views that it disagrees with.”  This story is part of MIT Technology Review’s “America Undone” series, examining how the foundations of US success in science and innovation are currently under threat. You can read the rest here. Most immediately, the plaintiffs are asking the government to halt these visa restrictions while the case proceeds. Zachariah Lindsey, the assistant US attorney representing Rubio and the other defendants, argued in last week’s hearing that the government is not targeting speech but, rather, “conduct [that] is assisting or facilitating foreign government censorship of free speech.” At the end of the week, the government filed a motion to dismiss the case. The judge has yet to rule on either motion, and his questions so far appeared to focus on parsing what (and who) is actually affected by the State Department’s announcements, as well as other procedural issues.  The outcome of the case may ultimately affect how much the public knows about the risks of social media and AI, says Nicole Schneidman, head of Protect Democracy’s technology and data governance team. The workers bringing this suit, she says, “serve a really, really important function in educating the public, holding tech companies accountable, doing research on the ramifications that advanced technology has on our society.”  “A political witch hunt” CITR’s lawsuit is the latest salvo in a yearslong battle over how the internet should be moderated, and by whom—a question that has become increasingly political and entangled in allegations of censorship.  For years, Trump and his allies have claimed to be victims of a vast conspiracy between government agencies, civil society groups, academics, and Big Tech platforms to specifically censor conservative voices online. According to this narrative, a so-called “censorship-industrial complex” helped the Biden administration subvert First Amendment protections on speech by allegedly outsourcing censorship to these groups. The State Department claims Rubio was able to implement the immigration policy because the Immigration and Nationality Act authorizes him to “render inadmissible any alien whose entry into the United States ‘would have potentially serious adverse foreign policy consequences for the United States.’” Before the current Trump administration, the statute was rarely invoked, and when it was, it was typically with more limited, specific criteria, rather than its current application against anyone who has participated in alleged censorship—an action that has no legal definition.  The administration first deployed the policy in July 2025, when Rubio issued a statement announcing the revocation of visas for Alexandre de Moraes, the lead justice on the Brazilian Supreme Federal Court, and “his allies on the court” who were involved in prosecuting Jair Bolsonaro, Brazil’s former president. The prosecution was a “political witch hunt,” said Rubio, calling it evidence of a “censorship complex so sweeping that it not only violates basic rights of Brazilians, but also … targets Americans.” Then, in early December, the State Department issued instructions to embassies to reject H-1B visa applications from individuals who had worked specifically in fact-checking, online trust and safety, and mis- or disinformation research, as Reuters first reported.  A few weeks later, on December 23, the agency announced visa restrictions for five Europeans whom it accused of censoring Americans. This included two CITR members: Imran Ahmed, founder and CEO of the Center for Countering Digital Hate, which documents hate speech on social media platforms, and Clare Melford, cofounder of the Global Disinformation Index, which ranks websites according to how often they publish hate speech and disinformation. Also banned were the former European Union commissioner Thierry Breton, a key architect of the European Union’s Digital Services Act (which the State Department has called “Orwellian” and an example of censorship), and Josephine Ballon and Anna-Lena von Hodenberg, co-CEOs of HateAid, a German nonprofit that fights online hate speech.  Ahmed, who lives in the US with his American wife and child, quickly filed his own lawsuit to stave off deportation and halt the policy. A preliminary injunction preventing his detention and deportation is in place as the lawsuit continues.  The Department of Homeland Security referred questions from MIT Technology Review to the State Department, which referred “specific questions” to the Department of Justice, while also writing that “the Trump Administration believes that aliens who are or were involved or complicit in censoring

Tech researchers are suing the Trump administration over the future of online safety Beitrag lesen »

AI, Committee, Nachrichten, Uncategorized

The Download: online safety’s future and climate tech’s big pivot

This is today’s edition of The Download, our weekday newsletter that provides a daily dose of what’s going on in the world of technology. Tech researchers are suing the Trump administration over the future of online safety For months, the Trump administration has been going after researchers who study and try to counter hate speech, harassment, propaganda, and disinformation online. Now, some of those researchers are fighting back.  In a new lawsuit, they’re seeking to strike down a visa restriction policy against “foreign officials and other persons” announced last year by US Secretary of State Marco Rubio. They say the policy violates the speech and due process rights of foreign-born workers whose “work supports greater moderation of content on the [tech] platforms.” Find out how the case could impact online safety and free speech. —Eileen Guo Climate tech companies are pivoting to critical minerals We’re over a year into the second Trump administration, and support for climate causes in the US is weak. But climate tech companies are finding ways to survive and even thrive in this new environment, including by looking beyond decarbonization. One example is Boston Metal. The startup has raised a $75 million round to produce critical metals, MIT Technology Review can exclusively report. The company is best known for its efforts to clean up steel production, an industry that’s responsible for about 8% of global greenhouse gas emissions. But the new focus and fresh funds could help it survive a period of waning support for industrial decarbonization. Read the full story on its high-stakes shift. And discover more about the new strategy for climate tech companies in our analysis of how they’re reframing their missions. —Casey Crownhart  Our story on the climate tech pivot is from The Spark, our weekly newsletter giving you the inside track on all things climate. Sign up to receive it in your inbox every Wednesday. Can AI learn to understand the world? As the limits of LLMs become clearer, researchers are developing a new kind of AI designed to understand the physical environment: world models.  Recent developments from Google DeepMind, Fei-Fei Li’s World Labs, and Yann LeCun’s new startup have pushed these systems to the forefront of AI. At an exclusive virtual event today, MIT Technology Review will examine the progress—and what comes next. Join editor in chief Mat Honan, senior AI editor Will Douglas Heaven, and AI reporter Grace Huckins for the subscriber-only Roundtables discussion on world models. Register here to take part in the session at 19:30 GMT / 2:30 PM ET / 11:30 AM PT. World models are one of our 10 Things That Matter in AI Right Now, MIT Technology Review’s new list of the technologies and ideas shaping the future of AI. The must-reads I’ve combed the internet to find you today’s most fun/important/scary/fascinating stories about technology. 1 SpaceX has filed for an IPO expected to be the largest everIt could make Elon Musk the world’s first trillionaire. (BBC) + But he’s also a risk factor in the prospectus. (The Verge)+ The filing exposes SpaceX’s finances for the first time. (NYT $)+ AI spending pushed it to a $1.94 billion loss in Q1 2026. (Reuters $)+ And rivals are challenging its launch dominance. (MIT Technology Review) 2 Nvidia reported record revenues thanks to the AI boomIt’s blown past Wall Street expectations, despite losing the Chinese market. (Guardian)+ It has “largely conceded” China’s AI chip market to Huawei. (CNBC)+ It generated no revenue from H200 chip sales in China. (SCMP) 3 Samsung has averted a massive strike over AI profit-sharingIt reached a tentative deal on bonuses with workers. (FT $)+ The last-minute deal averts an 18-day walkout. (Engadget) + But the compromise has exposed deep divisions. (Reuters $)+ Anti-AI protests are increasing. (MIT Technology Review) 4 President Trump will sign a cybersecurity directive as soon as todayBut it stops short of mandatory federal approval of models before they’re released. (Bloomberg $)+ AI is making online crimes easier. (MIT Technology Review) 5 OpenAI may file for an IPO within daysThe ChatGPT-maker wants to go public as early as September. (WSJ $) 6 Robotics won’t be transformed by a single AI breakthroughDon’t expect a ChatGPT moment. (IEE Spectrum)+ Human work behind humanoid robots is being hidden. (MIT Technology Review) 7 Rocks could generate hydrogen while storing CO2New research shows they could also produce geothermal power. (New Scientist)+ AI is uncovering hidden geothermal energy resources. (MIT Technology Review) 8 The EU is accelerating a Trump-fueled breakup with Big TechGeopolitical tensions are driving a shift toward homegrown software. (Wired $) 9 Solid-state breakthroughs could soon transform commercial batteriesThey’d be faster and safer than today’s lithium-ion equivalents. (The Economist $) 10 Two researchers are rebuilding math from the ground upBy replacing the most fundamental concept in topology. (Quanta)+ OpenAI claims its solved an 80-year-old math problem. (TechCrunch) Quote of the day “This isn’t a blip, it’s an inflection point.”  —Gurjeet Grewal, CEO of UK-based Octopus Electric Vehicles, tells Reuters that the Iran war has been a boon for European EV sales. One More Thing Keisy Plaza looks at her daughter Arantza Plaza with disappointment after failing to get an appointment on the CBP One app in Ciudad Juárez, Mexico.ALICIA FERNáNDEZ The new US border wall is an app At the US southern border in 2023, asylum seekers had to request appointments with immigration officials via a mobile app. The Biden administration said the app, named CBP One, would make migration more orderly and discourage unauthorized crossings. But for many migrants, it became another obstacle. While waiting in dangerous border cities, they reported frozen screens, facial recognition issues, spotty connectivity, and difficulty securing appointments. Advocates argue that requiring vulnerable people to rely on smartphones, internet access, and digital literacy creates a system that leaves many behind. Find out how CBP One endangered some of the people most in need of protection. —Lorena Ríos We can still have nice things A place for comfort, fun, and distraction to brighten up your day. (Got any ideas?

The Download: online safety’s future and climate tech’s big pivot Beitrag lesen »

We use cookies to improve your experience and performance on our website. You can learn more at Datenschutzrichtlinie and manage your privacy settings by clicking Settings.

Privacy Preferences

You can choose your cookie settings by turning on/off each type of cookie as you wish, except for essential cookies.

Allow All
Manage Consent Preferences
  • Always Active

Save
de_DE