đ° News â Awesome Speech Audio
Loading newsâŠ
Loading newsâŠ
63 recent industry stories relevant to the field â releases, launches, and announcements beyond the papers.
Opus 5 will be both cheaper and less restrictive than Fable, likely making it preferable in most use cases.
ChatGPT Voice on desktop can work with both ChatGPT Work and Codex to complete tasks and control agents.
Claude's new voice model will let you reschedule your meeting or draft an email.
Until now, voice mode has only been available on Claude Haiku, Anthropic's faster but less powerful model. Now the company is making its Opus and Sonnet models available in voice mode, and extending its reach into apps like Gmail, Slack, and Canva. When Anthropic launched voice mode last year, it was primarily focused on delivering […]
The Media Router is a tool that automatically selects the best image, video, or audio generation model for a request based on whether a developer prioritizes quality, speed or cost.
Google's cloud business is thriving, as companies adopting its AI and AI infrastructure services help the tech giant to report record profits.
OpenAI will spend the equivalent of Sweden's GDP on infrastructure through 2030.
AMD says it's going to invest up to $5 billion in Anthropic, while helping to expand the AI company's computing power, according to an announcement on Wednesday. As part of the new partnership, Anthropic will deploy up to 2 gigawatts of AMD's Instinct MI450 AI GPUs using the chipmaker's new Helios rack-scale system, as reported […]
Over the past decade, streaming platforms competed by dominating individual formats like music, video, podcasts, or audiobooks. Now, as AI makes it easier to create, organize, and recommend content, those distinctions are fading, pushing companies like Spotify, Netflix, YouTube, and TikTok to become all-purpose entertainment destinations instead.
Google is launching Gemini 3.6 Flash alongside a new security model dedicated to quickly finding and patching security vulnerabilities. In a blog post on Tuesday, Google describes Gemini 3.5 Flash Cyber as a "cost-efficient and highly capable alternative" to larger, more expensive AI systems, such as the one offered by Anthropic's Mythos. The cybersecurity model […]
I would never go so far as to say there's no place for AI in music (I'm a fan of Holly Herndon, after all). But I generally find music made with generative AI to be offensively boring, especially the outputs of Suno. So I'm having a bit of a tough time processing the fact that […]
Current AI, a non-profit building AI that leaves no one culture behind, has made remarkable progress across devices, AI chat and more.
It's the company's first public proof point after a year and a half spent building AI infrastructure largely out of public view.
Suno data obtained in a hacking incident has exposed that the AI music generator was trained by scraping millions of songs and lyrics from online audio platforms, including YouTube Music, Deezer, and Genius, 404 Media reports. Given that Suno has avoided revealing what's in its training datasets and how they were acquired, this a rare […]
OpenAI has built an LLM super-hacker called GPT-Red that it uses as a sparring partner to help its other models boost their defenses against cyberattacks. Last week the company released the latest version of its flagship LLM, GPT-5.6. OpenAI says that training it against GPT-Red made the model its most robust release yet. GPT-Red automates…
The hacker used an employee's credentials to access source code, which revealed how Suno scraped decades of audio.
If youâve been waiting to try Appleâs revamped Siri without installing a developer beta, you now can. The company on Tuesday released the iOS 27 public beta, giving iPhone owners early access to its AI-powered assistant and other new features before the softwareâs official launch this fall.
Spotify is experimenting with a new AI feature that allows Premium subscribers to play and explore music, audiobooks, and podcasts by having conversations with a chatbot. The "Talk to Spotify" feature appears across the Home and Now Playing view on Spotify's mobile app. You can interact with the chatbot by typing your request in the […]
Open source AI is booming, according to Hugging Face CEO Clem Delangue. The company has grown into something like a GitHub for AI in recent years, where AI builders can share and download open models and datasets, now used by roughly half the Fortune 500. Delangue has seen the same story play out again and again: companies start […]
The AI chip boom just produced its biggest Wall Street moment yet. Now SK Hynix and Samsung are being asked to build U.S. factories.
The company is using the cash to open an office in the Bay Area and compete for talent there, "strengthening its position at the heart of the world's leading AI ecosystem."
The company is taking a modular approach to designing these chips, anticipating that their needs will change as AI evolves rapidly by the time the chips are in production.
The large language models (LLMs) that form the basis of generative AI chatbots such as ChatGPT, Claude, and Gemini can generate uncannily human-like text and images. But these models still struggle with a skill that, ironically, looks at face value to be right in their wheelhouse: analyzing structured data. A new type of generative AI is set to change this situation.Although you can get your favorite chatbot to solve intractable math problems, review dense legal documents, compose a catchy pop song, or put together some slick PowerPoint slides, give it anything more than a small table and it doesnât have a clue what to do.For most companies and organizations, the most important data sits in spreadsheets. Whether itâs a bankâs transaction logs, a marketing agencyâs website metrics, clinical trial participantsâ vital signs, or the vast amount of proton collision information produced at atom smashers like the Large Hadron Collider, structured, row-and-column data runs the world, and LLMs canât deal with it.AI startup Fundamental is pioneering a new type of AI foundation model, known as a large tabular model (LTM), to fill the gap. Fundamental came out of stealth mode on 5 February 2026 with US $275 million in funding and a model called NEXUS, purpose-built for tabular data. Now, the model is being adopted by companies such as Amazon Web Services, while others race to build their own LTMs. Why LLMs struggle with spreadsheetsPart of why structured data has garnered less attention is a very human bias, argues Boris van Breugel, a senior AI researcher based in Amsterdam. âPeople like to see images, videos, and ChatGPT responses,â he says. âBut tabular data really lags behind because itâs not fun to look at numbers.â Different tabular datasets are also difficult to compare, explains van Breugel, who co-wrote a prescient position paper on this topic in 2024. Whereas most language has similar semantics, making LLMs well-suited to being trained on vast amounts of text data, van Breugel argues that it is much harder to train a single tabular model on tables with very different variables. Additionally, language is sequential by nature (as are music, images, and video). Changing the order of words in a sentence may change or completely destroy its meaning. But the structured data you find in spreadsheets isnât sequential. You can swap the order of columns or play around with rows, but the underlying factual meaning of the data remains the same.This independence from linear order is incompatible with an LLMâs fundamental purpose of predicting the next value in a linear sequence. âWith LLMs, even slightly changing the input, you get a different output,â says Jeremy Fraenkel, CEO of Fundamental. âThatâs fine, and actually often desirable for LLMs, but when youâre making a prediction of whether a transaction is fraudulent or not, you want to make sure that the prediction is the same, or deterministic, no matter what.âDeveloping Fundamentalâs LTMCurrent tabular data solutions are limited to machine learning algorithms, such as XGBoost, that have been around for more than 15 years and are used by organizations globally. These algorithmsâcalled gradient-boosted decision treesâhave to be trained and optimized by data scientists over the course of months for each and every use case. In contrast, NEXUS and other emerging LTMs are foundational, leveraging learning amassed from pre-training on diverse databases so that they can be applied across a range of different predictive tasks with minimal bespoke feature engineering or task-specific model building.And unlike LLMs, which primarily model sequences of tokens, LTMs model the structure of tabular data directly. They jointly learn from each entryâs numerical value, what it represents, and how it relates to other entries. For example, imagine an entry in a grocery stock inventory table for bananas: The LTM can take in not just the magnitudeâsay, 500âbut the fact that the entry represents the current banana stock quantity, its category (produce), and the statistical properties that link the entry with the rest of the column. This contextual understanding enables more accurate reasoning and prediction over structured data.According to Fraenkel, one of Fundamentalâs biggest challenges in developing NEXUS was obtaining the right training data. Unlike natural language, which is abundant and broadly uniform in structure, tabular data is relatively hard to findâmuch of the data is sensitive or proprietaryâand diverse. There are very few similarities between, for instance, a biology dataset and a financial one. That combination of factors meant Fundamental needed to invest in building a huge training set.âWe pre-trained NEXUS on billions of tables using a combination of proprietary datasets acquired through partnerships and licensing, high-quality public and open-source datasets, and data augmentation techniques that expanded the diversity and coverage of our training corpus,â Fraenkel says, though he is keen to point out that NEXUS is not trained on customer data. In fact, it is a confidential computing platform, which means that Fundamental physically cannot access customer data, let alone train on it.This feature was most likely a key consideration when in June, Amazon Web Services (AWS) embedded NEXUS in Amazon SageMaker, widely considered the default operating system for secure machine learning. This brings NEXUS to many customerâs often sensitive dataâa contrasting approach to LLMs, where the data has to be imported to the model.âWith Amazon, we have a first-party partnership, which means that our model exists as if itâs a native AWS solution,â says Fraenkel. âAnd over time, the goal is to expand these types of relationships to allow [ens-users] to really access their data wherever they do their predictions.âThe future of data analysisThough Fundamental has taken the lead, at least in enterprise applications, the company is not alone in pursuing foundational LTMs. In March, Feedzai, which provides fraud and financial crime prevention services, and credit card company Mastercard separately launched similar proprietary technologies focused on finance. Then, in late June, Google launched its own foundational competitor TabFM, trained entirely on hundreds of millions of synthetic datasets. And machine learning researchers are not far behind either. FlexTab, TabICL, and iLTM are just three of a raft of LTMs developed by the research community in the past year, all in the pursuit of bringing the success of LLMs to the tabular domain.For all involved, the direction of travel is clear. âI would be very surprised if most data processing and analysis is not done through an automated system in the future, whether thatâs an LLM, an LTM, or some combination,â says van Breugel. âMost people donât necessarily like to do data analysis, and these systems will be able to do it a lot better.âFraenkel agrees. âI see the relationship between LLMs and LTMs as being a bit like the human brain: The left side is good at reasoning and understanding and summarizing text, and the right side is really good at understanding numbers and statistics and patterns,â he says. âBut itâs when you combine both of those that you really get something much more powerful.â
At an internal meeting, the Meta CEO reportedly said that AI development efforts were not moving as quickly as anticipated.
The news comes about a week after OpenAI announced its own custom AI chip in a partnership with Broadcom.
Sound built its reputation on concentrated, high-conviction bets in category-leading AI labs, while Kutcher's new fund appears to be chasing the layer underneath those companies â the infrastructure and energy that power them.
Cloudflare is giving AI companies until September 15 to separate web crawlers used for search from those used for AI training and agents, or risk being blocked by default on many publisher sites.
Google's 24/7 agentic assistant, Gemini Spark, comes to Mac alongside other improvements, like real-time tracking and support for more apps.
Meta is developing plans for a cloud infrastructure business, selling access to AI compute power and models. The move would pit it against the big cloud providers like Amazon Web Services, Google Cloud, and Microsoft Azure.
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. Claude Science is Anthropicâs newest flagship product At an event for pharmaceutical executives, biotech founders, and researchers yesterday, Anthropic announced Claude Science, a major new product intended to support scientific research…
After weeks of negotiating with the Trump administration, Anthropic is finally going to be able to bring Claude Fable 5 back online. In a post on X, Anthropic said it plans to begin restoring access Wednesday to users globally on Claude platforms, and that the company would re-enable access on AWS, Google Cloud, and Microsoft […]
At an event for pharmaceutical executives, biotech founders, and researchers on Tuesday, Anthropic announced Claude Science, a major new product intended to support scientific research in the same way that Claude Code supports software engineering. Like Claude Code, Claude Science can autonomously carry out meaningful work when given concise, high-level instructions, and it has access…
Anthropicâs Claude Sonnet 5 brings stronger agentic capabilities, lower pricing, and improved safety, positioning the model as a cheaper alternative to Opus, GPT-5.5, and Gemini Pro.
Anthropic's Claude Science is a workbench that gives scientists one environment to do computational research, saving them from the need to bounce between databases, pipelines, and tools.
Engineers on the new team will embed within companies to deploy purpose-built agents, focusing on fast deployments and customer self-sufficiency.
New models are launching in Asia that promise Mythos-like capabilities without fear of an export ban. U.S. AI labs may never recover this enormous market.
Over 100 companies and government agencies are reportedly authorized to use Mythos 5, including their non-American employees.
âWe donât believe this kind of government access process should become the long-term default,â says OpenAI. âIt keeps the best tools from users, developers, enterprises, cyber defenders, and global partners who need them.â
Nvidia has dominated the AI chip market for years, but the era of total dependence might be ending.   OpenAI just shared its plans to spice things up with Jalapeño, its custom inference chip built with Broadcom, joining Google, Apple, and SpaceX in a growing list of companies building their way out of single-supplier risk. The goal is less of a […]
Less than 24 hours after news broke that OpenAI would stagger its next model release at the request of the Trump administration, that model, GPT-5.6, is here. On Friday, the company unveiled the limited preview of its new GPT 5.6 model suite: Sol, the flagship; Terra, a medium-tier model for "high-volume work"; and Luna, a […]
OpenAI reportedly plans to share its newest model, GPT 5.6, with a select group of partners instead of with the broader public. The reason: the Trump administration told it to.
Agent-testing startup Patronus AI, founded by former Meta AI researchers, is experiencing nearly insatiable demand, its investor says.
Amazonâs latest India investment comes as global tech companies race to expand AI infrastructure in the country.
Top AI researchers Jonas Adler and Alexander Pritzel are leaving Google for Anthropic, following departures from top scientists Noam Shazeer and John Jumper.
OpenAI has just revealed a new "intelligence processor" chip for AI servers made in partnership with Broadcom. The chip, called Jalapeño, is designed to power current and future large language models, according to an announcement on Wednesday. Jalapeño is an ASIC (Application-Specific Integrated Circuit), meaning it's designed for a specific purpose: AI inference. With AI […]
SummaryRFIC design is a complex âdark artâ that limits progress in wireless technologies like 5G, autonomous vehicles, and satellite communications.Princeton researchers use reinforcement learning and inverse design to rapidly create RFICs from scratch.Diffusion models rapidly generate novel or human-interpretable RF layouts, achieving record performance and drastically reducing design time.Future progress needs large, shared chip design datasets and open ecosystems so AI can learn universal electromagnetic and circuit behaviors.Take a moment and try to imagine your life without the wireless advances of the past three decades.Have you lost your luggage? What a shame AirTags have not been invented. The airline representative has promised to call with updates, so settle in for a long wait by the kitchen telephone, because there are no affordable cellphones. Youâll be stuck listening to whatever is on the radio while you wait, because there are no streaming services. Thatâs not even to speak of all the movie plots that would have been ruined.This is just a tiny sliver of how wireless technology makes itself felt in your day-to-day existence. The effects it has had on supply chains, infrastructure, and how the economy runs have been world-altering.None of it would be possible without the radio-frequency integrated circuits that allow all our devices to unobtrusively send and receive information.Now imagine what the further evolution of this technology will bring: Wide-spread autonomous vehicles, quantum communications, 6G mobile service and satellite communications. Continued momentum will depend on newer and more advanced versions of todayâs RF chips.But thereâs the rub. Whereas the design of most of the worldâs computing chips has been standardized into its own science, RF design has remained stubbornly in the realm of art. A dark art, even, that is mastered only through years of experience. As any sorcerer will tell you, the dark arts keep their own schedule. And that schedule is impeding progress not just in RF chip design but in every other technology that depends on it.About seven years ago, in the wake of AlphaGoâs victory over world Go champion Lee Sedol, my students at Princeton and I began to wonder: Could AI be taught this art as well? Recent successes suggest that, to a large extent, it can. Over the last few years, our group and other leaders in the field have started to develop machine-learning-driven algorithmic methods for designing RFICs. Some of the resulting chips look more like modern art than circuit layouts. Yet in many cases, the physical prototypes bested state-of-the art circuits in terms of performance. The real achievement, however, is that it took the AI orders of magnitude less time to conceive a working design than it would a human designer.This is not about one or two RF chips. AI-enabled design could be the future of all RF design, and maybe much more.The Dark Art of RFIC DesignSo why do these chips all have to be crafted by hand? Why arenât RFICs designed with an algorithmic synthesis process, much as CPUs and GPUs are?The design of RFICs is an exercise in engineering across multiple physical domains. Maxwellâs equations, operating across different spatial and temporal scales, govern how electromagnetic fields interact with active and passive devices that must be carefully codesigned for the chip to function. Alongside these are the laws of thermodynamics, which determine how heat is generated and removed during operation, as well as the mechanics of thermal expansion and contraction that dictate how reliably the chip and its packaging survive temperature changes.AI Could Short-Circuit RFIC Design The design of a radio-frequency integrated circuit requires human intuition and multiple, often-repeated optimization steps. The hope is that through an understanding of Maxwellâs Equations, an AI can be taught to short-circuit this process and quickly produce a design.Simultaneously accounting for all the physical constraints these impose makes the design space almost impossibly large. Every decision involves complex priorities that often compete with one another, preventing the optimization of any of them.To better understand the issue, letâs walk through the steps involved, after which youâll better understand why a single new chip design takes years and tens to hundreds of millions of dollars. Most of the area of radio-frequency integrated circuits is dominated by complex electromagnetic structures. Human-designed RFICs, like this broadband power amplifier [1], start with templates and follow a symmetric, understandable pattern. But freed from the constraints of human-designed templates and the need for humans to even understand the rationale of electromagnetic structures, power amplifier ICs [2â5] and low-noise amplifiers [6] can take on truly wild-looking yet efficient designs. SENGUPTA LABLetâs say youâre an engineer assigned to design a new 28-gigahertz power amplifier for a 5G-millimeter-wave handset. (This is the type of RFIC that boosts the 5G signals on your phone and transmits them to the antenna where they can be picked up by a distant base station). Where do you start?RFIC design has some features in common with house building. Just as the blueprint for a house dictates the number of bedrooms and bathrooms to be built and the hallways connecting them, the blueprint for an RFICâcalled the architectureâestablishes the kinds of elements the RFIC needs to fulfill its intended function. Instead of rooms, the architecture includes, for example, the number of stages of amplification your power amplifier needs. Instead of hallways, it shows the paths that signals must take to get through those stages.The blueprint for RFICs is actually mostly hallway; passive elements, like inductors and transmission lines, take up far more real estate than active elements like transistors.Hereâs why. As you have probably experienced yourself, a typical CPUâs transistors overheat when faced with operating frequencies of just a few gigahertz. The frequencies RFICs can operate at are higher by an order of magnitudeâ28 and 39 GHz for 5G signals, 26.5 to 40 GHz and even higher for satellite communications, and 77 GHz for automotive radar. Under this onslaught, a CPUâs transistors would fail.RFIC transistors avoid this fate because these chips cleverly manage the signalâs energy with careful electromagnetic design. This takes the form of byzantine networks of metal elements that dominate the chipâs real estate. These structures are geometrically regular, often symmetrical, and so intricately constructed they sometimes resemble lacelike filigree. But while they may look decorative, they are essential to the chipâs functioning.Electrically speaking, these âhallwaysâ work more like the chipâs plumbing. Like plumbing, this extensive labyrinth of passives confines electromagnetic energy only to the places it should be traveling around the chip.The major challenge in RFIC design is putting all these elements together to ensure they work, just as constructing a house from its blueprints demands exact specs for load-bearing beams, pipes, and external walls. On an RFIC, the architecture needs to be realized with physically fabricable transistors and passive components that are connected just so, to permit the signal to travel through the chip and be processed. The way these devices are connected locally is what we call the circuitâs topology.The RFIC Design ProcessTo make that power amplifier, then, your first step is to identify a candidate circuit template: The combination of structures that will meet the goals of a particular architecture with a specific circuit topology. Over the years, researchers have eased your burden by developing reusable design templates for specific functions. For example, templates suggest how many amplification stages a circuit needs (because sometimes, combining the output of two smaller amplifiers will result in better bandwidth and efficiency than you would get from a single larger one). And they suggest what the general configuration of the passive structures should be. Today there is an extensive library of such templates.However, these canât simply be used off-the-shelf, because each comes with trade-offs. Some have better gain at the expense of stability; some better bandwidth at the expense of efficiency; still others are more energy efficient at the expense of output power, and so on. There is rarely a clear best choice.To arrive at the âsweet spotâ where all these different parameters are balanced into optimal harmony, designers will typically lay out several different versions of the circuit, using intuitions and methods they have picked up in their years of training.The challenge is that the decision around the architecture, circuit topology, or the electromagnetic passives cannot be done separately. One decision influences the others. So, designing an RF circuit can often feel like trying to fit an oversized carpet into too small a roomâpress down one corner, and another pops up.At microwave and millimeter-wave frequencies, even the smallest misstep is the difference between a chip that works and one that doesnât, and any number of things can go wrong. For example, when an electromagnetic wave encounters a transistorâor any other component âthe path it travels must be properly âmatchedâ to what comes next. If it isnât, some of the energy reflects backward instead of flowing forward. Imagine trying to connect a high-pressure fire hose directly to a narrow garden hose. Without the right adapter, water will splash backward at the junction. Very little will make it through. In electronics, this is called the impedance-matching problem.To prevent those reflections, engineers design special transitions, essentially microscopic adapters, that smooth the handoff between components. On a chip, these adapters can be surprisingly intricate. They donât just pass the signal along; they can also split it, combine it, or distribute it across multiple paths with carefully controlled timing and strength.Once youâve done the architecture, plumbing, and everything in between comes the moment of truth. Have all the choices you have navigated through the enormous design space resulted in an RFIC that meets its specifications? If the specifications are not met, you will have to go back, either redoing the topology or the entire architecture, and repeat the whole process. So get ready for months of time- and resource-heavy simulation and iteration. Perhaps you now see why, for decades, a core belief has persisted in the RFIC community: âRF design is an art.â It was said that only an experienced designerâwith an artisanal understanding of how the pieces make up the wholeâcould master the subtleties of analog and RF design. Unfortunately, this entrenched notion has long held back algorithmic innovations in the field just when we need them most. Traditional, artisanal RFIC design is hitting its limits as the complexity of these systems inexorably grows.AI for RFIC DesignWhile RFIC designers continued their battle against their âoversized carpetâ problem, a series of interesting developments emerged in allied disciplines. Across a range of other previously intractable problems like protein folding and climate modeling, AI has been able to successfully navigate multidimensional complex spaces. This gave us the incentive to look deeper into AI for RF. After all, the combinatorial complexity of protein folding is not that different from the nature of the design space in our domain.We were not the first to think of using artificial intelligence to speed up parts of RFIC design. Researchers had previously trained machine learning algorithms on circuit templates in the hope of speeding up the normal optimization processes. While this approach was undoubtedly faster than humans at optimizing templates, it still relied fundamentally on libraries of existing designs invented by humans.Training an AI to Design a Chip A machine learning system learns to do end-to-end RFIC design like other AIs learned to play such games as Go. Essentially, it turns the process into a game, learning from the results of its own efforts.We didnât want that. We wanted to break free from the restrictions of prefabricated topologies. Because while a designerâs experience and hard-won heuristics are crucial to building a working design, they also place fundamental limits on it. Furthermore, such an approach would necessarily require simulation steps as part of the optimization cycle, and even the fastest simulations use a lot of computing resources. Worse still, in many advanced cases, such as for broadband designs, there are no existing templates.But if we didnât start with templates, where could we start?The goal here was to allow algorithms to determineâentirely from scratchâevery parameter for architecture, constituent circuits, and electromagnetic passives. This approach differs fundamentally from conventional optimization, which is limited to determining the parametersâlike transistor dimensions and passive component geometriesâthat optimize structures originally devised by humans.In our new approach, the architecture begins essentially from nothing and is progressively assembled through successive iterations. The system explores the design space by generating myriad candidate circuit combinations and mapping the resulting performance trade-offs as it navigates this landscape. Because the process is not biased by prior human design choices, it can produce completely novel circuit topologies that look markedly different from those created by human designers.In some ways, the approach echoes AI systems such as AlphaGo Zero, which achieved superhuman performance not because it was trained on games played by humans but because it explored the rules by playing against itself. Similarly, our algorithm develops new circuit architectures by exploring and evaluating its own design strategies. In so doing, it learns to understand circuits, electromagnetics, and the close codesign they need to achieve the end-to-end design of RFIC.Inverse Design for RFICsTo realize this capability, we proceeded in two stages. First, we developed a reinforcement-learning (RL) framework that determines the optimal system architecture, circuit topology, device parameters, and even the properties of the electromagnetic interfaces that connect different circuit elements. In this stage, the algorithm effectively defines how signals should propagate and interact across the system.The algorithm trains very similarly to how a computer learns to play a game. If you let it play enough times, it can learn to play better by observing the relationship between the actions it took and the score it achieves. In a similar way, the RL agent here learns to design effective circuits by playing with a set of combinations, and over time, it can map the space between the circuit performance to its architecture, topology, and parameters. This training takes a few days to a week, but once trained, the agent can design circuits very quicklyThe next step was to determine the physical structure of the ICâs electromagneticsâthe plumbingâthat can create the desired properties of the passive elements, which are characterized by a set of metrics called scattering parameters. These measure if a signal entering a component actually moves forwardâor is reflecting backward, being wasted, as in our previous example with the fire hose and the garden hose.Deriving the structure from the desired scattering parameters is an example of an approach called inverse design, which appears across many areas of engineering. In structural engineering, for example, one might collaborate with an architect on a physical goalâsuch as creating large interior spaces with high ceilingsâand then determine the arrangement of arches or buttresses that can support it.Generative AI for Electromagnetic NetworksBut RF integrated crcuits pose a particular challenge for inverse design: The process must account simultaneously for circuit behavior and the electromagnetic responses of the interconnects and passive elements that link them together. But it has to figure that out without doing a lot of artisanal iterating.So we replaced our RF circuit simulator with an AI-based emulator. This AI model can predict the behavior of electromagnetic fields going through any structureâeven totally arbitrary two-dimensional shapesâwithout having to compute the underlying physics from scratch, as simulation tools do. It would predict the solution of Maxwellâs equations and tell you the scattering parameters for any structure you showed it, without actually doing the math. With such an AI in hand, what a time-consuming electromagnetic solver normally takes minutes or hours to accomplish is reduced to milliseconds.We chose to build our emulator around a convolutional neural networkâa machine learning model that has been remarkably successful for image processing. Such networks can extract spatial features from any structure, and it turns out that the image of a structure contains a lot of spatial information that can accurately predict its electromagnetic performance. Then we trained it on a vast number of random pixelated structures whose scattering parameters had been labeled.Once we had our inverse-design RL and suitable AI emulator, we essentially had an end-to-end AI designer. So we asked it to design us a power amplifier.Unconventional RF ArchitecturesIn 2023, we published this proof of conceptâa power amplifier targeting the millimeter-wave band, specifically spanning 30 to 100 GHz, which covers most of the relevant 5G and radar frequencies. The final design achieved the best combination of wide bandwidth, output power, and efficiency then reported for a silicon-based power amplifierâmeaning it could amplify a large amount of data across a wide swath of frequenciesâwhile maintaining record efficiency.The structure of the ICâs electromagnetic pathways was unlike anything any human would ever consider. Since the AI is not trained on human designs, the layout that emerged looked more like an arbitrary pattern or perhaps a QR code than the regular symmetrical structures we are used to seeing.One unexpected insight revealed by this prototype, and our research generally, is that thereâs no evidence that the templates weâve historically relied on are even close to optimal for modern design goals. Itâs not that a human designer can never come up with a better design. But with the removal of the templates and the time to synthesize cycle upon cycle of optimized circuits, it is now clear that AI-driven synthesis could break traditional design barriers and push the limits of RFIC capabilities.Our 5G amplifier had only one input port and one output port. Adding more inputs and outputs to a design is not straightforward. Every port electromagnetically couples to every other port, so the scattering parameters quickly add up. Two ports give you four scattering parameters. Four ports, 16 scattering parameters. The math gets ugly fast. Could our model keep up?We next trained our model on larger classes of electromagnetic structures with many input and output ports. In 2024, we published work showing that multiport integrated circuits are no problem for these AI algorithms either. Where previously multiport electromagnetic simulation required days or weeks of toil, this model evolved new structures in minutes. Since then, a plethora of work in the space by research communities across the globe have demonstrated the power of inverse design in RFIC.Combining the reinforcement learning framework with the inverse design, we now had the ability to create an RFIC from specifications all the way to a fabrication-ready layout. Weâve so far shown this is true for RFICs ranging from low-noise amplifiers to subterahertz and broadband power amplifiers. The hope is that this will work just as well for other circuits.Making AI Designs InterpretableOur goal was to make RFIC design better and easier, but we didnât want to make it beyond human understanding. Chip testing and debugging is a long, arduous process, sometimes even more so than design. Engineers often prefer ICs to have interpretable structures, so that if a problem crops up, they can understand how the chip works well enough to debug it.To create structures that are more interpretable, we turned to diffusion models, which you may know from their remarkable ability to generate realistic images from text prompts.AI-driven synthesis could break traditional design barriers and push the limits of RFIC capabilities. Imagine you go to your favorite image-generation engine and ask it to create a painting of the sky in the style of Picasso, Van Gogh, or Michelangelo. You will get images that capture the essence of their brushstrokes, their use of colors, and their framing. All are pictures of the sky nonetheless, but in different styles.Electromagnetic design is similar in that multiple structures can have very similar electromagnetic responses. Instead of using text input, we used scattering parameters as our input, and the electromagnetic structure of an RFIC chip as our output. As part of the inputs to the diffusion model, we created a dial that sets the spatial frequency of the final structure. By turning the dial, a designer can direct the model to synthesize structures with low (classical-looking and interpretable), medium (mazelike structures), or high (pixelated or arbitrarily-shaped) spatial frequency.From prompts to output, the entire process took about 6 minutes. With this diffusion model, algorithms can now both discover novel architectures and accelerate the creation of conventional, so-called classical ones.All an RFIC designer needs to do is specify virtually any valid set of scattering parameters. As long as they are physically realizable under Maxwellâs equations, the model pops out a corresponding structure as if it were a vending machine.The Future of AI-Driven RFIC DesignThe results of our investigations have drawn the attention of the RF community. The traditional bottom-up design process is clearly beginning to reverse.But there are still questions: How generalizable are these methods? Can they consistently deliver truly high performance? Can we get to a place where AI produces designs that maximize every conceivable trade-off, holistically optimizing every parameter to its most ideal physical state? We want to take this strategy beyond RFIC design and invent other kinds of circuits that are different from anything humans have ever done.These are exciting and ambitious prospects, but we are not there yet. AI can hallucinate a design that creates bad circuits that donât work. This means verification methods need to remain under human oversight. And, while hallucinations are rare, it would still be good to reduce their occurrence.History suggests that meeting these dreams of the future will take much more data than weâve been using. Before the creation of the ImageNet repositoryâa repository of 14 million varied, human-annotated imagesâimage-recognition models didnât function well in the real world. The datasets they had been trained on were too tiny to be effective. ImageNetâs massive amounts of training data ushered in a revolution that led to AI that can generalize and recognize images in the wild. The rest was history.If the goal for RFIC and analog design is a universal foundational modelâsomething that learns the governing laws of electromagnetics and circuit behaviorâthen we also need data.The good news is that this data is plentiful. Around the world, countless engineers at companies and academic labs simulate nearly identical RF circuits and passive structures every day. The bad news is that itâs all locked away behind nondisclosure agreements.Open ecosystems have propelled other areas, and we think the RFIC community should do the same. There had been some movement toward this. Natcast, the operator of the U.S. CHIPS and Science Actâs R&D program, would have bolstered shared infrastructure and innovation for the next generation of wireless, sensing, and defense technologies. Unfortunately, both the organization and the program it ran specifically for machine learning and RFICs have been closed.But the momentum Natcastâs effort sparked hasnât died out. Building on our early work, groups across the community have already demonstrated remarkable advances. AI-driven IC design is part of a much broader technological shift. From biology and materials science to automotive and aerospace engineering, AI is reshaping how complex systems are conceived and optimized. Deeper collaboration between AI researchers and chip designers will unlock the fieldâs full potential. Itâs by no means a foregone conclusion, but if we get this right, this genie wonât stay in its bottle.
AI is booming. New use cases are emerging each day. To capitalize on the technologyâs potential, enterprises require data at scale. In many cases, though, the relevant information is blocked or unstructured, which limits its use by AI models.  To understand this challenge, consider the foundation of the web itself. The web was not designed…
Google is betting generative AI can breathe new life into the smart speaker. The company's new $99.99 Google Home Speaker replaces the rigid commands of the Google Assistant era with more conversational Gemini interactions.
Musicians are accustomed to getting paid each time their creative work is used. Across vinyl/CD sales, streams, radio, cover versions, and those numerous niches like karaoke, there are agreements in place about what âuseâ means. Underlying this is a simple economic principle: The more something is used, the more money it makes.Generative AI has complicated the definition of use. On the one hand, you could argue that the use of a piece of musical training data happens just once, at the point of training. On the other hand, creators would be right to complain that the creative essence of their work lives on in the structure of the model, used every time the model produces an output.Now, companies like Sureel and SoundVerse are working to re-create the essential economic principle that motivates creativity in an era of AI. Such initiatives aim to turn the generative AI industry from one guilty of âthe biggest act of copyright theft in historyâ into one that coexists harmoniously with hardworking artists.Music Royalties for the AI era Sureel, a startup Warner Music Group just acquired, has partnered with the Swedish copyright agency STIM to explore the potential for music creators to get paid when their music is used to train generative AI tools. Sureelâs software labels online media, such as a music file, with instructions determined by the owner. The instructions specify whether an AI company may use the media freely in training, limit its influence in any given training set, or avoid it altogether. The software then tracks how the AI company uses the media in training and sets licensing fees accordingly. Meanwhile, the founders of the AI music company SoundVerse â[reject] one-time royalty buyouts as insufficient and [advocate] for ongoing participation of artists in the AI lifecycle,â they wrote in a 2025 white paper. They argue that each time a generative AI system produces an output, certain pieces of training data play a greater role than others. If the system outputs music resembling jazz, the jazz in the training set has arguably contributed more than, say, the folk music. You can therefore differentially reward each piece of training data for each output. Sureelâs Co-President Benji Rogers told me, âAttribution isnât about re-creating the old economics. Itâs about measuring, for the first time, the thing the old economics only approximated.âSuch influence attribution needs to do more than superficially measure how similar a training data point is to the AI output. The challenge is to attribute causality, or a relationship between the training data and the trained AI, Sureel CEO Tamay Aykut says. Even if the AI industry achieved that, however, it might encourage people to create music designed to maximize training-data royalties. While all creative markets lead to new incentives (music streaming, for example, has driven songs to have shorter intros), the industry could do without another economic structure that is easily gamed, in which someoneâs reverse-engineered pastiche diverts royalties away from original works of creative expression.RELATED: Generative AI Has a Visual Plagiarism ProblemInferring the influence of a particular piece of music on a generated piece of music, if a well-defined problem at all, may involve more advanced information theoretic principles, or modelling the actual historical role and impact of individual works. Aykut proposes that in carefully designed attribution systems, more unusual and unpolished musical works could even have more inherent value than radio standards. Simon Gozzi, Head of Business Development at STIM, says the company is in the process of seeing how Sureelâs attribution reports could underlie licensing agreements between musicians and AI companies. Could generative AI attribution strategies not only sustain the economic logic that âpopularity pays,â but also motivate musical experimentation and diversity? Itâs a compelling concept when public sentiment rightly fears generative AIâs threat to cultural vibrancy, pushing power towards tech companies, deskilling creative workers, shrinking revenue in the creative sector, and filling the internet with slop. âAttribution is one of the few credible tools we have,â Rogers says. Thereâs a window of opportunity to debate and establish approaches to paying for AI training data that serve a vibrant and sustainable creative sector.The technical problem of training data attribution is both complex and ill-defined. Just as a simplistic attribution strategy based on measuring similarity might motivate people to reverse-engineer the canonical works of a genre to capture royalties, a more complex attribution strategy based on some information theory of originality might be easily gamed or fail to reward human cultural production. For creative workers, thereâs good reason to fear that even with the best intentions, AI attribution will only compound the baroque and opaque arms races that they are already weary of navigating. Some voices within the music AI sector are also skeptical. Drew Silverstein, president of SourceAudio, says, âAttribution would seem to be the obvious answer, but itâs flawed in AI, so we have to look at other models.â He advocates simple negotiated agreements with an agreed or annually recurring price at the point of training.Meanwhile, the copyright lawsuits that have dominated the generative AI revolution are beginning to give way to an increasing number of privately negotiated agreements, such as those between Universal, Warner, and major AI companies to work together on training models with copyright consent. Although little is certain, these agreements may have considerable influence over the industry norms that arise. Right now, thereâs a window of opportunity to debate and establish approaches that pay for AI training data while also sustaining a vibrant creative sector. Sophisticated engineering solutions will have a role to play, but they need to take into account the cultural complexity of the challenge, and enable fairness and transparency through good design. Making AI training pay off It remains to be seen whether monolithic generative models such as Suno actually have as much credibility as first touted. In many creative applications of AI, thereâs a renewed focus on smaller customized models that are tailored for specific human creative expressive needs such as IRCAMâs RAVE model or Jenâs Style Filters. Meanwhile, more mainstream âend userâ creative applications may be shifting towards a focus on fan engagement. OpenAIâs sudden dropping of Sora, despite being in negotiations with Disney and Sunoâs recent emphasis on building fan engagement experiences that draw directly on the work of artists, following its deal with Universal, both point to teething troubles in the creative AI sector. A move to smaller, more targeted models and applications would give more room for creator alliances. For example, collectives of musicians might band together to provide the training data for a smaller custom model, for which revenue splits might be egalitarian or based on other principles of fairness.The same may possibly be true of hybrid model architectures and structured training regimes where different data sources are used at different points in the training process, as well as retrieval augmented generation, which mixes context-specific information with training data to improve results. An approach that produces worse results but enables fairer or more transparent paths of attribution may be more successful if it brings creators on board with more lucrative royalty flows and even clear credits. Also, no matter how sophisticated an attribution algorithm is, it will always be grounded in human decisions, ranging from the wise and the fair to the arbitrary and corrupt. Ask a music industry insider to explain how the percentage split between recording and songwriting royalties is determined, and youâre in for a long answer. At best, the machinery of training data attribution will enable open and informed discussion about what makes our creative and cultural sectors fair and vibrant. At worst, it will conceal already opaque private agreements in complex black boxes. This is where national policies are vital. Attribution must be âmulti-layered and auditable, open to expert and regulatory scrutiny,â Rogers says. Crafting such policies will take expertise from computer science, musicology, law, and economics. AI-competitive governments will be able to boost their cultural and creative sectors by supporting institutions that fulfil this purpose. Even the most neoliberal economies look beyond markets to sustain cultural expression, whether through public arts funding or measures like local music quotas for radio. As the economic impact of generative AI in the creative sector takes form, taxation, redistribution, and active support of cultural infrastructures may still be the most effective way to support positive social outcomes. Taxing big AI and redistributing that revenue back to the creative workers that contributed to the industryâs wealth is, after all, another âAI attribution strategy.â
With this acquisition, DeepL is opening an office in San Francisco to expand its U.S. business.