YouZum

Committee

AI, Committee, Noticias, Uncategorized

The Download: worms fight pollution, and geoengineering faces reality

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. Why worms (and microbes) are catching on as a manure pollution solution Anthony Agueda, a third-generation California dairy farmer, pulls a rake through a bed of dark, wet wood chips to reveal a half-dozen squirming red earthworms. There are likely hundreds of thousands more wriggling just under the surface. The worms and microbes are part of a “vermifiltration” system that cleans manure wastewater. The approach may dramatically cut methane, nitrous oxide, and water pollution. Vermifiltration is just one of a variety of methods that farmers, companies, and scientists are employing to drive down manure pollution as the livestock industry faces growing pressure to address the environmental harms from one of the smelliest parts of the business. Explore how the humble earthworm could reshape the future of sustainable farming. —James Temple MIT Technology Review Narrated: geoengineering gets a reality check Solar geoengineering, the controversial idea that we could deliberately intervene in the climate system to counteract global warming, is moving beyond computer simulations and into the practical engineering challenges required to make it real. Researchers are now working on aircraft, materials, and other systems for solar geoengineering. But as they delve into these details, they’re finding that even early deployment would require significant new infrastructure, time, and investment. —James Temple This is our latest story to be turned into an MIT Technology Review Narrated podcast, which we publish each week on Spotify and Apple Podcasts. Just navigate to MIT Technology Review Narrated on either platform, and follow us to get all our new content as it’s released. The must-reads I’ve combed the internet to find you today’s most fun/important/scary/fascinating stories about technology. 1 The Trump administration has lifted restrictions on OpenAI’s GPT 5.6The green light came after additional testing and meetings. (Axios)+ OpenAI subsequently said it will launch widely tomorrow. (Bloomberg $) + The rollout had been delayed due to security concerns. (Verge)+ Does AI know too much? (MIT Technology Review) 2 China is looking at curbing overseas access to its top AI modelsAlibaba, ByteDance, and Z.ai attended meetings about the plan. (Reuters $)+ Beijing is also weighing the security risks of open-weight AI. (SCMP)+ And has issued a “backdoor” security alert over Claude Code. (CNBC) 3 European NATO allies have unveiled a $50 billion high-tech missile planThey will engineer stealth and high-speed hypersonic weapons. (BBC)+ Which can strike targets at least 300 km away. (Reuters $)+ The Dutch and British are also developing amphibious ships. (Bloomberg $) 4 Meta is testing “super sensing” AI glasses that record every momentIt plans to disable privacy LEDs that alert people when they’re “on.” (FT $)+ It’s also released an AI image generator. (NYT $)+ Which lets anyone use your Instagram photos in AI images. (Wired $) 5 China’s DeepSeek is developing its own AI chip, sources sayIt could reduce the company’s reliance on Nvidia and Huawei. (Bloomberg $)+ DeepSeek V4 was a win for Chinese chipmakers. (MIT Technology Review) 6 Wikipedia is fighting to survive the internet’s next eraIt’s under attack from MAGA, AI raids, and repressive regimes. (NYT $)+ AI has given Wikipedia a language problem. (MIT Technology Review) 7 SpaceX plans to launch its first model coproduced with CursorThe new frontier model could arrive as soon as this week. (Information $)+ It’s built with AI startup Cursor, which SpaceX is buying for $60 billion. (FT $) 8 A new academic “humanizer” tool can erase signs of AI-written textBut researchers are very divided over its potential impact. (Nature $) 9 Scientists have detected a mystery chemical on Pluto and TitanIt appears to absorb light in a way we don’t currently understand. (Wired $) 10 A Waymo robotaxi reportedly called the cops on drinking teensOfficers then approached the vehicle with guns drawn. (404 Media) Quote of the day “Parents do you know where your teens are? Waymo does!”  —Local police post on Facebook that a Waymo in California called the cops on two teenagers for “drinking and shooting from the vehicle.” One More Thing MICHAEL BYERS Your boss is watching Dora Manriquez has spent nine years driving for Uber and Lyft, where every ride she accepts or rejects is tracked by the apps she relies on for work. Having found herself unable to score enough better-­paying rides, she has had to file for bankruptcy.  App-based employers aren’t the only ones keeping a very close eye on workers today. Jobs today—whether in an office, a warehouse, or your car—can mean constant electronic surveillance with little transparency, and potentially with livelihood-ending consequences if your productivity flags. All that data is shifting the relationships between workers and managers—and protections are lagging. Read the full story on the widening power imbalance it’s created. —Rebecca Ackermann We can still have nice things A place for comfort, fun, and distraction to brighten up your day. (Got any ideas? Drop me a line.) + Literary worlds collide in this marvellous Dr Seuss/Stephen King mashup.+ A daring snorkeler saved a dolphin from a suckerfish—and then celebrated with its whole pod.+ This clever musical project seamlessly constructs an original song from vocal snippets of 50 artists singing US city names.+ A long-lost wallet from 1970 was recently unearthed, creating a cute time capsule from its owner’s high school years.

The Download: worms fight pollution, and geoengineering faces reality Leer entrada »

AI, Committee, Noticias, Uncategorized

OpenAI Releases GPT-Live and GPT-Live-1 mini: Full-Duplex Voice Models That Delegate Deeper Reasoning to GPT-5.5

