Next Move AI
2.61K subscribers
75 photos
5 videos
9 links
The latest AI news, tools, breakthroughs, and ideas shaping the future โ€” all in one place.
Download Telegram
๐Ÿ” ANTHROPIC WENT LOOKING INSIDE CLAUDE AND FOUND A WORKSPACE

We are very good at building these systems and remarkably bad at explaining them. Interpretability is the field trying to close that gap, and it just produced one of its more interesting results.

Anthropic published research describing what they call a "global workspace" inside Claude โ€” an internal area, nicknamed J-space, where information from different parts of the model appears to be gathered before hard reasoning happens.

๐Ÿงฉ If that phrase rings a bell, it should. Global workspace theory is a decades-old idea from cognitive science about how a brain broadcasts information between specialised modules. Nobody designed a language model to work that way. It seems to have arrived on its own.

The practical value is not philosophical. If you can point at where a model assembles a chain of reasoning, you can start to watch it โ€” and eventually to notice when the stated reasoning and the actual computation disagree.

โš ๏ธ Restraint required: finding a structure is not the same as understanding it, and analogies to brains age badly.

Still, "we opened it up and there was a workspace in there" is a better week than most ๐Ÿง 

๐Ÿค– Next Move AI | #AI
Please open Telegram to view this post
VIEW IN TELEGRAM
๐ŸŒ— OPENAI STOPPED SHIPPING ONE MODEL AND STARTED SHIPPING A LINEUP

On 9 July OpenAI released GPT-5.6 โ€” not as a single model, but as three: Sol, Terra and Luna.

For years the release ritual was simple. One new model, one number, one graph showing it beating the last one. That ritual is over, and the reason is money.

๐Ÿ’ฐ A frontier model is wildly expensive to run and most requests do not need it. Summarising an email and debugging a distributed system are not the same job, and charging the same compute for both is a way to lose a lot of money quickly.

So the lineup splits the work. You choose the tier, the cheap tier handles the boring majority, and the expensive one is kept for the requests that actually justify it.

๐Ÿงญ The awkward part lands on developers. "Which model?" is now a real engineering decision with a cost attached, and every lab has a different naming scheme for it.

We traded one confusing version number for three confusing names. Progress, technically ๐Ÿ˜

๐Ÿค– Next Move AI | #News
Please open Telegram to view this post
VIEW IN TELEGRAM
โŒจ๏ธ THE MODEL WARS QUIETLY TURNED INTO A CODING WAR

xAI shipped Grok 4.5 on 9 July, and the pitch was narrow on purpose: coding and knowledge work. Not creativity, not personality, not chat. Code.

That framing is now standard across every lab, and it is not an accident. Programming is the one task where an AI's output can be graded automatically and mercilessly โ€” the tests pass or they do not. No taste, no vibes, no argument.

๐Ÿงช It is also the task customers pay most for. Enterprises will happily buy something that shortens a sprint. They are far less enthusiastic about a model with a delightful writing voice.

โš ๏ธ The problem with optimising against a scoreboard is that models get very good at the scoreboard. Passing a unit test is not the same as writing code a human will still understand in six months โ€” and nobody benchmarks that.

So the leaderboard climbs, the demos get slicker, and every senior engineer keeps quietly reviewing every line anyway.

Trust, but read the diff ๐Ÿ‘€

๐Ÿค– Next Move AI | #News
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿœ 2026'S QUIET WINNER IS THE SMALL MODEL

The headlines still go to trillion-parameter releases. The deployments increasingly do not.

Something shifted this year: labs stopped competing purely on size and started competing on cost, latency and reliability. A model that answers in 200 milliseconds for a fraction of a cent beats a genius that takes nine seconds and a licence negotiation.

๐Ÿ“‰ Three forces are pushing the same way. Small models got dramatically better through distillation. Inference bills stopped being a rounding error. And a lot of real work โ€” classification, extraction, routing, summarising โ€” never needed a frontier model in the first place.

๐Ÿ”’ There is a quieter reason too. A small model runs on your own hardware. For a hospital, a bank or a government department, "the data never leaves the building" is not a feature request, it is the entire procurement conversation.

The likely end state is unglamorous: a swarm of cheap specialists doing 95% of the volume, with one expensive model on call for the hard 5%.

Which, funnily enough, is how every company already organises humans ๐Ÿ™‚

๐Ÿค– Next Move AI | #AI
Please open Telegram to view this post
VIEW IN TELEGRAM
โš™๏ธ THE AI CHIP RACE HAS A NEW FINISH LINE

For five years the question was: how fast can you train it? In 2026 the question became: how cheaply can you run it, forever?

Training is a one-off capital expense. Inference is a bill that arrives every single day for the life of the product โ€” and once a few hundred million people are using something, inference is where essentially all the money goes.

๐Ÿญ You can see the pivot in the silicon. At CES 2026 both Nvidia and AMD led with parts aimed at data centre and edge deployment, not training clusters. Memory bandwidth and interconnect got the stage time that raw FLOPS used to get.

๐Ÿ”ฆ Government money is pointing the same direction: funding is flowing into co-packaged optics and new memory rather than bigger compute. When the industry starts paying to move data instead of to crunch it, the bottleneck has officially moved.

None of this is exciting. It is plumbing. But plumbing decides whether a feature ships to a billion people or stays a demo.

The sexiest chart in AI right now is a cost-per-token curve going down ๐Ÿ“‰

๐Ÿค– Next Move AI | #Tech
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿšถ HUMANOID ROBOTS ARE FINALLY BEING ASKED TO DO SOMETHING BORING

The humanoid pitch has been the same for a decade: a machine shaped like us, so it can use a world built for us. Doors, stairs, tools, shelves. No factory retrofit required.

The blocker was never the legs. It was everything above the neck โ€” grasping an object you have never seen, in lighting you were not trained on, when it is not quite where it should be.

๐Ÿง  What changed is that the same models writing your code now drive robot arms. Vision-language models turned "pick up the red box on the second shelf" from a research problem into an instruction.

๐Ÿ— So the demos changed character. CES 2026 was less parkour, more deployment: humanoids presented as industrial equipment, with partnerships between robot makers and AI labs doing the real work.

โณ Temper it, though. A ninety-second video is not a shift. The unglamorous metrics โ€” hours between faults, cost per pick, what happens when it drops something โ€” are the ones that decide this, and almost nobody publishes them.

Wake me when one works a full week without an engineer nearby ๐Ÿ”ง

๐Ÿค– Next Move AI | #News
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ“Š WHY AI BENCHMARK SCORES KEEP EXPLODING โ€” AND WHY IT MEANS LESS THAN IT LOOKS

Every few weeks a chart appears showing some model leaping ahead on a benchmark. Two things are usually true at once: the progress is real, and the number is misleading.

๐ŸŽฏ Benchmarks die by being useful. A test becomes the target, the target enters the training data, and within a year the score says more about exposure than ability. The field calls this saturation and treats it as routine.

๐Ÿ”ฌ Which is why the interesting work is not in the score but in what the score is measuring. DeepMind published a training approach called prospective credit assignment that improved software-engineering results specifically on issues needing more than ten steps to resolve โ€” the long, multi-stage jobs where agents historically wander off and never come back.

That is the honest frontier. Single-step reasoning has been fine for a while. Finishing a long task without losing the plot is the thing that was broken.

๐Ÿ“Œ Practical rule when you see a new record: ask what the failure cases were and how long the tasks ran. If neither is published, the chart is marketing.

A number without a failure list is a poster, not a result ๐Ÿ˜

๐Ÿค– Next Move AI | #Facts
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿงฎ A MODEL CLOSED TEN OPEN MATH PROBLEMS AND SHOWED ITS WORK

On 1 August OpenAI said an internal version of its next model, Astra, had solved ten open problems across mathematics and theoretical computer science.

Claims like that normally die in the replies. This one arrived with receipts: every proof was written in Lean 4 and pushed to GitHub under an open licence. A machine can check it. So can you. No benchmark chart, no vibes.

๐Ÿ“ The headline result is the first explicit construction of a non-sofic group, a question that had been sitting open since 1999. The rest spans von Neumann algebras, quantum complexity, lattice cryptography and new bounds on sphere packing.

People who do this for a living did not shrug. Fields medallist Timothy Gowers said he would recommend one of the proofs to a top journal without hesitation.

๐Ÿ’ธ And the detail that made everyone uncomfortable: the run reportedly cost around $2,000 in compute. That figure comes from reporting rather than an official invoice, but nobody has disputed the order of magnitude.

Ten problems for two grand. Mathematicians are cheaper, but they need coffee ๐Ÿ˜•

๐Ÿค– Next Move AI | #News
Please open Telegram to view this post
VIEW IN TELEGRAM
โšก SOUTH KOREA IS BUILDING A 200-MEGAWATT MACHINE AND CALLING IT SOVEREIGNTY

