SUBSCRIBE
Tech Journal Now
  • Home
  • News
  • AI
  • Reviews
  • Guides
  • Best Buy
  • Software
  • Games
Reading: Check out the new GeekWire 200: Our ranking of Seattle-area startups gets an AI-driven reboot
Share
Tech Journal NowTech Journal Now
Font ResizerAa
  • News
  • Reviews
  • Guides
  • AI
  • Best Buy
  • Games
  • Software
Search
  • Home
  • News
  • AI
  • Reviews
  • Guides
  • Best Buy
  • Software
  • Games
Have an existing account? Sign In
Follow US
© Foxiz News Network. Ruby Design Company. All Rights Reserved.
Tech Journal Now > News > Check out the new GeekWire 200: Our ranking of Seattle-area startups gets an AI-driven reboot
News

Check out the new GeekWire 200: Our ranking of Seattle-area startups gets an AI-driven reboot

News Room
Last updated: June 26, 2025 6:11 pm
News Room
Share
11 Min Read
SHARE

The GeekWire 200, our quarterly ranking of the top privately held technology startups in Seattle and the Pacific Northwest, has a new look and a revamped approach — designed to spotlight a wider array of up-and-coming companies alongside the region’s established startup leaders.

Presented by JPMorganChase, the GeekWire 200 combines objective data and editorial insight to provide a broad view of the region’s startup landscape. The ranking, which dates to 2013, has long served as a resource for investors, job seekers, service providers, and others tracking the Pacific Northwest tech scene.

With this Q2 2025 update, we’ve started changing the way we calculate the ranking, with help from AI tools. Part of the goal is to do justice to fast-growing startups — including small teams making a big impact. It reflects a growing trend of startups punching above their weight, leveraging artificial intelligence.

Here’s the new top 10. See the full GeekWire 200 ranking here.

Top 10 Companies – Q2 2025