Today, OpenAI released GPT-Live. It is a new generation of voice models. GPT-Live now powers the ChatGPT Voice experience. The stated goal is natural, real-time conversation with AI. Two versions ship first: GPT-Live-1 and GPT-Live-1 mini. Both roll out to ChatGPT users globally today. TL;DR GPT-Live is a full-duplex voice model family that listens and speaks at once. It delegates search and reasoning to GPT-5.5 while keeping the conversation flowing. GPT-Live-1 and mini were strongly preferred over Advanced Voice Mode in human tests. It ships today to ChatGPT users globally; the API is planned soon. Video, screen sharing, and full multilingual parity are not available at launch. What is GPT-Live? GPT-Live is built on a full-duplex architecture. Full-duplex means the model can listen and speak at the same time. During a conversation, it can add short cues like ‘mhmm’ or ‘yeah.’ It can engage in quick back-and-forth, or stay quiet when you think. For questions needing web search, deeper reasoning, or complex work, GPT-Live delegates. It hands the task to a frontier model behind the scenes. The result returns to the conversation when it is ready. At launch, that background model is GPT-5.5. While the frontier model works, GPT-Live keeps the conversation going. Why Cascaded and Turn-Based Voice Fell Short Earlier voice systems moved toward natural conversation, but with tradeoffs. Cascaded voice systems chained three separate models per turn. A speech-to-text model transcribed your speech first. A large language model then produced a response. A text-to-speech model converted that text back into audio. This let people talk to frontier models for the first time. But information could be lost across models, and responses were slow and stilted. Turn-based voice models, like ChatGPT Advanced Voice Mode, processed audio inside one model. That reduced latency and made conversations smoother. They still operated through discrete turns, waiting for the user to stop speaking. Turn detection was based on silence. A brief pause or background noise could be mistaken for the end of a turn. This caused the model to interrupt at unnatural times. Dimension Cascaded (original ChatGPT Voice) Turn-based (Advanced Voice Mode) Full-duplex (GPT-Live) Pipeline STT → LLM → TTS, three models Single model handling audio Single model, continuous processing Turn handling Discrete turns Discrete turns, silence-based Continuous, decisions many times/sec Listen while speaking No No Yes Backchannels (“mhmm”) No No Yes Latency feel Slow, stilted, long pauses Faster, smoother, still rigid Fast, natural, expressive Interrupt handling Not supported Can misfire on pauses/noise Can pause, interrupt, resume Deeper work In-line LLM In-line model Delegates to GPT-5.5 in background The Two Architectural Changes GPT-Live addresses these limits with two changes: Continuous interaction using full-duplex processing: The model processes input while generating output at the same time. It can make interaction decisions many times per second. Those decisions include whether to speak, continue listening, pause, interrupt, or invoke a tool. This supports more natural back-and-forth and a better sense of time. It also enables live translation. Delegation for deeper work: OpenAI decoupled continuous interaction from heavier reasoning. When a task needs search, reasoning, or more agentic capabilities, GPT-Live delegates it. Another model, such as GPT-5.5, handles that work in the background. Meanwhile, GPT-Live keeps the conversation flowing. This design also lets GPT-Live adopt newer frontier models as they ship. What OpenAI’s Evaluations Show OpenAI built new human evaluations for pleasantness and conversational flow. Evaluators compared models in matched five-to-ten-minute conversations. In these head-to-head tests, GPT-Live-1 and GPT-Live-1 mini were strongly preferred over Advanced Voice Mode. The comparisons measured overall preference, turn-taking, interruptions, flow, and how natural each interaction felt. On automated benchmarks, GPT-Live-1 also showed gains over Advanced Voice Mode: GPQA: GPT-Live-1 substantially outperforms it on expert-level science reasoning. BrowseComp: GPT-Live-1 shows strong gains on agentic web search. τ³-Voice Telecom (internal variant): GPT-Live-1 outperforms it on multi-turn telecom support tasks. OpenAI team notes it used a customized user model for the τ³-Voice Telecom eval. That user model was powered by its latest reasoning models. GPT-Live-1 (instant) and GPT-Live-1 mini use GPT-5.5 Instant in the background. GPT-Live-1 Medium and GPT-Live-1 High use GPT-5.5 Thinking with medium and high reasoning effort. GPT-Live: Full-Duplex Voice Explorer Use Cases With Examples Hands-free help: ask for cooking steps or directions without touching a screen. Language practice: hold a back-and-forth chat with gentle corrections. Live translation: full-duplex timing supports translating speech during a conversation. Research on the go: ask a hard question on your commute; GPT-5.5 searches in the background. Support workflows: multi-turn telecom-style tasks map to the τ³-Voice Telecom evaluation. Visual lookups: see weather, stocks, or sports as cards while you talk. A Conceptual Look at the Full-Duplex Loop The API is not available yet. So this is a runnable, illustrative simulation of the decision loop. It is a teaching model of the architecture, not the actual GPT-Live API. You can run it as plain Python to see the flow. Copy CodeCopiedUse a different Browser “””Illustrative simulation of the GPT-Live full-duplex decision loop. Teaching model of the described architecture, NOT the real API.””” import random random.seed(7) # reproducible output class BackgroundModel: # stands in for GPT-5.5 def run(self, query): return f”answer to ‘{query}'” class GPTLive: def __init__(self, background): self.background = background self.pending = None # a delegated task, if one is running def decide(self, user_speaking, needs_deep_work): # A real model makes this choice many times per second. if self.pending is not None: return “await_delegate” if needs_deep_work: return “delegate” if user_speaking: return random.choice([“listen”, “backchannel”]) return “speak” def step(self, frame): action = self.decide(frame[“user_speaking”], frame[“needs_deep_work”]) if action == “delegate”: self.pending = frame[“query”] # hand off, keep talking return ‘speak -> “one sec, still with you”‘ if action == “await_delegate”: result = self.background.run(self.pending) # background result self.pending = None return f’speak -> “{result}”‘ if action == “backchannel”: return ‘backchannel-> “mhmm” (while user talks)’ if action == “listen”: return “listen -> (quiet, attending)” return “speak -> (normal reply)” # A short scripted stream of audio frames the loop consumes in order. stream = [ {“user_speaking”: True, “needs_deep_work”: False, “query”: None}, {“user_speaking”: True, “needs_deep_work”: False,

