Tagged articles

meta-programming

3 articles · Page 1 of 1
TonyBai
TonyBai
Feb 12, 2026 · Industry Insights

From P2H to P2A2H: The Ultimate Inversion of Software Architecture for AI Agents

The article argues that software engineering is shifting from a programmer‑to‑human (P2H) model to a programmer‑to‑agent‑to‑human (P2A2H) paradigm, requiring new API designs, machine‑readable specifications, headless tools, generative UIs, and heightened safety guardrails so that AI agents can act as the primary users of code.

AI agentsAPI redesignP2A2H
0 likes · 12 min read
From P2H to P2A2H: The Ultimate Inversion of Software Architecture for AI Agents
JavaEdge
JavaEdge
Jan 11, 2022 · Fundamentals

Master Java Annotations: From Basics to Advanced Usage

This article explains what Java annotations are, how to define custom annotations, the built‑in meta‑annotations, annotation attributes, common built‑in annotations, and practical usage scenarios, providing code examples and runtime reflection details for developers.

JDKJavaReflection
0 likes · 13 min read
Master Java Annotations: From Basics to Advanced Usage