Tag: #Engineering Practice

8 posts

What Should Programmers Still Practice in the AI Era?
Engineering Practice · Views

What Should Programmers Still Practice in the AI Era?

The twelfth and closing article in Programmer Craft in the AI Era returns to computer fundamentals, systems thinking, product judgment, communication, and collaboration, and discusses which abilities AI will amplify.

Full-stack in the AI Era Is More Than Frontend Plus Backend
Original Artificial Intelligence · Views

Full-stack in the AI Era Is More Than Frontend Plus Backend

Starting from Andrew Ng's comments on small teams and high-context engineers, this article explains why AI pushes senior developers toward a broader product full-stack: problem framing, prototype, code, copy, compliance, launch, operations, and iteration.

A/B Testing for API Services: From Rollout Switches to Trustworthy Experiments
Original Engineering Practice · Views

A/B Testing for API Services: From Rollout Switches to Trustworthy Experiments

A/B testing is not only for frontend pages. API services also need experiment discipline for ranking, throttling, provider selection, fallback logic, and cost control: stable bucketing, real exposure, cross-request attribution, guardrail metrics, and cleanup after the test ends.

From Prompt to Context Engineering
Artificial Intelligence · Views

From Prompt to Context Engineering

Agent systems are no longer just about writing a prompt. What determines production quality is how we select, trim, order, validate, and replay context so the model gets just enough information at each step.

MCP Needs Security Boundaries, Not Just More Tools
Engineering Practice · Views

MCP Needs Security Boundaries, Not Just More Tools

MCP makes tool integration more uniform, but once tools can read files, query databases, and send messages, security becomes a problem of permissions, identity, audit trails, data flow, and supply chain.

Codex App Server: Bringing Coding Agents Into Your Own Workbench
Artificial Intelligence · Views

Codex App Server: Bringing Coding Agents Into Your Own Workbench

A practical look at the protocol boundary of Codex App Server, the product and engineering scenarios it fits, and how it compares with Claude Code and Cursor in automation, cloud agents, and custom integrations.