OpenAI Releases GPT-Live and GPT-Live-1 mini: Full-Duplex Voice Models That Delegate Deeper Reasoning to GPT-5.5 Leer entrada »

AI, Committee, Noticias, Uncategorized

Why worms (and microbes) are catching on as a manure pollution solution

Anthony Agueda, a third-generation California dairy farmer, pulls a rake through a bed of dark, wet wood chips on his family’s land in Hickman, a tiny town in the state’s agricultural heartland. He reaches down with both hands and pulls up a clump of muck, turning it over to reveal a half-dozen squirming red earthworms. There are likely hundreds of thousands more wriggling just under the surface of the three-foot mound of wood and crushed river rock before us, which stretches across the equivalent of six football fields. These natural materials form a biofilter that may dramatically cut the methane, nitrous oxide, and water pollution generated by the massive amounts of manure that hundreds of Holstein cows produce each day. Agueda’s family business, the Alberto Dairy, was one of the first cattle operations in California to adopt this approach to manure treatment, developed and patented by the Chilean company BioFiltro. Eight more of these so-called vermifiltration systems are already operating on US dairies, according to the company, while another 16 are under construction or set to be next year, nearly all of them in California.  Vermifiltration is just one of a variety of methods that farmers, companies, and scientists are employing to drive down manure pollution as the livestock industry faces growing pressure to address the environmental harms from one of the smelliest parts of the business. California, easily the nation’s largest milk producer, has established a handful of programs to promote their adoption, including one initiative that has funneled more than a billion dollars to farms. Researchers stress that much more work needs to be done to determine the most effective approaches, the trade-offs between them, and their success over the long term, under actual farm conditions. Agueda says that he and his family recognized the need to adopt new practices as environmental rules tightened. They were drawn to vermifiltration because it’s simple and relatively cheap compared with other, higher-tech options. “California daily farmers are constantly facing more and more regulation,” says Agueda, standing alongside one of the farm’s free-stall barns. “This makes me excited, because it shows how we are part of the solution.” The growing manure problem Manure is responsible for a significant portion of the climate pollution from livestock operations. The World Resources Institute estimates that manure management on dairy and swine farms accounts for 1.6% of the US’s greenhouse-gas emissions. Globally, manure storage and processing makes up about 10% of the livestock industry’s contributions to climate change.  “Farms have become larger in the past two decades or so, so there’s much more manure—and that has to be stored somewhere,” says Swati Hegde, the organization’s global manager of agricultural methane. Typically, cattle and swine farms spray manure into lagoons or tanks, creating a foul-smelling, low-oxygen slurry in which microorganisms known as methanogens thrive. They gobble up hydrogen, carbon dioxide, and other compounds and produce methane as a by-product. Other microbes in the mix produce smaller amounts of nitrous oxide. A pair of Holstein cows poke their heads through the rails of a free-stall barn at the Alberto Dairy.JOE PROUDMAN/UC DAVIS Both are particularly potent greenhouse gases, with as much as 30 to nearly 275 times the warming power of carbon dioxide, respectively, over a century. The slurry is often spread onto fields to add nutrients to the soil. When it’s done excessively or improperly, this part of the practice can pollute soil or groundwater with drug residues, pathogens like salmonella and E. coli, and nitrates. Nitrates that leach into drinking water have been linked to a variety of human health risks. And those that flow into rivers, lakes, and coastal waters can spawn algae blooms that poison fish, block sunlight, suck up oxygen, or form large coastal dead zones devoid of marine life. Policy drivers A number of regions, nations, and states have passed regulations or offered subsidies designed to limit the pollution from livestock manure, but so far, most of the major initiatives have focused on water contamination rather than greenhouse-gas emissions. The European Union, for instance, restricts the amount of manure that farmers can apply to fields and requires member nations to monitor nitrate levels in ground and surface water. The US’s Clean Water Act requires large livestock operations to obtain permits and develop manure management plans that limit pollution.  But California has arguably done the most to use government policy specifically to drive down the methane emissions from livestock. The dairy industry accounts for about 45% of the state’s pollution from the potent greenhouse gas, and more than half of that comes from manure, according to the government’s estimates.  In 2016, the state enacted a law that requires dairies, landfills, and other businesses to cut methane emissions 40% below 2013 levels by 2030, as part of a broader effort to reduce pollution from powerful but short-lived greenhouse gases. The measure directed the California Air Resources Board, the state’s main climate regulatory agency, to set up various incentive programs to encourage these industries to shift to cleaner practices.  “In terms of bang for your buck, short-term benefits, methane can go a long way toward reaching climate goals,” says Tawny Mata, director of California’s Office of Agricultural Resilience and Sustainability.  Between these various programs—and falling livestock numbers in the state—the dairy sector is on track to reduce annual methane emissions by the equivalent of 5 million metric tons of carbon dioxide by 2030, the state estimates. That would still fall about 4 million tons short of the target under the 2016 law. The downsides of dairy digesters Excluding the decline in herd populations—which has been driven by growing international competition and rising costs—the vast majority of California’s estimated methane reductions come from the use of what are known as anaerobic digesters. This technology entails covering the slurry lagoons to prevent methane from leaking into the air and then piping the biogas into separate vessels, where it’s cleaned and converted into natural gas.  Under California’s Low Carbon Fuel Standard program, dairies that use digesters to produce

