Menu
Sign In Search Podcasts Charts People & Topics Add Podcast API Blog Pricing

Jamie Taylor

๐Ÿ‘ค Speaker
341 total appearances

Appearances Over Time

Podcast Appearances

Coder Radio
640: The Modern .Net Shows' Jamie Taylor

So you've got that operating environment already.

Coder Radio
640: The Modern .Net Shows' Jamie Taylor

And because these are markdown files, you can jump in and edit them as you go.

Coder Radio
640: The Modern .Net Shows' Jamie Taylor

Or you can gently nudge the LLM as it's writing them and say, actually,

Coder Radio
640: The Modern .Net Shows' Jamie Taylor

Yeah, that's great, but maybe I care about, because maybe this is a web app, maybe I care about what OWASP have to say.

Coder Radio
640: The Modern .Net Shows' Jamie Taylor

So I go and say, go find the rules that OWASP recommend for this type of application development, and then grab those, put that in the constitution, and then that way you might not get...

Coder Radio
640: The Modern .Net Shows' Jamie Taylor

Yeah, so you'll be protected against things like SQL injection, things like that, and cross-site scripting and all of these wonderful things that you no longer have to worry about because all the code that you're going to write with this LLM is already protected against.

Coder Radio
640: The Modern .Net Shows' Jamie Taylor

So that's the first thing it does.

Coder Radio
640: The Modern .Net Shows' Jamie Taylor

So yeah, you do spec first.

Coder Radio
640: The Modern .Net Shows' Jamie Taylor

So that's specification.

Coder Radio
640: The Modern .Net Shows' Jamie Taylor

And you say, here's the spec.

Coder Radio
640: The Modern .Net Shows' Jamie Taylor

I'm thinking like project manager BA level.

Coder Radio
640: The Modern .Net Shows' Jamie Taylor

This is what we want, a feature that allows the customer to check out.

Coder Radio
640: The Modern .Net Shows' Jamie Taylor

We're not talking about technology.

Coder Radio
640: The Modern .Net Shows' Jamie Taylor

We're not talking about the hows.

Coder Radio
640: The Modern .Net Shows' Jamie Taylor

We're not talking about the whys.

Coder Radio
640: The Modern .Net Shows' Jamie Taylor

We're talking about the whats.

Coder Radio
640: The Modern .Net Shows' Jamie Taylor

And you can be as detailed as you can or just say, build me a checkout system, whatever.

Coder Radio
640: The Modern .Net Shows' Jamie Taylor

I like to put, and this is going to scare some folks because some folks don't like lots of typing of words.

Coder Radio
640: The Modern .Net Shows' Jamie Taylor

They like to jump in with the code.

Coder Radio
640: The Modern .Net Shows' Jamie Taylor

But I like to put in as much detail as I can.