Security teams log 54% of successful attacks and alert on just 14%. The rest move through your environment unseen.
The Picus whitepaper shows how breach and attack simulation tests your SIEM and EDR rules so threats stop slipping by detection.

The tech economy in Seattle and the Pacific Northwest has long been shaped by software, but our quarterly ranking of the region’s top startups signals the rise of companies building physical stuff: rockets, fusion reactors, military robots, and data centers bound for orbit.
Big movers in the latest GeekWire 200 update include companies bioprinting human tissue, fusing atoms, and building autonomous machines. A reusable-rocket maker, Stoke Space, rose to No. 6, while a military-autonomy company, Overland AI, cracked the top 10 for the first time.
Redmond, Wash.-based Starcloud vaulted 96 spots after becoming the fastest Y Combinator company ever to reach unicorn status, at a valuation of $1.1 billion, based on its vision to put solar-powered data centers in space to meet the soaring energy demands of AI.
Atop the list, fusion company Helion held its position at No. 1, now valued at $15.5 billion after raising an additional $465 million as it builds a plant for a new generation of energy.
Another company in the top 10 isn’t long for the GeekWire 200. Agility Robotics, maker of the Digit warehouse robot, is going public in a $2.5 billion deal. It’s currently No. 5, and companies graduate from the list once they go public or are acquired.
Software still has a big presence on the list: Bellevue-based Temporal rose to No. 2, now valued at $5 billion after raising $300 million for its platform that runs AI agents in production.
Another newly minted unicorn, XBOW, debuted at No. 35. The autonomous AI hacking platform from GitHub Copilot creator Oege de Moor raised another $35 million in May, extending a round that valued it at more than $1 billion.
Those are a few of the highlights from the latest edition of the GeekWire 200. Now in its second decade, the list pairs objective signals such as headcount, investment and followers with editorial judgment to identify and track the companies defining the region’s tech industry.
Check out the full GeekWire 200, newly updated for Q2 2026. Here’s a look at the new top 10, followed by additional notes.
.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-note {
font-size: 13px;
color: #374151;
line-height: 1.45;
margin: 6px 0 0 0;
}
.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-company-stats {
justify-content: flex-start !important;
margin-left: 0 !important;
padding-left: 0 !important;
}
.gw-stat-item {
text-align: left !important;
}
.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;
}
.gw-company-note {
display: none;
}
}
@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;
}
}
Fusion-power leader backed by Sam Altman and SoftBank; now valued at $15.5B and building a plant to deliver fusion power to Microsoft by 2028.
Durable-execution platform now valued at $5B; revenue up roughly 380% as it moves AI agents into production.
Health-data venture backed by major U.S. hospital systems and led by former Microsoft executive Terry Myerson.
Secure software-supply-chain unicorn valued at $3.5B, with ARR scaling fast toward $100M.
Maker of the Digit humanoid robot; heading for the public markets in a $2.5 billion deal expected to close this year.
Building a fully reusable rocket; has run a series of first-stage engine tests and extended its Series D to about $860M.
Public-safety drone maker; launched its Starlink-connected Guardian “drone-as-first-responder” and a new Seattle factory.
Laser-weeding agtech that crossed $100M in revenue and launched a new “Large Plant Model.”
Autonomy stacks for military ground vehicles; a fresh $100M raise vaults the young Seattle startup into the top 10.
Messaging-automation platform that topped $100M ARR and has followed with its biggest-ever AI release.
More highlights from the updated GeekWire 200:
Truveta (No. 3): The clinical-data company launched an AI research tool for quick insights from its database of U.S. patient records.
Zap Energy (No. 11, up 2): The Everett fusion company added a fission line to its roadmap, an industry first.
Amperity (No. 32, up 5): Co-founders Kabir Shahani and Derek Slager returned as co-CEOs, vowing to carry the startup’s “soul” forward, two years after the customer-data company brought in an outside chief executive.
Armoire (No. 33, up 7): The clothing-rental startup, led by CEO Ambika Singh, rolled out an AI feature that arrays outfit choices for shoppers like digital paper dolls.
Alitheon (No. 69, up 8): The optical-AI startup raised $8 million to expand technology that gives physical objects a biometric ID.
Panthalassa (debut, No. 79): The wave-powered, floating AI data center startup netted $140 million in a round led by Peter Thiel.
Possible Finance (No. 82, up 11): The Seattle consumer-lending startup returned to profitability as its founders reunited for a new chapter.
Aspect Biosystems (No. 87, up 22 spots): The Vancouver, B.C. company, which bioprints human tissue, landed a $280 million partnership with the Government of Canada.
Portal Space Systems (debut, No. 114): The Bothell startup raised $50 million as it preps the first launch of its orbital maneuvering vehicle.
Gradial (No. 127, up 24): The agentic enterprise-marketing startup raised $65 million amid rapid growth, the biggest rank jump on this quarter’s list.
Humanly (No. 144, up 8): The hiring-AI startup raised $25 million and acquired Anthill, aiming its tools at job seekers, not just employers.
Avalanche Energy (No. 147, up 9): The Seattle fusion startup won a share of a $5.2 million Defense Department award to develop long-lasting “nuclear batteries.”
Tin Can (No. 153, up 14): The maker of a landline-style phone for kids had a late-night TV moment and launched a new program to help schools go smartphone-free.
Inflection (No. 172, up 20): The B2B-marketing startup acquired Seattle’s Keyplay, reuniting CEO Aaron Bird with Keyplay’s Adam Schoenfeld, who joins as CMO.
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 valuable tool for many years. We hear regularly from readers who use the GeekWire 200 to look for jobs, prospect for customers, scout potential investments, and get a high-level view of the region’s tech community.
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 it makes the next GeekWire 200 update.
Email us at tips@geekwire.com with any questions.
Most loudspeaker launches arrive with a familiar recipe: a slim bass reflex cabinet, some reassuringly expensive looking binding posts, and a promise that the laws of acoustics have finally been fired for incompetence. The Etude Tri Linear Array, or ETLA, takes a different route.
CML Music will launch the ETLA at the North West Audio Show 2026 in Cheshire. It is a sealed, boundary loaded floorstander built around twelve 85mm Balanced Mode Radiator drivers, a compression tweeter, and a cabinet designed to work close to the rear wall rather than demand that the rest of the room move out.
The ETLA is not a conventional narrow tower. At 760mm tall, 400mm wide, and 386mm deep (29.9 x 15.7 x 15.2 inches), it is a deliberately broad shouldered loudspeaker with an angled baffle intended to align the drivers with a seated listener. Its three vertical arrays of four BMR drivers share one sealed internal volume, while a compression tweeter above the central array begins contributing from approximately 4 to 5kHz through a second order roll in.