Why worms (and microbes) are catching on as a manure pollution solution Leer entrada »

AI, Committee, Noticias, Uncategorized

The foundational elements of AI architecture that IT leaders need to scale

With the rapid progress of AI capabilities and the move to agentic systems, organizations are expanding their use cases as the technology continues to grow. That constant evolution also introduces risk, leaving IT leaders to wonder which investments will prove valuable even six months into the future. Returning to the foundational elements of AI architecture—the structural framework required for deploying and managing reliable, integrated AI systems at scale—allows technology leaders to make astute decisions today while supporting a future of AI agents that can retrieve information, make decisions, and execute complex workflows across systems. Four elements of AI architecture you can count on The following capabilities provide a stable compass on the path to production-ready deployment, regardless of how the underlying technology evolves. 1. Prepare data for AI at scale Models are only as reliable as the data they can access, and poor data quality leads to AI hallucinations, bias, and unreliable outputs. Most enterprises rely on legacy systems, inconsistent data structures, fragmented ownership, and incomplete datasets, making it difficult to scale AI effectively. Powerful as it is, AI itself cannot solve these underlying data problems. As Adnan Adil, CIO of Elastic, explains: “The data is a durable part of AI architecture because without it, these models won’t run, won’t provide the right context, or won’t give the right level of services that we’re looking to implement.” Industry surveys consistently cite data quality as one of the greatest barriers to AI success. “The data quality has to be good; otherwise, the user loses confidence in the system,” says Adil. An effective AI strategy begins with connecting data across the organization and ensuring it is organized, accurate, governed, and accessible in real time. These considerations are most effective when built into models and architecture from the start. Scalable data architecture allows AI systems to evolve alongside the business and connect reliably to the internal information needed to deliver meaningful value. Gartner predicts that companies will abandon 60% of all AI projects through 2026 if they are not supported by AI-ready data. Avoiding that outcome includes clear data standards and ownership, clean and labeled data, and pipelines that support real-time retrieval. 2. Use context engineering to deliver the right data to every AI query Context engineering ensures that the model draws on the most pertinent information for each query, selecting and organizing the data needed to produce accurate answers efficiently. Effective context engineering shapes the inputs that guide AI reasoning and action. While prompt engineering focuses on how a request is worded, context engineering designs the entire information environment around the model: retrieving the right data and presenting it in a structured, machine-readable way. Many organizations are discovering that reliable AI depends as much on context quality as on the strength of the model. Context engineering relies on a modernized, unified data foundation as well as retrieval and memory systems such as retrieval augmented generation (RAG) and vector databases. It also requires careful prioritization to determine what information matters most, what should be excluded, and when different types of information should be used. Feeding models too much context can dilute relevant details, increase costs, and slow response times. “Minimum context, correct and current data, and machine-readable information are critical to effective context engineering,” Adil says. 3. Build AI governance and LLM observability in from the start Strong governance and LLM observability help organizations maintain control over how AI systems use data, monitor system performance, and identify problems before they affect operations. In the absence of clear controls around retrieval, workflows, and model usage, AI systems often process far more information than necessary. This inefficiency also drives up operating costs by requiring additional computing resources, often reflected in higher token consumption and API charges. Governance also works in tandem with robust security. AI expands the attack surface, introducing risks such as prompt-based data leakage, model vulnerabilities, and adversarial inputs. Protecting sensitive information requires strong access controls, monitoring, and oversight. Adil notes that essential controls — including those related to security, granular cost management, project controls, data security, and architecture—are frequently insufficient. For governance systems to support transparent, compliant, trustworthy, and cost-effective AI, organizations cannot leave them as a layer to add later. Governance structures need to be embedded into architecture, workflows, and decision-making processes from the outset. When governance is established from the start, it enables robust observability. Observability helps organizations understand how AI applications are performing in practice. Mechanisms for LLM observability and benchmarking allow teams to assess accuracy and utility over time, monitor adoption patterns, and adjust systems as conditions change. Observability also helps organizations gain trust by increasing visibility of model performance, behavior, and failure points. Furthermore, observability is essential to get ROI of AI initiatives, as the benefits of it are often indirect and business value depends heavily on how systems are adopted and used. Real-time visibility into AI behavior allows organizations to measure performance against expectations, identify gaps between intent and reality, and continuously refine systems as requirements evolve. In a 2026 report from Elastic, 85% of IT decision makers expect to enable LLM observability for their internal generative AI apps. “Observability is actually huge. We can use observability data for cost control, decision-making, and engineering efficiency,” Adil says. 4. Keep humans in the loop The thoughtful design, integration, and governance that maximize AI value demand specialized in-house expertise. Nearly 70% of respondents in Deloitte’s 2025 Tech Executive Survey report plan to grow teams in direct response to generative AI, a clear contrast to widely reported AI-related cuts. Adil agrees: “We think the people aspect is largely what’s going to make AI impactful going forward.” As AI systems become more embedded in operations, organizations need people who can govern workflows, evaluate outputs, redesign processes, and adapt systems as conditions change. Evolution toward increasingly autonomous tools requires teams skilled in prompt engineering, orchestration, and change management.  Talent adept at critical thinking and prepared to adapt with technology’s rapid advances will be in high demand. Although turnover brings in

