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)

Like a lot of people name their AI tools with a human name.

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

And we said, look, these aren't humans.

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

They're a different type of tool that humans can use.

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

When we started Factory, my co-founder was doing his PhD at Berkeley.

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

And I was at a company called Hugging Face that worked on LLMs and open source tooling for the related... And actually, when I was there, it was pre-LLM.

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

So there were BERT transformer models and tons of different variants of that, diffusion models, all this other stuff.

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

And one thing that was pretty consistent was for the...

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

organizations that wanted code models.

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

All of them were looking to fine tune a model for their code base and maybe get autocomplete.

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

When we talked around to a bunch of companies, we saw that everyone was very fixated on coding.

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

which obviously is extremely important.

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

But the biggest bottleneck oftentimes in most software organizations is not can you write the lines of code to solve the problem, but it is the entire end-to-end process and the bottlenecks and the blockers that occur along the way, right?

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

Gathering context, understanding decisions, planning changes,

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

stitching all this together.

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

And once you get the code, you know, that's almost like the easiest part of the process.

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

So we wanted to make sure that AI systems that we built for software development could help people with that entire end to end process, which required us to basically do research on agentic systems that didn't exist at that point in time, and figure out what can we do to make them general and very capable across these different tasks.

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

Yeah.

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

I mean, it's kind of funny and there's actually a quick answer.

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

It basically has been autonomous the entire way.

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

I think this might be one of the bigger differentiators between us and a lot of the other players in the space.