Etude claims sensitivity of approximately 99dB/W under its stated 600Hz measurement condition, with a nominal 8 ohm impedance and 240 watt programme power handling. The goal is clear: real output and dynamic freedom from amplifiers with modest power reserves, including single ended valve designs. The company says amps above 3 watts should be sufficient in an average UK sized room.
That may sound like the sort of thing normally claimed by a man in sandals selling a horn loudspeaker the size of a Fiat Panda, but the published impedance and EPDR data suggest the ETLA has been designed to be a relatively benign load.
Anyone see my Wavelength Audio Duetto?
The ETLA is voiced for boundary placement, meaning it is intended to sit relatively close to the wall behind it. Etude says the sealed system is tuned for even bass response to around 50Hz before room reinforcement extends the claimed in room reach to 32Hz at minus 6dB. Its published 32Hz to 20kHz response figure is based on sixth octave pink noise measurements in the designer’s listening room, so it should be treated as useful context rather than a standardized anechoic result that you can take to the bank.

There is also more user control than one normally expects from a £3,000 loudspeaker. The two outer BMR arrays can be rolled off or stepped down to adjust the depth of the presence dip and horizontal dispersion. Owners can also alter the compression tweeter level through solderless resistor changes at the rear of the cabinet. This is either a genuinely useful way to tailor the ETLA to a real room or an excuse to lose an entire Saturday behind the speakers with a flashlight and a growing distrust of resistor values. Probably both. It certainly beats taking the kids to the park or joining the weekly grocery expedition. And if that answer gives you pause, perhaps call the therapist before ordering anything with binding posts.
The cabinet uses 18mm CNC machined, high density exterior grade MDF with internal bracing and no fibre or foam damping material. CML Music specifies crossover parts from Jantzen, Clarity Cap, Bourns, Customcoilsnstuff, and Vishay, with the network boards mounted on elastomeric isolators. Standard finish is satin crackle, with piano lacquer and veneer upgrades available.
The ETLA’s twelve 85mm Balanced Mode Radiator drivers are not conventional midrange units. At lower frequencies, they move like normal speaker cones. Higher up, the surface of each driver is designed to flex in a controlled way, helping it reproduce a wider range of frequencies and spread sound more evenly around the room than a typical small cone. Etude uses the drivers as a high-sensitivity array, handing off to its compression tweeter above the usual midrange crossover region rather than in the middle of the vocal range.
Etude has not identified the BMR manufacturer or exact model used in the ETLA, so it would be misleading to assign the drivers to a specific supplier. BMR technology itself is well established and appears in products from brands such as Cambridge Audio, but Etude’s application is rather different: twelve small wideband drivers arranged as a high-sensitivity array in a sealed, boundary-loaded floorstander, crossed to a compression tweeter above the usual 2kHz to 3kHz vocal range.
At the show, the ETLA will be demonstrated in Room 142 with Super Natural Audio electronics, including an 8 watt per channel 300B single ended triode integrated amplifier, plus the company’s valve DAC and preamplifier. Analog playback will come from the Clipaudio Dolomite turntable and Nine Wave titanium tonearm, fitted with an Ortofon Cadenza Bronze and partnered with an EAR Yoshino 834 phono stage.
CML Music says the ETLA will sell direct for £3,000 per pair in satin crackle finish with M8 polypropylene tipped furniture gliders. A grille has been designed, but its price is not final; the current estimate is an additional £200 per pair. The company has not announced North American distribution, U.S. pricing, or a final retail availability date. Its own release note also states that specifications and component choices remain subject to change.

