Architect Practice
Author

Architect Practice

Committed to sharing tech and documenting ideas.

30
Articles
0
Likes
14
Views
0
Comments
Recent Articles

Latest from Architect Practice

30 recent articles
Architect Practice
Architect Practice
Aug 20, 2026 · Artificial Intelligence

From a World Championship Win to ChatGPT: What OpenAI Got Right in Seven Years

The article traces OpenAI’s seven‑year journey from the OpenAI Five Dota 2 victory to ChatGPT, showing how a clear goal, massive self‑play, scaling of compute and data, and systematic transfer of learned capabilities enabled the transition from game‑playing AI to a widely used conversational product.

AI researchChatGPTDota 2
0 likes · 22 min read
From a World Championship Win to ChatGPT: What OpenAI Got Right in Seven Years
Architect Practice
Architect Practice
Aug 1, 2026 · Industry Insights

Why Enterprise Data Intelligence Must Evolve from Text‑to‑SQL to Data Agents

The article traces four generations of enterprise data intelligence—from BI dashboards to Text‑to‑SQL and finally Data Agents—explaining why successful deployment depends on five engineering disciplines (Context, Knowledge, Skill, Memory, Evaluation Loop) rather than the underlying LLM model.

Data AgentEnterprise Data IntelligenceEvaluation Loop
0 likes · 18 min read
Why Enterprise Data Intelligence Must Evolve from Text‑to‑SQL to Data Agents
Architect Practice
Architect Practice
Jul 29, 2026 · Artificial Intelligence

How a 1.5B Model Beats Cutting‑Edge Large Models on Math Exams

This article explains why and how knowledge distillation lets a 1.5 B parameter model surpass much larger LLMs on math benchmarks, detailing the underlying soft‑label transfer, temperature tuning, various distillation families, engineering pipelines, and the practical trade‑offs that bound its success.

AI engineeringknowledge distillationlarge language models
0 likes · 14 min read
How a 1.5B Model Beats Cutting‑Edge Large Models on Math Exams
Architect Practice
Architect Practice
Jul 6, 2026 · Artificial Intelligence

How Cursor Retrieves a Specific Function from a 50,000‑File Repo in Under a Second

The article dissects Cursor's dual‑index architecture—semantic vector search built on AST chunking and a custom‑trained embedding model, plus a local trigram regex index—explaining how Merkle trees, team index reuse, and file‑based context delivery enable sub‑second code retrieval in massive monorepos.

AgentMerkle treeTurbopuffer
0 likes · 18 min read
How Cursor Retrieves a Specific Function from a 50,000‑File Repo in Under a Second
Architect Practice
Architect Practice
Jul 4, 2026 · Artificial Intelligence

Why Can an Agent Remember You? Exploring Memory Types and Retrieval Routing

The article analyzes why agents often forget or hallucinate past information, defines three orthogonal memory dimensions, critiques common naive solutions, and presents a four‑module architecture—including extraction, representation, retrieval, and maintenance—plus cross‑cutting concerns, a reference design, failure patterns, and a workload‑driven selection matrix.

LLMagent-memoryknowledge graph
0 likes · 24 min read
Why Can an Agent Remember You? Exploring Memory Types and Retrieval Routing
Architect Practice
Architect Practice
Jun 21, 2026 · Fundamentals

Boost Your Learning Speed 10× with AI: A Structured Methodology

The article presents a six‑step AI‑driven system that transforms casual queries into a disciplined learning process by defining a learning path, testing knowledge, compressing material into quick reference sheets, curating high‑impact resources, and applying the Feynman loop for deep mastery.

AIEducationFeynman Technique
0 likes · 17 min read
Boost Your Learning Speed 10× with AI: A Structured Methodology
Architect Practice
Architect Practice
Jun 11, 2026 · Artificial Intelligence

Loop Engineering: The Next Critical Skill for AI Programming

Loop Engineering extends the ReAct inner loop by adding an outer control system that automates task discovery, scheduling, verification, and termination, turning AI agents from manual schedulers into self‑directed machines, while highlighting necessary components, risks, and best‑practice guidelines for robust, scalable AI‑driven development.

AI agentsAutomationHarness
0 likes · 26 min read
Loop Engineering: The Next Critical Skill for AI Programming
Architect Practice
Architect Practice
Jun 4, 2026 · Artificial Intelligence

Why Cursor Is So Fast: Engineering Beats Model in Agent Systems (Four‑Layer Breakdown)

The article dissects Cursor's Agentic programming platform, revealing that performance gains stem from four engineering layers—architecture, inference, transport, and Agent loop—rather than merely larger models, and offers concrete optimization techniques and lessons for building fast, reliable cloud agents.

Agentic ProgrammingCloud AgentsLinux Kernel Tuning
0 likes · 17 min read
Why Cursor Is So Fast: Engineering Beats Model in Agent Systems (Four‑Layer Breakdown)