The AI Daily Brief: Artificial Intelligence News and Analysis - How to Design an AI-Native Engineering Organization
Episode Date: June 9, 2025NLW is joined by Sid Pardeshi and Brian Elliot from Blitzy.com to discuss the radically changes coming to AI engineering organizations. From copilots to agent swarms, this is a conversation about the ...opportunities and challenges facing all enterprise engineering groups as they look towards the future. Get Ad Free AI Daily Brief: https://patreon.com/AIDailyBriefBrought to you by:KPMG – Go to https://kpmg.com/ai to learn more about how KPMG can help you drive value with our AI solutions.Blitzy.com - Go to https://blitzy.com/ to build enterprise software in days, not months AGNTCY - The AGNTCY is an open-source collective dedicated to building the Internet of Agents, enabling AI agents to communicate and collaborate seamlessly across frameworks. Join a community of engineers focused on high-quality multi-agent software and support the initiative at agntcy.org Vanta - Simplify compliance - https://vanta.com/nlwPlumb - The automation platform for AI experts and consultants https://useplumb.com/The Agent Readiness Audit from Superintelligent - Go to https://besuper.ai/ to request your company's agent readiness score.The AI Daily Brief helps you understand the most important news and discussions in AI. Subscribe to the podcast version of The AI Daily Brief wherever you listen: https://pod.link/1680633614Subscribe to the newsletter: https://aidailybrief.beehiiv.com/Join our Discord: https://bit.ly/aibreakdownInterested in sponsoring the show? nlw@breakdown.network
Transcript
Discussion (0)
Today on the AI Daily Brief, how to design an AI Native engineering organization.
The AI Daily Brief is a daily podcast and video about the most important news and discussions in AI.
Hello, friends, quick announcements before we dive in.
First of all, thanks as always to today's sponsors, superintelligent, plum, vanta, and agency.org.
To get an ad-free version of the show, go to patreon.com slash AI Daily Brief.
And today, as I am traveling, we have a different type of episode.
I'm joined today by serial entrepreneur Brian Elliott and Sid Pardeschi, an ex-NVIDIA software architect
with 27 generative AI patents to his name.
Sid and Brian are the co-founders of Blitzy.com, which of course you have heard me talk about
as a sponsor.
Now, to be clear, Blitzy sponsorship does not include a sponsored episode.
This is something that came out of a bunch of conversations that I had had had with Brian and
Sid offline that I thought would be interesting to share.
coding is obviously at this point one of, if not the most transformative use case of AI,
particularly when you think about in the enterprise.
It's also a use case that opens up more use cases and compounds the rate at which everything
is changing.
And so I think even for folks who are not building or in engineering organizations,
understanding what's happening in and around AI and agendic coding is incredibly important.
In this show, we talk about the barriers holding AI coding back in the enterprise.
Specific types of investments enterprises can be making to make agentic
coding work better, and ultimately try to get into a blueprint for the modern AI Native Engineering
Organization. It's a fun conversation, so let's dive in. Hello, sirs, welcome to the AI Daily
Brief. How's it going? NLW. Let's get into it. Glad to be here. Yeah, no, it's great to have
you here. We're talking today about, I think, a topic that is, you got to say at this point,
that if there is one definitive, like, just no denying it use case for AI, specifically,
specifically when it comes to sort of business and business operations, it's coding, right?
Like everything else, there's tons and tons of things that are changing productivity and changing
how people do their jobs. When it comes to, like, really rethinking fundamental structures,
things that you could get fired for not doing, you know, reimagining sort of the engineering
function with the new opportunity of AI and agents is pretty high on that list. And so we're going
to dig into that a little bit today. And where I want to start is almost more broad, right? Like
For people who are not paying attention to sort of every shift and change when it comes to
AI and coding and, you know, agentic coding.
What is the landscape right now?
What is it being used for?
Is it primarily just sort of on the startup or individual side?
What is the state of models?
Kind of like, take us into the picture of AI and agentic coding, broadly speaking, in mid-25.
Yeah.
Let me give a band of the simplest use case and the most complex use.
use case, and this is being adopted across startups and enterprise. So from a simple use case perspective,
you have GitHub co-pilot, you have cursor, you have these tools where you can give them a little
bit of intent. Say, I want to create a function that creates a login screen. And that's going to give
you back some code, a few hundred lines of code. And that's really useful because developers don't remember
specific syntax for a language or they want this to work with their specific brand guidelines.
to the doing something on the front end, you can provide that to the co-pilot.
So that engineer within their IDE is going to be 20, 30% more efficient.
And for somebody that costs 100, 200, 300, $400,000 a year, depending on your base and how skills you are,
that is meaningful when extrapolated across the enterprise.
So that's where we're started on the simple use case.
Now, if you go to the other end of the spectrum, you can think about how long is that agentic system thinking and validating before
providing the code back. So on the first part of the system where we had just the co-pilot,
it's immediate response with the IDE, getting you something that might work or make you go faster
versus thinking something like deep research, which we're all familiar with from a sort of research
and report generation perspective, where you are able to agentically improve the quality of
the code. And these are these much more agentic solutions that you're thinking about, where you have
tools like Devon or factory that are going to take 30 minutes to come back and
get you a chunk of work that might be hundreds or thousands of lines of code that is taken into
account all of the relationships around that. And then you have us Blitzy, which is going to take
12 hours or a few days or we've had multi-week runs, right, where you're going to be accounting
for tens of millions, 20 million, 30 million lines of code and delivering huge chunks of work,
right? And so you really have all the way from a little bit of intent, a little bit of code,
to huge amounts of infrastructure and huge amounts of code, ultimately delivering
productivity, whether it's 30% or 300% really depends on the approach the enterprise is ticking.
Yeah, and if you dig deeper into Brian's response, right, we focused on the modus operandi or the
use of the tool. There's also something interesting to look at from a use case standpoint, right?
So if you're looking at prototyping or building something that you can quickly demonstrate
how it looks like in the UI, right? If you're a product manager at an enterprise, then it's very
easy to use something like FigmaMink or Google Stitch and get something out there quick.
that you can share a URL and have someone to see it.
If you're doing something a little bit more complicated,
like maybe a GitHub issue or a Jira ticket,
and that's a full feature or a buck, right?
Then probably it makes sense to use something like an IDE tool
and even Blitzie plays into that space,
but the point there is like you're writing hundreds,
if not thousands of lines of code, right?
But what if you're doing large-scale modernizations,
refactors?
That's where Plitzy and some of these other tools can help you,
where you need very large-scale context, right?
Like, particularly for Bidzi,
it's like we've pioneered infinite effective code context.
I'm sure we'll talk about that later.
But it's about keeping context
across multiple repositories, modules, systems,
and producing something that the humans can then review
and take to production eventually.
So, okay, so here's where I want to go with this,
because I think it's interesting.
One of the things that has been surprising over,
call it the last six months,
is how frequently it is the engineering,
departments of organizations that were interacting with, you know, with agent readiness audits and
things like that, that are blockers to work. And sometimes it feels for very kind of, you know,
personal reasons. They chose a very cushy position for a specific reason and don't really want
to work all that much harder. But let's hold that aside. There have been a set of kind of complaints
or just observations about how not enterprise ready certain tools are. But it seems like that's just
based on your answer, that's sort of changing fast. What has?
held back enterprise adoption of these processes on whatever end of that spectrum it is.
I feel very strongly for this personally.
So I think we talk a lot about it from a technological standpoint, but also there's the mindset
standpoint that you spoke about, the change management.
If you think about the approach that the AI tools are taking today, it's like, let's work
with the human, right?
Let's take some instructions from the human, get something back, review it, and push it.
And that's kind of like the easy way to do it, because essentially you're like building
like a wrapper around Claude or Gemini or some of the other models, and then you're building
something that's a quick response. And that is a response to the enterprise where the enterprise
doesn't trust the models, right? You have LLMs that can produce code, but that code necessarily
isn't the most high quality. You still have to spend time validating it, fixing it, and making
sure it really adheres to your enterprise's best practices and whatnot. Challenge really for moving forward
to the next step is how do we get enterprises to trust the AI, right?
As of today, AI is probably the bottleneck.
It's just not good enough for the humans to blindly trust it.
But given the advances that we're seeing with new model releases like every couple of
months between like Cloud 3.7 and Cloud 4, what's going to quickly happen is that
humans will become the bottleneck.
And the enterprises that are not quick at adopting the AI tools today are going to be
significantly lacking at that point because they were slow to get the mind-stallel.
a change. In terms of technological adoption, we're not seeing like a huge lead time in adopting
an AI tool. If you really clear all of the hurdles and from the security background checks
and all of that, once you do that, like integrating is like literally a matter of days, right?
But the hurdle or the biggest challenge for enterprise AI adoption is really getting your
most senior architects to change their mindsets and perspectives on AI, on changing how you build
code. Like, for example, rather than, you know, writing all of the code yourself, letting the
AI write it and finish it off, right? Handing it a set of requirements, which forces you to
over-communicate, and engineers historically haven't been the best communicators, right? So how do you
cross that hurdle, change that mindset, incorporate AI into your entire software life cycle,
right? And make sure you're ready for the next wave is where we're seeing the biggest challenge.
It's very hard for the enterprise if you look at it from their perspective, because there are
thousands of tools out there. And most of these tools are built by very, very young entrepreneurs
that haven't spent time at senior levels within these enterprises. So they don't know what is
important to them from an adoption perspective. Right. And so like they're building SaaS without
the ability to deploy it within the client's VPC, which if you're going to work at the
financial services institution, like forget about it. They're not going to adopt SaaS, right? And so
they're building these solutions without the enterprise in mind that have good value, but they're not
designed to be procured in the way that enterprise has to de-risk. And so you need both the
technological advancements to do something really, really compelling, but you have to make
technical design decisions up front that is set up for the enterprise to adopt how they can
procure. Yeah, I mean, it feels like this is one of the, so in our conversations with enterprises
who are bringing up these types of issues, it's a very clear skate to where the puck is headed
moment when, you know, because it's just the obvious opportunity for companies in this space to sort of
rebuild and redesign enterprise engineering efforts is so huge that there's a flood of companies that are now
taking on different pieces of that. It's sort of one of those convenient short-term excuses that,
you know, companies haven't been set up for that because that's not going to be the case for very
long. One of the other things that I wanted to ask you about, which I think gets a little bit into
your architecture and how and how you guys approach some of these issues is broadly speaking,
we're sort of in the midst of an inflection between the assistant era and the agentic era.
This involves kind of a reimagining of AI from AI that helps me do stuff to AI that does stuff
for me. That all in of itself is a pretty big mindset shift, even for people who have spent
the last couple of years getting comfortable with assistant type tools. However, I think that it
still feels that even the folks in general who are kind of fully embracing and thinking about
agents as collaborators and digital employees and even starting to imagine, you know,
teams of agents working together are kind of underimagining the full capabilities of when
you have sort of intelligence too cheap to meter that you can use, you know, at mass scale.
Like, right? Like, we're still kind of in this mindset of replacing my copywriting with an agent
rather than imagining, you know, 100 copywriters who are all competing, you know, in this sort of,
you know, this war game scenario that I've seen.
set up. How are you seeing that type of shift happen? And maybe this is a chance to kind of talk about
the swarms that are a part of what you guys do. Yeah. In general, I think people are dramatically
underreacting to what is happening in the ecosystem right now. The rate of change is like nothing
we've seen in our lifetime. And the ability to pivot an organization to be able to be set up
to give work off to a system and then get work back is fundamentally very, very different.
You have 20, 30,000 employees.
You're trying to re-architect the entire system that's built on people changing off work from one person to the other person at the other person.
So we've been thinking about how to solve this problem of giving work off to a form of agents for a very, very long time now.
And this process is fundamentally superior to the human bottleneck, human in the loop.
For us, we have human in the loop at very specific checkpoints.
But at the point where the human is sending that work off, letting the system get as high, equal.
quality of outcome as possible for whatever it costs, and then giving that back to the human
a day or two days later. And so you can talk about how the swarm concept was really invented
pioneered and what it means for the enterprise. Yeah, I think I also want to like underscore a
very practical example of why this makes sense, right? Like I've been leading and working with
engineering teams for a decade plus. And what we've constantly seen is that it's not really
talent, even for humans, right? It's not really talent or the technological limitations that
delays projects more than, you know, someone would budget them or that, you know, even causes
humans to be relatively slower. It's really the cost of communication, right? It's the fact
that humans don't typically work weakens, for example, right? It's the fact that you have to go
to multiple teams and multiple teams have different incentives, even within the same company,
even if the company is aligned on the same mission. But if you look at the swarms of AI agents
that we know will be technologically better, we've seen that happen for, you know, the past few years.
And if you roll with that assumption, then that system has already solved for the cost of communication.
They don't take weekends off.
They're constantly working.
At the moment, maybe not smarter than an average human, but they will soon be right.
So because you've eliminated that, you can just get stuff done way faster.
And once you've crossed the chasm, as you mentioned, once you've gone from the assistant era to the gentic era, you've adopted that,
you've positioned agents in your enterprise, you are positioning yourself for what's coming next.
Because as of now, we're thinking of agents and or like swarms of agents as operating,
really we're thinking about it in human terms, where I can hand off a task to someone and they come back with it.
Like, that's like a human modus operandi.
But with the agents' storms, and once you've perfected this process, what you're going to see is systems that can be offloaded autonomously to agents.
Like customer support, for example, I think is a very good use case just because you have voice agents, you have chat agents, you have the ability to respond to emails, you have the ability to process documentation and understand it.
And many times, like the Anthropics CEO Dario Modi said, like humans also hallucinate, and sometimes humans can hallucinate more than agents.
So the problems are similar, right?
And it's really hard for a human to keep context of like changing documentation, changing processes across the life cycle of the enterprise.
So AI is like very strongly positioned to like automate away entire systems for enterprises.
And adopting the agents is a starting point to get there.
What is this, how does this shape the design of engineering organizations in the future?
What's the combination of, you know, superpowered 10x coders or 100x coders who are using these tools as assistant still or as
sort of, you know, collaborators, plus, you know, teams of agents or swarms of agents that are working,
you know, largely or entirely autonomously, plus some sort of new type of engineering management
role that's coordinating between these. Like, what does that all look like? And maybe, you know,
on a one-year time scale and then on a three-to-five-year time scale. I'll tell you what the best
organizations are doing right now, because there are organizations that are on the edge of AI
adoption that are going to be what most of the industry looks like in 12 months.
So we're seeing this right now where you'll have a senior architect, right,
that has a system level view of exactly what is going on across the organization from a code-based context and from a business context.
They can finally have the code-based context because Blitzie will pull everything together for them and put it inside of a document, right?
And they have the business context because they've been there for a long time.
That senior person is so valuable, but that's the person that you're turning from a 10x to 100x, right?
that is the person that is expressing intent to this system of action that is going to give it to
this form of agents, do a lot of work, right? And you're magnifying everything that architect
otherwise would have done if they had infinite time, right? They are expressing exactly what they
want down the nuance level with the help with the system, sending it to the swarm,
and then getting back the work, which in this case is code, right? And so we have the senior architect,
and then you usually have a couple of junior people. And this is where everyone says,
like, oh, all the junior engineers are going to go away.
There's going to be no work for them.
Those junior engineers that are, you know, two, three, four years of experience now have
a place where they have access to understanding the code base, right?
And they have access to tools to level them up.
And they can finish out any remaining work that the AI system was not ready for.
And people think that, okay, so like the engineering org size is going to go down.
But engineers have been automating away the work that they've been doing for decades.
Like, deploying something used to be a whole team's job, right?
Like, now you can get it done with a little bit of a configuration and a click of a button.
So engineers are exceptional at automating away the work that they used to do
so they can work on the next level of abstraction that the business needs.
Because these engineers are just, they're problem solvers and software is the tool that they're choosing to use.
Now AI magnifies their ability to create that.
Yeah, and given how broad this spectrum is right, there's always a use case
where you can deploy your engineers to one task or the other and the tools, right, use them
optimally.
Like, organizations and enterprises do not realize this often enough that they always have
some sort of a key band risk, right?
And this is like the 10x architect or the person who's been around for like 10, 15, 20 years
with the company that knows things that no one else does.
And every time you bring an engineer on, you hire a new team, a new engineer or team
of engineers, you keep that person in the meeting and you help them ramp up, right?
But what happens if they quit and you don't have that knowledge captured?
And the AI tools out there, the swarms of agents, can help you document and capture exactly that.
And that is a decision that you need to take consciously, that you make sure that happens.
And then there's a bunch of use cases that we come to, right?
Like, if you have these modernizations, if you have tech dev, whichever enterprise has, if you have documentation challenge, it makes sense to have the swarm of agents, take a stab at it, get it done to the best extent possible, and have your junior deviant.
developers even finish the job, like Blitzie is, for example, an 80% to 20% in terms of time,
right? So Blitzy makes you five times faster, but the code that you get is not perfect. So you
can have junior developers spend time on finishing that if it's a large-scale modernization.
If you have something else where you have a product manager who's not very technical and
they want to build a prototype, you can use the appropriate tools for that. So there are
enough silos and specific use case across the entire enterprise that lets you see you.
use a host of tools, and there is work to do for every single skill level within the enterprise.
Do you see that evolving, though, as these systems get more advanced?
Sort of, you know, is there a narrow band of time in which juniors fit that role?
Or do you anticipate because there are going to be kind of continued, as you put it, you know,
higher orders of abstraction, there will always be something that's sort of, you know,
that you're going to want people to augment the AI with?
AI is never going to invent something.
Well, until AI is here and then it can learn things, right?
But like, humans are, like, brilliant.
And when you let them focus their time on net new problems that haven't been solved,
whether they're 22 or 52, like, they will directionally move the organization in the right direction.
So the type of work that that 22-year-old is going to do is going to be different,
but they're going to be empowered to do so much more because they have,
system level understanding and a fresh perspective. So like as long as that organization has problems
that can be solved through automation, through software, of which the backlog of any organization
is decades long if they were to actually sit through and work through, what are the things
that we would have from an optimal software perspective? They usually just catalog it at three
years and then call it from there, right? And so there will be a next level of work that these
organizations are going to need these really bright, talented young people to do.
We don't even know what some of that work is yet, but like there might be an approach where an organization says great for a one or two-year time horizon.
I'm actually going to cut head costs, like do the kind of private equity role and get as much free cash flow as possible.
But that will not be an enduring enterprise.
And the organizations that are going to like make it in the long term are the ones that are going to understand.
Like people are incredibly valuable.
We have to adopt AI across all of our systems so that our people are working on the hardest possible problems that AI can't solve.
For the best organizations, the answer is that they're going nowhere.
And, you know, I can speak for this personally, just because I joined Nvidia,
straight out of college, and I was there.
Nvidia is the only other, you know, employer I ever worked for.
I was the youngest senior architect from my batch, right?
I started as an intern, and I really saw the journey together.
I think we're talking about how junior developers and we're like saying, you know,
they're probably not going to be relevant.
Like, that's what some people are saying, but I think that's completely flawed.
What we're going to see in a few years from now, and it could be like two to three years,
is that this paradigm completely shifts.
I would in fact say that if I had the tools that these people have access to today,
like the ability to process large amounts of logs and understand where the error could be,
like that's where I spent most of my time as a junior developer,
the ability to review a document of an entire codebase that was written by someone else,
and that is an AI, right?
and I can follow up and ask it questions and get to know things that I otherwise wouldn't have caught if I did like 10 tickets, right?
That's like game changing, right?
We're not seeing enough of that just because, you know, college graduates go through this four-year process.
And that four-year process in the last four years in particular has completely like the technology landscape has completely transformed.
So hardly anyone has knowledge of AI or how to use these tools.
But the universities are adapting and people are realizing.
this, junior engineers realize this. The first thing they up skip on is AI just because the market
is gravitating towards AI engineers in general. So what we're going to see is junior engineers
who are able to become a 10x engineer far too quickly. It took me three years to become a senior
engineer, but I think we're going to see junior engineers that become seniors in like one year or
less. Today's episode is brought to you by superintelligence specifically agent readiness audits.
everyone is trying to figure out what agent use cases are going to be most impactful for their business,
and the agent readiness audit is the fastest and best way to do that.
We use voice agents to interview your leadership and team,
and process all of that information to provide an agent readiness score,
a set of insights around that score,
and a set of highly actionable recommendations on both organizational gaps
and high-value agent use cases that you should pursue.
Once you've figured out the right use cases,
you can use our marketplace to find the right vendors and partners,
and what it all adds up to is a faster, better agent strategy.
Check it out at Bsuper.a.I or email agents at Bsupor.aI to learn more.
Today's episode is brought to you by Plum.
If you build agentic workflows for clients or colleagues, you need to check out Plum.
Plum is the only AI-Native workflow builder on the market designed specifically for automation consultants,
with all the features you need to create, deploy, manage, and monetize complex automations.
Features like one-click updates that reach all your subscribers.
subscribers, user level variables for personalization, and the ability to protect your prompts and
workflow IP. Make your life easier, your clients happier, and your business thrive with plum.
Sign up today at useplum.com. That's Plum with a B forward slash NLW. Today's episode is brought to you by
Vanta. In today's business landscape, businesses can't just claim security, they have to prove it.
Achieving compliance with a framework like SOC2, ISO-27-01, HIPAA, GDPR, and more, is how businesses can
demonstrate strong security practices. The problem is that navigating security and compliance is
time-consuming and complicated. It can take months of work and use up valuable time and resources.
Vanta makes it easy and faster by automating compliance across 35-plus frameworks. It gets you audit-ready
in weeks instead of months and saves you up to 85% of associated costs. In fact, a recent IDC white
paper found that Vanta customers achieve $535,000 per year in benefits, and the platform pays for itself in
just three months. The proof is in the numbers. More than 10,000 global companies trust Vanta.
For a limited time, listeners get $1,000 off at vanta.com slash nLW. That's VANTA.com for $1,000 off.
Today's episode is brought to you by agency, an open source collective for interagent
collaboration. Agents are, of course, the most important theme of the moment right now, not only
on this show, but I think for businesses everywhere. And part of that is the expansion.
and its scope of what agents are starting to be able to do.
While single agents can handle specific tasks,
the real power comes when specialized agents collaborate to solve complex problems.
However, right now, there is no standardized infrastructure for these agents to discover,
communicate with, and work alongside one another.
That's where agency, spelled A-G-N-T-C-Y, comes in.
Agency is an open-source collective building the Internet of agents,
a global collaboration layer where AI agents can work together.
It will connect systems across vendors and frameworks, solving the biggest problems of discovery,
interoperability, and scalability for enterprises.
With contributors like Cisco, crew AI, Langchain, and MongoDB, agency is breaking down silos and
building the future of interoperable AI.
Shape the future of enterprise innovation.
Visit agency.org to explore use cases now.
That's agn tc.org.
And I think that this almost goes without saying, but is worth kind of putting a fine stamp
on. My guess is that, I mean, maybe let me ask it as a question. Is there ever an end to the
amount of code that an organization might demand or could use? Basically, is there ever,
is there ever a point in which building is done, or is there always just in a world where it's
a hundred times easier to write code, we get a hundred times as much code? I think we're in a
world where it's a hundred times easier. You get a thousand times more code. There's an insatiable
demand for software. The way that we run our businesses today, like people will laugh at, right?
Like very, very clunky CRM, ERP systems, no digitization of the supply chain. Like, these are very
specific to each enterprise and the way that they run their business. And people will just start
building all of this in-house and then they're going to layer AI on top of it. Then the technology
is going to change again. So like, it is, it is an expansion opportunity for software. Now, AI will be
writing most of the software, right?
Like eventually, you know, almost all of the software.
And it's going to be directed by people who understand what these systems can do and how to
operate and how to steer them.
But there is not an organization that's going to be deeply, deeply successful that doesn't
build a lot more software.
Jay one's paradox in action.
Jay one's paradox is exactly that.
Do you think that this vibe coding phenomenon of particular non-engineers, non-coters being
able to sort of interact in this language will have.
positive effects in terms of the ability of other parts of the enterprise organization to communicate
with people who are coding, who are sort of building products?
If you think about code, building something visual, right? Like, it is a method not just to explain
what you are thinking, but to explain it to yourself, right? And so vibe coding is a mechanism where
you're having a two-way conversation and path to create a small application or a product that lets you
tell a story about what you want to do. Oftentimes, the value of people building these prototypes
in houses, like, they realize themselves the idea was not very valuable, right? And so instead of
just pitching this idea three or four or five or six times and then I try to convince your buddy
from MIT to build it for you, like, you in the course of a half an hour will decide that like
your product idea for a note taking out, like was the same as Apple Notes, right? And so this is a
net positive for the enterprise, not just for the ability to say, hey, I'm a non-technical person.
I have an idea for a prototype for a marketing department and I want to show it to you,
but it's actually the ability to self-discover what is valuable with a new tool to do so.
But vibe coding is awesome for these non-technical teams to prototype little projects.
But you're seeing all these YC startups that vibe-coded their way to their product and then like,
it doesn't scale, right?
Like it's not a viable engineering path.
And so it's good for its purpose.
It's good for small point applications, but like it should not be used to abstract.
to how software can or should be built.
I think wipe coding is here to stay,
and if everything plays out the way the visionaries
at Anthropic and Openy, I describe it,
like we're sprinting towards the world
where wipe coding is what everyone does.
We're all just wipe-cores.
But if you look at the reality as of today
and the road to get there,
wipe-coding is definitely not the way.
So there is definitely a place for, like, non-technical people
to wipe code applications into existence,
get sign off and then sign the bill to get it built a mix of the traditional way.
But having said that, like I said earlier, there is a future where for a lot of applications,
depending on the use case, that makes sense.
You can wipe code it perpetually, right, and you can keep it in production.
But for a lot of other more complicated use cases, like would you wipe code a healthcare
application?
No.
Would you wipe code something that the government can use?
Absolutely not.
So there's always going to be things like next level scientific breakthroughs that require more human involvement and that will have to be built a combination of a traditional way.
What's the blueprint for the modern agent-enabled software engineering department in terms of people, mindset, infrastructure, support, partners, vendors.
What are the pillars of a modern software engineering organization?
Yeah, we think about the AI-Native SDLC all the time.
We consult on this directly with our partners, our customers, and help them answer this question.
You need a batch development tool, something that operates at scale, at context, that does a lot of code.
You need an IDE-based tool, right?
Your windsurf, your cursor, that is there in the developer workflow that they can work with.
I would just say let the developers pick what they want.
It's very preferential at that point.
And then that's their, I would say, the minimum viable stack, which if we see like Blitzy plus cursor,
blitzie plus windsurf as a good minimum viable stack for the AI native SDLC, and then
Figma's not going away. And so people that think, you know, RepL is going to replace Figma or sort of
don't understand the nuances required from a design department. But that is minimum. And you're going to
see a lot of cool stuff coming out from Jira and a lot of these tools to be able to work with
Jira via MCP to make that existing kind of like, call it non-AI native stack, become AI
native and work with these tools. So because of MCP, we're going to see a lot of these old
common SaaS providers be a part of the stack that is kind of like AI Native SDS.
And I think you mentioned also mindset and process.
So there's a couple of things I'd like to highlight there.
I think from a mindset standpoint, you need to be able to trust the AI.
Yes, it's not going to be perfect in the short term.
And you need to be willing to change your day-to-day workflow from writing a lot of code
to letting the AI write it and you're reviewing and perfecting it and following all the
regulatory practices, procedures, et cetera, approvals to get it into production.
I think that's the biggest mindset shift that needs to happen.
but there's also another specific procedural aspect that gets talked about quite less.
And that is the ability for AI agents to understand your code base.
And that's a continuous process.
Like, for example, if you track the most elite users of Blitzy or any AI coding tool,
what they're doing is they're creating documentation within the repository that AI agents can follow.
Right.
And the factor of matter is the fun part is that,
it's also useful for the humans.
So for example, using Blitzy, you can document your entire codebase
and ask it to create Read Me files in every single folder.
Or using Cursor, you can create a plan,
and then you can create that plan file at the root of your codebase
and ask it to follow that plan.
And you can also create coding guidelines and whatnot in this matter.
But the bottom line is,
if you're able to make it easier for the AI agents
to follow your instructions and to understand your codebase,
you're going to see massive dividends in code quality, right?
Because ultimately, if you think about current AI, it's garbage in, garbage out.
So if you're able to increase the quality of what you put in,
you're going to see much better quality of what comes out.
And that it's not linear, right?
So even if you increase the quality by like 10 to 15% of specificity, for example,
in what you tell it to do, you're going to see like an exponential increase.
It could be like 60% in terms of the output.
that you get back, just because it's exactly what you expected it to do.
By way I've started to wrap up here, you mentioned MCP.
Are there any trends, standards, conversations, new product developments, new advancements
and models, anything that you're watching that has you particularly excited right now
or that you're keeping a close eye on in this sort of broad domain?
I would say that the biggest thing, you know, I've been in this space since 2017,
following along with deep learning, with the generative adversarial networks,
we're ease.
The biggest problem then, and even now to some extent, was that it's a black box.
No one, even if they're a PhD in that very specific topic,
no one really understands how the models actually work or, you know,
how is it able to reason through.
But we're looking at things like, for example, everyone's talking about MCP and A2A,
but Anthropic recently put out this paper about circuit tracing.
And they open-sourced some libraries that are,
help for it. And what that is essentially is you're able to visualize the neurons, right? So the
way neurologists explain how the brain works is like it's a set of neurons that fire. And by tracing
the path of the neurons that fire, you're able to understand and diagnose like brain issues
or how the brain works. It's similar for models. Though like a lot of experts would tell you that
that's, no, the models are not like the brain. But if you stick to that analogy for a moment,
if you're able to identify which parts of a neural network are being triggered, and if that was
the expected path to be triggered based on your input prompt, you're able to understand if the
model is doing what it is supposed to do. If it is looking at the right set of trained parameters
in its set of parameters, and if it is on the right path, for example, if it's a medical
use case, and if you detect that the wrong set of neurons are being activated, you can intercept
and stop that process.
It could be a massive impact on the safety of that user, right?
Because it's hallucinating or it's not recommending something that it's supposed to do.
Or there could be a security risk, right?
So this particular research and this article that Anthropic just put out,
it is going to be game-changing because you can now visualize the internals of the model
and it is going to significantly change the way models are built.
and hopefully we're going to see much stronger open source models separately because of this information.
Anthropic and others, right, are going to be able to convince enterprises that they're in control of the models.
And they give enterprises more confidence to adopt it just because they know that they have a stop button when you have a sign of something going wrong.
Brian, you got anything? Anything you're watching?
I think people are dramatically underestimating the rate of computer use.
So the ability to look at a screen and navigate it, which was really, really bad initially.
And people said, like, almost like wrote it off because it's not going to be interesting.
But if you talk about the ability to get software that's designed, built, then compiled,
and then to make sure that it runs according to your spec, computer uses the fastest path to do that.
Right.
And so all of these, like, really laborious, really distasteful, not enjoyable QA work is going to be awful.
loaded onto that from a long, inference time compute task effort to do end-to-end testing.
And that is just another area where folks are spending time that they don't want to be spending
time on when they could be elevated, abstracted away, working on the most interesting,
actually challenging problems for the enterprise.
Awesome.
Well, guys, super interesting conversation.
Like I said, this is a constant part of the discourse we have with companies that's super intelligent.
and one where, again, I feel that we are, it is changing so rapidly and having such
dramatically positive effects for companies that are sort of fully embracing this that
I'm excited to see how it continues to develop.
Awesome.
Thanks, I'll doubt you're getting it.
Thanks, by the audience.
