DEV Community

Cover image for VS Code Codex "Create Agent" — and Suddenly Your AI Has the IQ of a Goldfish
MAGNETiX
MAGNETiX

Posted on

VS Code Codex "Create Agent" — and Suddenly Your AI Has the IQ of a Goldfish

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.

Top comments (0)