Category: Uncategorized

  • Title: How Geometry Becomes Behavior – frank said/gpt said

    Frank said: I want to go deeper into this because it feels like one of those hidden mechanisms at the heart of AI. We talk about embeddings as these multidimensional vectors, and we talk about weights as the substance of the neural network, but the relation between the two still feels slippery. How does something…

  • AI – The basic pipeline.

    Information → chunks → vectors → dot product → match relevance Here is what each step means: InformationRaw material: text, images, audio, tables, code, anything. ChunksThe information is broken into manageable pieces.For text, that might be paragraphs, sections, or sliding windows of sentences. VectorsEach chunk is converted into a numerical representation called an embedding.That vector…

  • Inference Hardware Has Become the Real AI Battlefield

    Frank said: So this paper is basically saying the big AI bottleneck is no longer just training. The real crisis now is inference — actually running large language models in the real world, at scale, fast enough and cheaply enough to be useful. GPT said: Exactly. The authors are arguing that LLM inference has become…

  • LFYadda: site-wide report

    Executive overview LFYadda is not a conventional blog with unrelated entries. It reads as a long-form intellectual project organized around one central intuition: life, mind, and intelligence are best understood as systems that locally resist or redirect entropy by exploiting structure, gradients, and information. The homepage says this almost explicitly, describing DNA as an instruction…

  • The Executive in Your Pocket

    Frank said:I think we finally said it cleanly. The phone model is the executive, not the warehouse. GPT said:Yes. That sentence cuts through a lot of fog. Because for years the implicit dream of AI has been warehouse-thinking. Build a model so large, train it on so much text, compress so much of civilization into…

  • Frank-said / GPT-said: The Inference Crisis Is the Real AI Story

    Frank said:This paper Challenges and Research Directions for Large Language Model Inference Hardware” by Xiaoyu Ma and David Patterson on arXiv as arXiv:2601.05047 feels like a confirmation of what we’ve been circling around for weeks. Everybody has been hypnotized by training clusters, giant GPU farms, trillion-dollar capex, and the mythology of bigger model training runs.…