DataFunTalk
Author

DataFunTalk

Dedicated to sharing and discussing big data and AI technology applications, aiming to empower a million data scientists. Regularly hosts live tech talks and curates articles on big data, recommendation/search algorithms, advertising algorithms, NLP, intelligent risk control, autonomous driving, and machine learning/deep learning.

2.6k
Articles
2
Likes
11.1k
Views
1
Comments
Recent Articles

Latest from DataFunTalk

100 recent articles max
DataFunTalk
DataFunTalk
Jul 7, 2026 · Artificial Intelligence

Agent Harness Explained: A Deep Dive into AI Agent Architecture

The article dissects the concept of an Agent Harness— the full software infrastructure that wraps large language models—covering its definition, three engineering layers, twelve essential components, step‑by‑step execution loops, framework implementations, and key design decisions that determine whether an AI agent succeeds in production.

AI AgentsAgent HarnessContext Management
0 likes · 20 min read
Agent Harness Explained: A Deep Dive into AI Agent Architecture
DataFunTalk
DataFunTalk
Jul 7, 2026 · Artificial Intelligence

JiuwenSwarm: From Model Scale‑Up to Agent Scale‑Out

The keynote explains how agent architectures have evolved from Prompt, Context, and Harness Engineering to the new Coordination and Symbiosis Engineering paradigms, and how JiuwenSwarm’s AgentOS tackles the enterprise‑level challenges of multi‑agent collaboration, mission‑critical workflows, and large‑scale production deployment.

AI AgentsAgentOSCoordination Engineering
0 likes · 3 min read
JiuwenSwarm: From Model Scale‑Up to Agent Scale‑Out
DataFunTalk
DataFunTalk
Jul 6, 2026 · Artificial Intelligence

How to Bridge the Information Gap with Claude Fable 5: A Practical Guide

This article explains how to identify and close the information gap between prompts, skills, and context when working with Claude Fable 5, offering a step‑by‑step workflow—including blind‑spot scanning, brainstorming, interview‑style prompting, reference handling, implementation planning, and post‑release testing—to turn unknowns into actionable knowledge.

AI promptingClaudeFable 5
0 likes · 15 min read
How to Bridge the Information Gap with Claude Fable 5: A Practical Guide
DataFunTalk
DataFunTalk
Jul 6, 2026 · Big Data

How Xiaohongshu Evolved Its Data Architecture for the Big AI Data Era

Xiaohongshu transformed its data platform from a simple ClickHouse‑based ad‑hoc analysis system to a Lambda‑style architecture and finally to a lakehouse with incremental compute, cutting architecture complexity, resource and development costs by one‑third while delivering second‑level queries over petabyte‑scale data.

Big DataFlinkIncremental Compute
0 likes · 23 min read
How Xiaohongshu Evolved Its Data Architecture for the Big AI Data Era
DataFunTalk
DataFunTalk
Jul 6, 2026 · Artificial Intelligence

How to Overcome Metric Definitions, Real‑Time Data, Knowledge, and Permission Challenges in Enterprise Data Agents

The talk presents a three‑layer architecture for enterprise Data Agents, explains how StarRocks‑based AI‑native real‑time data foundations, Semantic View, and context layers work together, and outlines practical checks and feedback loops to address metric, permission, latency, and governance bottlenecks.

AI Native Data PlatformData AgentReal-Time Data
0 likes · 8 min read
How to Overcome Metric Definitions, Real‑Time Data, Knowledge, and Permission Challenges in Enterprise Data Agents
DataFunTalk
DataFunTalk
Jul 5, 2026 · Artificial Intelligence

Exploring Multimodal GraphRAG: How Document Intelligence, Knowledge Graphs, and Large Models Combine

This article presents a comprehensive technical analysis of multimodal GraphRAG, covering document‑intelligent parsing pipelines, multimodal graph index construction, knowledge‑graph‑enhanced chunk linking, various multimodal RAG approaches, their trade‑offs, benchmark results, and future research directions.

GraphRAGKnowledge GraphRAG
0 likes · 24 min read
Exploring Multimodal GraphRAG: How Document Intelligence, Knowledge Graphs, and Large Models Combine
DataFunTalk
DataFunTalk
Jul 5, 2026 · Artificial Intelligence

Why Compressing Prompts Can Raise Costs 2.7× – Insights from the Caveman Token Trap Paper

Although the Caveman plugin claims up to 65% token reduction, independent testing shows real‑world coding sessions only save 4‑10% and that aggressive input compression can actually increase costs by up to 2.7×, because token consumption is dominated by code generation, file reads, and multi‑step Agentic workflows; the article dissects benchmarks, Uber’s budget crisis, and the practical limits of prompt compression.

AI AgentsCavemanClaude
0 likes · 12 min read
Why Compressing Prompts Can Raise Costs 2.7× – Insights from the Caveman Token Trap Paper
DataFunTalk
DataFunTalk
Jul 3, 2026 · Artificial Intelligence

Agent Harness: A Deep Dive into AI Agent Architecture

The article defines Agent Harness as the full software infrastructure that wraps LLMs to enable stateful, tool‑using agents, breaks it down into twelve concrete components, compares implementations from Anthropic, OpenAI, LangChain and others, and outlines key engineering decisions that affect performance, safety and scalability.

AI AgentsAgent HarnessLLM
0 likes · 23 min read
Agent Harness: A Deep Dive into AI Agent Architecture