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

And the idea, you're working with the LLM to help you write those.

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

And then you say to the LLM, I'm happy with that.

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

Now, either you can go write the code or I'll go write the code or we'll write the code together.

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

Or maybe I'll spawn 12 of you to write a whole bunch of code and I'll write some code and then eventually we'll come back together and we'll have the feature written, right?

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

And like I said, it gives you, I feel like it gives you better results than just going, hey, AI, write me the thing, right?

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

Okay, so here's my workflow, right?

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

I realize we're going elbow deep straight away, but let's talk through my workflow.

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

Yeah, yeah, right on, right?

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

So I've got a pre-existing project.

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

Maybe I've been brought onto a project or maybe it's something I've been working on for ages and I've just sort of left to the wayside for a little while.

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

First thing I'm going to do is I'm going to say, before I even evolve SpecKit, hey, AI Helper,

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

it's been forever since I looked at this, or I'm brand new to the team, help me to get onboarded by go and read through the code and give me an idea of where the different modules are, maybe if I'm in object-oriented, maybe where all the classes are, where all the helper functions are, which libraries we're using, what technologies are we using, I don't even know yet, right?

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

Hopefully, that's already been done because we're in that world now, so hopefully someone on the team's already done that and they're keeping that up to date, but if not, hey,

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

AI, I'm using Claude, so hey Claude, go deep dive into the code and give me some documentation to get me started.

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

From there, I can say, okay, cool.

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

Now we've got a spec kit there, spec kit init, which just basically says, go create a bunch of folders in my project that are specific to the LLM that I use.

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

So I'm using Claude code, you may be using Copilot, or you might be using Quinn 3, or

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

windsurf or any of the other supported um ai systems and what it will do is it'll dump a bunch of uh script files in there so some of these this is where it gets a bit confusing because i said script files and so some of them are power you can have them in powershell or bash and then there are markdown files that sit with it so uh for instance with claude you can have slash commands so you can put forward slash and then the name of something and then

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

If there is a markdown file, it will read through the markdown file and process that.

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

These work a little bit different.