Tech
VMO2 looks to boost UK mobile connectivity with Giga Site | Computer Weekly

Virgin Media O2 (VMO2) has announced the successful switch-on of a first-of-its-kind Giga Site utilising newly acquired spectrum, marking a step forward in delivering faster and more reliable mobile connectivity across the UK.
The site, in Paddington, London, is based on Nokia dual-band massive multiple-input multiple-output (massive MIMO) technology that VMO2 says will bring customers an enhanced and more reliable mobile experience.
The Giga Site combines low, mid and high-band spectrum with Nokia’s massive MIMO technology, said to use a large number of antennas to significantly improve 5G network performance by boosting capacity, spectral efficiency, data rates and coverage.
The site is said to be able to deliver more than 10Gbps of throughput, which VMO2 noted was more than the entire O2 UK network carried at the peak of the London 2012 Olympics, and is enough to support 2,000 simultaneous 5Mbps HD video streams.
By bringing together different spectrum bands on one mast, the operator says it can offer strong, reliable signal to a large area. The single site is using a combination of low-band spectrum to provide broad coverage, mid-band to offer additional capacity, and high-band to give customers very fast speeds.
The spectrum used includes that obtained as part of VMO2’s recent deal with Vodafone UK to acquire 78.8 MHz of spectrum, bringing the operator’s total spectrum holding to approximately 30% in the UK.
Following what it observed was many months of detailed technical planning, signal at the site was put to use just one minute after it was transferred. VMO2 says it will continue to deploy this spectrum over the medium term. In addition, the operator plans to install 1,000 of these cutting-edge sites across the country next year, boosting mobile connectivity and capacity in the UK.
Robert Joyce, director of mobile access engineering at O2, said: “The switch-on of our first Giga Site here in central London is a really important demonstration of how we are investing and innovating to continue improving our mobile network and customer experience. These new sites will deliver faster speeds, greater capacity and more reliable connections for our customers. As we carry out upgrades and roll out hundreds more Giga Sites across the country, we’ll put our new spectrum to work, helping us keep improving mobile connectivity nationwide.”
Mark Atkinson, head of radio access networks at Nokia, added: “Our partnership with Virgin Media O2 to implement Giga Sites reflects our commitment to helping our customers differentiate with superior performance.
“This is one of Europe’s first dual-band massive MIMO deployments combined with our TDD carrier aggregation solution, which showcases how our latest high-performance radios and versatile carrier aggregation solutions allow operators to fully harness the power of their spectrum, enabling the next wave of 5G services.”
The upgrades are part of Virgin Media O2’s mobile transformation plan, which will see the operator invest approximately £700m in 2025 to bolster its mobile network. The plan is focused on expanding 4G and 5G coverage, a dedicated small cells roll-out to boost capacity in dense urban areas, and solutions to address persistent network pain points including along railway lines, at airports, on motorways, and in stadiums and arenas.
Tech
Cracking a long-standing weakness in a classic algorithm for programming reconfigurable chips

