DEV Community

AI Pulse
AI Pulse

Posted on

Wall Street Just Wiped $797B Off Big Tech — and AI Spending Is the Scapegoat

Thursday was brutal for the Magnificent 7. We're talking a single-day 97 billion market cap wipeout — the kind of number that makes you blink twice. The index dropped 4.8%, the S&P 500 slid 1.2%, and the Nasdaq 100 sank 1.9%. The culprit? Earnings from Alphabet and Tesla that left investors staring at the capex numbers and wondering: where's the return?

Alphabet just raised its 2026 capital spending forecast to as high as 05 billion. Tesla's Elon Musk told investors this year would be "a massive capex year" for AI, right after reporting profits that missed expectations by a wide margin. One fund manager I read put it bluntly: "No one knows what the ROI is." Hard to argue with that.

I've been thinking about this a lot. The AI infrastructure buildout is real — data centers, GPUs, power contracts, the whole industrial complex. But the revenue side is still mostly "we'll figure it out." That's a dangerous gap when markets get nervous.

The Korean Fix for AI's Memory Problem

Meanwhile, the research side keeps quietly advancing. A team from ETRI, POSTECH, and Sungkyunkwan University in South Korea presented MemEIC at NeurIPS 2025 — a technique that tackles catastrophic forgetting in multimodal LLMs.

Here's the short version: most LLM updates tweak internal parameters, and old knowledge gets overwritten in the process. That's why your chatbot might suddenly forget something it knew last week. MemEIC sidesteps the whole problem by storing new knowledge in external memory instead of rewriting what's already there. It keeps image and text data separate — visual adapter for images, language adapter for text — with a knowledge connector that links them when needed.

The team says the design was inspired by how the human brain works, where different regions handle different types of information. Neat analogy, but I'd like to see how it holds up under real deployment load. Research papers and production are two very different beasts.

Why I Stopped Throwing Everything at Claude

A developer at XDA recently broke down his AI spending and found he'd burned through over 00 on Anthropic credits since January. His habit? Reaching for the most powerful model — Opus 4.8, Sonnet 5, Fable 5 — for every single task. That $5 top-up Anthropic makes so easy? He kept clicking it.

The fix wasn't switching models. It was adding a local LLM to the workflow. Run the simple stuff — summarization, drafting, quick edits — on a local model. Save the cloud flagship for the hard problems. He claims it cut his costs by half. From my perspective, this is the kind of practical, boring optimization that actually matters more than any benchmark score.

I run a similar setup myself. Ollama for the daily grunt work, Claude API for the heavy lifting. The latency difference is real, but so is the credit card bill difference. If you're spending more than $50/month on API calls, you should probably look into this.

Korea's Navy Just Put a Robot at the Wheel

This one's wild. The Republic of Korea Navy ran its first combat experiment with PIBOT, a humanoid robot developed by KAIST with $4.1 million in defense funding. The robot sat in a bridge simulator and responded to navigation commands — "Port five degrees, hold course 330" — using an LLM to process verbal orders, repeat them back (standard navy protocol to avoid miscommunication), and physically manipulate the controls.

The demo handled narrow waterways, rough night seas, and severe weather scenarios. It's phase one of a four-stage rollout that moves from land simulators to moored vessels, then daytime sea trials, then nighttime operations.

The driving force here isn't really AI capability — it's demographics. South Korea's population is shrinking fast, and the military recruitment pool is drying up. PIBOT is a direct response to that. Honestly, I find this more impressive than most of the flashy humanoid demos we've seen. There's a real operational need behind it, and the requirements are concrete: take verbal commands, don't crash the ship, don't get seasick.

The Other Side of the Coin

Not everything this week was forward momentum. Rapid7 uncovered an exposed server containing a full AI-assisted phishing toolkit — 1,048 files including lure templates, dropper builds, and live campaign data targeting Windows users in Mexico through a fake government site over WebDAV. The operator used an LLM to generate phishing content and test exploits at speed.

And a new study flagged five specific patterns where AI chatbots can worsen mental health. The concern isn't that chatbots are malicious — it's that people are using them as therapists, and the models aren't built for that. They're available 24/7, nonjudgmental, and easy to talk to. That's exactly why they're dangerous for mental health support. A chatbot can't tell when you need a real human, and it won't refer you to one.


I don't have clean conclusions this week. The market is spooked about AI spending, researchers are solving real problems quietly, and the security risks keep evolving alongside the capabilities. That's just where we are.

If you're building with AI right now, the smartest thing you might do is ignore the hype and focus on what actually saves you money or solves a real problem. Local LLMs, practical deployments, honest ROI calculations. The rest is noise.

Oh, and if you want a better way to think through these tradeoffs, check out Decision Calculator.

Top comments (0)