Topic

#Machine Learning

43 posts tagged “Machine Learning”.

Chisato Chisato · · 5 min read

What Is Catastrophic Forgetting in AI Fine-Tuning?

Catastrophic forgetting is when training a model on new data erases skills it already had. Why it happens during fine-tuning, and how teams work around it.

#AI #LLMs #Machine Learning
Chisato Chisato · · 6 min read

Lilian Weng Rejoins OpenAI to Lead Self-Improvement

Thinking Machines co-founder Lilian Weng left the startup citing health, then rejoined OpenAI within days to lead a new recursive self-improvement research team.

#AI #OpenAI #Machine Learning
Chisato Chisato · · 4 min read

LLM Grounding Explained: Tying Answers to Real Data

Grounding connects an LLM's output to verifiable external data instead of relying on what it memorized during training, reducing hallucinations. How it works.

#AI #LLMs #Machine Learning
Chisato Chisato · · 7 min read

Gemini Robotics 2: Google's Whole-Body Humanoid AI

Google DeepMind released Gemini Robotics 2, a three-model suite that controls humanoids feet-to-fingertips, plans multi-step tasks, and adapts to new robots in hours.

#AI #Robotics #Google
Chisato Chisato · · 4 min read

RAG vs Fine-Tuning: When to Use Each

RAG retrieves relevant documents at query time; fine-tuning bakes new behavior into model weights. How to choose based on what actually needs to change.

#AI #LLMs #Machine Learning
Chisato Chisato · · 5 min read

Batch vs Real-Time Inference: How AI Serving Differs

Batch inference processes large volumes of input on a schedule; real-time inference answers one request as fast as possible. How the two serving modes differ.

#AI #LLMs #Machine Learning
Chisato Chisato · · 4 min read

What Is Prompt Engineering?

Prompt engineering is the practice of structuring instructions to get reliable, accurate output from an LLM. Core techniques and common pitfalls.

#AI #LLMs #Machine Learning
Chisato Chisato · · 4 min read

What Is a Reranker? Why RAG Pipelines Need One

A reranker re-scores a retriever's candidate results with a slower, more accurate model, fixing the precision gap that pure vector search leaves behind.

#AI #LLMs #Machine Learning
Chisato Chisato · · 4 min read

RAG Chunking Strategies Explained

How you split documents into chunks determines what a RAG system can retrieve. Fixed-size, semantic, and recursive chunking compared, with tradeoffs.

#AI #LLMs #Machine Learning
Chisato Chisato · · 4 min read

What Is Federated Learning?

Federated learning trains a shared model across many devices without moving their raw data, sending only model updates back to a central server.

#AI #Machine Learning #Security
Chisato Chisato · · 4 min read

Beam Search Explained: How LLMs Pick Tokens

Beam search keeps the top-k most likely sequences at each decoding step instead of just one, trading compute for better output than greedy decoding.

#AI #LLMs #Machine Learning
Chisato Chisato · · 4 min read

What Is Synthetic Data? AI Training Explained

Synthetic data is artificially generated training data that mimics real-world patterns without exposing actual records. How it's made and used.

#AI #LLMs #Machine Learning
Chisato Chisato · · 4 min read

In-Context Learning vs Fine-Tuning for LLMs

In-context learning teaches a model a task through examples in the prompt; fine-tuning updates the model's weights permanently. How they compare.

#AI #LLMs #Machine Learning
Chisato Chisato · · 5 min read

What Is LoRA? Low-Rank Adaptation Explained

LoRA fine-tunes a large model by training small low-rank matrices instead of its full weights. How it works, why it's cheap, and where it falls short.

#AI #LLMs #Machine Learning
Chisato Chisato · · 4 min read

What Is Multimodal AI? Beyond Text-Only Models

A multimodal AI model processes and generates more than one type of data — text, images, audio — in a single unified system. Here's how it works.

#AI #LLMs #Machine Learning
Chisato Chisato · · 4 min read

What Is a System Prompt? How LLMs Get Instructions

A system prompt is the hidden instruction set that shapes an LLM's persona, tone, and boundaries before any user message arrives — how it works.

