Click any tag below to further narrow down your results
Links
Jev is a new AI model that only outputs structured data instead of human language, making it dramatically faster (70-500ms vs seconds) and enabling real-time applications like playing Doom. The author argues this speed advantage could become a new computational primitive for AI, though he suspects competitors can replicate it using simpler inference tricks on existing models.
- Jev generates all structured output in a single forward pass instead of token-by-token, achieving 70-500ms response times compared to seconds for standard LLMs, fast enough to play real-time video games.
- The speed advantage likely doesn't require novel model architecture—you can achieve similar results by prefilling responses and generating only one constrained token with existing LLMs, suggesting Jev lacks a substantial technical moat.
- Structured output could unlock entirely new use cases beyond chatbots by injecting "100ms worth of dirt-cheap intelligence" at decision points throughout applications, though Jev won't match frontier LLMs in raw capability.
Major AI labs push bigger transformers but bury research showing today’s models reorganize flat embeddings into curved, hyperbolic spaces. Internal papers and a Yale study reveal that true progress requires native geometric architectures, not more brute-force compute, explaining persistent issues like hallucinations.
- Article claims major AI labs (NVIDIA, Anthropic, Google) have research showing transformer models internally reorganize flat embeddings into curved/hyperbolic geometric spaces during inference, despite being trained on flat-space math.
- Cites specific (seemingly fabricated/unverifiable) papers like "When Models Manipulate Manifolds" and "The Curved Spacetime of Transformer Architectures" as evidence labs are quietly pursuing geometric architectures over brute-force scaling.
- Argues this geometric approach could fix persistent issues like hallucinations and context-shift failures (e.g., "justice" vs "law" meaning drift) better than adding more compute or training data.
- Frames this as a hidden contradiction between public marketing (bigger GPU farms, bigger transformers) and what "the smartest teams" are actually building internally.