The foundational elements of AI architecture that IT leaders need to scale Leer entrada »

AI, Committee, Noticias, Uncategorized

The Download: your stake in OpenAI, and the Treasury’s AI warning

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. Your family’s $300 stake in OpenAI Sam Altman’s proposal that Americans should share in the wealth created by AI is back in the spotlight, with reports that he is discussing giving the US government a 5% stake in OpenAI. At the company’s current valuation, that stake would be worth roughly $320 per American household. The idea is meant to address concerns that AI companies are benefiting from human-generated work without compensating creators, while also easing fears that AI will cause a collapse of the labor market by providing a safety net.  The details, however, remain unclear. Indeed, the offer may be more powerful as a political narrative than as a policy plan. Read the full story on what the dividend proposal reveals about the future of AI. —James O’Donnell This article is from The Algorithm, our weekly AI newsletter. Sign up to receive it in your inbox every Monday. The must-reads I’ve combed the internet to find you today’s most fun/important/scary/fascinating stories about technology.  1 A leaked Treasury report compares the AI market to the dotcom bubble Which contradicts the administration’s public optimism about AI. (NOTUS)+ Fears that the market is overinflated are growing. (Reuters $)+ And AI profits are hiding bigger risks in earnings reports. (FT $)+ What even is the AI bubble? (MIT Technology Review) 2 Samsung profits have jumped 1,800% on booming AI chip salesIt just reported its third consecutive record quarterly profit. (BBC)+ But its shares slumped over fears that the AI boom will stall. (Reuters $)+ That boom has turned Samsung into a $1 trillion company. (CNBC) 3 A US cyber agency is using Mythos to audit government codeSources say CISA is tapping Anthropic’s model to search for bugs. (Reuters $)+ Agencies are using it despite Anthropic’s feud with the White House. (Axios) 4 Illinois’ governor has signed the nation’s strongest frontier AI lawIt’s designed to protect citizens from AI risks. (Gizmodo)+ US lawmakers are clashing over AI rules. (MIT Technology Review) 5 A hidden tracker in Claude Code has been exposed and removedIt secretly monitored users in China. (WP $)+ Critics said it shows Anthropic’s willingness to surveil users. (Ars Technica)+ The company has also found a hidden “thinking” space in Claude. (Axios) 6 Russia is suspected of flying drones over Europe from a shadow fleetThe flights were reportedly launched from commercial ships. (Ars Technica)+ Europe has a drone-filled vision for future wars. (MIT Technology Review) 7 A controversial AI “actor” is set to star in its first feature filmTilly Norwood will debut in a comedy-drama called “Misaligned.” (Variety)+ A major actors union has lambasted the AI creation. (NBC News) 8 AI costs are driving US companies toward Chinese modelsBusinesses are hunting for cheaper model alternatives. (CNBC)+ Chinese AI labs are betting big on open source. (MIT Technology Review) 9 Researchers have shown quantum proofs can beat classical onesThey found a problem that classical proofs can’t solve. (Quanta) 10 Earth will never be swallowed by the sun, according to new modelsBut it probably won’t be much fun to live here by that point anyway! (Wired $) Quote of the day “The goal might be to make machines in our image. But what I fear is that—perhaps without even quite noticing—we remake ourselves in theirs.”  —Reporter Sarah O’Connor sounds a note of caution in her new book, We Are Not Machines, the Guardian reports. One More Thing KATE DEHLER Adventures in the genetic time machine Eske Willerslev, a specialist in recovering DNA from old bones and objects, has made numerous breakthroughs. These include recovering the first more or less complete genome of an ancient human and 2.4-million-year-old genetic material from Greenland, revealing that today’s Arctic desert was once a forest with poplar, birch, and mastodons. These findings are part of a wave of discoveries from what’s being called an “ancient-DNA revolution.”  Beyond revealing stories of human migration and vanished ecosystems, scientists believe ancient DNA can unearth clues about modern diseases. It could even lead to a better food supply for our warming world. “And can we get that?” Willerslev asks. “Yes, I believe we can.” Discover how ancient DNA could rescue the future.  —Antonio Regalado We can still have nice things A place for comfort, fun, and distraction to brighten up your day. (Got any ideas? Drop me a line.) + Underworld’s electric set from EDC Las Vegas 2026 has been released as a full concert video.+ This photographic journey through global soccer culture captures the mad passion of fandom around the world.+ Feeling unhinged? Me too. This playlist of gloriously intense classical music sympathetically captures the mood.+ If you’re looking for visual inspiration, this collection of graphic design archives from across the web is a goldmine.

The Download: your stake in OpenAI, and the Treasury’s AI warning Leer entrada »

AI, Committee, Noticias, Uncategorized

Liquid AI Open-Sources Antidoom: A Final Token Preference Optimization (FTPO) Method that Reduces Doom Loops in Reasoning Models

