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)

If you want a security droid, you can place it in your, you know, whatever system that you use for either pipelines or security review, and it becomes a security review agent.

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

If you want to expand that and make it customized to your organization, you can introduce skills and custom sub agents and all these other things that basically allow it to conform to your organization standards.

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

How do the agents then understand large, messy, real-world code bases versus, say, another agentic tool and how they- I think that this is one of the most interesting questions because there are several things that go into being able to explore and understand a very large code base, especially for hard problems.

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

I think that the three angles I would say is there's the environment.

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

That matters a lot.

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

Basically, what information does the droid have access to in order to understand?

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

Two, there's the droid's inherent ability to explore and search.

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

And three is how it handles long-term goal-directed behavior.

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

That third is

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

arguably the most important piece of research that, you know, as factories and agent research lab, and that's basically the most important piece of research is how do you do long-term goal-directed behavior?

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

But I think on that first point of like the environment, one thing that I think makes droids really effective in larger code bases, enterprise environments is that it, it's very, it makes it very easy for you to understand is your environment actually agent ready.

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

In other words, it will tell you, you know,

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

is Droid operating in its best environment possible?

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

We have tools like agent readiness that help you understand, does the code base have agents.md files?

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

Is it documented?

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

Is there linter feedback that the Droid can use to verify its own work?

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

And it will proactively seek those verifiers so that if it wants to explore a code base and see, hey, is this code base over here

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

Sorry, is this like section of the code base doing this function?

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

It will use, you know, grep and glob and bash and all the tools available on the computer.

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

But it will also look for validation and verification.