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)

When it first started, it was this like server side thing.

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

you know, effectively while loop on a backend server.

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

Then it was, you know, a full stack application that you had to interact with either in the browser or you could connect it to your computer.

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

And now I think that one of the biggest architectural insights that we've introduced is, you know, the Droid should really be the most simple possible application

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

program that you can imagine.

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

It's a fully self-contained binary that runs on any operating system, on any device, in any environment, with any interface that you can imagine.

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

So the actual Droid itself is just this very simple program that orchestrates and manages LLM calls, and that can be run anywhere.

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

And what that enables

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

is really this extremely wide range of use cases where when you take a Droid and you put it inside of a terminal interface, it becomes this like really snappy, fast terminal agent.

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

When you take a Droid, that simple binary, and you wrap it in an IDE extension, it becomes an IDE pair programmer.

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

When you take a Droid and you put it in your CI CD pipeline, like your GitHub actions, your Azure DevOps pipeline, it becomes an automated code review or an automated security review.

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

When you take it and you put it in a cron job, it becomes an automation that can do almost anything you could do on a computer, right?

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

And so the architecture is built for generalizability so that this individual agent can now take control over the file system and the environment it operates in and really do anything that it can with computer control.

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

So it's this really powerful concept that is very inspired by the Unix philosophy of simple, modular, composable programs.

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

Yeah, so the actual Droid itself is actually, you know,

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

So it is totally general.

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

Now, what developers can do, though, is there's tons of customizations that they can introduce.

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

You can introduce skills which give it the ability to basically pull in context and work on any workflow or

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

bucket of information that you want to pull in, you can do hooks, you can do custom slash commands, all these different customizations that you can bring in sub agents, etc.

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

And so what what people can do is if they want a code review droid, then they might place droid inside of GitHub actions and say to it, you should be code review agent.