Menu
Sign In Search Podcasts Charts People & Topics Add Podcast API Blog Pricing

Eno Reyes

๐Ÿ‘ค Speaker
513 total appearances

Appearances Over Time

Podcast Appearances

The Neuron: AI Explained
This AI Agent Builds Better Code Than Most Developers (Factory AI)

They looked at power users.

The Neuron: AI Explained
This AI Agent Builds Better Code Than Most Developers (Factory AI)

So like the density of maybe organizations with a dense group of power users are going to outperform because they have a culture.

The Neuron: AI Explained
This AI Agent Builds Better Code Than Most Developers (Factory AI)

They looked at all of these usage and adoption metrics for AI tooling.

The Neuron: AI Explained
This AI Agent Builds Better Code Than Most Developers (Factory AI)

not a single one of them correlated with success or failure.

The Neuron: AI Explained
This AI Agent Builds Better Code Than Most Developers (Factory AI)

The only thing that correlated with success was whether or not the code base was clean along this like 20 dimension metric they used for looking at things like linter presence, you know, type tracker presence, unit test coverage, and then test coverage.

The Neuron: AI Explained
This AI Agent Builds Better Code Than Most Developers (Factory AI)

And in fact, you can predict failure by companies that adopt AI very heavily that have unclean code bases.

The Neuron: AI Explained
This AI Agent Builds Better Code Than Most Developers (Factory AI)

which is pretty intuitive, right?

The Neuron: AI Explained
This AI Agent Builds Better Code Than Most Developers (Factory AI)

Basically, slop in, slop out.

The Neuron: AI Explained
This AI Agent Builds Better Code Than Most Developers (Factory AI)

You have a bad code base, you give everybody... I think that one VP of engineering that we sold to called it toddlers with machine guns when you give coding agents to people who can't necessarily take advantage of them.

The Neuron: AI Explained
This AI Agent Builds Better Code Than Most Developers (Factory AI)

And so... I feel that way sometimes.

The Neuron: AI Explained
This AI Agent Builds Better Code Than Most Developers (Factory AI)

Yeah, no, I completely relate to it, right?

The Neuron: AI Explained
This AI Agent Builds Better Code Than Most Developers (Factory AI)

And so what we did is we said, okay, let's make sure that there is a very clear set of criteria

The Neuron: AI Explained
This AI Agent Builds Better Code Than Most Developers (Factory AI)

Right.

The Neuron: AI Explained
This AI Agent Builds Better Code Than Most Developers (Factory AI)

So we look at style and validation to your linters, your type checkers, your code formatters.

The Neuron: AI Explained
This AI Agent Builds Better Code Than Most Developers (Factory AI)

We look at build system quality.

The Neuron: AI Explained
This AI Agent Builds Better Code Than Most Developers (Factory AI)

So is the build command documented?

The Neuron: AI Explained
This AI Agent Builds Better Code Than Most Developers (Factory AI)

Are dependencies pinned?

The Neuron: AI Explained
This AI Agent Builds Better Code Than Most Developers (Factory AI)

Do you have CLI tooling available?

The Neuron: AI Explained
This AI Agent Builds Better Code Than Most Developers (Factory AI)

We looked at tests, unit tests, integration tests, documentation.

The Neuron: AI Explained
This AI Agent Builds Better Code Than Most Developers (Factory AI)

So agents.md, readmes, dev environment.