The ETLA is unusual because it combines a sealed, near wall friendly cabinet with 12 BMR drivers, claimed 99dB sensitivity, and compatibility with low powered 300B amplifiers. At £3,000 per pair, it is an ambitious alternative to the usual slim reflex tower. Whether it delivers real bass, scale, and dynamic ease outside its designer’s room remains the only question that matters.
For more information: etude-speakers.com

Valve released its Steam Machine as a compact desktop-style gaming system aimed at living room use with SteamOS. Even before units reached buyers, Gamers Nexus pulled one apart on camera and shared a detailed look at the internal layout, component choices, and assembly decisions.
Opening the chassis begins with simple steps that minimize the frequent difficulties of concealed clips or glued panels. After removing a few nuts, the front part lifts out. A hinged piece at the bottom is beneficial, and only a few screws are located at the back top edge. Once inside, the solid-state drive is visible and secured by captive Torx screws. There are no prying tools or delicate plastic tabs in the way. Feet on the bottom attach through rubber with screws rather than adhesive, ensuring that the replacement is clean and damage-free.
Sale

The mainboard stands out due to the amount of gear packed into such a small space. Digital Foundry examined photos from the teardown and described the board as a masterpiece of miniaturization. It’s comparable to Pico-ITX dimensions and substantially smaller than standard Mini-ITX boards, which measure 170 by 170 millimeters. An AMD CPU is at one end, and a graphics chip is at the other, both of which are covered in thermal paste during assembly. Four 2-gigabyte VRAM modules are located directly around the graphics processor. On the other side of the board, a single 16-gigabyte DDR5-5600 SODIMM module occupies one slot, leaving the second slot free for future upgrades. A unified backplate protects both major CPUs from the back.

Cooling gets its own special treatment, with a custom fan sporting seven thick blades installed against a tall, vertically oriented fin stack in server architecture. The fins’ wide spacing decreases airflow resistance, while the blade shape prioritizes pressure to propel air through the dense stack. Thick heat pipes transport heat from processors to a copper sink. To increase contact across tight gaps, assemblers utilized thermal putty instead of hard pads on inductors, memory chips, and MOSFETs. Despite the fact that the machine is very small, the total system keeps temperatures under control.

Access to memory follows a similar practical approach, with the single installed stick usually accessible without removing the entire heat sink. Some wires are bonded to the fin stack for compactness, as stated briefly during the disassembly. Still, the process remains far simpler than many other compact systems or consoles. Storage swaps prove even more straightforward once the outer shell is off.

