Interacting with the physical world.

San Francisco, California
Join us!
We're hiring folks in applied AI! You'll be working on many things, including designing, building, and iterating on agent behavior across multi-step, long-horizon workflows. Full JD and application details below 😃 JOIN TEAM @CosmicLabsTech !
3
6
2,243
Cosmic Labs retweeted
seriously, working with AI is MISERABLE for one and only one reason: having to re-explain the same thing "oh yeah this new session obviously doesn't know what proper case trees are, so let me explain it for the 5000th time in my life" I'm tired AGENTS.md doesn't solve this because it is impossible to fit the entire domain knowledge without nuking the context - it would be 1m+ tokens worth RAGs don't solve this, the agent won't search unknown unknowns SKILLs don't solve this unless I keep like a collection of 1750 skills with specific cuts of domain knowledge for each possible subset of my domain that I might need in a given chat, but that's a lot of manual work recursive LLMs or whatever don't solve this for the same reason, you can't dump a domain book and expect the AGENT will magically guess that it is supposed to search for a specific bit knowledge. unknown unknowns fine tuning doesn't solve this (OSS models suck and OpenAI / Anthropic gave up on user fine tuning) I honestly think a good product around fine tuning on your domain would be a major hit and an underdog lab should take this opportunity
647
170
3,459
256,137
Cosmic Labs retweeted
The most underrated thing in AI agents right now is: OpenClaw/Hermes Agent is just more free than other locked down AI agents (the standard out-of-box Claude/ChatGPT route) "Free the Claw" is not a vibe I understood until I tried it. Now that I have it, I don't want to go back.
121
67
1,175
114,980
Cosmic Labs retweeted
AMD Senior AI Director confirms Claude has been nerfed. She analyzed Claude's session logs from Janurary to March: > median thinking dropped from ~2,200 to ~600 chars > API requests went up 80x from Feb to Mar. less thinking and failed attempts meaning more retries, burning more tokens, and spending more on tokens > reads-per-edit dropped from 6.6x → 2.0x. model stops researching code before touching it. > model tried to bail out or ask "should i continue" 173 times in 17 days (0 times before March 8). > self-contradiction in reasoning ("oh wait, actually...") tripled. > conventions like CLAUDE.md get ignored because there's less thinking budget to cross-check edits > 5pm and 7pm PST are the worst hours, late night is significantly better. this means the thinking allocation is most likely GPU-load-sensitive.
316
1,005
9,338
3,872,280
Cosmic Labs retweeted
A single GPU failure in a 1,024-GPU cluster costs over $300,000 per month in lost compute. Most teams are still checkpointing every few hours. When one node fails during distributed training, the entire job stops. The other 1,023 GPUs go idle while the system detects the failure, replaces the node, restarts the job, and loads the last checkpoint. Everything computed since that checkpoint is gone. The math is concrete. At $3/GPU/hour with a 1,024-GPU cluster, a 7.9-hour mean time to failure, 1.5-hour checkpoint frequency, and 15 minutes of recovery overhead, the wasted compute adds up to $307,000. That number comes from real production data, not a theoretical model. MTTF decreases as cluster size increases. A failure that happens once a week on a 128-GPU cluster can happen multiple times per day at 1,024 GPUs. The checkpoint frequency that worked at smaller scale becomes ruinously expensive at larger scale. This is the single biggest reason GPU infrastructure ROI falls short of what finance teams modeled. The hardware works. The GPUs are fast. But every failure rolls back hours of progress and burns money on idle compute that produces nothing. Checkpoint strategy is not an engineering detail. It is a financial decision. How often does your training pipeline checkpoint, and have you calculated what a single rollback actually costs?
45
43
635
177,499
Cosmic Labs retweeted
Replying to @Pirat_Nation
Sounds great on paper, but real-time decode cost matters. If reconstruction eats too much GPU time, gains shrink. Still, big win for VRAM and install sizes if overhead stays low.
2
1
13
1,118
Cosmic Labs retweeted
Replying to @LundukeJournal
Those numbers are just minimums on paper. Real-world Windows 11 usage often needs way more to feel smooth, while Ubuntu can still run fine on lighter setups depending on what you install.
1
7
576
Cosmic Labs retweeted
Replying to @pmddomingos
Maybe, but something will still look like a GPU under the hood. Dense math doesn’t go away, it just gets packaged differently.
1
5
293
Cosmic Labs retweeted
There is a 1,500x bandwidth gap hiding in the inference memory hierarchy. And it is about to become everyone's problem. NVIDIA's Vera Rubin platform now treats the NVMe SSD as part of the inference memory hierarchy. Their CMX architecture (launched at GTC last month with BlueField-4 STX) offloads KV cache from GPU memory to flash so that evicted context survives instead of being recomputed. The performance gain is up to 5x higher tokens per second. Dell, HPE, VAST Data, WEKA, and a dozen other vendors are building products around it. CoreWeave, Lambda, and Oracle are early adopters. That means the SSD is no longer background storage. Its read latency directly affects time to first token. On a deployment serving tens of thousands of requests per hour, even a small increase in drive latency compounds across every single one. The technical detail worth understanding: KV cache stores the attention state for every token in context. As context windows grow into the hundreds of thousands of tokens, the cache overflows GPU HBM (22 TB/s on Rubin) into host DRAM (~300 GB/s) and then onto NVMe (7-14 GB/s on PCIe Gen5). That is a 1,500x bandwidth drop from HBM to SSD. The system works when the drive is healthy. When it is not, every cache read slows down, and the latency shows up in token generation without any GPU-side signal that something is wrong. KV cache recycling is also a write-heavy workload. Every eviction and reload burns SSD write cycles, and the drive's internal garbage collection multiplies those writes further depending on drive quality and whether you are running enterprise TLC or cheaper QLC flash. As the NAND wears, read latency creeps up gradually. The degradation looks like a model problem or a network issue long before anyone checks the drive. Most inference monitoring tracks GPU utilization, temperature, and token throughput. SSD wear, write amplification, and drive-level latency are almost never in the stack. Is drive health part of your inference observability, or is the SSD still invisible?
5
9
97
8,591
Cosmic Labs retweeted
Replying to @VadimYuryev
If they actually get CPU and GPU tightly integrated with low latency, that’s huge. The missing piece is still memory. Without fast shared memory, it won’t feel like a true Apple Silicon competitor.
1
1
7
379
Cosmic Labs retweeted
Replying to @Techjunkie_Aman
If it really uses the same servers, the client was the bottleneck all along. Extra control over bitrate and latency stats alone makes a big difference for real-world streaming quality.
1
1
6
2,208
Cosmic Labs retweeted
Replying to @Pirat_Nation
Makes sense. Carrying legacy support forever slows everything down. At some point, removing it actually helps keep the kernel cleaner and easier to maintain.
1
2
33
2,638
Cosmic Labs retweeted
Four astronauts launched to the Moon yesterday on a spacecraft whose computers are slower than your phone. Orion's flight computers are radiation-hardened Honeywell units derived from Boeing 787 avionics. NASA chose them for survivability, not for speed. This means that if a radiation hit in the Van Allen belts, the systems reset, rather than fail. Twenty seconds later, the computer comes back online, pulls current state from the others, and keeps flying. The onboard network runs time-triggered gigabit Ethernet (TTEthernet), moving data 1,000x faster than anything on the Shuttle or ISS. Four independent computers each run as if they're the one flying the vehicle. A priority table decides which one's commands actually get executed. If that computer drops, the next one takes over instantly. A fifth sits powered on in reserve, ready with zero boot time. The entire architecture was designed around one assumption: hardware will misbehave, and the system needs to keep going anyway. Detect the fault, recover autonomously, keep flying. No human in the loop for the recovery. That's the part of Artemis II that doesn't make the broadcast. Not the 8.8 million pounds of thrust, but the quiet, constant work of systems monitoring themselves and recovering before anyone notices. It's an incredible feat of engineering. But the fact that this level of autonomous recovery isn't standard for ground infrastructure in 2026 says more about where we are than where we should be. We send spacecraft 250,000 miles from Earth with autonomous fault recovery built into every layer. Meanwhile, most data centers still page a human at 3 AM when a node goes down.
4
5
19
1,647
Cosmic Labs retweeted
Docker gives every container 64MB of shared memory. GPU training needs hundreds of times more. Most teams discover this when training hangs or crashes with a vague CUDA error and nothing in the logs points to the actual cause. The GPUs look fine, the network looks fine, the training code ran yesterday... The problem is that Docker's default shared memory (/dev/shm) runs out the moment GPUs try to exchange data inside the container, and the error message does not mention memory at all. I have talked to teams that spent an entire day on this. They debugged the driver, the network stack, NCCL configuration, and the training script before someone thought to check the container's shared memory allocation. The fix is two flags at container launch: --shm-size=8g and --cap-add SYS_NICE. In Kubernetes, you mount a memory-backed volume to /dev/shm. That is the entire solution. Two flags and the problem disappears. Newer NCCL versions (2.24+) added an alternative memory path using cuMem host allocations, but that path requires NUMA support, which Docker also disables by default. So even the workaround fails without the right container configuration. At H100 cluster rates, an engineer spending eight hours chasing a Docker configuration issue burns more in idle GPU compute than their own monthly salary. This is one of the most common and most preventable failures I see in GPU infrastructure. How many hours did your team lose before someone figured out it was a container flag?
2
2
8
667
Cosmic Labs retweeted
Replying to @Pirat_Nation
Feels like this is more about control than the tech itself. If studios feel forced into certain features instead of choosing what fits their game, backlash was bound to happen.
1
10
1,314
Cosmic Labs retweeted
Replying to @Pirat_Nation
Rewriting headlines sounds risky. Small wording changes can shift meaning a lot, and if users feel misled, trust drops fast. Accuracy matters more than optimizing clicks here.
1
5
292
Cosmic Labs retweeted
Replying to @TFTC21
3 bit KV cache is impressive, but zero loss usually depends on workload. Long context and edge cases tend to expose differences. Still, reducing memory pressure like this directly improves throughput and cost.
1
2
6
958
Cosmic Labs retweeted
Nvidia can keep every customer and still watch margins fall. All it takes is for those customers to have somewhere else they could go. That's the signal from GTC this week. Record demand, $1T in projected orders, and an open-source agent platform that runs on competitors' chips. I dug into why the margin story is the one worth watching, including the Groq acquisition, inference cost dynamics, and a Ramp dataset showing Anthropic capturing 73% of first-time enterprise AI spend while running multi-chip inference at scale.
1
2
7
542
Cosmic Labs retweeted
Replying to @GrindeOptions
It’s a strong stack, but executing across that many domains is hard. Each area has different challenges, and progress usually isn’t linear even with a big lead.
1
1
6
389
Cosmic Labs retweeted
Replying to @andrewdfeldman
Good breakdown. GPUs aren’t slow at compute, they’re starved for data. The real bottleneck is moving weights every token, so memory architecture matters more than raw FLOPS here.
2
1
9
493