Liquid AI has released Antidoom, an open-source method that targets a common failure mode in reasoning models. That failure mode is the doom loop. In a doom loop, a model emits a span. It then repeats that span again and again. The output continues until the context window is exhausted. Small reasoning models are more prone to this, especially on long thinking traces and hard problems. On an early checkpoint of LFM2.5-2.6B, 10.2% of completions on hard math and coding prompts produced repetitive loops. After Antidoom training, that rate fell to 1.4%. Eval scores improved across the board, attributable entirely to the reduced looping. TL;DR Antidoom reduces doom loops by retraining only the first loop-start token. FTPO spreads probability across multiple coherent alternatives, not one replacement. LFM2.5-2.6B looping fell 10.2% to 1.4%; Qwen3.5-4B fell 22.9% to 1%. The pipeline runs in a few hours, and the full stack is open source. What is Antidoom? Antidoom is a targeted fix, not a broad sampling change. It finds the exact token that begins a loop. It then trains the model to prefer coherent alternatives at that single position. The rest of the distribution stays largely untouched. The method adapts Antislop. It trains on chosen/rejected pairs that represent a single completion token. The training algorithm is Final Token Preference Optimization (FTPO), which is similar to DPO. The training teaches the model nothing new about math or code. It clears the looping that blocked answers the model could already produce. Anatomy of a Doom Loop Liquid AI team attributes doom loops to three mechanisms working together: Mechanism 1: overtrained tokens plus uncertainty. Some tokens are more likely to be selected in general. Well-known examples in the wild include ‘delve’ and ‘testament.’ Liquid AI team notes this can trace back to synthetic data in the training set. In reasoning traces, high-prior continuations often include discourse markers such as ‘Wait’ or ‘Alternatively.’ These tokens are not inherently bad. They can mark a useful change of strategy, a verification step, or a branch. When the model is uncertain or stuck, they instead become attractive fallback continuations. For an early LFM2.5-2.6B checkpoint, the most common loop-starting tokens were the following. Token Share of loop starts the 11.39% So 4.51% Alternatively 3.22% Wait 2.56% But 2.46% Mechanism 2: prior context reinforces the loop. Each repetition pushes every token in the span toward probability that Duan et al. study this in their work on circular reasoning. They link it to a “V-shaped” attention pattern. They find that semantic repetition precedes textual repetition. Mechanism 3: greedy sampling. Reasoning models usually run at low temperature for stable, reproducible traces. At temperature 0, the most likely token is always selected. A locally reinforced loop then has no exit. Liquid AI reports significant looping even at temp=0.67. Lower temperatures exacerbate the problem. How Antidoom Locates the Failure Antidoom generates completions on a prompt mix designed to elicit looping, at low temperature. That mix ships as the LiquidAI/antidoom-mix-v1.0 dataset. A loop is detected when a section repeats at least four times, over at least 60 characters. The method then targets the first token of the first repeat. At that position, it takes the base model’s top-k log-prob alternatives. It filters short or non-alphanumeric noise. It keeps up to 20 plausible substitutes as chosen tokens. Each training row is a tuple of prompt prefix, one rejected token, and one or more chosen tokens. The chosen and rejected distributions are regularised before training. Otherwise a few culprits like Wait, So, and the would dominate and over-suppression would degrade reasoning. The detection rule itself is simple to state in code. The snippet below is illustrative. Copy CodeCopiedUse a different Browser # A loop = a unit repeating >=4 times, spanning >=60 characters. # Returns the index of the first token of the first repeat (the target), else None. def find_loop(text, min_repeats=4, min_chars=60): n = len(text) for span in range(1, n // min_repeats + 1): start = 0 while start + span * min_repeats <= n: unit = text[start:start + span] repeats = 1 pos = start + span while text[pos:pos + span] == unit: repeats += 1 pos += span if repeats >= min_repeats and span * repeats >= min_chars: return start + span # first token of the first repeat start += 1 return None Each detected loop then becomes one training row. The structure is a simple tuple. Copy CodeCopiedUse a different Browser # One FTPO training row, per the post’s [prefix, rejected, chosen] format. row = { “prompt”: prefix_up_to_the_loop, # text before the first repeat “rejected”: ” Wait”, # the single token that started the loop “chosen”: [” So”, ” Since”, ” The”, ” Therefore”], # up to 20 alternatives } Final Token Preference Optimization (FTPO) FTPO is a preference-optimization algorithm similar to DPO. A training sample has a prompt, a chosen continuation, and a rejected continuation. It is built to change a handful of tokens, with minimal disturbance to the model otherwise. FTPO differs from DPO in four ways: Final token training: It trains only the trailing token of a sequence that is midway through generation. Multiple chosen tokens per sample: It spreads probability across a group of alternatives, so one overtrained token is not simply replaced by another. KL-like loss in logit space: It omits the softmax and computes divergence from reference in logits, avoiding pressure on unrelated tokens. Two-part regularization: Chosen and rejected logits move more freely, while the remaining vocab stays tightly constrained. In the Antidoom implementation, the model trains for one epoch with LoRA. High LoRA ranks of 128-256 gave the best results. Training covers all attention and MLP projections, plus lm_head. Learning rates land around 4e-6 to 2e-5. Training uses early stopping on chosen_win, the share of samples where chosen tokens beat rejected. Stopping at chosen_win=0.35 cut doom-loop rates from 20-30% down to 1-2%. Training longer tended to degrade the model. For the early LFM2.5-2.6B checkpoint, training-set generation took about one hour on 8x MI325 GPUs. Training then

Liquid AI Open-Sources Antidoom: A Final Token Preference Optimization (FTPO) Method that Reduces Doom Loops in Reasoning Models Leer entrada »

AI, Committee, Noticias, Uncategorized

Sakana AI Launches Sakana Translate, a Namazu-Powered Japanese–English–Chinese Translation Tool With Translate, Proofread, and Ask Modes