Labeling and documentation stand out as deliberate decisions. QR codes, plain text descriptions, revision numbers, directional arrows, and color-coded fasteners are employed throughout the inside. The numbers on the steps relate to the printed or screen-displayed instructions. The method is comparable to the repair-oriented thinking Valve used on the Steam Deck and previous controllers. According to Gamers Nexus, when it comes to critical components, the computer is easier to repair than most major game consoles, including the PlayStation 5.

An internal power supply handles system needs through a custom blade-style connector. For safety reasons, the unit remains sealed, as is usual of high-voltage components. Input and output connectors are located on a separate board that also houses the display and wired networking capabilities. Some port sections appear modular, which may make repairs easier if a connector is damaged over time. Antennas are directly affixed to the fan frame, providing dependable WiFi and Bluetooth range without adding bulk.
Prime Day 2026 is winding down, and now is the time to snap up some of the lowest prices of the year before Apple’s Mac and iPad price increases hit Amazon.
The final day of Prime Day sees a return of popular Apple deals that are even more attractive considering Apple raised prices on Thursday.
AirPods prices have dipped to as low as $99 as Prime Day nears an end, with AirPods Pro 3 coming in as a top-seller this Prime Day.
Apple’s second-generation AirTag has been priced at MSRP since its release, but Amazon issued a material discount on both the single pack and 4-pack for Prime Day.
You can score deals from just $299 in our iPad Price Guide, with a blowout iPad Pro discount of $250 off still available.
Day 4 of the Prime Day shopping event is seeing even more Apple Watch deals sell out, but the popular $120 discount on the Series 11 is still available.
Apple raised MacBook prices today, but these Prime Day deals are still available. Compare prices across dozens of configurations in our Mac Price Guide.
OLED TVs from LG, Samsung, and Sony are heavily discounted during the sale event.
From iPhone cases to docking stations for your Mac, accessories are up to 71% off for Prime Day.
The Hisense TV is the epitome of a mid-tier model punching way above its weight. The mini-LED backlighting produces a spectacularly bright image, and it’s a particularly good choice of gamers thanks to its 165-Hz refresh rate and full-featured HDMI ports. Our own testing didn’t produce perfect results, such as its uneven backlighting and mediocre off-angle performance. But it’s easily the best Prime Day TV deal, with the price dropping to a new low of just $850. —Luke Larsen
Jump to Section: Best Tech Deals, Best Amazon Device Deals, Best Apple and Apple Accessory Deals, Best AV Deals, Best Home & Kitchen Deals, Best Beauty & Wellness Deals, Best Mobile & Wearable Deals
Easily the smartest indoor security camera currently available, Google’s third-generation Nest Cam indoor kicks the resolution up to 2K at 30 fps, with HDR and night vision. There’s also two-way audio, enforced two-factor authentication, and accurate detection to alert you about people, animals, or vehicles. The Google Home Premium subscription is pricey at $10 per month ($100/year) for 30 days of event video history and familiar face alerts, but it covers all your Nest devices. —Simon Hill