Researchers from EPFL, AMD, and the University of Novi Sad have uncovered a long-standing inefficiency in the algorithm that programs millions of reconfigurable chips used worldwide, a discovery that could reshape how future generations of these are designed and programmed.
Many industries, including telecoms, automotive, aerospace and particle physics rely on a special breed of chip called the Field-Programmable Gate Array (FPGA). Unlike traditional chips, FPGAs can be reconfigured almost endlessly, making them invaluable in fast-moving fields where designing a custom chip would take years and cost a fortune. But this flexibility comes with a catch: FPGA efficiency depends heavily on the software used to program them.
Since the late 1990s, an algorithm known as PathFinder has been the backbone of FPGA routing. Its job: connecting thousands of tiny circuit components without creating overlaps.
For decades, it worked so well that it became the standard. However, as circuits grew larger, engineers began encountering frustrating slowdowns and occasional outright failures. Designs that should have worked were often labeled “unroutable.”
Now, with colleagues from the University of Novi Sad and the technology company AMD, researchers from the Parallel Systems Architecture Laboratory (PARSA) in the School of Computer and Communication Sciences have come one step closer to untangling the inner workings of this classic algorithm.
In their paper, which received the Best Paper Award at the 33rd IEEE International Symposium on Field-Programmable Custom Computing Machines, they revealed why these failures happen and how PathFinder’s limits can be overcome.
Cracks in the algorithm
“In fact, it’s not surprising that PathFinder sometimes fails,” explained Shashwat Shrivastava, Ph.D. student with PARSA and first author of the paper.
“Very early on, researchers showed that the problem behind FPGA routing is extremely hard. Later, the creators of the original algorithm, together with a few collaborators, found cases where PathFinder would never succeed—but they noted such cases wouldn’t appear in practice.”
For decades, it seemed they were correct—PathFinder worked surprisingly well.
“PathFinder worked so well, in fact, that when it failed, people rarely questioned the algorithm. Instead of venturing inside to see what was going on, they tweaked its parameters, modified circuits, or switched to larger FPGAs,” added Stefan Nikolić, an EPFL alumnus and now a professor at the University of Novi Sad.
“Part of the reason for this is that it is rather difficult to understand what PathFinder is actually doing on examples of practical importance. Modern circuits are so large that their signals form veritable on-chip jungles.”
Enter the forest
“So, we really needed to look at the individual trees in that jungle,” continued Shrivastava, “and I really mean trees. Each signal—a connection that carries information between circuit components—must reach multiple destinations without overlapping other signals. FPGA routing is essentially about building one tree for each signal on the chip.”
While working on another project that relied on PathFinder, the team kept seeing results that defied intuition. At first, they blamed external factors, not the algorithm itself. Eventually, they realized they needed controlled examples: small, tricky cases where a solution definitely existed, and in which PathFinder should succeed.
“We needed real, practical examples, and lots of them, to understand what was really going on,” Shrivastava explains. “So, we built a framework to automatically extract small, hard problems from real circuits. Watching how PathFinder struggled with these helped us uncover issues that had remained hidden for a very long time.”
Power in partnership
“This breakthrough would have been much harder without industry support,” said Mirjana Stojilović, Shrivastava’s Ph.D. advisor. “From the start, we collaborated with Chirag Ravishankar and Dinesh Gaitonde from AMD. They helped us model FPGAs as close as possible to commercial devices, ensuring our findings had real-world impact.”
Once the framework was ready, things moved quickly. The team found that PathFinder often built routing trees larger than necessary, increasing the risk of overlaps. The problem came from the order in which it created and added new branches to the trees.
“In retrospect, this is intuitive, but somehow it went largely unnoticed for many years,” Shrivastava said. “Our first solution was simple: try different orders and pick the one that results in the smallest tree. Experimentally, it worked surprisingly well.”
The team is now exploring more scalable solutions. “I am especially proud that Summer@EPFL interns have been contributing significantly. One of them, Sun Tanaka, is also a co-author of the paper,” added Stojilović.
“Our discovery could reshape how millions of FPGAs are programmed and influence the design of future generations of these reconfigurable chips.”
More information:
Shashwat Shrivastava et al, Guaranteed Yet Hard to Find: Uncovering FPGA Routing Convergence Paradox, 2025 IEEE 33rd Annual International Symposium on Field-Programmable Custom Computing Machines (FCCM) (2025). DOI: 10.1109/fccm62733.2025.00060
Citation:
Cracking a long-standing weakness in a classic algorithm for programming reconfigurable chips (2025, October 3)
retrieved 3 October 2025
from https://techxplore.com/news/2025-10-weakness-classic-algorithm-reconfigurable-chips.html
This document is subject to copyright. Apart from any fair dealing for the purpose of private study or research, no
part may be reproduced without the written permission. The content is provided for information purposes only.
Tech
Only 14% of Americans use AI shoppers despite growing awareness: Study

For current users, key benefits include getting answers to product questions (44 per cent), finding specific items (41 per cent), and locating the best deals (34 per cent). For non-users who are open to trying AI, the most appealing features are price comparisons (67 per cent), evaluating similar products (56 per cent), and accessing product information (55 per cent).
However, trust is a major barrier. Forty-one per cent of Americans say they do not trust AI shopping assistants at all, and only 13 per cent mostly or completely trust them—compared to 53 per cent who trust personal recommendations. Privacy concerns, a preference for human assistance, and fears of upselling further fuel scepticism.
AI shopping assistants remain underused in the US despite 43 per cent awareness, with only 14 per cent having tried them.
Gen Z and parents show the highest adoption.
Users seek answers, deals, and product info, but trust remains low due to privacy concerns and scepticism.
Interest is strongest in clothing, electronics, and groceries.
Wider adoption hinges on building trust and proving real value.
When it comes to shopping categories, consumers are most open to using AI for clothing and accessories (20 per cent), consumer electronics (21 per cent), groceries and household essentials (19 per cent), and travel planning (18 per cent). Interest is much lower for purchases involving finances, vehicles, or pet care.
Retailers such as Walmart and Amazon are already deploying AI tools like Sparky and Rufus to improve customer experience. Yet, the study highlights that broader adoption depends on demonstrating genuine value, safeguarding data, and rebuilding trust—especially among more cautious consumers.
Fibre2Fashion News Desk (SG)
Tech
OpenAI now worth $500 billion, possibly making it the world’s most valuable startup

OpenAI could now be the world’s most valuable startup, ahead of Elon Musk’s SpaceX and TikTok’s parent company ByteDance, after a secondary stock sale designed to retain employees at the ChatGPT maker.
Current and former OpenAI employees sold $6.6 billion in shares to a group of investors, pushing the privately held artificial intelligence company’s valuation to $500 billion, according to a source with knowledge of the deal who was not authorized to discuss it publicly.
The investors buying the shares included Thrive Capital, Dragoneer Investment Group and T. Rowe Price, along with Japanese tech giant SoftBank and the United Arab Emirates’ MGX, the source said Thursday.
The valuation reflects high expectations for the future of AI technology and continues OpenAI’s remarkable trajectory from its start as a nonprofit research lab in 2015.
But with the San Francisco-based company not yet turning a profit, it could also amplify concerns about an AI bubble if the generative AI products made by OpenAI and its competitors don’t meet the expectations of investors pouring billions of dollars into research and development.
OpenAI CEO Sam Altman has sought to dismiss those concerns, most recently last week, when he toured a massive data center complex being built to run the company’s AI systems in Abilene, Texas.
“Between the ten years we’ve already been operating and the many decades ahead of us, there will be booms and busts,” Altman said after being asked about a bubble. “People will overinvest and lose money, and underinvest and lose a lot of revenue.”
He added that “we’ll make some dumb capital allocations” and there will be short-term ups and downs but that “over the arc that we have to plan over, we are confident that this technology will drive a new wave of unprecedented economic growth,” along with scientific breakthroughs, improvements to quality of life and “new ways to express creativity.”

Just this week, the company launched two different business ventures, one a partnership with Etsy and Shopify for online shopping through ChatGPT and another a social media app, Sora, for generating and sharing AI videos.
OpenAI has been struggling to offer investors and staff the same perks and compensation as the publicly traded tech giants with which it competes. Facebook parent Meta Platforms, in particular, has been on a hiring spree for elite AI engineers and in June made a $14.3 billion investment in AI company Scale that recruited its CEO Alexandr Wang.
OpenAI’s for-profit subsidiary, valued at $500 billion, is technically controlled by the board of OpenAI’s nonprofit and both are still bound to pursue the nonprofit’s charitable purpose.
OpenAI’s partnerships with major companies and its plans to change its corporate structure have drawn the scrutiny of regulators, including the attorneys general of California and Delaware, who oversee charitable organizations that operate or are incorporated in their states.
The company has made big deals in recent weeks with Oracle and SoftBank, its partners on a data center venture called Stargate, and with chipmaker Nvidia, which makes the specialized AI chips those data centers need. At the same time, it has lessened its reliance on longtime backer Microsoft.
In September, OpenAI announced it had reached a tentative agreement with Microsoft about the future stake of its nonprofit in its for-profit corporation but released few details.
It also opened applications for nonprofits to apply for $50 million in funding from OpenAI, an effort it launched in response to the recommendations of an advisory board. The grants will go toward projects that increase public understanding of AI, support the design of AI for uses that communities want and increase economic opportunity. The deadline to apply closes on Oct. 8.
© 2025 The Associated Press. All rights reserved. This material may not be published, broadcast, rewritten or redistributed without permission.
Citation:
OpenAI now worth $500 billion, possibly making it the world’s most valuable startup (2025, October 3)
retrieved 3 October 2025
from https://techxplore.com/news/2025-10-openai-worth-billion-possibly-world.html
This document is subject to copyright. Apart from any fair dealing for the purpose of private study or research, no
part may be reproduced without the written permission. The content is provided for information purposes only.
-
Tech1 week ago
I’ve Reviewed Robot Vacuums for 8 Years. These Ones Actually Work
-
Tech1 week ago
Save $50 on Our Favorite Budget Graphics Card
-
Tech1 week ago
Microsoft offers no-cost Windows 10 lifeline
-
Tech1 week ago
Top Groupon Promo Codes For September 2025
-
Tech1 week ago
Compact camera uses 25 color channels for high-speed, high-definition hyperspectral video
-
Fashion1 week ago
Christian Louboutin appoints Jaden Smith as men’s creative director
-
Sports1 week ago
Cubs’ Matt Shaw has epic game after Mets announcers criticize him for attending Charlie Kirk memorial
-
Tech1 week ago
Xiaomi’s New Phone One-Ups Apple’s iPhone Redesign With a Second Screen