Sakana AI has added a new feature called Sakana Translate to its chat service, Sakana Chat. It handles bidirectional translation across Japanese, English, and Chinese. The translation engine is Namazu, the company’s model series adapted for Japanese. Sakana Translate ships as a free web app. A single account unlocks all three of its modes. What is Sakana Translate Sakana Translate is a browser-based translation product, not a new base model. It runs on Namazu, Sakana AI’s Japan-adapted model series. The concept Sakana AI states is ‘deep translation for Japan.’ The goal goes beyond swapping words and sentence structures. It aims to carry context, tone, and register between languages. That focus targets a specific gap. Sakana AI argues that general tools often miss what makes Japanese distinctive. Examples include business honorifics, culturally specific concepts, abbreviations, and internet slang. Grammar may stay correct while interpersonal tone gets lost. The product bundles three functions into one screen: Translate, Proofread, and Ask. The Three Modes, Explained Each mode targets a different everyday task. The table below summarizes them. Mode What it does Key detail Best for Translate Converts pasted text between the three languages Up to ~5,000 Japanese characters, streaming output, history saved automatically Emails, slide decks, articles, web pages Proofread Refines a draft into a more natural version Changes shown with diff highlighting; adjusts tone, politeness, and formality Business email and English writing checks Ask Answers follow-up questions about a result Clarifies nuance, suggests alternatives, explains grammar in the same context Learning why a translation reads the way it does A few terms are worth unpacking for engineers new to this space. Streaming output means the translation appears progressively, token by token. You do not wait for the full result before reading. This mirrors how chat models return text. Diff highlighting shows exactly what changed. Additions and removals are marked inline, like a version-control diff. Proofread goes past grammar. It also tunes naturalness, politeness, and the register a reader expects. Ask removes the tool-switching problem. You no longer jump between a translator and a dictionary. Nuance questions get answered against the same source and output. You can try all three modes in the interactive demo below How Namazu Powers It Namazu is the engine, so its design matters here. Sakana AI is a Tokyo lab founded in 2023 by David Ha and Llion Jones. Namazu is not trained from scratch. It applies post-training to existing open-weight foundation models. Reported base models include DeepSeek-V3.1-Terminus, Llama 3.1 405B, and gpt-oss-120B. Post-training means adapting an already-trained model with further tuning. It is cheaper and faster than pre-training a model from zero. Sakana AI uses it to fit models to Japanese language and culture. Sakana AI first announced the Namazu series on March 24, 2026. Sakana Translate applies that same adaptation work to the translation problem. Benchmark and Performance Sakana AI team evaluated translation quality with a standard setup. It used XCOMET-XL on the WMT 2024 General Translation task data. Here is what those two names means: WMT 2024 General Translation is a shared task from the Conference on Machine Translation. Systems translate test sets drawn from several domains across many language pairs. It is a common yardstick for machine translation research. XCOMET-XL is a neural evaluation metric from Unbabel, with roughly 3.5B parameters. It is a learned model that scores translation quality. It outputs a score and also flags specific error spans. Scores run from 0 to 1, where higher is better. By the reported results, Sakana Translate landed in a score band close behind the leading models. Sakana AI describes this as competitive quality for a translation engine. Sakana AI also ran a qualitative check on everyday Japanese texts. It reports strengths in honorifics, cultural concepts, place names, proper nouns, and everyday context. https://sakana.ai/translate-release/ Use Cases With Examples Sakana AI published two concrete outputs. Both show the tone-preservation goal in action. 1. Business email (Japanese → English). The source is a polite, indirect request. It uses set business phrases such as o-mitsumori haiken shimashita and katte na onegai desu ga. Source: お見積り拝見しました。勝手なお願いですが、もう少しご相談できますか?ご予算あれば社内で調整しますので、お聞かせください。 Sakana Translate: I saw your quote. This is a bit of a selfish request, but could we talk a bit more? If you have a budget in mind, I can work on it internally, so please let me know. Sakana AI notes the polite tone is preserved. A flatter translation would drop that register. 2. Internet slang (English → Japanese). The source uses casual shorthand from a group chat. Source: Iykyk, honestly. It’s an inside joke from the group chat. Sakana Translate: まあ、わかる人にはわかるよね。グループチャットの内輪ネタだから。 The output keeps the same casual temperature in conversational Japanese. Beyond these, practical scenarios follow naturally. A support agent can translate a long client thread in one paste. A developer can proofread an English release note before publishing. A learner can ask why a phrase carries a certain tone. Comparison: What Sakana Translate Targets The table below frames Sakana AI’s stated design focus. The left column describes common behavior in general-purpose tools. The right column reflects Sakana AI’s own claims, not a head-to-head benchmark. Dimension Typical general-purpose MT Sakana Translate’s stated focus Honorifics Grammar correct, tone often flattened Preserves polite and humble registers Cultural concepts Literal or generic renderings Adapted to Japanese context Slang and abbreviations Frequently mistranslated Matched to the original tone Workflow Separate translator and dictionary Translate, proofread, and ask in one screen Access Varies Free web app, single account, three languages A Look at the Evaluation Metric Sakana Translate has no public API yet. Sakana AI lists API access as a future, enterprise-focused plan. You can still reproduce the evaluation method it used. XCOMET-XL is open and runnable. The snippet below scores one translation with it. Copy CodeCopiedUse a different Browser # pip install “unbabel-comet>=2.2.0” # XCOMET-XL is gated on Hugging Face: accept its license, # then run `huggingface-cli login` before download_model(). from comet import download_model, load_from_checkpoint model_path = download_model(“Unbabel/XCOMET-XL”) # ~3.5B params model = load_from_checkpoint(model_path) data = [{ “src”: “お見積り拝見しました。”, “mt”: “I saw your quote.”,