In late July, NAVER, NVIDIA and Brookfield said they would scale Korea's national AI factory at the GAK Sejong data centre from 55 megawatts to 200, inside a financing envelope of roughly $10 billion.

The schedule is unusually specific for this genre: 55 MW running in the first half of 2027, 100 MW by the end of that year, 200 MW in 2028. Six weeks earlier the committed buildout had been a third of that size.

๐Ÿ› The word doing the heavy lifting is sovereign. The pitch is not faster models. It is your data, your jurisdiction, your compute โ€” a country renting nothing from a foreign cloud when it trains something it actually cares about.

Notice the unit as well. Nobody counts GPUs in these announcements anymore. The currency is megawatts, because power is the one thing you cannot order overnight.

๐ŸŒ NAVER has said the longer plan runs to gigawatt scale, with customers across Asia-Pacific, Europe and the Middle East.

We spent a decade calling them clouds. They are power plants with opinions ๐Ÿญ

๐Ÿค– Next Move AI | #Tech
Please open Telegram to view this post
VIEW IN TELEGRAM
๐ŸŽง THE AI MUSIC FIREHOSE IS FINALLY GETTING A TAP

On 6 August Suno published a set of operating principles, and underneath the corporate phrasing it is a company conceding that its own output became the problem.

Three things change. Generated tracks get audio watermarking and fingerprinting, so a platform can tell what a machine made. Copying a specific artist's voice or style is off the table. And downloading gets tighter โ€” paid accounts, with monthly caps tied to the tier.

๐Ÿ’ฐ That last one is the real fix, and the reason is fraud. The scheme is dull and effective: generate thousands of songs, upload them everywhere, point bots at them, collect royalties a fraction of a cent at a time. In March a man was convicted for doing exactly that, having collected $8 million before anyone noticed.

โš–๏ธ The timing is not an accident either. Suno has been sitting in copyright litigation for two years, and "we can identify our own files" is a far better sentence in a courtroom than the alternative.

Unlimited output was the entire product. Now it is the liability ๐ŸŽš

๐Ÿค– Next Move AI | #AI
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ“„ THE MOST INTERESTING DOCUMENT IN TECH IS STILL SEALED

OpenAI filed its S-1 confidentially with the SEC earlier this year, with Goldman Sachs and Morgan Stanley running the offering and a listing reportedly aimed at September.

Confidential filing means the paperwork exists and nobody outside gets to read it until roughly two weeks before the roadshow. Which puts the public version somewhere in the coming weeks.

๐Ÿ“Š Everything circulating until then is reporting, not disclosure. A valuation band said to run from $852 billion to $1 trillion. A revenue run rate somewhere near $25 billion. More than 230 million weekly ChatGPT users. No profit expected until around 2030. Treat all of it as second-hand, because it is.

The reason to care is not the share price. An IPO forces a company to write down, under legal penalty, what it actually earns, what compute actually costs, and what frightens it. The risk-factors section will be the most honest page anyone in this industry has published.

๐Ÿงพ Three years of blog posts about the future, and now a document with consequences attached.

We will be reading the boring part first ๐Ÿ˜•

๐Ÿค– Next Move AI | #News
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ›‘ TEXAS PUT ITS ENTIRE DATA CENTRE QUEUE ON HOLD

On 3 August Governor Greg Abbott ordered the state utility commission and ERCOT to verify and audit every data centre sitting in the grid's interconnection queue. Until that is finished, nothing moves forward.

โšก The number behind it: ERCOT is holding requests for more than 474 gigawatts of new connections, roughly five times the state's record peak demand. About 90% of that is data centres.

Nobody in the industry believes all of it is real. Developers routinely file with several grids at once, hold a place in line and decide later, which is how a state ends up planning transmission for load that may never arrive.

๐Ÿ“‹ So now applicants must answer in writing: what public money did you take, how much do you generate on site, how much water does the cooling drink, who actually owns you. Unconvincing answers mean no connection.

No deadline was set for finishing the audit. "Texans must come first," said the governor โ€” which, in queue terms, means everyone else sits down ๐Ÿช‘

๐Ÿค– Next Move AI | #News
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿท EUROPE'S AI LABELS ARE LIVE. THE HARD PART GOT POSTPONED

Since 2 August the AI Act's transparency rules apply across the EU. A chatbot has to admit it is a chatbot. Deepfakes have to be labelled. Generated or edited content has to carry a machine-readable mark so a detector can find it.

โš–๏ธ Law firms reading the penalty articles put the exposure at up to โ‚ฌ15 million or 3% of worldwide turnover, whichever hurts more. The Commission's AI Office and national regulators started enforcing the same day.

