AI Engineer Programming
Author

AI Engineer Programming

In the AI era, defining problems is often more important than solving them; here we explore AI's contradictions, boundaries, and possibilities.

145
Articles
0
Likes
1.1k
Views
0
Comments
Recent Articles

Latest from AI Engineer Programming

100 recent articles max
AI Engineer Programming
AI Engineer Programming
Jul 13, 2026 · Artificial Intelligence

Top AI Agent Frameworks for 2026: Which One Fits Your Stack?

This guide evaluates seven AI agent frameworks—LangChain, CrewAI, Microsoft Agent Framework, LlamaIndex Workflows, Google ADK, OpenAI Agents SDK, and Mastra—across prototype speed, production reliability, observability, ecosystem integration, and pricing to help developers choose the best fit for their tech stack.

AI agentsCrewAIFramework Comparison
0 likes · 38 min read
Top AI Agent Frameworks for 2026: Which One Fits Your Stack?
AI Engineer Programming
AI Engineer Programming
Jul 12, 2026 · Artificial Intelligence

Building a Full-Agent Observability and Quality Evaluation System: From Data Collection to the Data Flywheel

This article presents a comprehensive, engineering‑focused practice for observing and evaluating large‑model agents, covering new data‑collection challenges, a three‑layer observability architecture, offline and online testing pipelines, quality‑gate mechanisms, and a self‑reinforcing data flywheel that continuously improves performance, cost, and safety.

AIOpsAgentLLM
0 likes · 18 min read
Building a Full-Agent Observability and Quality Evaluation System: From Data Collection to the Data Flywheel
AI Engineer Programming
AI Engineer Programming
Jul 11, 2026 · Operations

Building an Observability Platform for LLM Agents with OpenTelemetry

This article explains why LLM agents need a dedicated observability platform, introduces OpenTelemetry’s core concepts and architecture, shows how to manually instrument Python code, enable automatic instrumentation, configure the Collector, handle common distributed‑system pitfalls, and extend OTel with agent‑specific semantics and evaluation loops.

CollectorLLM-agentMetrics
0 likes · 20 min read
Building an Observability Platform for LLM Agents with OpenTelemetry
AI Engineer Programming
AI Engineer Programming
Jul 9, 2026 · Industry Insights

What Is an FDE? A Deep Dive into the Role Bridging Tech, Business & Ops

The article provides a comprehensive analysis of the emerging FDE role, detailing its definition as a translation officer that combines technical implementation, business translation, and on‑site delivery to bridge the four‑layer gap between mature AI technology and real‑world enterprise adoption.

AI DeploymentAI implementationAgent Frameworks
0 likes · 18 min read
What Is an FDE? A Deep Dive into the Role Bridging Tech, Business & Ops
AI Engineer Programming
AI Engineer Programming
Jul 7, 2026 · Artificial Intelligence

LlamaIndex RAG Retrieval: A Three‑Stage Pipeline (Pre‑, During‑, and Post‑Retrieval)

The article breaks down LlamaIndex RAG into three production stages—pre‑retrieval (metadata filtering, document constraints, query transformation), during retrieval (vector‑store ANN/hybrid/MMR, query modes, embedding consistency, extended retrievers) and post‑retrieval (filtering, reranking, context expansion, layout and recency handling)—and provides concrete code snippets, component choices, and practical recommendations for each stage.

Hybrid SearchRAGRerank
0 likes · 15 min read
LlamaIndex RAG Retrieval: A Three‑Stage Pipeline (Pre‑, During‑, and Post‑Retrieval)
AI Engineer Programming
AI Engineer Programming
Jul 7, 2026 · Industry Insights

Why Do Tech Giants Still Dominate Even When AI Makes Code Almost Free?

Although AI has driven the marginal cost of writing code close to zero, the dominant expenses of distribution, trust, support and liability remain unchanged, leading to a hollowed‑out middle layer where independent developers thrive on action independence while giants retain advantage through scale and integration.

AIdeveloper ecosystemindustry trends
0 likes · 10 min read
Why Do Tech Giants Still Dominate Even When AI Makes Code Almost Free?
AI Engineer Programming
AI Engineer Programming
Jul 5, 2026 · Artificial Intelligence

Will Stronger Models Render Harnesses Obsolete? (Part 2)

The article analyzes how advancing model capabilities are displacing traditional Harness components such as Context Reset and Sprint Contract, outlines which Harness functions remain essential, and offers engineering practices for co‑evolving Harnesses with ever‑more capable AI agents.

AI EngineeringAgent FrameworkHarness
0 likes · 14 min read
Will Stronger Models Render Harnesses Obsolete? (Part 2)
AI Engineer Programming
AI Engineer Programming
Jul 5, 2026 · Artificial Intelligence

Predicting Weak Retrieval Without an LLM: Low‑Cost Signals and Gateways

Most retrieval systems apply the same pipeline to every query, but this one‑size‑fits‑all approach fails on hard queries and wastes compute on easy ones; the article defines cheap, no‑LLM signals to predict weak retrieval, evaluates them across three corpora, and proposes a gating method to upgrade only the weak cases.

Cheap SignalsQdrantdense variance
0 likes · 15 min read
Predicting Weak Retrieval Without an LLM: Low‑Cost Signals and Gateways
AI Engineer Programming
AI Engineer Programming
Jul 4, 2026 · Artificial Intelligence

How Pinecone Nexus Turns Vector Search into an Agent Knowledge Engine

The article analyzes the shift to agent‑centric AI, explains why traditional retrieval creates a costly "Ten blue links" loop, and details how Pinecone Nexus’s context compiler and composable retriever, together with the KnowQL language, provide structured, governed knowledge that boosts task completion rates, cuts latency, and reduces token usage by up to 90%.

AI agentsKnowQLKnowledge Engine
0 likes · 14 min read
How Pinecone Nexus Turns Vector Search into an Agent Knowledge Engine