.gw-top10-container {
max-width: 630px;
width: 100%;
margin: 0 auto;
font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, ‘Inter’, Roboto, ‘Helvetica Neue’, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.gw-top10-table {
width: 100%;
background: #ffffff;
border-radius: 12px;
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
overflow: hidden;
}

.gw-table-header {
background: #f9fafb;
padding: 20px 24px;
border-bottom: 2px solid #e5e7eb;
text-align: left;
}

.gw-table-title {
font-size: 14px;
color: #cb4c28;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
margin: 0;
display: block;
}

.gw-table-subtitle {
font-size: 22px;
font-weight: 700;
color: #1f2937;
margin: 4px 0 0 0;
}

.gw-company-row {
display: flex;
align-items: center;
padding: 16px 20px;
border-bottom: 1px solid #f3f4f6;
transition: all 0.2s ease;
}

.gw-company-row:hover {
background-color: #f9fafb;
}

.gw-company-row:last-child {
border-bottom: none;
}

.gw-rank-badge {
width: 32px;
height: 32px;
color: #cb4c28;
display: flex;
align-items: center;
justify-content: center;
font-weight: 700;
font-size: 20px;
margin-right: 12px;
flex-shrink: 0;
}

.gw-company-logo {
width: 40px;
height: 40px;
margin-right: 12px;
border-radius: 8px;
overflow: hidden;
background: #f9fafb;
border: 1px solid #e5e7eb;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}

.gw-company-logo img {
width: 32px;
height: 32px;
object-fit: contain;
}

.gw-company-info {
flex: 1;
display: flex;
align-items: center;
justify-content: space-between;
min-width: 0;
}

.gw-company-details {
flex: 1;
min-width: 0;
padding-right: 12px;
}

.gw-company-name {
font-size: 16px;
font-weight: 600;
color: #1f2937;
margin: 0 0 2px 0;
display: flex;
align-items: center;
flex-wrap: wrap;
}

.gw-company-name a {
color: #1f2937;
text-decoration: none;
transition: color 0.2s ease;
}

.gw-company-name a:hover {
color: #cb4c28;
}

.gw-company-links {
display: inline-flex;
align-items: center;
gap: 4px;
margin-left: 6px;
}

.gw-linkedin-link,
.gw-coverage-link {
display: inline-flex;
align-items: center;
justify-content: center;
width: 18px;
height: 18px;
transition: all 0.2s ease;
}

.gw-linkedin-link {
color: #6b7280;
}

.gw-linkedin-link:hover {
color: #0077b5;
transform: scale(1.1);
}

.gw-linkedin-link svg {
width: 14px;
height: 14px;
}

.gw-coverage-link:hover {
transform: scale(1.1);
}

.gw-coverage-link img {
width: 14px;
height: 14px;
}

.gw-company-meta {
font-size: 13px;
color: #6b7280;
margin: 0;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.gw-company-stats {
display: flex;
gap: 16px;
align-items: center;
flex-shrink: 0;
}

.gw-stat-item {
text-align: center;
}

.gw-stat-value {
font-size: 16px;
font-weight: 600;
color: #1f2937;
display: block;
line-height: 1.2;
}

.gw-stat-label {
font-size: 11px;
color: #6b7280;
text-transform: uppercase;
letter-spacing: 0.3px;
font-weight: 500;
margin-top: 2px;
white-space: nowrap;
}

.gw-growth-positive {
color: #10b981;
}

.gw-growth-negative {
color: #6b7280;
}

.gw-source {
padding: 16px 24px;
font-size: 12px;
color: #6b7280;
font-style: italic;
border-top: 1px solid #f3f4f6;
background: #fafafa;
}

/* Mobile responsive styles */
@media (max-width: 520px) {
.gw-table-header {
padding: 16px 18px;
}

.gw-table-title {
font-size: 12px;
}

.gw-table-subtitle {
font-size: 18px;
}

.gw-company-row {
padding: 14px 16px;
flex-wrap: wrap;
}

.gw-rank-badge {
width: 28px;
height: 28px;
font-size: 18px;
margin-right: 10px;
}

.gw-company-logo {
width: 36px;
height: 36px;
margin-right: 10px;
}

.gw-company-logo img {
width: 28px;
height: 28px;
}

.gw-company-info {
flex-wrap: wrap;
width: 100%;
}

.gw-company-details {
flex: 1 1 auto;
min-width: 150px;
padding-right: 0;
}

.gw-company-name {
font-size: 15px;
}

.gw-company-meta {
font-size: 12px;
}

.gw-company-stats {
margin-top: 8px;
width: 100%;
justify-content: flex-start;
gap: 20px;
padding-left: 50px;
}

.gw-stat-value {
font-size: 15px;
}

.gw-stat-label {
font-size: 10px;
}

.gw-source {
padding: 14px 16px;
font-size: 11px;
}
}

@media (max-width: 380px) {
.gw-company-stats {
padding-left: 0;
gap: 16px;
}

.gw-company-row {
position: relative;
}

.gw-rank-badge {
position: absolute;
top: 14px;
right: 16px;
margin-right: 0;
}

.gw-company-details {
padding-right: 40px;
}
}

GeekWire 200

Top 10 Companies: Q2 2025

1
Highspot

Highspot

GeekWire


Seattle, WA • Software

1,047
Employees
+11%
1-Yr Growth

2
Helion

Helion

GeekWire


Everett, WA • Renewable Energy

314
Employees
+27%
1-Yr Growth

3
Chainguard

Chainguard

GeekWire


Kirkland, WA • Cybersecurity

491
Employees
+199%
1-Yr Growth

4
Truveta

Truveta

GeekWire


Bellevue, WA • Healthcare

359
Employees
+7%
1-Yr Growth

5
Statsig

Statsig

GeekWire


Bellevue, WA • Software

158
Employees
+61%
1-Yr Growth

6
iSpot.tv

iSpot.tv

GeekWire


Bellevue, WA • Advertising

412
Employees
-3%
1-Yr Growth

7
Brinc

Brinc

GeekWire


Seattle, WA • Aerospace

133
Employees
+7%
1-Yr Growth

8
Agility Robotics

Agility Robotics

GeekWire


Tangent, OR • Robotics

270
Employees
+13%
1-Yr Growth

9
Responsive

Responsive

GeekWire


Beaverton, OR • Software

635
Employees
+8%
1-Yr Growth

10
Carbon Robotics

Carbon Robotics

GeekWire


Seattle, WA • Automation

227
Employees
+41%
1-Yr Growth

Data Source: LinkedIn Associated Members as of June 2025. View full GeekWire 200 →

Several companies joined the list for the first time.

  • Nectar Social (No. 175), a social commerce startup that raised $10.6 million earlier this month.
  • Elastix (No. 187), an AI inference platform that emerged from stealth in May.
  • Vercept (No. 176), which is working on a new computer interface system and raised a $16 million seed round.
  • EdgeRunner AI (No. 165), a startup building technology to help military members use generative AI.

And several established startups made notable moves list since our Q1 update.

  • Statsig jumped to No. 5 after the developer tools startup raised $100 million at a $1.1 billion valuation in May.
  • Overland AI moved to No. 15 on the heels of the military tech company’s new autonomous vehicle release and the opening of a Seattle factory.
  • Crypto startup Eigen Labs (No. 78), legal tech firm Supio (No. 80), and solar power servicing company Omnidian (No. 37) also improved their rankings after raising new funding (see our funding database here).

How the rankings have evolved

The revamp is a work in progress, and it will continue to evolve in future quarterly updates. Here’s how we’re changing our approach.

  • We’re looking at each company’s employee growth over the past 12 months, factoring in both the percentage increase and the number of jobs added.
  • Larger companies still earn credit for maintaining scale — a sign of maturity and customer traction. But this is weighted less heavily than growth, to help spotlight emerging players.
  • We include LinkedIn follower counts as a rough measure of a company’s public traction. To avoid favoring long-established firms, we apply a curve that gives younger companies a fairer shot.
  • And as in the past, we take into account editorial judgment from the GeekWire news team, based on factors including recent fundings and layoffs, and our own insights from covering the region’s tech startups.
  • Companies founded 15 years ago or later “graduate” from the GeekWire 200, and are not included. We also remove companies due to mergers, acquisitions and private equity deals in which they sell a majority of their shares.

How we used AI in this update

We used Claude, Gemini, and ChatGPT to help aggregate data, generate the rankings, and verify the accuracy of the data.

For future updates, we’re experimenting with an AI-powered “Innovation Score” that will factor in recent launches and breakthroughs in areas such as AI, enterprise tech, space, robotics, and biotech. We’d welcome your ideas for further improvements and new data sources: [email protected].

We also refreshed the design of the GeekWire 200, making it easier to:

  • Sort the list by different metrics
  • Search for specific startups
  • Explore related GeekWire coverage

In a first for us, this new interface was built by a non-developer on the GeekWire team using Claude and ChatGPT (and reviewed by a developer before going live).

Notes on the GeekWire 200

Our list is not scientific, by any means, and the specific rankings should be taken with a grain of salt. But it has proven to be a highly useful tool. We hear regularly from readers who use the GeekWire 200 to look for jobs, prospect for customers, mine for potential investments, and get a high-level view of the tech community.

We also use the list as a valuable insights tool, gathering survey data to highlight trends among fast-growing startups.

  • GeekWire 200 survey: CEOs cautious about hiring as AI boosts productivity for Seattle startups
  • How AI is transforming Seattle-area startups: Insights from GeekWire 200 CEOs

To make sure your Pacific Northwest technology startup is eligible for the GeekWire 200, first confirm it’s included in the broader GeekWire Startup List. If so, there’s no need to submit it separately. If your startup isn’t among the companies on that larger list, you can submit it for inclusion here, and we’ll crunch the numbers to see if your company makes the next GeekWire 200 update.

Read the full article here

You Might Also Like

Seattle council gives final OK to large digital kiosks, paving way for installation of devices on city streets

Amazon cuts hundreds of AWS cloud jobs after strategic review, says AI wasn’t the main factor

Beyond ChatGPT: Shadow AI Risks Lurk in SaaS Tools

Modernizing Identity Security Beyond MFA

On a mission to ‘kill Google Chrome,’ UW students join Y Combinator to launch AI-powered browser

Share This Article
Facebook Twitter Email Print
Leave a comment Leave a comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

- Advertisement -
Ad image

Trending Stories

News

Week in Review: Most popular stories on GeekWire for the week of Aug. 10, 2025

August 17, 2025
Games

Fighting games continue to hold the title for coolest videogame soundtracks of all time

August 17, 2025
News

Football nerd: Seattle Seahawks head coach Mike Macdonald blends tradition and innovation

August 17, 2025
Games

Homeworld 3 developer acquires the rights to its superior previous game about salvaging spaceships, with ‘multiple’ new projects in the works

August 17, 2025
Games

1930s media mogul sim News Tower leaves early access in November, letting you build your journalism empire on the shoulders of the Mafia

August 17, 2025
Games

SnowRunner dev’s latest vehicle sim lets you channel your inner Frank Sobotka by managing a struggling port

August 17, 2025

Always Stay Up to Date

Subscribe to our newsletter to get our newest articles instantly!

Follow US on Social Media

Facebook Youtube Steam Twitch Unity

2024 © Prices.com LLC. All Rights Reserved.

Tech Journal Now

Quick Links

  • Privacy Policy
  • Terms of use
  • For Advertisers
  • Contact
Welcome Back!

Sign in to your account

Username or Email Address
Password

Lost your password?