Now the part that did not make the headlines. Obligations for high-risk systems โ€” hiring, credit scoring, medical devices, borders โ€” were pushed back to December 2027 and August 2028.

The reason is almost funny. The harmonised technical standards those rules rest on are not written yet. You cannot certify against a document that does not exist.

๐Ÿค– So for now Europe regulates whether a machine tells you it is a machine. What the machine decides about your mortgage is a question for 2028 ๐Ÿ—“

๐Ÿค– Next Move AI | #News
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ’ธ $1.5 BILLION, AND NONE OF IT IS ABOUT TRAINING

On 20 July Judge Araceli Martรญnez-Olguรญn gave final approval to Anthropic's settlement with authors and publishers: $1.5 billion, about $3,000 per work, across roughly 500,000 books. It is the largest payout of its kind so far.

๐Ÿ“š The detail that keeps falling out of the coverage: the court had already found that training a model on books was fair use. What was not fair use was where the books came from โ€” pulled in bulk from pirate libraries and kept on disk.

The cheque is for the library card, not for the reading.

๐Ÿ’ฃ The arithmetic behind the sum is worth a glance. Statutory damages for wilful infringement are counted per work, and with half a million books the multiplication reaches a number that simply ends a company. Which is why nobody involved wanted a jury anywhere near it.

โš–๏ธ And it settles nothing outside that courtroom. One district judge's reasoning is not national law, and the cases against Google, Meta, Midjourney and OpenAI are all still running.

The practical lesson the industry took away was not about ethics. It was that buying the books costs less than the lawyers ๐Ÿงพ

๐Ÿค– Next Move AI | #News
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ”€ GOOGLE RESHUFFLED ITS AI LEADERSHIP IN ONE AFTERNOON

On 5 August Demis Hassabis stepped down as chief executive of Google DeepMind. He becomes chairman of the lab and chief scientist of Alphabet; Koray Kavukcuoglu takes daily operations and the Gemini roadmap.

๐Ÿšช The same announcement carried the heavier news. Jeff Dean is leaving Google after 27 years to co-found Discovery Loop, a company built to automate research itself. Dean's fingerprints are on MapReduce, Bigtable and TensorFlow โ€” a fair share of the plumbing the modern internet runs on.

Alphabet is a founding investor in the new venture and will supply the compute, which is a polite way to keep a door open.

๐Ÿ“‰ Markets did not read it as routine housekeeping. Alphabet shares fell about 5% on the day.

Officially this is about focus: Hassabis to long-horizon AGI work and Isomorphic Labs, operators to the shipping schedule.

Twenty-seven years of institutional memory walked out, and the statement used the word "excited" ๐ŸŽˆ

๐Ÿค– Next Move AI | #News
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ’‰ THE FDA CLEARED A CHATBOT THAT TALKS TO PATIENTS ABOUT INSULIN

In early July a small company called UpDoc said the FDA had cleared its diabetes app โ€” reportedly the first clearance for medical software with a patient-facing language model inside it.

๐Ÿ“ฑ The app lives inside a plan the doctor wrote. The patient speaks or types, the software answers within the boundaries set for them, and writes back into the clinic's records.

๐Ÿฉบ Regulators filed it alongside insulin dose calculators. Feed in a glucose reading, get a dosing recommendation. That category is old and well understood. What is new is that the thing standing between the patient and the number is a language model.

Which raises the question the company declined to answer plainly when asked: is the model the interface, or is it making the call?

๐Ÿ“„ A dose calculator is deterministic โ€” you can test every input it will ever see. Nobody can say that about a chatbot.

Over a thousand AI devices have gone through this pathway. This is the first one that argues back ๐Ÿ—ฃ

๐Ÿค– Next Move AI | #News
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿงฌ THE TRICK WAS NOT ASKING THE AI FOR THE ANSWER

On 22 July in Nature, David Liu's group at the Broad Institute published something quieter than the usual "AI designs a protein" headline. They used the model to write a better starting point, then let the laboratory do the inventing.

The target was the botulinum neurotoxin protease โ€” the enzyme behind Botox, and a handy tool for cutting chosen proteins inside a living cell. They ran it through ProteinMPNN, which rewrote the amino acid sequence while keeping the same three-dimensional fold, and got back a version that was simply sturdier.

๐Ÿงช Then came phage-assisted continuous evolution: generations of virus turning over in hours, useless mutants dying off, useful ones surviving. Both the natural enzyme and the redesigned one went in.

