06-reference

dew data engineering after ai

Sat Apr 04 2026 20:00:00 GMT-0400 (Eastern Daylight Time) ·article ·source: https://www.dataengineeringweekly.com/p/data-engineering-after-ai ·by Ananth Packkildurai / Data Engineering Weekly

Data Engineering After AI — Ananth Packkildurai

The mental model: the irreducible work was never about moving data — it was always about meaning. As AI becomes capable of generating pipeline code, the traditional ETL framework gives way to ECL: Extract, Contextualize, Link. The mechanical work of transformation becomes automatable; the architectural and organizational work of establishing, validating, and governing data meaning becomes the essential human contribution.

From ETL to ECL

ETL made sense when source systems were siloed and formats inconsistent. But the transformation step — encoding business rules into code — was always the most fragile component. AI handles this mechanical work competently now. What remains:

Early Binding + Late Binding

Early binding (data contracts): Treat contracts as “executable constraints with real failure semantics,” not documentation. When AI agents generate transformation code, bad contracts are amplified at scale. This aligns with Ananth’s data contracts piece — specs, not artifacts.

Late binding (contextualize pipeline): A dedicated agentic pipeline runs alongside infrastructure:

  1. Event-driven triggers when new datasets arrive
  2. AI inference analyzing schema and data profiles
  3. Validation workflows separating high-confidence from human-review items
  4. A Context Store housing validated semantic definitions

The Context Architect

The new role for data engineers: not pipeline construction but context stewardship.

This is the augmentation thesis in action — AI handles the mechanical pipeline work, humans handle meaning, coordination, and architectural judgment.

Open Questions

ECL remains an emerging framework. Tooling is maturing, but organizational patterns for governing the context store, adjudicating team conflicts, and formalizing discovered context lack established templates. This is the frontier.

Connections

Part of a series: see also The Missing Interface, The Missing Layer in Your AI Stack, and Data Contracts: A Missed Opportunity.