Amazon, Microsoft and other leading tech companies are joining a new nonpartisan workforce organization launched Thursday aimed at helping American workers navigate the transition to an AI-driven economy.
RAISE US aims to partner with governors, employers, and training organizations to retrain and redeploy workers displaced or affected by AI, with a goal of raising $1 billion in multi-year commitments — more than half of which has already been secured.
The organization is led by former U.S. Commerce Secretary Gina Raimondo, who will serve as CEO, and former Indiana Gov. Eric Holcomb, who will serve as co-chair. The two are pitching the effort as explicitly bipartisan.
“If we build the best AI systems in the world and leave millions of Americans behind, we won’t have won anything; we’ll have automated our own decline,” Raimondo said in a news release. “I believe AI will create new jobs and industries over time, but the transition could be disruptive, and it’s already underway.”
Amazon, Anthropic, Microsoft and the OpenAI Foundation are serving as anchor partners. The coalition also includes more than two dozen companies and philanthropies, among them IBM, Cisco, General Motors, Mastercard, the Rockefeller Foundation, and Pivotal, the organization founded by Melinda French Gates. Initial state partnerships include Arkansas, Connecticut, Maryland, and Utah.
The launch of RAISE US comes amid layoffs and cost-cutting across the tech industry and widespread anxiety — from workers to recent graduates — about AI’s impact on employment. Some employers, including Meta, have cited AI as a reason for cuts, including in Washington state. Amazon CEO Andy Jassy blamed massive layoffs that started last year on a culture correction at the tech giant rather than being AI-driven.
In a blog post Thursday, Amazon Chief Global Affairs & Legal Officer David Zapolsky said investment in workers must keep pace with the technology.
“The transition to an AI-driven economy will create enormous opportunity, but only if we invest now in helping workers develop the skills to seize it,” Zapolsky wrote.
Zapolsky cited Amazon’s own efforts to prepare workers for the AI economy, including its Career Choice program, which has helped more than 300,000 employees earn degrees and certificates over 14 years, and a broader $2.5 billion commitment to skills training through its Future Ready 2030 initiative.
Microsoft said it has already been piloting a model for the kind of worker transition RAISE US aims to scale — cross-training entry-level lawyers across different parts of the organization and equipping them with AI skills so they can be repositioned as technology evolves, The New York Times reported.
“It creates an opportunity to transfer people from jobs that are being eliminated to jobs that are being created,” Microsoft President Brad Smith told the Times.
Anthropic appears to be testing Claude Cowork support on mobile, allowing you to manage long-running Claude tasks from your phone.
For those unaware, Claude Cowork is Anthropic’s desktop-focused agentic mode for Claude, and it brings some of Claude Code’s task-running abilities to regular knowledge work.
Unlike Claude Code, which is optimized for coding/development tasks, Cowork can work on longer tasks, use files, create documents, generate spreadsheets, write reports, and continue working in the background while you monitor progress.
In my tests, I’ve found Cowork to be useful when I have to deal with documentation, pictures, and even managing my storage partition.
For example, when I was compiling a React Native app on my local storage, and it ran out of storage, Cowork investigated all my local folders in the partition and found files using most of my storage that I may not have been aware of.
Until now, Cowork has been mostly tied to Claude Desktop on macOS and Windows, but screenshots posted on X suggest Anthropic is preparing a proper mobile experience for it.

If you look at the above screenshot, it clearly confirms that you will be able to “start and steer tasks directly from your phone,” and also “check in from your phone, browser, or Claude desktop app.”
Most importantly, Anthropic notes that “work continues in the background, even when you close the app.”
Based on the screenshots, it’s quite obvious that Anthropic does not plan to turn Claude’s mobile app into a full desktop app.
Instead, it appears that Claude Cowork on mobile would be similar to a remote control for Cowork on your PC.
This aligns with Anthropic’s current explanation of Cowork. The company says Cowork runs directly on your computer, giving Claude access to the files you choose to share.
In other words, your phone may become the remote control for Cowork, but your computer is still where the actual heavy lifting happens.
Anthropic has not publicly announced full mobile Cowork support yet, but the screenshots suggest the feature is already being prepared inside Claude for mobile.
Security teams log 54% of successful attacks and alert on just 14%. The rest move through your environment unseen.
The Picus whitepaper shows how breach and attack simulation tests your SIEM and EDR rules so threats stop slipping by detection.
Nothing is gearing up to launch a new budget phone early next month, and the company recently gave us an early look at its design. While it hasn’t revealed the device’s specifications, a new leak has outlined what the Phone 4b may offer in terms of display, chip, battery, and storage.
According to tipster Yogesh Brar, the Nothing Phone 4b will come in three colors. Nothing has already showcased the device in a blue colorway, but there’s no word yet on what the other colors could be. The leak also points to two storage configurations, 128GB and 256GB, both paired with 8GB of RAM.
The device is said to feature a 6.7-inch AMOLED display with a 120Hz refresh rate, the same as the Phone 4a launched earlier this year. Under the hood, it could pack Qualcomm’s Snapdragon 6 Gen 4 chip, which would position the Phone 4b below the 4a duo in Nothing’s lineup. The phone is also expected to house a 5,400mAh battery.
Brar’s post also points to a 50MP camera, though specifics on the sensor, aperture, and the second camera haven’t surfaced yet. Nothing has not confirmed any of these specs itself. More details are expected to surface in the lead-up to the July 7 reveal.
The Phone 4b’s design was confirmed earlier this week, with Nothing showing off a build that mixes the unibody design of the Phone 4a Pro with the Glyph Bar from the standard Phone 4a. The company has also confirmed that the device will feature a soft, skin-friendly finish and offer enhanced durability.
If accurate, this leak suggests Nothing is keeping the Phone 4b firmly in the mid-range segment while still offering some standout features, like a large battery and a high refresh rate display. Provided the company gets the price right, the device could be one of the most compelling budget options this year.
Samsung builds smartwatches across a wide range of budgets, but the Galaxy Watch Ultra sits at the top of that range for a reason.
That reason is easier to act on today, with the Samsung Galaxy Watch Ultra down from £599 to £331, a saving of £268 that brings a proper expedition-grade smartwatch into reach for the first time at a genuinely competitive price on Prime Day.
Prime Day knocks over £260 off the Samsung Galaxy Watch Ultra, giving you LTE connectivity and a tough, go‑anywhere design for far less
Save more than £260 on the Galaxy Watch Ultra — a durable, LTE‑equipped smartwatch built to handle anything, now for much less.