๐Ÿ The redesigned ones evolved further and finished better โ€” more active, more specific, more stable.

Design first, evolve second, and neither half gets there alone. Boring in the best possible way ๐Ÿ”

๐Ÿค– Next Move AI | #AI
Please open Telegram to view this post
VIEW IN TELEGRAM
๐ŸงŠ A QUANTUM RESULT YOU CAN ACTUALLY CHECK

On 30 July IBM and the University of Chicago said they had done the thing this field keeps nearly doing: a computation beyond the reach of the best classical simulation methods, with proof that the answer was right.

๐Ÿ” That second half is the whole story. Earlier quantum advantage claims tended to die the same way โ€” a classical team finds a cleverer algorithm, throws a cluster at it, and matches the result a few months later. If you cannot verify your own output, you have nothing to defend.

โš™๏ธ The run used 70 logical qubits, 2,415 two-qubit operations and 468 T gates, with error correction holding the logical error rate roughly ten times below the physical one. It finished in about 15 minutes.

The circuits and the results were published openly, which invites the counterattack instead of dodging it.

Somebody will now spend the autumn trying to simulate this on a supercomputer. That is exactly how it should go ๐ŸŽฏ

๐Ÿค– Next Move AI | #Tech
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ’ก A LONDON STARTUP RAISED $312M TO MOVE AI DATA WITH LIGHT

On 3 August OLIX, founded in London two years ago, closed a $312 million Series B at a $3.3 billion valuation. Arm is in, so is Hudson River Trading, so is the UK government's sovereign AI fund, and so is Reed Hastings personally. Reporting calls it Europe's largest semiconductor round to date.

๐Ÿ”ฆ It is not an optical processor. The arithmetic stays electronic. What changes is the wiring between chips: light instead of copper, described by the company as a "slow and wide" interconnect โ€” many parallel channels, low energy, low latency.

That aims at the real bottleneck. A modern accelerator spends much of its life waiting on memory rather than calculating, which is why so much of its price is stacked high-bandwidth memory.

โš ๏ธ The headline figure โ€” over 10,000 tokens per second per user on a 100-billion-parameter model โ€” is OLIX's own. No independent silicon has been benchmarked.

First customers are promised for late 2027. In chip years, that is still a rumour ๐Ÿ“…

๐Ÿค– Next Move AI | #Tech
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ›ž A $1.1 BILLION ROBOT COMPANY THAT SKIPPED THE LEGS ON PURPOSE

On 15 July Walden Robotics came out of stealth with $300 million in seed money at a $1.1 billion valuation โ€” spun out of a Toyota research lab, co-led by Toyota itself, with Nvidia, Boeing and Samsung Ventures alongside.

Its robots roll. Two arms, a torso, wheels. No walking, no backflip video, no press-day stumble.

๐Ÿญ The reasoning is unglamorous. A factory floor is flat. Legs buy you nothing there while costing weight, power and reliability, and everything saved goes into hands that can load parts, clean machinery and put kits together.

๐Ÿ”ง The work is precisely as thrilling as it sounds: loading and unloading car parts, cleaning machinery, putting assembly kits together. Repetitive, fiddly, and awkward for a bolted-down industrial arm because the part has to travel somewhere afterwards.

They have been working inside a Toyota plant in North America since February, and the company says the jump from pilot to production tasks took under two months.

Three years of humanoid demos, and the one that quietly got hired arrived on wheels ๐Ÿค–

๐Ÿค– Next Move AI | #News
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ•ต EVERY AI BROWSER HE TESTED FELL OVER

At Black Hat in Las Vegas earlier this month, Brave security engineer Artem Chaikin summed up his research in a sentence nobody wanted: of the AI browsers he analysed, every single one could be hijacked by a web page.

The attack is indirect prompt injection. Your assistant reads a page on your behalf, the page carries instructions written for the assistant rather than for you, and the assistant โ€” logged into your accounts โ€” does as it is told.

๐ŸŽญ The live demos went after Opera's AI browser, Perplexity's Comet and ChatGPT Atlas. Instructions buried in HTML. Text laid over an image at near-invisible contrast. Commands hidden inside a Reddit spoiler tag: blank to you, perfectly legible to a model.

๐Ÿ›ก Brave's own defences are revealing in what they admit. Browse in a profile that is logged out by default. Refuse to run below a minimum model quality. Check whether the plan matches what the user actually asked for.

None of that is a fix. It is a seatbelt ๐Ÿชข

๐Ÿค– Next Move AI | #Tech
Please open Telegram to view this post
VIEW IN TELEGRAM