24 dedicated people.
$30M spent on development.
Extreme specialization, speed, and power efficiency.
Today we launch Taalas’ first product. Check it out:
Details: https://t.co/88CA0XAL71
Demo chatbot: https://t.co/ec4ladcKnw
API: https://t.co/M3EkaxEqPj
“If nobody doubts your direction, you are already too late”
This means, when nobody doubts your direction everybody already knows that the direction you’re going is the right direction
Crazy quote
> Be Wang Xingxing (@UnitreeRobotics founder)
> Spawn in Zhejiang, China, 1990
> Struggle at English so much your teacher pulls your mom aside at parents evening
> "This child is a bit stupid"
> Ace every subject except English
> Apply for postgrad at your dream university but fail the English minimum
> Settle instead for Shanghai University
> Build a robot dog called XDog for your thesis with $30 and scrap parts
> Film it and upload to YouTube. Zero views
> IEEE Spectrum picks it up
> Go viral in the language you failed
> Land a coveted engineering job in China at DJI
> Quit after 2 months to chase your dream: to build robots for everyone, not just governments and labs
> Start Unitree Robotics out of a garage in Hangzhou, as CEO and CTO
> Release your first product, Laikago, named after the first dog in space
> Get put in a room with China's top founders to pitch
> Your idol Lei Jun (Xiaomi) is there
> Too nervous to add anyone on WeChat
> Nobody invests
> 3 years regularly unable to make payroll
> Post on Zhihu: "开局一条狗,装备全靠打" ("Started with just a dog. Earned everything else by grinding.")
> Becomes one of the most quoted startup mantras in China
> Release Go1 for $2,700
> Boston Dynamics charges $75,000 for theirs
> Capture 60% of the global market
> The "Father of Android" Andy Rubin is so impressed he reportedly buys a dozen as pets
> Your robots perform at the Winter Olympics then the Super Bowl
> Your guiding principle: 20% better every year, compounded
> Build H1, the first humanoid robot to outrun the average human
> Then teach it to do backflips
> "If nobody doubts your direction, you're already too late"
> Xi Jinping seats you front row at his private business summit
> Flanked by Jack Ma (Alibaba), Ren Zhengfei (Huawei) and Pony Ma (Tencent)
> You are 35. They are in their 60s.
> Return to the 2026 Spring Festival Gala, the world's most watched annual broadcast
> Your G1 and H2 robots perform kung fu, wield nunchucks and execute aerial flips flawlessly
> World's first autonomous humanoid martial arts performance
> Lei Jun, the idol who passed on you in 2017, calls years later asking to invest
> In under 10 years you built the most successful consumer robotics company in history
> Good thing you didn't listen to your English teacher
Most beautiful code I have seen shared in public recently.
Built by Andrej Karpathy - single file of 200 lines of pure Python with no dependencies that trains and inferences a GPT. This is how it should be taught to everyone trying to get into learning LLMs.
This might be the cleanest, most elegant public code drop in AI this year.
Karpathy's new "art project": microgpt (https://t.co/itMLfmOu5l)
→ Single Python file (~200 lines)
→ No PyTorch, no NumPy, no external libraries at all
→ Full working GPT: data loading → character tokenizer → tiny autograd engine → GPT-2-style transformer → Adam optimizer → training loop → inference/sampling
It's the bare-metal essence of what makes large language models tick - everything else (CUDA kernels, distributed training, mixed precision, flash attention, massive datasets…) is optimization & engineering around this core.
Perfect starting point for anyone trying to truly understand LLMs instead of just calling APIs.
Highly recommend reading + running it. Changes how you see "AI is just matrix multiplies + softmax" from abstract → concrete.
MIT student Arnav Kapur built an AI headset that reads your brain and pulls out your thoughts...🤯
It is called AlterEgo...
No speaking it just turns your thoughts into words....
👀...
🧠 MIT recently completed the first brain-scan study on ChatGPT users—and the results are deeply revealing.
Rather than boosting brain function, prolonged AI use may be dulling it.
Over four months of cognitive data suggest we might be measuring productivity all wrong ⤵️
In MIT’s study, participants had their brains scanned while using ChatGPT.
→ 83.3% of users couldn’t recall a single sentence they’d written just minutes earlier.
→ In contrast, those writing without AI had no trouble remembering.
Brain connectivity dropped sharply—from 79 to 42 points.
→ That’s a 47% drop in neural engagement.
→ The lowest cognitive performance among all user groups.
Even after stopping ChatGPT use in later sessions, these users showed continued under-engagement.
→ Their performance remained lower than those who never used AI.
→ This suggests more than dependency—it’s cognitive weakening.
Beyond the scans, educators flagged the writing itself.
→ Essays were technically solid, but often called “robotic,” “soulless,” and “lacking depth.”
Here’s the paradox:
→ ChatGPT makes you 60% faster at completing tasks…
→ But it reduces the mental effort required for learning by 32%.
The top-performing group?
→ Those who began without AI and added it later.
→ They retained the best memory, brain activity, and overall scores.
Using ChatGPT can feel empowering—but it may quietly offload your thinking.
→ You gain speed, but lose engagement.
→ You get answers, but stop learning how to think.
The takeaway isn’t to avoid AI—but to use it intentionally.
→ Use it to assist, not replace your mind.
→ Build cognitive strength—not dependency.
MIT’s early study on AI and the brain lays out the stakes. The way we use these tools matters more than ever.
Japan 🇯🇵 understands technical development and they have been doing it right over the past 25 years.
I want to say the USA 🇺🇸 will but the reality is that 🇯🇵 will likely be the first non CONMEBOL/UEFA nation to win the World Cup over the next 20-24 years
Accidentally left my wallet in convenience store and almost 12 hours later the cashier still keep it there without touching anything inside it, thank you Japan.
Japan football game is definitely in a whole different level, the intensity is so high, as a midfielder they never allow me to turn where I could do it easily back in my hometown 😔
This is mostly one-shotted using Cursor. A simple multiplayer game using Three JS and Socket IO.
The idea is to build an oversimplified Monster Hunter type of game but for browser, where you could login, beat the boss with friends/random folks, and go to sleep.