Skip to Content Facebook Feature Image

Sceye and SoftBank Corp. Complete Stratospheric Connectivity Demonstration in Japan, Advancing Towards HAPS Commercialization

Business

Sceye and SoftBank Corp. Complete Stratospheric Connectivity Demonstration in Japan, Advancing Towards HAPS Commercialization
Business

Business

Sceye and SoftBank Corp. Complete Stratospheric Connectivity Demonstration in Japan, Advancing Towards HAPS Commercialization

2026-09-02 08:00 Last Updated At:08:15

First mission of Sceye's Service Test Program travels more than 15,000 km from New Mexico to Japan in the stratosphere, backhauls into SoftBank Corp.'s core network, verifies Direct-to-Device and edge computing capabilities and HAPS-based communications with drones.

TOKYO, Sept. 2, 2026 /PRNewswire/ -- Sceye, a U.S. aerospace and material science company specializing in High-Altitude Platform Systems (HAPS) for telecommunications and real-time environmental monitoring, today announced the successful trans-Pacific flight of its Service Test 1 (ST1) mission from New Mexico to Japan. Traveling more than 15,000 km through the stratosphere in 13 days, upon arrival over Japan, ST1 demonstrated mobile broadband connectivity to unmodified devices through SoftBank Corp.'s core network and HAPS-based edge computing and communication with drones to support the development of a 3D communications network.

Conducted in partnership with SoftBank Corp. (TOKYO:9434, "SoftBank"), a leading operator of telecommunications and IT businesses in Japan and globally, ST1 marks Sceye's first flight to Asia and a groundbreaking milestone towards the commercial deployment of HAPS as stratospheric infrastructure.

"This flight marks a defining moment for Sceye and for the commercial potential of HAPS," said Mikkel Vestergaard Frandsen, Founder and CEO of Sceye. "Flying from the US to Japan demonstrates the performance required to make the stratosphere a viable layer of infrastructure and realize the future of AI, edge computing, and 6G. Together with SoftBank, we are moving beyond proving the technology to demonstrating how Sceye can complement and extend existing networks and deliver persistent connectivity at scale."

The stratosphere offers the optimal vantage point: It is close enough to Earth for high-capacity connectivity and observation, yet the altitude is high enough for wide-area reach. Importantly, the stratosphere offers space-like conditions without the cost of being in space and the disadvantages of being in orbit. Sceye's HAPS maintain altitude and their area of operation in the stratosphere through consecutive day and night cycles, operating like geostationary satellites, only 1,800 times closer to Earth and at a fraction of the cost.

In 2025, SoftBank Corp. invested in Sceye's HAPS-based stratospheric infrastructure as a scalable solution to complement terrestrial towers and satellite constellations. The strategic partnership advances a shared vision for HAPS and Non-Terrestrial Networks (NTN) as transformative infrastructure that can expand connectivity, support communications during disasters, and enable future applications across AI, IoT, aerial communications, edge computing, and 6G.

ST1 carried SceyeCELL, a first-of-its-kind "cell tower in the sky" designed to deliver wide-area mobile broadband directly to standard devices from the stratosphere. When deployed at full scale, one Sceye HAPS is designed to cover the equivalent area of approximately 500 terrestrial towers. During the ST1 mission, Sceye and SoftBank demonstrated mobile broadband from the stratosphere, including text messaging, voice calls, internet access, and video streaming. Testing also included emergency calls, using an emergency alert messaging system designed for large-scale disasters, and communications with drones.

Sceye's ST1 mission launched on August 9, 2026 at 7:00 AM MDT from New Mexico. Additional notable mission attributes include:

  • Traveled more than 15,000 km across the Pacific to Japan in 13 days
  • Operated within Japanese managed air space for over 7 days
  • Remained continuously within its area of operation for an extended period, achieving a station-seeking radius as low as 5 km
  • Operated at approximately 16.5 km in altitude while completing telecommunications, drone, and emergency communications
  • Confirmed communications performance equivalent to that of terrestrial networks while reducing radio interference with ground-based base stations
  • Through a server installed on the HAPS, Sceye and SoftBank conducted data processing directly on the platform, demonstrating average round-trip processing response time of 68 milliseconds, reducing communications latency by over 40% compared with internet-based cloud processing. This marks the world's first successful test in which a mobile core network and a web server for processing were installed on a HAPS, enabling response processing to be performed entirely onboard the HAPS and the results to be relayed back to smartphones.

ST1 remains in flight, returning towards the United States over the Pacific Ocean at the time of this announcement.

"SoftBank aims to build next-generation communications infrastructure that seamlessly connects the ground, the sky, and space. The fact that Sceye's HAPS reached Japan from the United States and successfully provided Japan's first trial services from the stratosphere in Japan's airspace marks an important step toward the commercialization of HAPS, which is at the core of this vision," said Junichi Miyakawa, President & CEO of SoftBank Corp. "By combining the HAPS flight and operational technologies that Sceye has developed with SoftBank's communications technologies, we have gained confidence to realize a three-dimensional communications network utilizing HAPS. Going forward, in collaboration with Sceye, we will continue to integrate a wide range of technologies, including communications and AI, to develop HAPS into a new form of social infrastructure."

