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)

I think that there is a ton that agents cannot do fully autonomously.

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

And it especially becomes visible when you exit the like one to two hour delegation mark.

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

I think a lot of our team in a very agent ready code base

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

sees success basically setting off a task and coming back in like 45 minutes, an hour, and generally getting pretty much exactly what you wanted to get.

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

That means our velocity is insanely high.

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

However, there's still a lot of tasks that aren't like one hour tasks, right?

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

They take, you know, many days worth of effort.

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

You need a lot of guardrails, and for us, we add a bunch of different stuff ranging from autonomy controls that let you set low, medium, or high autonomy, which basically dictates what can the agent do on its own versus with your input.

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

Low autonomy is like read-only, like file edits, file creates.

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

Medium autonomy is everything that's reversible.

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

So it can do stuff locally on your computer, but it just needs to be reversible commands.

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

And then high autonomy is, you know, the breadth of commands.

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

We also have allow lists and deny lists.

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

We have a really long built-in deny list so it can't, you know, delete your hard drive or anything like that.

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

Like programmatically cannot do those things.

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

We've seen that happen.

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

Yeah, I know.

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

I mean, people, it's crazy because people would just enter into things like dangerous YOLO mode with coding agents prior.

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

And then the crazy stuff happens.

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

And so for us, we know people want autonomy.