I asked Kimi K3 to design a robot for deep sea research
Here's what it came up with
A jellyfish inspired robot with tentacles built from a hexagonal nanostructured lattice, designed to withstand extreme pressure.
Ever wonder what’s happening inside an AI’s brain?
This is a neural network in action,turning raw data into "thoughts" through thousands of layered transformations.
CPU3命令でうるう年を判定する最適化。
bool is_leap_year_fast(uint32_t y) {
return ((y * 1073750999) & 3221352463) <= 126976;
}
A leap year check in three instructions
https://t.co/NVh3GNUMiJ
GCCの実装でも取り入れられた。
https://t.co/9ywj0GlPvO