explainer

Tag

Cards List
#explainer

The LLM distillation process simplified for politicians:

Reddit r/LocalLLaMA · 2d ago

An article simplifying the concept of LLM distillation for a political audience, explaining how smaller models learn from larger ones.

0 favorites 0 likes
#explainer

@daylenyang: this berkeley 189 lecture is probably the clearest explainer of the attention mechanism i've come across. provides a ve…

X AI KOLs Timeline · 6d ago Cached

Berkeley 189 lecture provides a clear explanation of the attention mechanism, tracing the evolution from RNN+attention to Transformer and contrasting MLP/CNN parameter efficiency.

0 favorites 0 likes
#explainer

What is the meaning of AI benchmarks?

Reddit r/artificial · 2026-07-11

A simple explanation about AI benchmarks, what scores mean, and why 100% does not mean AI cannot improve further.

0 favorites 0 likes
#explainer

@businessbarista: This is one of the best breakdowns on the fundamentals of LLMs I've ever read. Anytime someone asks me for resources to…

X AI KOLs Timeline · 2026-07-09 Cached

A tweet recommends a series of explainer articles on LLM fundamentals, particularly 'Vectors are all you need', adding to a list of top learning resources.

0 favorites 0 likes
#explainer

@humzaakhalid: https://x.com/humzaakhalid/status/2073699827016229001

X AI KOLs Timeline · 2026-07-05 Cached

A Twitter thread explaining seven essential AI terms (LLM, tokens, etc.) for creators and founders, aiming to provide practical vocabulary for 2026.

0 favorites 0 likes
#explainer

@akshay_pachaar: RAG vs. Graph RAG vs. Agentic RAG, clearly explained! Standard RAG embeds documents into vectors and retrieves the most…

X AI KOLs Timeline · 2026-07-02 Cached

A clear explanation of Standard RAG, Graph RAG, and Agentic RAG, covering their differences, use cases, and how they handle single-hop vs. multi-hop queries.

0 favorites 0 likes
#explainer

@tetsuoai: Attention is a lookup. Each token builds a query, compares it against every key in the sequence, and pulls value vector…

X AI KOLs Timeline · 2026-07-02 Cached

Explains attention in transformers as a lookup operation where each token builds a query, compares against keys, and retrieves weighted value vectors, with a video covering the full pipeline.

0 favorites 0 likes
#explainer

@akshay_pachaar: Hermes Mixture of Agents (MoA) explained. Every agent commits to a single model, and every model has blind spots the ot…

X AI KOLs Following · 2026-06-28 Cached

Hermes Agent by Nous Research introduces Mixture of Agents (MoA), allowing users to define presets that combine multiple models for consultation and a final answer model, improving performance by covering blind spots. The feature integrates seamlessly into the existing agent loop, maintaining tools, memory, and context.

0 favorites 0 likes
#explainer

@amitiitbhu: Q × Kᵀ tells the model how relevant every word is to every other word. Softmax turns that into probabilities. V deliver…

X AI KOLs Timeline · 2026-06-27 Cached

A tweet explaining the core formula of the attention mechanism in transformer models: Q × Kᵀ computes relevance, Softmax converts to probabilities, and V delivers content, forming the foundation of modern AI.

0 favorites 0 likes
#explainer

How do LLMs store so much knowledge? A look at feature superposition

Reddit r/ArtificialInteligence · 2026-06-20 Cached

Explores how large language models compress vast knowledge into finite space using feature superposition, explaining the distinction between dimensions and features with biological analogies.

0 favorites 0 likes
#explainer

@CamilleRoux: Une explication bien faite du fonctionnement interne des LLMs : tokens, embeddings, positional encoding, attention, fee…

X AI KOLs Timeline · 2026-06-14 Cached

This tweet shares a well-made explanation of the internal workings of LLMs, covering tokens, embeddings, positional encoding, attention, and feed-forward networks, via a blog post by 0xkato.

1 favorites 1 likes
#explainer

@_avichawla: 8 AI model architectures, visually explained: There's a tendency to treat LLMs as the whole field. But they're one fami…

X AI KOLs Timeline · 2026-06-09 Cached

A visual breakdown of 8 major AI model architectures including LLMs, VLMs, MoE, SLMs, and more, plus a bonus mention of recursive language models from MIT.

0 favorites 0 likes
#explainer

@bqbrady: https://x.com/bqbrady/status/2064055370809778371

X AI KOLs Timeline · 2026-06-08 Cached

A detailed personal survey of modern deep learning, focusing on foundation models, vision-language models, and their architectural decisions, written for those who want intuition rather than dense math.

0 favorites 0 likes
#explainer

@_rohit_tiwari_: https://x.com/_rohit_tiwari_/status/2063982924714901858

X AI KOLs Timeline · 2026-06-08 Cached

This article provides a visual guide to the Transformer architecture in Large Language Models, covering self-attention, causal self-attention, masked multi-head attention, and the output layer with step-by-step explanations and examples.

0 favorites 0 likes
#explainer

How LLMs Actually Work (26 minute read)

TLDR AI · 2026-06-08 Cached

A detailed walkthrough of how transformer-based LLMs work, covering tokenization, embeddings, attention, and next-token prediction without heavy math.

0 favorites 0 likes
#explainer

How LLMs Actually Work

Lobsters Hottest · 2026-06-07 Cached

An in-depth walkthrough of how modern LLMs work, covering core mechanisms from tokenization to next-token prediction, without heavy math.

0 favorites 0 likes
#explainer

There's no escaping it: an exploration of ANSI codes

Hacker News Top · 2026-06-05 Cached

A technical exploration of ANSI escape codes, their origins in 1970s terminals, and their enduring relevance in modern CLI tools and terminal UIs.

0 favorites 0 likes
#explainer

@grapeot: How does the LLM inference system actually work? The SGLang Omni team recently published a rare article that lays out the complete decision-making chain of a top inference system team. I followed the original text and organized a popular science post, starting from autoregressive decoding, KV cache, continuous batching...

X AI KOLs Timeline · 2026-05-30

Based on the SGLang Omni team's internal decision-making article, this post introduces the operating principles of LLM inference systems in an accessible way, starting from basic concepts such as autoregressive decoding, KV cache, and continuous batching.

0 favorites 0 likes
#explainer

So you’ve heard these AI terms and nodded along; let’s fix that

TechCrunch AI · 2026-05-29 Cached

A glossary from TechCrunch that defines common AI terms such as AGI, AI agents, API endpoints, and chain of thought, updated regularly as the field evolves.

0 favorites 0 likes
#explainer

@TheTuringPost: Why KV cache is one of the main reasons LLMs are fast? KV cache is what connects attention mechanism with generation st…

X AI KOLs Timeline · 2026-05-25 Cached

KV cache stores previously computed key and value vectors during autoregressive generation, allowing models to avoid recomputing the entire sequence at each step, significantly speeding up inference at the cost of increased memory usage.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback