WeSearch
Hub / ai / Towards Data Science
ai · source

Towards Data Science on WeSearch

Recent ai headlines from Towards Data Science.

How to Apply Coding Agents to Non-Programming Tasks
Lead story
Towards Data Science

How to Apply Coding Agents to Non-Programming Tasks

Agentic AI How to Apply Coding Agents to Non-Programming Tasks Perform non-programming tasks with coding agents Eivind Kjosbakken Aug 2, 2026 12 min read Share In this article, I’ll discuss how to perform…

3h · 11 min read · 6 views
The latest
I Replaced a 15-Minute Booking Process with a LangGraph AI Agent
Towards Data Science

I Replaced a 15-Minute Booking Process with a LangGraph AI Agent

Artificial Intelligence I Replaced a 15-Minute Booking Process with a LangGraph AI Agent A step-by-step guide to…

5h · 7 min read · 6 views
Coding Agents Don’t Need Bigger Context Windows — They Need a Context Compiler
Towards Data Science

Coding Agents Don’t Need Bigger Context Windows — They Need a Context Compiler

Coding agents often waste a large portion of their context windows on irrelevant code, reducing their efficiency. A…

1d · 13 min read · 8 views
Put the Agent Inside the Workflow
Towards Data Science

Put the Agent Inside the Workflow

LLM Applications Put the Agent Inside the Workflow A hybrid LLM application pattern that combines a predefined…

1d · 8 min read · 10 views
The 3× Token Bill We Didn’t See Coming
Towards Data Science

The 3× Token Bill We Didn’t See Coming

Agentic AI The 3× Token Bill We Didn’t See Coming How a seemingly harmless move to a multi-agent architecture quietly…

2d · 9 min read · 14 views
When the Code Becomes the CEO: Why Your Next Manager Might Be a Decentralized Agentic Loop
Towards Data Science

When the Code Becomes the CEO: Why Your Next Manager Might Be a Decentralized Agentic Loop

Artificial Intelligence When the Code Becomes the CEO: Why Your Next Manager Might Be a Decentralized Agentic Loop In…

2d · 12 min read · 9 views
How to Debug AI Coding Agents When They Change the Wrong Thing
Towards Data Science

How to Debug AI Coding Agents When They Change the Wrong Thing

Agentic AI How to Debug AI Coding Agents When They Change the Wrong Thing A practical tutorial for recording model…

2d · 13 min read · 15 views
How Benders Decomposition Works Part I: Optimality Cuts
Towards Data Science

How Benders Decomposition Works Part I: Optimality Cuts

Operations Research How Benders Decomposition Works Part I: Optimality Cuts A friendly introduction to one of the most…

2d · 32 min read · 16 views
The Python Ecosystem That Changed AI Development
Towards Data Science

The Python Ecosystem That Changed AI Development

Machine Learning The Python Ecosystem That Changed AI Development How one open-source ecosystem made state-of-the-art…

3d · 6 min read · 15 views
How to Organize All of Your Coding Agent Tasks
Towards Data Science

How to Organize All of Your Coding Agent Tasks

Agentic AI How to Organize All of Your Coding Agent Tasks Optimise how you interact with your coding agents Eivind…

3d · 12 min read · 16 views
How to Build a Context Layer and a Company Brain
Towards Data Science

How to Build a Context Layer and a Company Brain

Machine Learning How to Build a Context Layer and a Company Brain What it actually takes to turn a company's scattered…

3d · 10 min read · 16 views
A Simplified View of the Jacobian Conjecture
Towards Data Science

A Simplified View of the Jacobian Conjecture

Math A Simplified View of the Jacobian Conjecture The full conjecture is stated over abstract fields, but the…

3d · 8 min read · 10 views
How to Decode the Temperature Parameter in LLMs
Towards Data Science

How to Decode the Temperature Parameter in LLMs

Large Language Models How to Decode the Temperature Parameter in LLMs How statistical physics explains the transition…

3d · 10 min read · 11 views
Prompt Engineering Is Solved—Prompt Management Isn’t
Towards Data Science

Prompt Engineering Is Solved—Prompt Management Isn’t

It’s what inevitably happens when a prompt’s input variables change and zero tooling checks the actual call sites…

4d · 21 min read · 12 views
Why Your Best Predictive Model Gives the Wrong Treatment Effect
Towards Data Science

Why Your Best Predictive Model Gives the Wrong Treatment Effect

Data Science Why Your Best Predictive Model Gives the Wrong Treatment Effect Why prediction-driven variable selection…

4d · 14 min read · 12 views
Los Movimientos, Part II: Solving Large Pickup-and-Delivery Problems with Adaptive Large Neighborhood Search
Towards Data Science

Los Movimientos, Part II: Solving Large Pickup-and-Delivery Problems with Adaptive Large Neighborhood Search

The article discusses using Adaptive Large Neighborhood Search (ALNS) to solve large-scale pickup-and-delivery routing…

4d · 28 min read · 16 views
Avoiding Entity Key Drift in a Data Lake: Step 1, Normalization
Towards Data Science

Avoiding Entity Key Drift in a Data Lake: Step 1, Normalization

Assigning a primary key to an identifier string the first time you observe it is a reasonable starting point. An…

4d · 14 min read · 16 views
How Much Does a Local LLM Actually Cost to Run? I Measured Every Watt on Apple Silicon
Towards Data Science

How Much Does a Local LLM Actually Cost to Run? I Measured Every Watt on Apple Silicon

Large Language Models How Much Does a Local LLM Actually Cost to Run? I Measured Every Watt on Apple Silicon Five…

5d · 10 min read · 14 views
MCP Explained: How Modern AI Agents Connect to the Real World
Towards Data Science

MCP Explained: How Modern AI Agents Connect to the Real World

We saw how the model generates a tool call, our code executes it, and the result gets fed back to the model. This…

5d · 9 min read · 13 views
Don’t Just “Throw Adam at It”: Misunderstanding Adam Will Cost You
Towards Data Science

Don’t Just “Throw Adam at It”: Misunderstanding Adam Will Cost You

Machine Learning Don’t Just “Throw Adam at It”: Misunderstanding Adam Will Cost You You "vibe-coded" the import.…

5d · 12 min read · 9 views
Backpropagation Explained for Beginners (Part 2): There Has to Be a Better Way
Towards Data Science

Backpropagation Explained for Beginners (Part 2): There Has to Be a Better Way

Deep Learning Backpropagation Explained for Beginners (Part 2): There Has to Be a Better Way The idea that makes…

5d · 13 min read · 12 views
“Los Movimientos”: The Routing Problem That Nearly Broke My Spirit
Towards Data Science

“Los Movimientos”: The Routing Problem That Nearly Broke My Spirit

Operations Research “Los Movimientos”: The Routing Problem That Nearly Broke My Spirit Using mathematical optimization…

6d · 34 min read · 13 views
Reducing Human Annotation with ML Active Learning
Towards Data Science

Reducing Human Annotation with ML Active Learning

Machine Learning Reducing Human Annotation with ML Active Learning In a world where human time is expensive, learn how…

6d · 18 min read · 16 views
The Most Beautiful Statistic: The History and the Science of the Humble Mean
Towards Data Science

The Most Beautiful Statistic: The History and the Science of the Humble Mean

The first month was spent in orbit around the martian planet and on July 20, 1976 Viking Lander 1 separated from the…

6d · 39 min read · 13 views
How I Reproduced BM25, Dense Retrieval, and SPLADE on a 16GB MacBook
Towards Data Science

How I Reproduced BM25, Dense Retrieval, and SPLADE on a 16GB MacBook

Large Language Models How I Reproduced BM25, Dense Retrieval, and SPLADE on a 16GB MacBook A practical reproduction of…

6d · 15 min read · 16 views
How to Efficiently Prompt Claude Code
Towards Data Science

How to Efficiently Prompt Claude Code

LLM Applications How to Efficiently Prompt Claude Code Maximize your efficiency with Claude Code Eivind Kjosbakken Jul…

7/26/2026 · 10 min read · 16 views
How to Give an LLM Agent a Browser
Towards Data Science

How to Give an LLM Agent a Browser

LLM Applications How to Give an LLM Agent a Browser Building a browser-use agent with OpenAI Agents SDK and Playwright…

7/26/2026 · 7 min read · 16 views
How to Optimize Vector Search When RAM Gets Too Expensive: On-Disk vs. In-Memory ANN Indexes
Towards Data Science

How to Optimize Vector Search When RAM Gets Too Expensive: On-Disk vs. In-Memory ANN Indexes

Machine Learning How to Optimize Vector Search When RAM Gets Too Expensive: On-Disk vs. With the rise of agentic…

7/25/2026 · 10 min read · 20 views
The Fluid Simulator That Doesn’t Solve the Fluid Equations
Towards Data Science

The Fluid Simulator That Doesn’t Solve the Fluid Equations

You’ve seen this pattern trailing behind bridge pillars, airplane wings, and chimney stacks. It’s one of the most…

7/25/2026 · 12 min read · 20 views
Lessons Learned After 8.5 Years of ML
Towards Data Science

Lessons Learned After 8.5 Years of ML

Machine Learning Lessons Learned After 8.5 Years of ML Patience, Optimism, Discipline, Projects, Teams Pascal Janetzky…

7/23/2026 · 6 min read · 17 views
When Data Science Makes Us Sad: The Story of an Overbooked Flight
Towards Data Science

When Data Science Makes Us Sad: The Story of an Overbooked Flight

Data Science When Data Science Makes Us Sad: The Story of an Overbooked Flight $8 million vs $5k + Potentially Going…

7/23/2026 · 7 min read · 19 views
Tabular LLMs: An Introduction to the Foundation Models That Predict Your Spreadsheet
Towards Data Science

Tabular LLMs: An Introduction to the Foundation Models That Predict Your Spreadsheet

Large Language Models Tabular LLMs: An Introduction to the Foundation Models That Predict Your Spreadsheet A…

7/24/2026 · 22 min read · 21 views
Build and Run an Intelligent Document Processing (IDP) System in the Cloud
Towards Data Science

Build and Run an Intelligent Document Processing (IDP) System in the Cloud

The system was designed to allow Freedom of Information-type requests from Irish citizens wanting to know whether…

7/24/2026 · 13 min read · 10 views
Loop Engineering for RAG Generation: An LLM Cascade from a Cheap Local Model Up to a Hosted Flagship
Towards Data Science

Loop Engineering for RAG Generation: An LLM Cascade from a Cheap Local Model Up to a Hosted Flagship

You have a few hundred typed fields to pull out of a stack of real documents: amounts, dates, coverage limits, one…

7/24/2026 · 12 min read · 14 views
Context Windows Forget What Matters — I Built a Usage-Reinforced Decay Engine for AI Agent Memory
Towards Data Science

Context Windows Forget What Matters — I Built a Usage-Reinforced Decay Engine for AI Agent Memory

Emmimal P Alexander Jul 24, 2026 23 min read Share Image by the author, generated with ChatGPT (DALL·E) TL;DR: Most…

7/24/2026 · 21 min read · 19 views
Most RAG Hallucinations Are Extraction Errors: Seven Patterns for a Typed Generation Contract
Towards Data Science

Most RAG Hallucinations Are Extraction Errors: Seven Patterns for a Typed Generation Contract

Large Language Model Most RAG Hallucinations Are Extraction Errors: Seven Patterns for a Typed Generation Contract…

7/23/2026 · 10 min read · 17 views
Prompt Engineering Isn’t Enough: How Four Bricks of Context Engineering Stop RAG Hallucinations
Towards Data Science

Prompt Engineering Isn’t Enough: How Four Bricks of Context Engineering Stop RAG Hallucinations

Large Language Models Prompt Engineering Isn’t Enough: How Four Bricks of Context Engineering Stop RAG Hallucinations…

7/21/2026 · 10 min read · 24 views
Loop Engineering with Adaptive Parsing in Action: Parsing Flat Tables with Azure and Figures with a Vision LLM
Towards Data Science

Loop Engineering with Adaptive Parsing in Action: Parsing Flat Tables with Azure and Figures with a Vision LLM

The article describes an adaptive parsing strategy for enterprise document intelligence that starts with a cheap…

7/20/2026 · 23 min read · 32 views
Water Cooler Small Talk, Ep. 12: Byzantine Fault Tolerance
Towards Data Science

Water Cooler Small Talk, Ep. 12: Byzantine Fault Tolerance

The concept of Byzantine Fault Tolerance allows a system to operate properly even when malicious actors are present.…

7/20/2026 · 9 min read · 37 views
Automatically Assign a Category to Uncategorized Rows in Power Query and DAX
Towards Data Science

Automatically Assign a Category to Uncategorized Rows in Power Query and DAX

Data Engineering Automatically Assign a Category to Uncategorized Rows in Power Query and DAX Sometimes we must assign…

7/20/2026 · 10 min read · 25 views
How to Get the Most Out of Claude Fable 5
Towards Data Science

How to Get the Most Out of Claude Fable 5

LLM Applications How to Get the Most Out of Claude Fable 5 Maximize your Claude Fable 5 usage Eivind Kjosbakken Jul…

7/16/2026 · 8 min read · 32 views
Stop Returning Text from RAG: The Typed Answer Contract That Prevents Hallucination
Towards Data Science

Stop Returning Text from RAG: The Typed Answer Contract That Prevents Hallucination

The article discusses the concept of a typed answer contract in large language models to prevent hallucination. This…

7/4/2026 · 27 min read · 62 views
Setting Up Your Own Large Language Model
Towards Data Science

Setting Up Your Own Large Language Model

The article discusses setting up a large language model on a personal laptop, highlighting the benefits of having a…

7/4/2026 · 11 min read · 40 views
Long Context vs. Short Context Model: When Does a Long Context Model Win?
Towards Data Science

Long Context vs. Short Context Model: When Does a Long Context Model Win?

The article discusses the trade-off between using long context models and short context models in artificial…

7/3/2026 · 29 min read · 71 views
AI Agents Explained: What Is a ReAct Loop and How Does It Work?
Towards Data Science

AI Agents Explained: What Is a ReAct Loop and How Does It Work?

The article discusses the concept of a ReAct loop in AI agents, which allows them to reason, act, and observe their…

7/3/2026 · 11 min read · 42 views
LLM Wikis Are Over-Engineered — I Replaced Mine With a Pure Python Compiler
Towards Data Science

LLM Wikis Are Over-Engineered — I Replaced Mine With a Pure Python Compiler

The author replaced their Large Language Model wiki with a pure Python compiler to structure local markdown notes.…

7/3/2026 · 15 min read · 66 views
4 Lines You Should Include in Your Claude Skill
Towards Data Science

4 Lines You Should Include in Your Claude Skill

Agentic AI 4 Lines You Should Include in Your Claude Skill Without these, Claude might end up being confidently wrong.…

6/14/2026 · 8 min read · 48 views
How to Refactor Code with Claude Code
Towards Data Science

How to Refactor Code with Claude Code

LLM Applications How to Refactor Code with Claude Code Improve coding agent productiveness with refactored code Eivind…

6/10/2026 · 8 min read · 46 views
I Spent May Evaluating Different Engines for OCR
Towards Data Science

I Spent May Evaluating Different Engines for OCR

The article discusses an evaluation of various OCR engines conducted by the author, testing fourteen different engines…

6/3/2026 · 15 min read · 43 views
Why AI Is NOT Stealing Your Job
Towards Data Science

Why AI Is NOT Stealing Your Job

The article discusses the impact of artificial intelligence (AI) on the job market, emphasizing that AI itself is not…

6/3/2026 · 8 min read · 49 views

How WeSearch handles this source

WeSearch's declared handling of Towards Data Science's content. Indexing, snippets, summaries, retrieval and training are separate questions — see the rights registry or read this source's machine-readable record.

Indexing: Allowed Snippet: Allowed AI summary: Limited Retrieval / RAG: Not asserted Model training: Not asserted Commercial reuse: Not permitted

More ai sources

Visit Towards Data Science directly →