The titanium casing and 10 ATM water resistance mean this is a watch built for environments where most wearables would ask you to leave them at home, covering open water swimming, mountain conditions, and extreme heat without any meaningful compromise.
A dual-frequency GPS incorporating both L1 and L5 bands delivers the most accurate location tracking Samsung has put into a Galaxy Watch, maintaining precision even through dense urban environments where single-frequency systems tend to lose their footing.


Battery life sits at up to 100 hours in Power Saving mode and up to 48 hours in Exercise Power Saving mode, and 64GB of onboard storage means GPX route data can be recorded across extended expeditions without running short of space.
The AI-powered Energy Score gives a daily readiness assessment drawn from sleep data, heart rate, and activity levels, while the Running Coach feature provides real-time feedback during training sessions for anyone using the watch as a performance tool.
A long press of the Quick Button activates a siren audible up to 180 metres away, and the watch also provides fall detection, SOS, and instant access to Medical info, which adds a meaningful safety layer for solo outdoor activities.
The honest caveat is that full functionality, including some AI-driven health features, works best when paired with a Samsung Galaxy smartphone, so the experience on other Android devices or iOS may be more limited than the headline spec suggests.
At £331, the Samsung Galaxy Watch Ultra makes a compelling case for anyone who wants expedition-grade capability without the full-price commitment, and our Best Samsung Galaxy Watch guide is there for anyone still weighing up where it sits within the wider Samsung wearable lineup.
Despite the odd quirk, the Samsung Galaxy Watch Ultra brings a refreshing premium touch to the Wear OS ecosystem.
It’s certainly true that the Ultra’s design appears heavily inspired by Apple’s homonymous alternative, but I don’t suspect Android users craving a supercharged smartwatch will care much. If you can handle the clunky navigation, mildly unpredictable battery life, and oversized footprint, the Galaxy Watch Ultra is an excellent upgrade to the typical mid-range smartwatch experience.
Wear OS gets some design personality
Strong GPS and HR accuracy
Ultra-bright and clear display
Comprehensive sleep tracking
Navigation crying out for rotating bezel
Inconsistent battery life
Not a good fit for smaller wrists
Exclusive features for Samsung phones
SQUIRREL_PLAYLIST_10148964

Choosing a first smartphone or a reliable step up from an older device often comes down to practical questions. Will the screen feel good during long scrolls and videos? Will the battery carry through a full day? Will the software stay current without extra cost or hassle? Samsung built the Galaxy A27 5G around answers to those questions rather than loading it with extras that rarely get used.
New users will immediately see the impact the display has on their first impressions. The 6.7-inch Super AMOLED screen features the Infinity O design, which looks very elegant even with the small punch hole camera, and the borders are noticeably smaller than on prior models in this series. With a refresh rate of 120 Hz, you may enjoy an extremely smooth scrolling experience while surfing apps or viewing videos. Motion never feels juddery or stuttery, and it looks nice even at low frame rates.
Sale
The Snapdragon 6 Gen 3 processor and ample memory ensure that nothing falters even while running many apps at the same time. Opening Instagram, checking Google Maps, browsing a website, or running a few programs in the background all happen without lag. The 5000mAh battery will last you a whole day of normal use, and if you do get some video or navigation in, you’ll still have enough juice to finish work/school/errands. When you do need to top up, 25 watt charging will quickly recharge your battery and fit into your regular routine. The phone itself is quite thin, measuring only 7.8 millimeters, making it easy to use during calls, reading, or even one-handed.

