惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

G
Google Developers Blog
宝玉的分享
宝玉的分享
月光博客
月光博客
B
Blog
云风的 BLOG
云风的 BLOG
Google DeepMind News
Google DeepMind News
Engineering at Meta
Engineering at Meta
aimingoo的专栏
aimingoo的专栏
N
Netflix TechBlog - Medium
博客园_首页
GbyAI
GbyAI
人人都是产品经理
人人都是产品经理
A
About on SuperTechFans
Y
Y Combinator Blog
L
LangChain Blog
有赞技术团队
有赞技术团队
D
Docker
爱范儿
爱范儿
博客园 - 司徒正美
H
Hackread – Cybersecurity News, Data Breaches, AI and More
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
酷 壳 – CoolShell
酷 壳 – CoolShell
Microsoft Security Blog
Microsoft Security Blog
D
DataBreaches.Net

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
The Rise Of AI Systems Engineering
Irvan Gerhana Septiyana · 2026-06-25 · via DEV Community

I no longer think "AI Engineer" fully describes where this profession is heading.

That title made sense when the primary challenge was integrating language models into applications.

Today, the challenges look very different.

The difficult questions are no longer:

Which model should we use?

How many parameters does it have?

What's the benchmark score?

Instead, they're becoming:

How do we govern AI?

How do we evaluate AI?

How do we secure AI?

How do we integrate AI into existing business processes?

How do we ensure automated decisions remain explainable?

How do we prevent organizational knowledge from disappearing?

Those aren't model questions.

They're systems questions.

And systems require engineers.


Engineering Is Moving Up The Stack

One phrase has stayed with me throughout this transition.

AI writes implementations.

Engineers design systems.

That doesn't mean engineers stop writing code.

Far from it.

Code remains one of the most powerful tools we have.

But it is increasingly becoming the medium through which decisions are expressed—not the primary source of value itself.

The value lies in knowing what should be built, why it should be built, and how it should evolve.

AI accelerates implementation.

It doesn't replace intentional design.


What This Means For Junior Engineers

One concern I hear frequently is that AI will remove the learning opportunities that junior developers once relied on.

I think that's a valid concern.

Many experienced engineers developed their intuition by repeatedly implementing similar systems.

Those repetitions mattered.

They created pattern recognition.

They created judgment.

They created experience.

AI changes that pathway.

The repetitive work is disappearing.

That doesn't mean learning disappears.

It means organizations need to become much more intentional about how engineers develop judgment.

Future engineers will likely learn through:

Reviewing AI-generated implementations.

Comparing architectural alternatives.

Investigating production incidents.

Participating in design reviews.

Understanding business domains.

Learning how experienced engineers reason—not simply how they type.

Experience becomes less about repetition.

More about exposure to meaningful decisions.

That shift won't happen automatically.

Engineering organizations will have to design for it.


What Senior Engineers Should Learn

Seniority has traditionally been associated with technical expertise.

That won't disappear.

But another capability is becoming increasingly valuable.

The ability to organize complexity.

The best engineers I've worked with rarely impressed me because they wrote elegant algorithms.

They impressed me because they reduced uncertainty.

They made difficult decisions easier.

They simplified architectures.

They documented knowledge.

They aligned teams.

They transformed ambiguity into clarity.

Those capabilities become dramatically more valuable when AI handles much of the implementation.


The Future Isn't About Writing Less Code

Ironically, I don't think the future is about writing less software.

I think humanity will produce more software than at any other point in history.

The difference is who—or what—writes the first draft.

Engineers will increasingly become:

System designers.

Architecture reviewers.

Context engineers.

Knowledge curators.

Evaluation specialists.

Governance designers.

Security reviewers.

Implementation remains important.

But implementation alone is no longer sufficient.


A Prediction

Every major shift in software engineering has changed what engineers spend their time doing.

Assembly gave way to higher-level languages.

Manual deployment gave way to cloud infrastructure.

Infrastructure gave way to platforms.

Now implementation is giving way to orchestration.

Five years from now, I suspect many engineers will look back and realize they spend surprisingly little time manually writing code.

Not because software became less important.

Because understanding became more valuable.


Final Thoughts

If someone asked me today what software engineering means, my answer would be very different from what it would have been five years ago.

Software engineering is no longer just the discipline of writing programs.

It is the discipline of transforming human knowledge into reliable systems.

Artificial Intelligence hasn't diminished that responsibility.

It has amplified it.

Because when implementation becomes inexpensive, every decision made before implementation becomes exponentially more important.

That is why I spend less time writing code than ever before.

Yet I have never felt more like an engineer.


Continue Learning

Over the past year, I've been documenting this shift while building production-grade Enterprise AI systems—from canonical data architecture and business taxonomies to financial NER, entity resolution, evaluation pipelines, and automated reconciliation.

One lesson became clear throughout that journey:

Building reliable AI systems has far less to do with choosing the "best" model than with designing systems that organizations can trust.

Those ideas became the foundation of the Enterprise AI Automation Blueprint.

Inside, you'll find:

  • Enterprise AI Architecture
  • Canonical Data Modeling
  • Business Taxonomy Design
  • Synthetic Enterprise Dataset Engineering
  • Financial Named Entity Recognition (NER)
  • Entity Resolution
  • Decision Intelligence
  • Automated Reconciliation
  • FastAPI Production APIs
  • Evaluation & Benchmarking
  • Production-ready Python Source Code

The goal isn't to teach another AI framework.

It's to explore how AI integrates into real software systems—where architecture, governance, business context, and engineering discipline matter just as much as the model itself.

If that aligns with the kind of engineering you're interested in, you can explore the complete blueprint here:

📘 Enterprise AI Automation Blueprint

https://uigerhana.gumroad.com/l/enterprise-ai-automation-blueprint

I'm also publishing an ongoing series on Dev.to covering Enterprise AI, Software Architecture, AI Governance, Cybersecurity, and Production Engineering.

If these ideas resonate with you, I'd love to continue the conversation.

Because I believe the next generation of software engineers won't simply write better code.

They'll build better systems.