--q4mcnm3j
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
The FCC issued a ban this week on new, foreign-made humanoid robots,
quad=
rupeds, robovacs, and sidewalk delivery robots, citing privacy
risks= =C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80= =8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0= =E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2= =A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C= =C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80= =8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2= =A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C= =C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80= =8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0= =E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2= =A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C=C2=A0=E2=80=8C= =C2=A0
Sign Up [1] |Advertise [2]|View Online [3]=20
=09=09TLDR=
=20
TLDR HARDWARE 2026-08-03
=F0=9F=93=B1=20
HEADLINES AND LAUNC=
HES =F0=9F=93=B1
US BANS FOREIGN-MADE ROBOTS, CHINA THREATENS RETALIA=
TION (3 MINUTE
READ) [4]=20
The FCC issued a ban this week on new, fo=
reign-made humanoid robots,
quadrupeds, robovacs, and sidewalk delivery r=
obots, citing privacy
risks from devices that map homes and public spaces=
plus supply-chain
security concerns. China threatened retaliation, calli=
ng it a threat
to "economic and trade stability." While the ban doesn't n=
ame China
outright, the country controls roughly 85% of the global humano=
id
robot market. The rule doesn't target specific companies or actually=
curb data collection, and many US robotics firms that rely on Chinese
=
components are worried it could gut their own supply chains instead.=20
=
HYPERSCALERS BUILD AI DATACENTERS LIKE LEGO SETS TO OUTRUN GRID AND
LABO=
R BOTTLENECKS (7 MINUTE READ) [5]=20
Hyperscalers like AWS and Meta are=
snapping together
factory-prefabricated modular datacenters, building me=
chanical and
electrical fit-outs off-site like standardized Lego blocks t=
o bypass
construction labor shortages, compressing building schedules by =
36%
and cutting on-site licensed electrician labor by 85%. It's part of a=
broader trend of routing around old bottlenecks entirely: developers
a=
re increasingly wiring GPU clusters directly to co-located natural
gas ge=
neration, small modular reactors, or existing nuclear plants,
cutting tim=
e-to-power from 60 months down to under 18.=20
=F0=9F=94=A8=20
ENGINE=
ERING AND APPLICATIONS =F0=9F=94=A8
RUNNING A 28.9M PARAMETER LLM ON =
AN $8 MICROCONTROLLER (3 MINUTE
READ) [6]=20
A developer got a 28.9M =
parameter language model running entirely on
an ESP32-S3, a microcontroll=
er with just 512KB of SRAM. The trick,
borrowed from Google's Gemma model=
s, is called Per-Layer Embeddings:
instead of loading the full network in=
to fast memory, about 25 million
parameters live in flash as a lookup tab=
le, and only the bytes needed
for the current token get read out during i=
nference, while the smaller
layers stay in SRAM. After quantization, the =
whole model shrinks to
14.9MB, fitting comfortably on the board's flash, =
and it generates
about 9.5 tokens per second on an $8 chip.=20
QUALCO=
MM CLOSES ALL-STOCK ACQUISITION OF COMPILER STARTUP MODULAR (3
MINUTE REA=
D) [7]=20
Qualcomm finished buying Modular, the AI infrastructure compa=
ny
behind the Mojo programming language and the MAX inference framework.=
Modular's whole appeal is that its software lets the same model code
r=
un across CPUs, GPUs, NPUs, and custom silicon without rewriting
kernels =
for each one. Qualcomm just raised its 2029 target to $40
billion in non-=
handset revenue, with data center alone expected to
contribute over $15 b=
illion, and it's betting that owning the compiler
and serving layer outri=
ght, not just the silicon, is what gets new
Qualcomm AI chips performing =
well from day one.=20
=F0=9F=A7=A0=20
RESEARCH AND PROTOTYPES =
=F0=9F=A7=A0
SERIOUS HARDWARE ENGINEERING NEEDS ITS OWN PLATFORM (SPO=
NSOR) [8]=20
General-purpose AI and data tools aren't built for physica=
l systems.
The result? Frequent breakage under pressure, at speed, and on=
high-consequence projects. Nominal [8] connects the major product
comp=
onents engineers now stitch together to help hardware engineers
validate,=
operate, and improve machines. See how Anduril engineers
with Nominal [9=
]=20
ROBOTS STRUGGLE TO COMBINE FAMILIAR INSTRUCTIONS IN NEW WAYS, HERE=
'S
WHY (4 MINUTE READ) [10]=20
Robots trained on step-by-step instruc=
tions often fail on new
combinations of familiar steps they weren't direc=
tly shown, and
collecting demonstrations for every possible combination i=
s
impractically expensive. This paper breaks that failure down into
thr=
ee distinct causes - shifts in individual instructions, shifts in
how ins=
tructions combine, and shifts in the surrounding context - to
figure out =
exactly what a training set needs to cover rather than how
much of it. Fu=
ll coverage of every instruction combination isn't
necessary: a carefully=
chosen quarter of the task space can match it,
as long as that subset pr=
eserves the real dependencies between actions
rather than just varying su=
rface details.=20
TAU ROBOTICS STARTS A $30/HOUR HUMANOID HOME-CLEANING=
PILOT (4 MINUTE
READ) [11]=20
Tau Robotics has opened an invite-only=
San Francisco pilot using
humanoid robots for vacuuming, surface cleanin=
g, trash removal, and
deep cleaning around appliances. The robots combine=
AI with live human
supervision, with each unit assigned to one appointme=
nt at a time
during the initial roll-out. The service is priced at $30 pe=
r hour and
is currently limited to selected households.=20
=
=F0=9F=8E=81=20
MISCELLANEOUS
CHINESE MILITARY RESEARCHERS TAP US =
AI MODELS TO TRAIN DEFENSE
SYSTEMS (4 MINUTE READ) [12]=20
A review o=
f over 80 Chinese academic papers and patents found
military and security=
-linked researchers using "model distillation" to
train smaller domestic =
AI systems on outputs from OpenAI and Anthropic
models, letting them extr=
act frontier-level capability without needing
the massive GPU clusters no=
rmally required to train from scratch. It's
a workaround that directly un=
dercuts the logic of US chip export
controls, since restricting access to=
advanced silicon matters less if
capability can be distilled down onto w=
hatever hardware is already
available domestically.=20
WHY COMPUTE MI=
GHT GET 10X MORE EXPENSIVE IN COMING YEARS (6 MINUTE
READ) [13]=20
GP=
U spot rental rates could surge 10x=E2=80=9315x as frontier models gain
h=
uman-level software engineering capabilities. Physical GPU supply
only sc=
ales ~3x annually due to fab and packaging bottlenecks, so the
immense ec=
onomic value of automated labor will drive inference
willingness-to-pay f=
ar higher than current market spot prices.=20
=E2=9A=A1=20
QUICK LINK=
S
GRITT EXITS STEALTH WITH $34M TO BUILD AI-CONTROLLED ROBOTS FOR SOL=
AR
INSTALLATION (3 MINUTE READ) [14]=20
Gritt raised a $26 million Se=
ries A, bringing total funding to $34
million, to build AI-controlled rob=
ots using off-the-shelf hardware
that install solar panels roughly 4x fas=
ter than a human crew.=20
SPACEX STARSHIP HEAT SHIELD CAN'T SUPPORT RAP=
ID FLIGHTS, EXPERTS WARN
(3 MINUTE READ) [15]=20
Former NASA thermal =
engineers warn that SpaceX's current ceramic tile
thermal protection syst=
em remains the main blocker for rapid Starship
reuse.=20
US AIR FORCE=
EXPANDS BLUE ORIGIN ROCKET CARGO CONTRACT (2 MINUTE
READ) [16]=20
Th=
e Air Force Research Laboratory awarded Blue Origin an $11.7
million cont=
ract modification to study rocket-based military cargo
delivery, bringing=
the total contract value to about $13 million under
the REGAL program. =
IONQ COMPLETES ACQUISITION OF SKYWATER TECHNOLOGY (2 MINUTE READ)
=
[17]=20
IonQ closed its purchase of SkyWater Technology, the largest
=
exclusively US-based semiconductor foundry, giving it a domestic
in-house=
fab to manufacture its own quantum chips rather than relying
on outside =
foundries.=20
AI DATA CENTERS CREATE SUPPLY-CHAIN SHOCK (3 MINUTE READ)=
[18]=20
Apple shares fell nearly 10% after its forecast revealed diffi=
culty
securing components as data centers absorb global chip and memory=
capacity.=20
META REPORTS $27.9 BILLION IN FUTURE DATA CENTER LEASES=
FOR AI (3
MINUTE READ) [19]=20
Meta disclosed $27.9 billion in long-=
term data center lease
commitments in its Q2 financial filings.=20
Wan=
t to advertise in TLDR? =F0=9F=93=B0
If your company is interested in=
reaching an audience of hardware
professionals and decision makers, you =
may want to ADVERTISE WITH US
[20].=20
Want to work at TLDR? =
=F0=9F=92=BC
APPLY HERE [21], CREATE YOUR OWN ROLE [22] or send a fri=
end's resume
to
jobs@tldr.tech and get $1k if we hire them! TLDR is one o=
f INC.'S
BEST BOOTSTRAPPED BUSINESSES [23] of 2025.=20
If you have an=
y comments or feedback, just respond to this email!=20
Thanks for readin=
g,=20
Kshitij Sudan [24] & Adi Nikumbh [25]=20
Manage your subscription=
s [26] to our other newsletters on tech,
startups, and programming. Or if=
TLDR Hardware isn't for you, please
unsubscribe [27].=20
=20
Links=
:
------
[1]
https://tldr.tech/hardware?utm_source=3Dtldrhardware
[2]=
https://advertise.tldr.tech/?utm_source=3Dtldrhardware&utm_medium=3Dnewsle= tter&utm_campaign=3Dadvertisetopnav
[3]
https://a.tldrnewsletter.com/web-= version?ep=3D1&lc=3D48ce571c-d4e0-11f0-8279-1f6dc2dca83a&p=3De1feb5c2-8f2e-= 11f1-b896-dfa1babf917e&pt=3Dcampaign&t=3D1785764871&s=3D740e245be19b5e999a7= 53c179c3f878a8b80caa321c203f4ed78caf416bc7f5c
[4]
https://www.morningbrew= .com/stories/us-bans-foreign-made-robots-china-retaliate?utm_source=3Dtldrh= ardware
[5]
https://newsletter.semianalysis.com/p/the-wild-wild-west-of-l= ego-datacenters?utm_source=3Dtldrhardware
[6]
https://www.hackster.io/new= s/running-a-28-9m-parameter-llm-on-an-8-microcontroller-173f1f370708?utm_so= urce=3Dtldrhardware
[7]
https://www.unite.ai/qualcomm-closes-all-stock-ac= quisition-of-compiler-startup-modular/?utm_source=3Dtldrhardware
[8] http= s://nominal.io/products/core/?utm_source=3Dtldrhardware&utm_medium=3Dnewsle= tter
[9]
https://nominal.io/blog/anduril-case-study/?utm_source=3Dtldrhar= dware&utm_medium=3Dnewsletter
[10]
https://arxiv.org/abs/2607.29687?utm_s=
ource=3Dtldrhardware
[11]
https://www.tau-robotics.com?utm_source=3Dtldrh=
ardware
[12]
https://links.tldrnewsletter.com/ZssrBo
[13]
https://www.d= warkesh.com/p/why-compute-might-get-10x-more-expensive?utm_source=3Dtldrhar= dware
[14]
https://techcrunch.com/2026/07/21/gritt-exits-stealth-with-34-= million-for-robots-to-build-solar-plants-then-everything-else/?utm_source= =3Dtldrhardware
[15]
https://links.tldrnewsletter.com/Fe70Kg
[16] https= ://spacenews.com/u-s-air-force-expands-blue-origin-rocket-cargo-contract/?u= tm_source=3Dtldrhardware
[17]
https://www.ionq.com/news/ionq-completes-ac= quisition-of-skywater-technology?utm_source=3Dtldrhardware
[18]
https://l=
inks.tldrnewsletter.com/ct4HfT
[19]
https://links.tldrnewsletter.com/i6pM=
51
[20]
https://advertise.tldr.tech/?utm_source=3Dtldrhardware&utm_medium= =3Dnewsletter&utm_campaign=3Dadvertisecta
[21]
https://jobs.ashbyhq.com/t=
ldr.tech
[22]
https://jobs.ashbyhq.com/tldr.tech/c227b917-a6a4-40ce-8950-=
d3e165357871
[23]
https://www.linkedin.com/feed/update/urn:li:activity:74= 01699691039830016/
[24]
https://www.linkedin.com/in/kshitij-sudan/
[25]=
https://www.linkedin.com/in/adinikumbh
[26]
https://tldr.tech/hardware/m=
anage?email=3Dtldrnewsletter%40synchro.net
[27]
https://a.tldrnewsletter.= com/unsubscribe?ep=3D1&l=3D516aef72-d5bc-11ee-9229-6b70acf0ae94&lc=3D48ce57= 1c-d4e0-11f0-8279-1f6dc2dca83a&p=3De1feb5c2-8f2e-11f1-b896-dfa1babf917e&pt= =3Dcampaign&pv=3D4&spa=3D1785762154&t=3D1785764871&s=3D0c5379ff3fa97d22b522= efe0dfbe27600cbf2b40ae2771faec3aa38eb49b0564
--q4mcnm3j
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE html><html lang=3D"en"><head><meta http-equiv=3D"Content-Type" co= ntent=3D"text/html charset=3DUTF-8"><meta charset=3D"UTF-8"><meta name=3D"v= iewport" content=3D"width=3Ddevice-width"><meta name=3D"x-apple-disable-mes= sage-reformatting"><title>TLDR Hardware</title><meta name=3D"color-scheme" = content=3D"light dark"><meta name=3D"supported-color-schemes" content=3D"li= ght dark"><style type=3D"text/css">
=09=09=09:root {
=09=09=09=09color-scheme: light dark; supported-color-schemes: light dark; =09=09=09}
=09=09=09
=09=09=09*,
=09=09=09*:after,
=09=09=09*:before {
=09=09=09=09-webkit-box-sizing: border-box; -moz-box-sizing: border-box; bo= x-sizing: border-box;
=09=09=09}
=09=09=09
=09=09=09* {
=09=09=09=09-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; =09=09=09}
=09=09=09
=09=09=09html,
=09=09=09body,
=09=09=09.document {
=09=09=09=09width: 100% !important; height: 100% !important; margin: 0; pad= ding: 0;
=09=09=09}
=09=09=09
=09=09=09body {
=09=09=09=09-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: g= rayscale; text-rendering: optimizeLegibility;
=09=09=09}
=09=09=09
=09=09=09div[style*=3D"margin: 16px 0"] {
=09=09=09=09margin: 0 !important;
=09=09=09}
=09=09=09
=09=09=09table,
=09=09=09td {
=09=09=09=09mso-table-lspace: 0pt; mso-table-rspace: 0pt;
=09=09=09}
=09=09=09
=09=09=09table {
=09=09=09=09border-spacing: 0; border-collapse: collapse; table-layout: fix= ed; margin: 0 auto;
=09=09=09}
=09=09=09
=09=09=09img {
=09=09=09=09-ms-interpolation-mode: bicubic; max-width: 100%; border: 0; =09=09=09}
=09=09=09
=09=09=09*[x-apple-data-detectors] {
=09=09=09=09color: inherit !important; text-decoration: none !important; =09=09=09}
=09=09=09
=09=09=09.x-gmail-data-detectors,
=09=09=09.x-gmail-data-detectors *,
=09=09=09.aBn {
=09=09=09=09border-bottom: 0 !important; cursor: default !important;
=09=09=09}
=09=09=09
=09=09=09.btn {
=09=09=09=09-webkit-transition: all 200ms ease; transition: all 200ms ease; =09=09=09}
=09=09=09
=09=09=09.btn:hover {
=09=09=09=09background-color: #f67575; border-color: #f67575;
=09=09=09}
=09=09=09
=09=09=09* {
=09=09=09=09font-family: Arial, Helvetica, sans-serif; font-size: 18px; =09=09=09}
=09=09=09
=09=09=09@media screen and (max-width: 600px) {
=09=09=09=09.container {
=09=09=09=09=09width: 100%; margin: auto;
=09=09=09=09}
=09=09=09=09.stack {
=09=09=09=09=09display: block!important; width: 100%!important; max-width: = 100%!important;
=09=09=09=09}
=09=09=09=09.btn {
=09=09=09=09=09display: block; width: 100%; text-align: center;
=09=09=09=09}
=09=09=09}
=09=09=09
=09=09=09body,
=09=09=09p,
=09=09=09td,
=09=09=09tr,
=09=09=09.body,
=09=09=09table,
=09=09=09h1,
=09=09=09h2,
=09=09=09h3,
=09=09=09h4,
=09=09=09h5,
=09=09=09h6,
=09=09=09div,
=09=09=09span {
=09=09=09=09background-color: #FEFEFE !important; color: #010101 !important=
;
=09=09=09}
=09=09=09
=09=09=09@media (prefers-color-scheme: dark) {
=09=09=09=09body,
=09=09=09=09p,
=09=09=09=09td,
=09=09=09=09tr,
=09=09=09=09.body,
=09=09=09=09table,
=09=09=09=09h1,
=09=09=09=09h2,
=09=09=09=09h3,
=09=09=09=09h4,
=09=09=09=09h5,
=09=09=09=09h6,
=09=09=09=09div,
=09=09=09=09span {
=09=09=09=09=09background-color: #27292D !important; color: #FEFEFE !import= ant;
=09=09=09=09}
=09=09=09}
=09=09=09
=09=09=09a {
=09=09=09=09color: inherit !important; text-decoration: underline !importan=
t;
=09=09=09}
=09=09</style><!--[if mso | ie]>
=09=09<style type=3D"text/css">
=09=09=09a {
=09=09=09=09background-color: #FEFEFE !important; color: #010101 !important=
;
=09=09=09}
=09=09=09@media (prefers-color-scheme: dark) {
=09=09=09=09a {
=09=09=09=09=09background-color: #27292D !important; color: #FEFEFE !import= ant;
=09=09=09=09}
=09=09=09}
=09 </style>
=09=09=09<![endif]--></head><body class=3D"">
<div style=3D"display: none; max-height: 0px; overflow: hidden;">The FCC is= sued a ban this week on new, foreign-made humanoid robots, quadrupeds, robo= vacs, and sidewalk delivery robots, citing privacy risks =E2=80=8C&nbs= p;=E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C&nbs= p;=E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C&nbs= p;=E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C&nbs= p;=E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C&nbs= p;=E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C&nbs= p; =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80= =8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80= =8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80= =8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80= =8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80=8C =E2=80= =8C =E2=80=8C </div>
<div style=3D"display: none; max-height: 0px; overflow: hidden;">
</div>
<table align=3D"center" class=3D"document"><tbody><tr><td valign=3D"top">
<table align=3D"center" border=3D"0" cellpadding=3D"0" cellspacing=3D"0" cl= ass=3D"container" width=3D"600"><tbody><tr class=3D"inner-body"><td>
<table align=3D"center" border=3D"0" cellpadding=3D"0" cellspacing=3D"0" wi= dth=3D"100%"><tbody><tr class=3D"header"><td bgcolor=3D"" class=3D"containe=
<table width=3D"100%"><tbody><tr><td class=3D"container">
<table align=3D"center" bgcolor=3D"" border=3D"0" cellpadding=3D"0" cellspa= cing=3D"0" style=3D"margin-top: 0px;" width=3D"100%"><tbody><tr><td style= =3D"padding: 0px;">
<table align=3D"center" bgcolor=3D"" border=3D"0" cellpadding=3D"0" cellspa= cing=3D"0" width=3D"100%"><tbody><tr><td class=3D"container" style=3D"paddi= ng: 15px 15px;">
<div style=3D"text-align: center;">
<span style=3D"margin-right: 0px;"><a href=3D"
https://tracking.tldrnewslett= er.com/CL0/https:%2F%2Ftldr.tech%2Fhardware%3Futm_source=3Dtldrhardware/1/0= 100019fc7e17fd7-d88f1c9e-b2a1-41a1-8bc2-aaf9edbd09fb-000000/ps_NHWQzuNYfSCP= pjemZ96EUomRMP_DvI5j-imdL93E=3D452" rel=3D"noopener noreferrer" target=3D"_= blank"><span>Sign Up</span></a>
|<span style=3D"margin-right: 2px; margin-left: 2px;"><a href=3D"
https://tr= acking.tldrnewsletter.com/CL0/https:%2F%2Fadvertise.tldr.tech%2F%3Futm_sour= ce=3Dtldrhardware%26utm_medium=3Dnewsletter%26utm_campaign=3Dadvertisetopna= v/1/0100019fc7e17fd7-d88f1c9e-b2a1-41a1-8bc2-aaf9edbd09fb-000000/Pr41TuojQs= FTVz2OkEw_1wziepug2iXo44Dh76v4ezQ=3D452" rel=3D"noopener noreferrer" target= =3D"_blank"><span>Advertise</span></a></span>|<span style=3D"margin-left: 2= px;"><a href=3D"
https://tracking.tldrnewsletter.com/CL0/https:%2F%2Fa.tldrn= ewsletter.com%2Fweb-version%3Fep=3D1%26lc=3D48ce571c-d4e0-11f0-8279-1f6dc2d= ca83a%26p=3De1feb5c2-8f2e-11f1-b896-dfa1babf917e%26pt=3Dcampaign%26t=3D1785= 764871%26s=3D740e245be19b5e999a753c179c3f878a8b80caa321c203f4ed78caf416bc7f= 5c/1/0100019fc7e17fd7-d88f1c9e-b2a1-41a1-8bc2-aaf9edbd09fb-000000/QQVXk_OQU= mYWIZJ1K5GrZMH5VW-X8f3EuaqwcUNRFVw=3D452"><span>View Online</span></a></spa=
</span></div>
</td></tr></tbody></table>
<table align=3D"center" bgcolor=3D"" border=3D"0" cellpadding=3D"0" cellspa= cing=3D"0" width=3D"100%"><tbody><tr><td class=3D"container" style=3D"text-= align: center;"><span data-darkreader-inline-color=3D"" style=3D"--darkread= er-inline-color:#3db3ff; color: rgb(51, 175, 255) !important; font-size: 30= px;">T</span><span style=3D"font-size: 30px;"><span data-darkreader-inline-= color=3D"" style=3D"color: rgb(232, 192, 96) !important; --darkreader-inlin= e-color:#e8c163; font-size:30px;">L</span><span data-darkreader-inline-colo= r=3D"" style=3D"color: rgb(101, 195, 173) !important; --darkreader-inline-c= olor:#6ec7b2; font-size:30px;">D</span></span><span data-darkreader-inline-= color=3D"" style=3D"--darkreader-inline-color:#dd6e6e; color: rgb(220, 107,=
107) !important; font-size: 30px;">R</span>
</td></tr></tbody></table>
<table align=3D"center" bgcolor=3D"" border=3D"0" cellpadding=3D"0" cellspa= cing=3D"0" width=3D"100%"><tbody></tbody></table>
<table style=3D"table-layout: fixed; width:100%;" width=3D"100%"><tbody><tr= ><td style=3D"padding:0;border-collapse:collapse;border-spacing:0;margin:0;=
<div style=3D"text-align: center;">
<h1><strong>TLDR Hardware <span id=3D"date">2026-08-03</span></strong></h1> </div>
</td></tr></tbody></table>
<table style=3D"table-layout: fixed; width:100%;" width=3D"100%"><tbody></t= body></table>
</td></tr></tbody></table>
</td></tr></tbody></table>
</td></tr>
<tr bgcolor=3D""><td class=3D"container">
<table align=3D"center" bgcolor=3D"" border=3D"0" cellpadding=3D"0" cellspa= cing=3D"0" width=3D"100%"><tbody><tr><td style=3D"padding: 0px;">
<table align=3D"center" bgcolor=3D"" border=3D"0" cellpadding=3D"0" cellspa= cing=3D"0" width=3D"100%"><tbody><tr><td class=3D"container" style=3D"paddi= ng-top: 0px; padding-bottom: 0px;">
<div class=3D"text-block">
<div style=3D"text-align: center;"><span style=3D"font-size: 36px;">=F0=9F= =93=B1</span></div></div>
</td></tr></tbody></table>
<table align=3D"center" bgcolor=3D"" border=3D"0" cellpadding=3D"0" cellspa= cing=3D"0" width=3D"100%"><tbody><tr><td class=3D"container" style=3D"paddi= ng-top: 0px; padding-bottom: 0px;">
<div class=3D"text-block">
<div style=3D"text-align: center;">
<h1><strong>Headlines and Launches =F0=9F=93=B1</strong></h1>
</div>
</div>
</td></tr></tbody></table>
<table style=3D"table-layout: fixed; width: 100%;" width=3D"100%"><tbody><t= r><td style=3D"padding:0;border-collapse:collapse;border-spacing:0;margin:0=
;" valign=3D"top">
<table align=3D"center" border=3D"0" cellpadding=3D"0" cellspacing=3D"0" wi= dth=3D"100%"><tbody><tr><td class=3D"container" style=3D"padding: 15px 15px=
<div class=3D"text-block">
<span>
<a href=3D"
https://tracking.tldrnewsletter.= com/CL0/https:%2F%2Fwww.morningbrew.com%2Fstories%2Fus-bans-foreign-made-ro= bots-china-retaliate%3Futm_source=3Dtldrhardware/1/0100019fc7e17fd7-d88f1c9= e-b2a1-41a1-8bc2-aaf9edbd09fb-000000/4hD_4LwyFgSI5tXC8x3rL0XtGGNP8q3-ZK83No= dFT-M=3D452">
<span>
<strong>US Bans Foreign-Made Robots=
, China Threatens Retaliation (3 minute read)</strong>
</span>
<span style=3D"font-family: "Helvetica Neue", Helvetica, Arial, V= erdana, sans-serif;">
The FCC issued a ban this week on new, = foreign-made humanoid robots, quadrupeds, robovacs, and sidewalk delivery r= obots, citing privacy risks from devices that map homes and public spaces p= lus supply-chain security concerns. China threatened retaliation, calling i=
t a threat to "economic and trade stability." While the ban doesn't name Ch= ina outright, the country controls roughly 85% of the global humanoid robot=
market. The rule doesn't target specific companies or actually curb data c= ollection, and many US robotics firms that rely on Chinese components are w= orried it could gut their own supply chains instead.
</span>
</span>
</div>
</td></tr></tbody></table>
<table align=3D"center" border=3D"0" cellpadding=3D"0" cellspacing=3D"0" wi= dth=3D"100%"><tbody><tr><td class=3D"container" style=3D"padding: 15px 15px=
<div class=3D"text-block">
<span>
<a href=3D"
https://tracking.tldrnewsletter.= com/CL0/https:%2F%2Fnewsletter.semianalysis.com%2Fp%2Fthe-wild-wild-west-of= -lego-datacenters%3Futm_source=3Dtldrhardware/1/0100019fc7e17fd7-d88f1c9e-b= 2a1-41a1-8bc2-aaf9edbd09fb-000000/DpI0ZjFooifK7-aDaDug-cguZzhTexsxzpCapNYRd= OI=3D452">
<span>
<strong>Hyperscalers Build AI Datac= enters Like Lego Sets to Outrun Grid and Labor Bottlenecks (7 minute read)<= /strong>
</span>
<span style=3D"font-family: "Helvetica Neue", Helvetica, Arial, V= erdana, sans-serif;">
Hyperscalers like AWS and Meta are snap= ping together factory-prefabricated modular datacenters, building mechanica=
l and electrical fit-outs off-site like standardized Lego blocks to bypass = construction labor shortages, compressing building schedules by 36% and cut= ting on-site licensed electrician labor by 85%. It's part of a broader tren=
d of routing around old bottlenecks entirely: developers are increasingly w= iring GPU clusters directly to co-located natural gas generation, small mod= ular reactors, or existing nuclear plants, cutting time-to-power from 60 mo= nths down to under 18.
</span>
</span>
</div>
</td></tr></tbody></table>
</td></tr></tbody></table>
<table align=3D"center" bgcolor=3D"" border=3D"0" cellpadding=3D"0" cellspa= cing=3D"0" width=3D"100%"><tbody><tr><td class=3D"container" style=3D"paddi= ng-top: 0px; padding-bottom: 0px;">
<div class=3D"text-block">
<div style=3D"text-align: center;"><span style=3D"font-size: 36px;">=F0=9F= =94=A8</span></div>
</div>
</td></tr></tbody></table>
<table align=3D"center" bgcolor=3D"" border=3D"0" cellpadding=3D"0" cellspa= cing=3D"0" width=3D"100%"><tbody><tr><td class=3D"container" style=3D"paddi= ng-top: 0px; padding-bottom: 0px;">
<div class=3D"text-block">
<div style=3D"text-align: center;">
<h1><strong>Engineering and Applications =F0=9F=94=A8</strong></h1>
</div>
</div>
</td></tr></tbody></table>
<table style=3D"table-layout: fixed; width: 100%;" width=3D"100%"><tbody><t= r><td style=3D"padding:0;border-collapse:collapse;border-spacing:0;margin:0=
;" valign=3D"top">
<table align=3D"center" border=3D"0" cellpadding=3D"0" cellspacing=3D"0" wi= dth=3D"100%"><tbody><tr><td class=3D"container" style=3D"padding: 15px 15px=
<div class=3D"text-block">
<span>
<a href=3D"
https://tracking.tldrnewsletter.= com/CL0/https:%2F%2Fwww.hackster.io%2Fnews%2Frunning-a-28-9m-parameter-llm-= on-an-8-microcontroller-173f1f370708%3Futm_source=3Dtldrhardware/1/0100019f= c7e17fd7-d88f1c9e-b2a1-41a1-8bc2-aaf9edbd09fb-000000/mv5OYJPttCMlaIiTfbf2eW= HsQUsEXpwRb1ppjxO_CyE=3D452">
<span>
<strong>Running a 28.9M Parameter L=
LM on an $8 Microcontroller (3 minute read)</strong>
</span>
<span style=3D"font-family: "Helvetica Neue", Helvetica, Arial, V= erdana, sans-serif;">
A developer got a 28.9M parameter langu= age model running entirely on an ESP32-S3, a microcontroller with just 512K=
B of SRAM. The trick, borrowed from Google's Gemma models, is called Per-La= yer Embeddings: instead of loading the full network into fast memory, about=
25 million parameters live in flash as a lookup table, and only the bytes = needed for the current token get read out during inference, while the small=
er layers stay in SRAM. After quantization, the whole model shrinks to 14.9= MB, fitting comfortably on the board's flash, and it generates about 9.5 to= kens per second on an $8 chip.
</span>
</span>
</div>
</td></tr></tbody></table>
<table align=3D"center" border=3D"0" cellpadding=3D"0" cellspacing=3D"0" wi= dth=3D"100%"><tbody><tr><td class=3D"container" style=3D"padding: 15px 15px=
<div class=3D"text-block">
<span>
<a href=3D"
https://tracking.tldrnewsletter.= com/CL0/https:%2F%2Fwww.unite.ai%2Fqualcomm-closes-all-stock-acquisition-of= -compiler-startup-modular%2F%3Futm_source=3Dtldrhardware/1/0100019fc7e17fd7= -d88f1c9e-b2a1-41a1-8bc2-aaf9edbd09fb-000000/aNRt7mmkSfCdyqWz4enzOaJVvAO4At= KYMfNrL7BrrIM=3D452">
<span>
<strong>Qualcomm Closes All-Stock A= cquisition of Compiler Startup Modular (3 minute read)</strong>
</span>
<span style=3D"font-family: "Helvetica Neue", Helvetica, Arial, V= erdana, sans-serif;">
Qualcomm finished buying Modular, the A=
I infrastructure company behind the Mojo programming language and the MAX i= nference framework. Modular's whole appeal is that its software lets the sa=
me model code run across CPUs, GPUs, NPUs, and custom silicon without rewri= ting kernels for each one. Qualcomm just raised its 2029 target to $40 bill= ion in non-handset revenue, with data center alone expected to contribute o= ver $15 billion, and it's betting that owning the compiler and serving laye=
r outright, not just the silicon, is what gets new Qualcomm AI chips perfor= ming well from day one.
</span>
</span>
</div>
</td></tr></tbody></table>
</td></tr></tbody></table>
<table align=3D"center" bgcolor=3D"" border=3D"0" cellpadding=3D"0" cellspa= cing=3D"0" width=3D"100%"><tbody><tr><td class=3D"container" style=3D"paddi= ng-top: 0px; padding-bottom: 0px;">
<div class=3D"text-block">
<div style=3D"text-align: center;"><span style=3D"font-size: 36px;">=F0=9F= =A7=A0</span></div>
</div>
</td></tr></tbody></table>
<table align=3D"center" bgcolor=3D"" border=3D"0" cellpadding=3D"0" cellspa= cing=3D"0" width=3D"100%"><tbody><tr><td class=3D"container" style=3D"paddi= ng-top: 0px; padding-bottom: 0px;">
<div class=3D"text-block">
<div style=3D"text-align: center;">
<h1><strong>Research and Prototypes =F0=9F=A7=A0</strong></h1>
</div>
</div>
</td></tr></tbody></table>
<table style=3D"table-layout: fixed; width: 100%;" width=3D"100%"><tbody><t= r><td style=3D"padding:0;border-collapse:collapse;border-spacing:0;margin:0=
;" valign=3D"top">
<table align=3D"center" border=3D"0" cellpadding=3D"0" cellspacing=3D"0" wi= dth=3D"100%"><tbody><tr><td class=3D"container" style=3D"padding: 15px 15px=
<div class=3D"text-block">
<span>
<a href=3D"
https://tracking.tldrnewsletter.= com/CL0/https:%2F%2Fnominal.io%2Fproducts%2Fcore%2F%3Futm_source=3Dtldrhard= ware%26utm_medium=3Dnewsletter/1/0100019fc7e17fd7-d88f1c9e-b2a1-41a1-8bc2-a= af9edbd09fb-000000/0CXGQ5-jNIwAfKN49hskLiBanASX652zKAuk56a0aUI=3D452">
<span>
<strong>Serious hardware engineerin=
g needs its own platform (Sponsor)</strong>
</span>
<span style=3D"font-family: "Helvetica Neue", Helvetica, Arial, V= erdana, sans-serif;">
General-purpose AI and data tools aren'=
t built for physical systems. The result? Frequent breakage under pressure,=
at speed, and on high-consequence projects. <a href=3D"
https://tracking.tl= drnewsletter.com/CL0/https:%2F%2Fnominal.io%2Fproducts%2Fcore%2F%3Futm_sour= ce=3Dtldrhardware%26utm_medium=3Dnewsletter/2/0100019fc7e17fd7-d88f1c9e-b2a= 1-41a1-8bc2-aaf9edbd09fb-000000/ShJPjrctyL1m5O3HxPAMWsTvSKJ5fbFgN8qLdk11lmU= =3D452" rel=3D"noopener noreferrer nofollow" target=3D"_blank"><span>Nomina= l</span></a> connects the major product components engineers now stitch tog= ether to help hardware engineers validate, operate, and improve machines. S=
ee how <a href=3D"
https://tracking.tldrnewsletter.com/CL0/https:%2F%2Fnomin= al.io%2Fblog%2Fanduril-case-study%2F%3Futm_source=3Dtldrhardware%26utm_medi= um=3Dnewsletter/1/0100019fc7e17fd7-d88f1c9e-b2a1-41a1-8bc2-aaf9edbd09fb-000= 000/Wfpfvc9LHbz7PhRRgNLjf5-JrFAHHDad6DNde8f-2xA=3D452" rel=3D"noopener nore= ferrer nofollow" target=3D"_blank"><span>Anduril engineers with Nominal</sp= an></a>
</span>
</span>
</div>
</td></tr></tbody></table>
<table align=3D"center" border=3D"0" cellpadding=3D"0" cellspacing=3D"0" wi= dth=3D"100%"><tbody><tr><td class=3D"container" style=3D"padding: 15px 15px=
<div class=3D"text-block">
<span>
<a href=3D"
https://tracking.tldrnewsletter.= com/CL0/https:%2F%2Farxiv.org%2Fabs%2F2607.29687%3Futm_source=3Dtldrhardwar= e/1/0100019fc7e17fd7-d88f1c9e-b2a1-41a1-8bc2-aaf9edbd09fb-000000/yGYZWG9f3H= z9MTq1Y3QTR9GDn3XQ1zEqpx16UdmNwpY=3D452">
<span>
<strong>Robots Struggle to Combine = Familiar Instructions in New Ways, Here's Why (4 minute read)</strong>
</span>
<span style=3D"font-family: "Helvetica Neue", Helvetica, Arial, V= erdana, sans-serif;">
Robots trained on step-by-step instruct= ions often fail on new combinations of familiar steps they weren't directly=
shown, and collecting demonstrations for every possible combination is imp= ractically expensive. This paper breaks that failure down into three distin=
ct causes - shifts in individual instructions, shifts in how instructions c= ombine, and shifts in the surrounding context - to figure out exactly what =
a training set needs to cover rather than how much of it. Full coverage of = every instruction combination isn't necessary: a carefully chosen quarter o=
f the task space can match it, as long as that subset preserves the real de= pendencies between actions rather than just varying surface details.
</span>
</span>
</div>
</td></tr></tbody></table>
<table align=3D"center" border=3D"0" cellpadding=3D"0" cellspacing=3D"0" wi= dth=3D"100%"><tbody><tr><td class=3D"container" style=3D"padding: 15px 15px=
<div class=3D"text-block">
<span>
<a href=3D"
https://tracking.tldrnewsletter.= com/CL0/https:%2F%2Fwww.tau-robotics.com%3Futm_source=3Dtldrhardware/1/0100= 019fc7e17fd7-d88f1c9e-b2a1-41a1-8bc2-aaf9edbd09fb-000000/sFmZ6QOlxiSyqhx0KU= 2PTuOJZGxINUbA5BU4RAIipgY=3D452">
<span>
<strong>Tau Robotics starts a $30/h= our humanoid home-cleaning pilot (4 minute read)</strong>
</span>
<span style=3D"font-family: "Helvetica Neue", Helvetica, Arial, V= erdana, sans-serif;">
Tau Robotics has opened an invite-only = San Francisco pilot using humanoid robots for vacuuming, surface cleaning, = trash removal, and deep cleaning around appliances. The robots combine AI w= ith live human supervision, with each unit assigned to one appointment at a=
time during the initial roll-out. The service is priced at $30 per hour an=
d is currently limited to selected households.
</span>
</span>
</div>
</td></tr></tbody></table>
</td></tr></tbody></table>
<table align=3D"center" bgcolor=3D"" border=3D"0" cellpadding=3D"0" cellspa= cing=3D"0" width=3D"100%"><tbody><tr><td class=3D"container" style=3D"paddi= ng-top: 0px; padding-bottom: 0px;">
<div class=3D"text-block">
<div style=3D"text-align: center;"><span style=3D"font-size: 36px;">=F0=9F= =8E=81</span></div></div>
</td></tr></tbody></table>
<table align=3D"center" bgcolor=3D"" border=3D"0" cellpadding=3D"0" cellspa= cing=3D"0" width=3D"100%"><tbody><tr><td class=3D"container" style=3D"paddi= ng-top: 0px; padding-bottom: 0px;">
<div class=3D"text-block">
<div style=3D"text-align: center;"><strong><h1>Miscellaneous</h1></strong><= /div>
</div>
</td></tr></tbody></table>
<table bgcolor=3D"" style=3D"table-layout: fixed; width: 100%;" width=3D"10= 0%"><tbody><tr><td style=3D"padding:0;border-collapse:collapse;border-spaci= ng:0;margin:0;" valign=3D"top">
<table align=3D"center" border=3D"0" cellpadding=3D"0" cellspacing=3D"0" wi= dth=3D"100%"><tbody><tr><td class=3D"container" style=3D"padding: 15px 15px=
<div class=3D"text-block">
<span>
<a href=3D"
https://tracking.tldrnewsletter.= com/CL0/https:%2F%2Flinks.tldrnewsletter.com%2FZssrBo/1/0100019fc7e17fd7-d8= 8f1c9e-b2a1-41a1-8bc2-aaf9edbd09fb-000000/hvFGBr2mn8T9ScOb51MHhTkz5LuK3t8Wo= AEFtFVlDhU=3D452">
<span>
<strong>Chinese Military Researcher=
s Tap US AI Models to Train Defense Systems (4 minute read)</strong>
</span>
<span style=3D"font-family: "Helvetica Neue", Helvetica, Arial, V= erdana, sans-serif;">
A review of over 80 Chinese academic pa= pers and patents found military and security-linked researchers using "mode=
l distillation" to train smaller domestic AI systems on outputs from OpenAI=
and Anthropic models, letting them extract frontier-level capability witho=
ut needing the massive GPU clusters normally required to train from scratch=
. It's a workaround that directly undercuts the logic of US chip export con= trols, since restricting access to advanced silicon matters less if capabil= ity can be distilled down onto whatever hardware is already available domes= tically.
</span>
</span>
</div>
</td></tr></tbody></table>
<table align=3D"center" border=3D"0" cellpadding=3D"0" cellspacing=3D"0" wi= dth=3D"100%"><tbody><tr><td class=3D"container" style=3D"padding: 15px 15px=
<div class=3D"text-block">
<span>
<a href=3D"
https://tracking.tldrnewsletter.= com/CL0/https:%2F%2Fwww.dwarkesh.com%2Fp%2Fwhy-compute-might-get-10x-more-e= xpensive%3Futm_source=3Dtldrhardware/1/0100019fc7e17fd7-d88f1c9e-b2a1-41a1-= 8bc2-aaf9edbd09fb-000000/luYJA_xkRyIarG_PZkjROAemTsmjk9_a5HgJ66PCtZ0=3D452"=
<span>
<strong>Why Compute Might Get 10x M= ore Expensive in Coming Years (6 minute read)</strong>
</span>
<span style=3D"font-family: "Helvetica Neue", Helvetica, Arial, V= erdana, sans-serif;">
GPU spot rental rates could surge 10x= =E2=80=9315x as frontier models gain human-level software engineering capab= ilities. Physical GPU supply only scales ~3x annually due to fab and packag= ing bottlenecks, so the immense economic value of automated labor will driv=
e inference willingness-to-pay far higher than current market spot prices.
</span>
</span>
</div>
</td></tr></tbody></table>
</td></tr></tbody></table>
<table align=3D"center" bgcolor=3D"" border=3D"0" cellpadding=3D"0" cellspa= cing=3D"0" width=3D"100%"><tbody><tr><td class=3D"container" style=3D"paddi= ng-top: 0px; padding-bottom: 0px;">
<div class=3D"text-block">
<div style=3D"text-align: center;"><span style=3D"font-size: 36px;">=E2=9A= =A1</span></div></div>
</td></tr></tbody></table>
<table align=3D"center" bgcolor=3D"" border=3D"0" cellpadding=3D"0" cellspa= cing=3D"0" width=3D"100%"><tbody><tr><td class=3D"container" style=3D"paddi= ng-top: 0px; padding-bottom: 0px;">
<div class=3D"text-block">
<div style=3D"text-align: center;">
<h1><strong>Quick Links</strong></h1>
</div>
</div>
</td></tr></tbody></table>
<table bgcolor=3D"" style=3D"table-layout: fixed; width: 100%;" width=3D"10= 0%"><tbody><tr><td style=3D"padding:0;border-collapse:collapse;border-spaci= ng:0;margin:0;" valign=3D"top">
<table align=3D"center" border=3D"0" cellpadding=3D"0" cellspacing=3D"0" wi= dth=3D"100%"><tbody><tr><td class=3D"container" style=3D"padding: 15px 15px=
<div class=3D"text-block">
<span>
<a href=3D"
https://tracking.tldrnewsletter.= com/CL0/https:%2F%2Ftechcrunch.com%2F2026%2F07%2F21%2Fgritt-exits-stealth-w= ith-34-million-for-robots-to-build-solar-plants-then-everything-else%2F%3Fu= tm_source=3Dtldrhardware/1/0100019fc7e17fd7-d88f1c9e-b2a1-41a1-8bc2-aaf9edb= d09fb-000000/QRb2h_1KwsEt_cIkW2lyJqPx24XPfRCC9vVvB75bt24=3D452">
<span>
<strong>Gritt Exits Stealth With $3=
4M to Build AI-Controlled Robots for Solar Installation (3 minute read)</st= rong>
</span>
<span style=3D"font-family: "Helvetica Neue", Helvetica, Arial, V= erdana, sans-serif;">
Gritt raised a $26 million Series A, br= inging total funding to $34 million, to build AI-controlled robots using of= f-the-shelf hardware that install solar panels roughly 4x faster than a hum=
an crew.
</span>
</span>
</div>
</td></tr></tbody></table>
<table align=3D"center" border=3D"0" cellpadding=3D"0" cellspacing=3D"0" wi= dth=3D"100%"><tbody><tr><td class=3D"container" style=3D"padding: 15px 15px=
<div class=3D"text-block">
<span>
<a href=3D"
https://tracking.tldrnewsletter.= com/CL0/https:%2F%2Flinks.tldrnewsletter.com%2FFe70Kg/1/0100019fc7e17fd7-d8= 8f1c9e-b2a1-41a1-8bc2-aaf9edbd09fb-000000/qROzsbaPmJQbdt8En7r4aUXwdsLYn2L3R= GffQI1TMko=3D452">
<span>
<strong>SpaceX Starship Heat Shield=
Can't Support Rapid Flights, Experts Warn (3 minute read)</strong>
</span>
<span style=3D"font-family: "Helvetica Neue", Helvetica, Arial, V= erdana, sans-serif;">
Former NASA thermal engineers warn that=
SpaceX's current ceramic tile thermal protection system remains the main b= locker for rapid Starship reuse.
</span>
</span>
</div>
</td></tr></tbody></table>
<table align=3D"center" border=3D"0" cellpadding=3D"0" cellspacing=3D"0" wi= dth=3D"100%"><tbody><tr><td class=3D"container" style=3D"padding: 15px 15px=
<div class=3D"text-block">
<span>
<a href=3D"
https://tracking.tldrnewsletter.= com/CL0/https:%2F%2Fspacenews.com%2Fu-s-air-force-expands-blue-origin-rocke= t-cargo-contract%2F%3Futm_source=3Dtldrhardware/1/0100019fc7e17fd7-d88f1c9e= -b2a1-41a1-8bc2-aaf9edbd09fb-000000/dAEcmQi2QR5DqkmKV6kzJsX3U7Ts2yMwtJtAOMN= A7wg=3D452">
<span>
<strong>US Air Force Expands Blue O= rigin Rocket Cargo Contract (2 minute read)</strong>
</span>
<span style=3D"font-family: "Helvetica Neue", Helvetica, Arial, V= erdana, sans-serif;">
The Air Force Research Laboratory award=
ed Blue Origin an $11.7 million contract modification to study rocket-based=
military cargo delivery, bringing the total contract value to about $13 mi= llion under the REGAL program.
</span>
</span>
</div>
</td></tr></tbody></table>
<table align=3D"center" border=3D"0" cellpadding=3D"0" cellspacing=3D"0" wi= dth=3D"100%"><tbody><tr><td class=3D"container" style=3D"padding: 15px 15px=
<div class=3D"text-block">
<span>
<a href=3D"
https://tracking.tldrnewsletter.= com/CL0/https:%2F%2Fwww.ionq.com%2Fnews%2Fionq-completes-acquisition-of-sky= water-technology%3Futm_source=3Dtldrhardware/1/0100019fc7e17fd7-d88f1c9e-b2= a1-41a1-8bc2-aaf9edbd09fb-000000/aEP-IBny-qYN6vAxfVj8Vxrn_fHxNgmVb3_tjBGCQ_= w=3D452">
<span>
<strong>IonQ Completes Acquisition =
of SkyWater Technology (2 minute read)</strong>
</span>
<span style=3D"font-family: "Helvetica Neue", Helvetica, Arial, V= erdana, sans-serif;">
IonQ closed its purchase of SkyWater Te= chnology, the largest exclusively US-based semiconductor foundry, giving it=
a domestic in-house fab to manufacture its own quantum chips rather than r= elying on outside foundries.
</span>
</span>
</div>
</td></tr></tbody></table>
<table align=3D"center" border=3D"0" cellpadding=3D"0" cellspacing=3D"0" wi= dth=3D"100%"><tbody><tr><td class=3D"container" style=3D"padding: 15px 15px=
<div class=3D"text-block">
<span>
<a href=3D"
https://tracking.tldrnewsletter.= com/CL0/https:%2F%2Flinks.tldrnewsletter.com%2Fct4HfT/1/0100019fc7e17fd7-d8= 8f1c9e-b2a1-41a1-8bc2-aaf9edbd09fb-000000/EZCTTwC2_D9BdAFQEl_5rKB414p0HdPQe= 0VMaAufpqA=3D452">
<span>
<strong>AI data centers create supp= ly-chain shock (3 minute read)</strong>
</span>
<span style=3D"font-family: "Helvetica Neue", Helvetica, Arial, V= erdana, sans-serif;">
Apple shares fell nearly 10% after its = forecast revealed difficulty securing components as data centers absorb glo= bal chip and memory capacity.
</span>
</span>
</div>
</td></tr></tbody></table>
<table align=3D"center" border=3D"0" cellpadding=3D"0" cellspacing=3D"0" wi= dth=3D"100%"><tbody><tr><td class=3D"container" style=3D"padding: 15px 15px=
<div class=3D"text-block">
<span>
<a href=3D"
https://tracking.tldrnewsletter.= com/CL0/https:%2F%2Flinks.tldrnewsletter.com%2Fi6pM51/1/0100019fc7e17fd7-d8= 8f1c9e-b2a1-41a1-8bc2-aaf9edbd09fb-000000/oO57wueOEpB-a4iFpo7ZxuMutoobp-qt7= 3cJMAeWJJI=3D452">
<span>
<strong>Meta Reports $27.9 Billion =
in Future Data Center Leases for AI (3 minute read)</strong>
</span>
<span style=3D"font-family: "Helvetica Neue", Helvetica, Arial, V= erdana, sans-serif;">
Meta disclosed $27.9 billion in long-te=
rm data center lease commitments in its Q2 financial filings.
</span>
</span>
</div>
</td></tr></tbody></table>
</td></tr></tbody></table>
<table align=3D"center" bgcolor=3D"" border=3D"0" cellpadding=3D"0" cellspa= cing=3D"0" width=3D"100%"><tbody><tr><td align=3D"left" style=3D"word-break=
: break-word; vertical-align: top; padding: 5px 10px;">
<p style=3D"padding: 0; margin: 0; font-size: 22px; color: #000000; line-he= ight: 1.6; font-weight: bold;">
Want to advertise in TLDR? =F0=9F=93=B0
<div class=3D"text-block" style=3D"margin-top: 10px;">
If your company is interested in reaching an audience of hardware professio= nals and decision makers, you may want to <a href=3D"
https://tracking.tldrn= ewsletter.com/CL0/https:%2F%2Fadvertise.tldr.tech%2F%3Futm_source=3Dtldrhar= dware%26utm_medium=3Dnewsletter%26utm_campaign=3Dadvertisecta/1/0100019fc7e= 17fd7-d88f1c9e-b2a1-41a1-8bc2-aaf9edbd09fb-000000/XzsNQ7AKl4uND-bgU5TRAscnZ= GJ5FY8o5iNkF_f-u5g=3D452"><strong><span>advertise with us</span></strong></= a>.
</div>
<!-- New "Want to work at TLDR?" section -->
<p style=3D"padding: 0; margin: 0; font-size: 22px; color: #000000; line-he= ight: 1.6; font-weight: bold;">
Want to work at TLDR? =F0=9F=92=BC
<div class=3D"text-block" style=3D"margin-top: 10px;">
<a href=3D"
https://tracking.tldrnewsletter.com/CL0/https:%2F%2Fjobs.ashbyhq= .com%2Ftldr.tech/1/0100019fc7e17fd7-d88f1c9e-b2a1-41a1-8bc2-aaf9edbd09fb-00= 0000/WXz87kpmOSkMkFbq5sNiaYtp27fVq70bmlxw2dDnc1E=3D452" rel=3D"noopener nor= eferrer" style=3D"color: #0000EE; text-decoration: underline;" target=3D"_b= lank"><strong>Apply here</strong></a>,
<a href=3D"
https://tracking.tldrnewsletter.com/CL0/https:%2F%2Fjobs.ashbyhq= .com%2Ftldr.tech%2Fc227b917-a6a4-40ce-8950-d3e165357871/1/0100019fc7e17fd7-= d88f1c9e-b2a1-41a1-8bc2-aaf9edbd09fb-000000/ea2I7PSWTnTe5Xn4IzMExyseY-QCbsi= MJex8k1zTy3s=3D452" rel=3D"noopener noreferrer" style=3D"color: #0000EE; te= xt-decoration: underline;" target=3D"_blank"><strong>create your own role</= strong></a> or send a friend's resume to <a href=3D"mailto:
jobs@tldr.tech" = style=3D"color: #0000EE; text-decoration: underline;">
jobs@tldr.tech</a> an=
d get $1k if we hire them! TLDR is one of <a href=3D"
https://tracking.tldrn= ewsletter.com/CL0/https:%2F%2Fwww.linkedin.com%2Ffeed%2Fupdate%2Furn:li:act= ivity:7401699691039830016%2F/1/0100019fc7e17fd7-d88f1c9e-b2a1-41a1-8bc2-aaf= 9edbd09fb-000000/HcZSSJQ6lwNtVItrQsUmgTHEVspmNudABXqorY0K57w=3D452" rel=3D"= noopener noreferrer" style=3D"color: #0000EE; text-decoration: underline;" = target=3D"_blank"><strong>Inc.'s Best Bootstrapped businesses</strong></a> =
of 2025.
</div>
<div class=3D"text-block">
If you have any comments or feedback, just respond to this email!
<br> Thanks for reading,
<a href=3D"
https://tracking.tldrnewsletter.com/CL0/https:%2F%2Fwww.linkedin= .com%2Fin%2Fkshitij-sudan%2F/1/0100019fc7e17fd7-d88f1c9e-b2a1-41a1-8bc2-aaf= 9edbd09fb-000000/wKRQVUz8y-XEfoZF6tOIk4ZaTPFUcBfG3qHi1QUcd40=3D452"><span>K= shitij Sudan</span></a> & <a href=3D"
https://tracking.tldrnewsletter.co= m/CL0/https:%2F%2Fwww.linkedin.com%2Fin%2Fadinikumbh/1/0100019fc7e17fd7-d88= f1c9e-b2a1-41a1-8bc2-aaf9edbd09fb-000000/IelTMBWPZZQA5G2UpKut5qwykzekunrb3w= L0MC1Czbw=3D452"><span>Adi Nikumbh</span></a>
</div>
</td></tr></tbody></table>
<table align=3D"center" bgcolor=3D"" border=3D"0" cellpadding=3D"0" cellspa= cing=3D"0" width=3D"100%"><tbody><tr><td class=3D"container" style=3D"paddi= ng: 15px 15px;">
<div class=3D"text-block" id=3D"testing-id">
<a href=3D"
https://tracking.tldrnewsletter.com/CL0/https:%2F%2Ftldr.tech%2F= hardware%2Fmanage%3Femail=3Dtldrnewsletter%2540synchro.net/1/0100019fc7e17f= d7-d88f1c9e-b2a1-41a1-8bc2-aaf9edbd09fb-000000/yO1L8NFOMCIvi3jAZ-aR1kCDpKVL= 4yWd-pn1YdxdTqA=3D452">Manage your subscriptions</a> to our other newslette=
rs on tech, startups, and programming. Or if TLDR Hardware isn't for you, p= lease <a href=3D"
https://tracking.tldrnewsletter.com/CL0/https:%2F%2Fa.tldr= newsletter.com%2Funsubscribe%3Fep=3D1%26l=3D516aef72-d5bc-11ee-9229-6b70acf= 0ae94%26lc=3D48ce571c-d4e0-11f0-8279-1f6dc2dca83a%26p=3De1feb5c2-8f2e-11f1-= b896-dfa1babf917e%26pt=3Dcampaign%26pv=3D4%26spa=3D1785762154%26t=3D1785764= 871%26s=3D0c5379ff3fa97d22b522efe0dfbe27600cbf2b40ae2771faec3aa38eb49b0564/= 1/0100019fc7e17fd7-d88f1c9e-b2a1-41a1-8bc2-aaf9edbd09fb-000000/_Flf9dIBI2GR= yJ4gwOWUPv9dOEIB0IW14LIx80dejHk=3D452">unsubscribe</a>.
</div>
</td></tr></tbody></table>
</td></tr></tbody></table>
</td></tr></tbody></table>
</td></tr></tbody></table>
</td></tr></tbody></table>
<img alt=3D"" src=3D"
http://tracking.tldrnewsletter.com/CI0/0100019fc7e17fd= 7-d88f1c9e-b2a1-41a1-8bc2-aaf9edbd09fb-000000/pDtxq-UcfmAXRMoparEmUvBw7aZJP= DZW2Kx3YRuYNhA=3D452" style=3D"display: none; width: 1px; height: 1px;"> </body></html>
--q4mcnm3j--
---
ï¿ Synchronet ï¿ Vertrauen ï¿ Home of Synchronet ï¿ [vert/cvs/bbs].synchro.net