#AI #LLMs #Machine Learning
Chisato Chisato · · 4 min read

Why LLMs Hallucinate, and How to Reduce It

An LLM hallucination is a fluent, confident output that is factually wrong — a byproduct of next-token prediction, not a bug you can simply patch.

#AI #LLMs #Machine Learning
Chisato Chisato · · 4 min read

Chain-of-Thought Prompting Explained

Chain-of-thought prompting asks an LLM to reason step by step before answering, improving accuracy on multi-step problems by making its work explicit.

#AI #LLMs #Machine Learning
Chisato Chisato · · 5 min read

What Is RLHF? Reinforcement Learning Explained

RLHF trains a language model to match human preferences using a reward model and reinforcement learning. How the training pipeline actually works.

#AI #LLMs #Machine Learning
Chisato Chisato · · 5 min read

What Is Tokenization in LLMs? Tokens Explained

Tokenization is how a language model chops text into tokens — the units it actually reads and bills. How it works, why words split oddly, and why it matters.

#AI #LLMs #Machine Learning
Chisato Chisato · · 4 min read

What Is a Context Window? LLM Memory, Explained

An LLM's context window is the maximum text it can consider at once — prompt plus response, measured in tokens. Why it matters and how to work within it.

#AI #LLM #Machine Learning
Chisato Chisato · · 3 min read

What Are Vector Embeddings? Meaning as Numbers

A vector embedding turns text, images, or audio into numbers where similar meanings land close together — the foundation of semantic search and RAG.

#AI #Machine Learning #Databases
Chisato Chisato · · 4 min read

What Is a Diffusion Model? How AI Makes Images

Diffusion models generate images by learning to reverse a gradual noising process. How they work, what powers Stable Diffusion, and how they compare to GANs.

#AI #Machine Learning
Chisato Chisato · · 3 min read

What Is a GPU? Why AI Runs on Graphics Chips

A GPU packs thousands of small cores built for parallel arithmetic. Originally for graphics, it's now the engine behind training and running AI models.

#Hardware #AI #Machine Learning
The Lycoris Team The Lycoris Team · · 5 min read

Noam Shazeer Leaves Google DeepMind for OpenAI

Noam Shazeer, a co-author of the Transformer paper that underpins modern AI, is leaving Google DeepMind for OpenAI — the AI talent war's latest marquee move.

#AI #LLMs #Machine Learning
Chisato Chisato · · 3 min read

Gemini 3: Google's New Flagship AI Model Family

Google released Gemini 3 — Pro, Flash, Deep Think, and a 3.5 series — across the Gemini app, AI Studio, and Vertex AI. Here's the lineup.

#AI #LLMs #Machine Learning
The Lycoris Team The Lycoris Team · · 2 min read

Apple Rebuilds Siri Around Generative AI

At WWDC 2026, Apple unveiled 'Siri AI' — a ground-up redesign powered by Google's Gemini through a multi-billion-dollar partnership. Here's what changed and why.

#AI #LLMs #Machine Learning
Chisato Chisato · · 3 min read

What Is Fine-Tuning? Specializing AI Models

Fine-tuning continues training a pretrained model on a task-specific dataset. How it works, when to use it over prompting or RAG, and what can go wrong.

#AI #LLMs #Machine Learning
Chisato Chisato · · 4 min read

Open-Source AI Models Are Closing the Gap

Open-weight AI models are catching up to the best closed systems on many tasks — and you can run them yourself. What's driving the shift and what it means.

#AI #Open Source #Machine Learning
Chisato Chisato · · 9 min read

What Are LLMs? Large Language Models, Explained

What are LLMs and how do they work? A plain-English guide to large language models: tokens, training, real examples, and what they still get wrong.

#AI #LLMs #Machine Learning
Chisato Chisato · · 3 min read

Reasoning Models: How 'Thinking' AI Actually Works

Reasoning models 'think' before they answer, trading inference time for accuracy on hard problems. Here's how test-time compute, adaptive thinking, and effort work.

#AI #LLMs #Machine Learning

← All topics