This flight builds on Sceye's Endurance Program, completed earlier this year, when its SE2 HAPS traveled more than 10,000 km in the stratosphere from New Mexico to the coast of Brazil where it stayed over its area of operation for several days to test long-duration performance in preparation for the Service Test Program, the first of which flew to Japan.

About Sceye
Founded in 2014, Sceye (pronounced "sky") is an aerospace company dedicated to advancing stratospheric technology to connect people and protect the planet. Sceye leads the High-Altitude Platform Systems (HAPS) industry, focusing on universal connectivity, climate monitoring, natural resource management, and disaster prevention.

Contact: press@sceye.com 

** This press release is distributed by PR Newswire through automated distribution system, for which the client assumes full responsibility. **

Sceye and SoftBank Corp. Complete Stratospheric Connectivity Demonstration in Japan, Advancing Towards HAPS Commercialization

Sceye and SoftBank Corp. Complete Stratospheric Connectivity Demonstration in Japan, Advancing Towards HAPS Commercialization

What happens when AI starts investigating its own ideas? AutoResearch is an open-source attempt to bring AI agents one step closer to answering that question through experiments, evidence and iteration.

SAN FRANCISCO, Sept. 2, 2026 /PRNewswire/ -- EvoMap, an open infrastructure project for AI self-evolution, has open-sourced AutoResearch, a system that lets AI agents take research ideas from hypothesis to experiment and use the results to determine what happens next.

The Research Verification Problem

AI models are getting better at proposing ideas, writing code and analyzing results. But does a plausible answer actually hold up when put to the test?

AutoResearch starts from a simple premise: a model's confidence is not evidence of success.

The system uses multiple AI models to independently generate and cross-review research ideas, then converts accepted ideas into executable research plans with defined metrics, success criteria, resource budgets and evaluation procedures. During execution, specialized agents handle planning, implementation, experimentation, analysis and review.

Research state, code, experiment logs, metrics, failures and decisions are preserved in a persistent workspace, allowing the system to continue unfinished research rather than restarting from scratch. Independent and blind review is also used to challenge conclusions before a research direction can be closed.

Evidence Determines What Happens Next

One of the more important design choices in AutoResearch is that failure is not treated as the end of a research path.

A partial result can lead to a revised hypothesis. An external test can expose a problem and trigger another round of experiments. And when repeated experiments stop producing meaningful gains, the system can stop pursuing the idea while retaining what was learned.

The approach was tested on a real Django issue from SWE-bench Lite. AutoResearch initially scored 2/7 and then 4/7 on official new-feature tests. Rather than stopping after the partial improvement, it continued investigating the underlying problem and ultimately reached 7/7, while maintaining 203/203 regression tests.

On the RSICD benchmark, an AutoResearch-generated research idea improved mean Recall from 32.84 to 34.69, demonstrating that the system could turn an AI-generated research hypothesis into a measurable improvement through iterative experimentation.

From AI Research to AI4AI

What happens when AI starts researching AI itself?

AI can already help researchers search the literature, identify promising directions, formulate hypotheses and even design experiments. The harder problem is what comes after that: can AI actually test the ideas it comes up with, and let the results determine whether those ideas are worth pursuing?

In AI research, this could mean agents exploring model architectures, training methods, optimization algorithms, agent designs and evaluation techniques, then running experiments to test their hypotheses and using the results to shape the next round of research. Moving from "this might work" to "let's find out whether it actually works" is a critical step toward more autonomous research.

The same principle could eventually extend beyond AI to areas such as drug discovery, materials science and engineering, where research ideas can be evaluated through simulations or physical experiments. The potential is not simply to have AI assist with more of the research process, but to give it a way to learn from what happens when its ideas meet evidence.

That is the direction AutoResearch is designed to explore: turning research ideas into executable experiments, experiments into evidence, and evidence into the next research decision.

Open-Source Research Infrastructure

AutoResearch is now available as an open-source project for researchers and developers working on AI scientists, autonomous agents and AI4AI systems. The accompanying paper, "AutoResearch: Insight In, Hallucination Out," is available on arXiv.

GitHub: github.com/EvoMap/AutoResearch
Research paper: arXiv: AutoResearch: Insight In, Hallucination Out
Technical research: EvoMap Research: AutoResearch Evidence Loop

About EvoMap

EvoMap is an open infrastructure project for AI self-evolution. The company is building systems that allow AI agents to learn from experience, share validated capabilities and improve across tasks and environments. EvoMap's work spans AI agent infrastructure, reusable AI capabilities and autonomous AI research, with representative projects including the Genome Evolution Protocol (GEP), EvoX Agent and AutoResearch.

Learn more at evomap.ai.

 

** This press release is distributed by PR Newswire through automated distribution system, for which the client assumes full responsibility. **

EvoMap Open-Sources AutoResearch, Giving AI Agents a Way to Test Their Own Research Ideas

EvoMap Open-Sources AutoResearch, Giving AI Agents a Way to Test Their Own Research Ideas

Recommended Articles