Tagged articles

execution model

4 articles · Page 1 of 1
AI Large Model Application Practice
AI Large Model Application Practice
Jul 6, 2026 · Artificial Intelligence

20 Must‑Know Agent Engineering Concepts for 2026 (Runtime Mechanisms)

This article breaks down the 20 core concepts essential for building enterprise agents in 2026, covering the agent definition, harness framework, execution models, loop engineering, state and context management, prompt caching, ontology, and live retrieval, each illustrated with practical examples and engineering tips.

AgentContext EngineeringHarness
0 likes · 17 min read
20 Must‑Know Agent Engineering Concepts for 2026 (Runtime Mechanisms)
Tinker Programmer
Tinker Programmer
May 3, 2026 · Artificial Intelligence

Why 99% of AI Agents Fail and How to Avoid Common Pitfalls

Most developers mistake model capability for system capability, leading to unstable agents; this article breaks down six essential modules—four‑layer architecture, execution model, memory system, framework choice, multi‑agent design, and observability—to guide engineers toward production‑ready AI agents.

AI AgentsObservabilityexecution model
0 likes · 6 min read
Why 99% of AI Agents Fail and How to Avoid Common Pitfalls
Java One
Java One
Dec 26, 2025 · Fundamentals

How C/C++, Java, and Python Run: A Deep Dive into Compilation and Execution

This article compares the execution models of C/C++, Java, and Python, explaining how compiled machine code, bytecode with JVM, and interpreted bytecode with the Python virtual machine operate, and illustrates each process with example file structures and compilation steps.

C++CompilationPython
0 likes · 6 min read
How C/C++, Java, and Python Run: A Deep Dive into Compilation and Execution