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

推荐订阅源

量子位
WordPress大学
WordPress大学
小众软件
小众软件
云风的 BLOG
云风的 BLOG
IT之家
IT之家
人人都是产品经理
人人都是产品经理
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Last Week in AI
Last Week in AI
博客园 - 【当耐特】
T
Tailwind CSS Blog
阮一峰的网络日志
阮一峰的网络日志
V
V2EX
宝玉的分享
宝玉的分享
博客园 - Franky
F
Fortinet All Blogs
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
GbyAI
GbyAI
Hugging Face - Blog
Hugging Face - Blog
Jina AI
Jina AI
D
Docker
博客园 - 聂微东
C
Check Point Blog
H
Help Net Security

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
VS Code Codex "Create Agent" — and Suddenly Your AI Has t...
MAGNETiX · 2026-05-20 · via DEV Community

At first glance it feels magical:

Click button → AI becomes autonomous engineer.

Reality check:

The moment you do this on a real project, you discover something very funny:

The agent has absolutely no idea what your infrastructure looks like.

No conventions. No memory. No project architecture. No operational rules. No understanding of existing tooling. No clue what was already decided three weeks ago.

So even if your repository already contains:

prompts
configs
standards
workflows
APIs
skill systems
deployment logic
output structures
naming conventions
security policies

…the agent still starts asking things like:

"Where should generated files go?"

Brother. There are 40 markdown files explaining that.

The Funny Part

People imagine "AI Agents" like this:

[ GPT ]

Instant Autonomous Company

But in reality it's more like:

[ GPT ]

Confused Intern With Root Access

And that becomes dangerous surprisingly fast.

Because without infrastructure, the agent starts inventing things.

New folders. New architectures. New APIs. New abstractions. New config formats.

Every five minutes:

"I created a robust scalable foundation..."

No. You created three YAML files and emotional damage.

What Actually Matters

The real product is not the model.

The real product is:

conventions
memory
repository discipline
project instructions
safety boundaries
reproducible workflows
operational structure

The AI is only one component.

Without infrastructure, an agent is basically:

Autocomplete with confidence issues.
What We Do at XvX Systems

Inside XvX we started treating agents less like chatbots and more like workers joining an existing organization.

Meaning:

Every skill has structure.
Every output has a defined location.
Every workflow has routing.
Every system has conventions.
Every AI process is inspectable.
Every automation should be reversible.

A good agent bootstrap should answer things before the agent even asks.

Example:

Use English for code comments.
Do not invent folder structures.
Use existing config files.
Read /prompts first.
Do not modify unrelated files.
Store outputs in user-separated directories.
Avoid destructive commands.

This sounds boring.

But THIS is the infrastructure that turns "AI magic" into something operational.

The Current State of AI Agenting

Honestly?

A lot of current AI agent demos are held together by:

vibes
screenshots
terminal recordings
optimism
caffeine
and one developer screaming internally at 3 AM

And that's okay.

We're still early.

But I think the next big shift is not:

"better prompting"

It's:

operational architecture for AI workers.

The companies that understand this first will build systems that are actually maintainable.

Final Thought

The funniest thing about "Create Agent" was not that it failed.

The funniest thing was realizing:

The AI wasn't stupid.

It simply had no infrastructure.

And honestly?

Most human companies don't either. - sadly

get digital first - then try AI, trust me otherwise you do the job twice :)

Written by MAGNETiX XvX Systems // Cologne

Infrastructure first. Then intelligence.