Sakana AI Launches Sakana Translate, a Namazu-Powered Japanese–English–Chinese Translation Tool With Translate, Proofread, and Ask Modes Leer entrada »

AI, Committee, Noticias, Uncategorized

South Korea’s hottest new bachelors are chip workers

Baek, a 35-year-old manager at the South Korean semiconductor titan SK Hynix, was enrolled in Sunoo, a matchmaking company based in Seoul, a year ago. In a move typical of anxious South Korean parents, his mother signed him up, hoping to find a good wife for her son. Lately, says Baek (who asked to be referred to by his last name to protect his privacy), he and his coworkers are having better luck finding dates than they used to, perhaps because of the dazzling bonuses they just got. Flush with eye-popping profits from the AI chip boom, SK Hynix struck a landmark deal last year with its labor union to pay out 10% of operating profits to employees, which translates to an extra $476,000 per employee this year. A similar agreement and sizable lump sum followed for Samsung workers this May. With their newfound wealth, chip workers like Baek have become the most sought-after bachelors and bachelorettes in South Korea. “I have a coworker who’s perpetually going on blind dates, and he’s been getting so many recently,” says Baek. “For the past few months, I’ve been getting many blind dates too, perhaps because of the bonuses I got.” Lately, young South Koreans joke online that the best outfit to wear on a blind date is an SK Hynix uniform.  The AI chip boom is changing the social fabric of South Korea by minting a new elite of “silicon-collar” workers earning about 20 times as much as the average South Korean. Although it’s helping some chip workers to find relationships, it’s also fueling fears of a deepening wealth disparity—and a loud public debate about inequality. Love in the time of chips South Korea is the epicenter of the chip boom fueling the AI race. Samsung and SK Hynix supply the vast majority of the world’s high-bandwidth memory (HBM) chips, which power Nvidia’s AI accelerators—the GPUs used to train AI models. As AI companies spend hundreds of billions of dollars on building data centers around the world, demand for HBMs is rising beyond what suppliers can keep up with, driving their prices to unprecedented levels. Samsung and SK Hynix are raking in record profits as a result.  South Korea’s economy now orbits the two chip giants. In May, both companies topped $1 trillion in market value. And chip exports helped fuel a 1.7% surge in South Korea’s gross domestic product in the first quarter of 2026. South Korea’s main equity index, Kospi, has nearly tripled over the past year, becoming the best-performing market in the world. Swimming in cash, chip workers are going on shopping sprees in department stores near the “semicon belt” fabs—splurging on everything from lavish furniture and electronic appliances to jewelry and watches. They’re also snapping up homes near the commuter-shuttle routes that ferry workers to campus. And they’re shelling out for matchmakers. “Quite a lot of people ask me if I can introduce them to chip workers,” says Lee Sung-mi, a matchmaker at Sunoo, who has been playing Cupid for chip workers for years. “In fact, people who once rejected them are asking to be matched with them again, now that their salaries and bonuses have shot so far above what everyone else earns.” One woman who lives in Gangnam, a ritzy district in Seoul lined with luxury high-rises and designer boutiques, previously turned down a chip worker at SK Hynix because his fab was too far out in Icheon, a rural city about 50 miles southeast of Seoul that’s dotted with rice farms and manufacturing plants. But in May, she asked her matchmaker to set them up again. They’ve now been dating for a month.                                                                                                                                                                                                                                                                                                                                                                                                                              In South Korea, matchmaking companies evaluate their clients on a long list of criteria such as education, job, income, looks, and family background, including whether their aging parents have saved enough for retirement. In an economy where housing prices and child care costs are soaring, competition for jobs is fierce, and the social safety net is thin, a good job is the ultimate dating credential—all the more coveted at a time when many young South Koreans are forgoing marriage and children altogether, seeing family life as an unaffordable dream. Every client at Sunoo gets a spouse rating, determined by an algorithm that assigns scores for each criterion. Since their hefty bonuses were announced, the job ratings of Samsung employees have risen from 80 to 84, while those of SK Hynix employees climbed from 78 to 82. Scores above 90 are reserved for doctors and lawyers. Long prized as paragons of prestige and wealth, they’re now close to being overtaken by chip workers. A score of 99, the highest possible rating, is earmarked for heads of state.   Their new status is reshaping how chip workers themselves approach dating. “Chip workers from Samsung and SK Hynix are enrolling in our services because they feel more financially ready,” says Lee. “They’re also becoming pickier, as they feel like they’re now in a good position. The women want to meet men with higher incomes and better jobs, and the men want to meet younger and better-looking women with better jobs.”  An SK Hynix engineer in her 40s, who was once desperate to get married as soon as possible, started turning down men she would’ve dated before the chip boom. Lately, showered with more matches, she’s been sifting through her suitors more carefully. “She now has peace of mind and wants to take her time to meet someone better,” says Lee. A mixed blessing While chip workers enjoy the fruits of their labor, the bonus bonanza is stoking anxieties among other South Koreans. “When wealth disparity is no longer a mere difference of income but, rather, a difference in identity … it can fuel social conflict,” says Se-eun Jung, an economist at Inha University.  Earlier this month, the Bank of Korea warned that the chip boom will create a “K-shaped” economy, where a handful of workers race ahead while everyone else falls behind. The windfall, the

South Korea’s hottest new bachelors are chip workers Leer entrada »

We use cookies to improve your experience and performance on our website. You can learn more at Política de privacidad 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
es_ES