The main camera does a decent job with most photos and movies, and the built-in stabilization is useful. The 50 megapixel sensor handles everyday light well and does a fantastic job of reducing blur, even when your hands move slightly. The ultrawide lens is good for capturing a broader picture of a gathering or a piece of terrain, whilst the macro lens is useful for photographing microscopic details. If you just want to take some decent selfies, the 12 megapixel front camera does the trick without requiring any post editing.

With microSD card support, you can easily store a large number of files. The storage starts at a comfortable 128GB and can accept cards up to 2 terabytes, which is quite big enough to hold tons of photographs, videos, music, and documents right on the phone, eliminating the need to continually juggle removals or hurry into a cloud subscription. Having some room to develop from the start eliminates one of the initial challenges for anyone gathering a collection of personal items.

Samsung’s extensive update schedule greatly enhances long-term dependability. The phone runs Android 16 with One UI features and receives six major operating system upgrades, as well as six years of security patches, to ensure its security. And that plan allows you to stretch your dollar while maintaining a consistent experience as you settle into your daily routine. All of this adds up to great value at $350 (July 14 US relaese) when you consider everything you get for the money.
The smart TV is a fixture in most houses, variously an entertainment portal, corporate data gathering tool, or sometimes an outright spy. It’s a nice monitor with a computer built in, so can that computer be released to do something else? It’s a question [Xen’on] is answering, on an Android-based TV.
The guide is not too different from many others relating to Android phones, with a few quirks. An Android Debug Bridge (ADB) connection is established, root access is gained using Shizuku, and then it’s a case of installing a more conventional Linux front end with the Openbox window manager through Termux. There are some TV-specific things to do with handling power cycles, but the TV is now a usable Linux box.
It’s always good to see someone retrieve the Linux underneath a locked-down device, but the system spec tells the real story. By the looks of things this TV is a few years old as it had an Android version that’s a bit long in the tooth, and thus it also packs an aged version 4.x kernel. Couple that with a more seat-of-your-pants experience compared to a regular distro where many of the annoyances are taken care of, this isn’t an easy route to a trouble free desktop. Instead it has a lot of potential for making the TV what it was intend to be, an entertainment device. Merely one that gives much more software freedom.
Meanwhile, this isn’t the first Termux guide we’ve seen.
Weekend Open Thread: Miami – Corporette.com
Renter of Home in Anne Heche Crash Denies Settlement With Son
Two goals and an assist by sheer aura: Cristiano Ronaldo just entered the World Cup chat
Microsoft accidentally kills epic Outlook email threads
Soccer-U.S. defends Iran World Cup travel restrictions, says discussions ongoing
Potential 2028er World Cup attendee leaderboard
Andy Burnham and the meaning of Makerfield
Keir Starmer Allies Question His Chances For No 10
A Look At A Gaggle Of Transputer Boards
Bitcoin (BTC) Dips Below $62K, Ethereum (ETH) Plunges 6% Daily: Market Watch
Securitize Wraps Roubini's SEC-Registered ETF as Dubai VARA Digital Security
Entergy settles forward sale agreements, raises $672 million in cash proceeds
Wall Street Week Ahead: Investors see Micron earnings as pulse check of AI rally momentum
Can Charles Hoskinson Really Rescue Cardano?
HIVE shares jump as $220M AI deal speeds Bitcoin mining pivot
Jose Alvarado Wants Taylor Swift at More Knicks Games
Jake Chervinsky accuses CME of protecting derivatives monopoly
The House | Manchesterism won’t survive the painful trade-offs unless it gets citizens on board
Signal’s Meredith Whittaker says AI chatbots ‘are not your friends’ and calls Copilot agents a backdoor
India vs Bangladesh LIVE Score, Women’s T20 World Cup: Bangladesh Opt To Bat; India Enter ‘Do-Or-Die’ Stage As Semi-Final Race Heats Up
You must be logged in to post a comment Login