AI Engineer World's Fair 2025
Real World Development with GitHub Copilot and VS Code — Harald Kirschner, Christopher Harrison
About this talk
An interactive, largely improvised GitHub Copilot and VS Code workshop explores outcome-first vibe coding, workspace-scoped agent settings and approvals, custom instructions, and reusable testing workflows. Audience questions prompt comparisons with Cursor and discussion of Claude, Three.js, and Perplexity, before demonstrations turn to MCP, GistPad-backed knowledge and reusable prompts, and server-to-client language-model sampling.
Chapters
- 0:00Vibe coding, outcome-first development, and Three.js
- 7:03Workspace settings, auto-approval, and agent safety
- 19:35Custom instructions, Claude, and interactive workshop questions
- 25:08Insiders feature differences and reusable Copilot testing tasks
- 49:59Agent tools, Perplexity, MCP, and GistPad
- 1:10:20MCP sampling and workshop close
Talk transcript
- 0:00
[upbeat music] We have, um, Vibe Coding at Scale.
- 0:17
It's a talk. I'm gonna give you the expo in a very short version without all the hands-on stuff. So this is whatever, how long this will take. It's all about vibe coding, so we're gonna give fully into the vibes, embrace exponential, and forget that code exists.
- 0:32
It is about focusing on the output and not actually on the code, and that's where, where people disagree, like, if I don't look at my code as an engineer, what am I?
- 0:42
Um, and then if... What does even embracing exponentials mean in this case? So and that's... We're gonna get into that, and but we're definitely gonna forget that code exists.
- 0:53
And I think, uh, the, at the Anthropic Conference two weeks ago was a great chart of how exponentially agents run longer and longer and generate more and more code.
- 1:04
So slowly forgetting that code exists, and do you wanna review every piece of code, but building trust and adding guardrails to the AI is what this talk is about.
- 1:16
And this vibe coding journey starts kinda initially what pe- most people saw of just like, "I build an app in just one day, and I put it online, and I made money, and I...
- 1:26
Then things happened to the app, and things got leaked, and things were no longer fun." And that c- That's that fun, chaos state of vibe coding, and we're trying to move to professional zen.
- 1:37
And that initial state is what I'm now terming YOLO vibes. It's the unofficial wording, but it's all about creativity and speed. And it's a good place to be. It's being...
- 1:47
It s- is instant gratification. It's getting things up. It's about learning. It's not about shipping products, but... And so we need to get there.
- 1:59
Second stage is structured vibes. It's all about balance and sustainability. Like, how do you bring maintain- maintainability, more readable code? Like, things you might actually... Somebody in the end might wanna read that code, and you'll have a handover to somebody else.
- 2:15
And you wanna have some quality control that what you built is maintainable and not just a throwaway project.
- 2:23
And lastly, we get to spectrum vibes. And if you have done anything on Reddit or on blogs in the, in the past, then you, past few weeks, you've probably seen people sharing their kind of best practices.
- 2:34
This is how I finally got good value out of AI, and those are, those best practices are emerging. But they bring you that scale, reliability, and velocity that, that comes with that, while still hopefully giving you some speed and gratification along the way.
- 2:50
But reducing that chaos, while maybe keeping the fun.
- 2:55
So v- vibe coding initially where we see this outcome first, as I said, it's all about not... You not, don't even wanna look at the code. Like, if you're in an editor, and I see actually people framing their experience in AI editors of a low-code mode.
- 3:11
So they, they just look at a chat panel and look at whatever comes out of it, and that's the outcome first. It's all about natural language. It's all about just staying in the flow and doing, working with the AI, and it's about auto-accepting changes.
- 3:26
So until it maybe no longer works, we might wanna undo, but otherwise, we just keep talking to the AI. "No, you did this wrong. Try again." Um, "Fix it or go to jail" is a very popular one.
- 3:39
So you can do, try all kind of... But stay in natural language. Don't, don't be too specific. So there is a use case for that, though. You wanna get a sense for YOLO vibe coding for rapid prototyping, for proof of concepts, where you just wanna get something out.
- 3:55
And that's why I actually have a ton of conversations with larger companies who wanna... who start a conversation like, "How can we do vibe coding?" And for them, it's all about getting people who are non-technical to be able to communicate ideas.
- 4:09
It's about UX people just making a mockup and being able to bring that to a meeting and being able to communicate what they wanna do in the mockup. It's all about learning.
- 4:18
Like, I had, we had, last, uh, two weeks ago at Build, we ha- they had one hour of vibe coding on stage live, and people build games. And I use Three.js which I have tried many years ago, but I haven't used Three.js in a while.
- 4:34
But once I got the code running, I could start getting into, like, how is it structured, how does it make shapes. Then I could actually understand technology because I have something working.
- 4:44
And that's, that's really the power of getting something up and running, that, that gives you the technology, something hands-on to actually try out. And of course, personal projects. So, um, I'm not sure how many of you had sit, sit down with somebody who's non-technical and showed them vibe coding and just build a wa- your water tracking app,
- 5:00
or you build something with your kids. There's all kind of personal projects you can now finally solve over the weekend, thanks to YOLO vibe coding.
- 5:11
So let's do some YOLO vibe coding. This is, uh, AI generated, so the images do reflect the vibe. So this is really about voice input, relaxing. I guess coffee is in there as well.
- 5:21
But let's get going. Um, okay. So in VS Code for YOLO vibe coding, we're gonna start with an empty VS Code. So hit Command, Shift, N.
- 5:37
Insiders. Sorry? Are we supposed to use Insiders in VS Code? I might show off Insider stuff, but all of what I'm showing is also in Stable. If you have Insiders, use Insiders.
- 5:45
Insiders is the pre-release version of VS Code that ships on a daily basis, like f- Firefox Nightly, uh, Chrome Canary, Dev where it ships nightly.
- 5:58
So on your left side, you will have no folder open. On your right side, you will have Copilot open. Everybody got this?
- 6:07
Raise your hand. Cool. Awesome. [laughs] So, um, who has used agent mode? Just checking so I'm not have to explain everything. Okay, cool. So agent mode, uh, the, probably the default you wanna have set, and default with setting.
- 6:24
Um, Claude Sonnet 4 is great at front-end stuff. So for me personally, my, my favorite. Is it big enough? Yeah.
- 6:32
And now what's interesting, so just one, one quick tour of how we're gonna do vibe coding is, there's actually this interesting setting here. Is this zooming? Yeah. Is New Workspace in VS Code.
- 6:45
And for this first round of vibe coding, I want you to go into this tools picker down here and actually disable scaffold new workspace. 'Cause it will help you scaffold your workspace, but it will lower the vibes if you're just trying to do HTML coolness.
- 7:03
Sorry, how do you get to that menu?
- 7:05
Oh, yes. Uh, tools picker down here. That's the little one. Uh, how to get into this menu? There's a tool-
- 7:12
Ah
- 7:12
... this tools picker. Okay. [speaking] Uh-oh. [laughs] Yes. It might be in a diff- it was in a different spot before. Um, if you don't see, check that you're in agent mode.
- 7:24
Otherwise, you don't have tools.
- 7:30
Oh.
- 7:30
Yes. Ask mode. Yeah. Okay. First step, into the panel is switch to agent mode down here. It sh- might be in Ask by default.
- 7:38
Yeah, it is.
- 7:39
Cool. And then second step, go into the tools menu, which only appears in agent mode. Soon, agent mode's gonna be default, and this whole where is my, my tools picker is less of a problem.
- 7:55
Okay, so n- And then what you wanna uncheck is this new section.
- 8:00
And we're gonna check out new-
- 8:01
Add MCP server and install extension.
- 8:04
Yes. Do you see nothing?
- 8:05
And I see those two items and nothing else.
- 8:09
That's not enough. I, I see more, more of you see. Um, you might be... Yes, I think that's fine. Let me just-
- 8:18
VS Code Insiders channel.
- 8:18
Shoot.
- 8:18
Or it's not Insiders.
- 8:21
Okay, good. Insiders. Maybe that... [laughs] Yes. I, I think this is actually... It's very recent and we're actively working on that. So keep it, keep it checked. It's fine. So let, let's actually use it.
- 8:30
Um, let's start with our first vibe coding using you because it's so hard to disable. And the way we're gonna do this is, um, create a, uh, let's do React Vite.
- 8:41
And that first lesson for vibe coding, use stacks that are kind of popular in front-end where the AI doesn't have to reason too much and make wild guesses. So React and Vite are good ways to run a project.
- 8:53
Um, website that for, what do we do? Um, hydration tracking.
- 9:03
Water hydration, water consumption app. Simple and big accessible UI following, uh... What do we tell the AI to make it really beautiful?
- 9:18
We tell it, uh, I like to tell it Apple design principles.
- 9:25
You can infuse it with whatever design sense you have. Mine is just make it look pretty, which always helps somehow, adding, adding that extra. So Vite water tracking hydration.
- 9:37
And that's really it. So we don't give it any constraints. We don't tell it how many buttons. Like, is it mobile friendly? Is it not mobile friendly? Is it, um, what CSS language to use?
- 9:47
Uh, I might actually not do React Vite, but might-- Oh, yeah, let's do that with Material then. With Material,
- 9:55
Material design. So yeah, now we got the stack, we got a design direction, and we tell- told it to make it pretty. Okay.
- 10:07
And then hit Run. So we're now in, in a no folder state. So what's first happening, it's gonna tell us to empty-- to open an empty folder. E-everybody got that in their flow?
- 10:17
Okay. Just gonna hit Continue. Now it's gonna actually ask me to open a folder. We're gonna make a new folder, vibing-at-nai-engineering.
- 10:32
Put that anywhere where you put your stuff, where you put your code. And now it's actually opening a new folder, and it's gonna continue to set up.
- 10:42
And to explain a bit what's happening here, so this is using the new command. A new command is, is optimized for creating projects from scratch, which if you look at the internet of how people evaluate [laughs] AI coding tools, is what every second person does.
- 10:58
Can it make me a water tracking app? Can it make me a movie database app? And so we optimize for this flow, but also it makes for this nice vibe coding from scratch.
- 11:08
Because everybody struggles with what is the right stack, how do I get started, and this is what this is here for. Uh, we got the latest, so we c- we can now read the commands.
- 11:19
And this is maybe where we do the first tweak of our settings. So if you go into settings and search for approve, you will find the auto approve. And that's the first rule of vibe coding.
- 11:32
As we said, we, we don't wanna look at code, and we just wanna have the AI do stuff. So
- 11:39
what you can do, in my, my case, I'm gonna actually go to, over to workspace, from user to workspace, and that means that setting is only set for this workspace, which is the safest way to use this setting.
- 11:51
So use with caution. I'm gonna auto approve, which means all of these Continue buttons won't happen anymore, and we're just gonna get results. So check that box, close it again, and we can hit Continue here.
- 12:06
This is using Vite. This is fine. And now we're gonna stop worrying about the code. Uh, but I can still read the plan. So install Material UI dependencies, create hydration tracking, Apple-inspired design, and project structure.
- 12:20
So it's running commands. Um, why are there six files already in here?
- 12:28
Okay, cool. Skips. What did it create? Oh.
- 12:44
Where did this music come from? Okay, so it already did something. Cool. Okay, we're on... Yes, keep going.
- 12:53
In this case, it tried to create something, and then it ran another terminal command. Keep going. That's fine.
- 13:02
Is it doing stuff for you? Do you see things popping up?
- 13:06
Yeah, stuff. But I, I can't find auto-approve.
- 13:10
Oh, the auto-approve?
- 13:11
It d- it doesn't look like it's in the,
- 13:14
in the code insider settings. It's not inside of search. I'm not using insiders. I guess I have to think about it.
- 13:19
Oh, wait. Did we-- That was in the last version.
- 13:22
Well, insiders. I have insiders. I just haven't switched back to it.
- 13:25
Okay. Okay.
- 13:27
Well, I couldn't find it either, and I didn't want to input, like, the drop-down.
- 13:31
Okay.
- 13:32
It was in a non-insider setting. Was it? Oh.
- 13:35
Let me, let me check in VS Code Stable.
- 13:38
Here, wait. On here? Just show us.
- 13:39
Uh, show stage code. Yeah, that's my, my problem of not being enough in Stable. I shouldn't run workshops. [laughs]
- 13:48
Yeah. There you go.
- 13:52
There we go.
- 13:53
Wait, is that-- Wait. Why is that different than what came up? Jesus.
- 13:57
So you found it in-
- 13:58
Yeah
- 13:59
... Insider?
- 13:59
Thank you so much. It-- There's two ways to get to the same thing, but it's a different menu. But it was-
- 14:05
Oh, just-
- 14:05
Anyway, yeah
- 14:07
... the settings?
- 14:08
There's settings from the bottom and settings from the top, and they're not the same.
- 14:11
Oh. Okay.
- 14:14
I'm happy to go figure that out later.
- 14:17
There's settings up here.
- 14:18
The one, the one- I used the gear, I used the gear setting from the bottom.
- 14:21
Yeah.
- 14:22
It didn't work. But anyway.
- 14:23
The settings from the-
- 14:24
He, he got me-
- 14:25
... the top bar. If you hit- Okay. Where's the other one?
- 14:30
Like, the one that- Oh, in- The other one ... the other setting? Yeah. Yeah, I have customized my UI too much as well. [laughs] Cool. Question?
- 14:38
Is there a way, uh, for this to run-- I know it keeps telling you to run this command in terminal, but, like, Cursor, it, it gives you those cases where you actually have it run.
- 14:51
Yes. That's, that's why we-- I think I should have said auto-approve before, so it's active for the chat session. But this is the setting I just showed is the, is the auto-approve.
- 14:59
So you, you... All the Continue buttons are basically gone, and it just auto-approves.
- 15:03
So it's running for the session then?
- 15:05
Yeah. Yeah. And for MCP tools, we actually do have drop-downs to allow, always allow for session and always allow for workspace and/or not always allows. There are some more fine-grained things we're rolling out to more tools.
- 15:20
But for-- Yeah?
- 15:22
It's still prompting you to continue when it-
- 15:24
Yeah, I think it's the auto-approve is not applied to the current session. That's... I, I showed it too late. I should've done it the other way around.
- 15:32
Okay. We got some material design coming in,
- 15:36
and this is where you need to get your coffee and just wait, hopefully. Mm. That's a good idea. Let's do that. Okay, uh, open new window. [laughs]
- 15:50
Um, okay. What, what prompt did we use? Create a Vite. So okay, now do-- in the new window, gonna do auto-approve first.
- 15:59
Um, ap-approve. [laughs] Auto-approve is already on. That's good. Um, this is another window now, and we're gonna do the same thing, and we're actually gonna use material design. I guess & is still out there, right?
- 16:13
& or flu-fluent. That's the Microsoft one. Let's see what that looks like.
- 16:21
Again, it's gonna prompt me for a folder.
- 16:24
Um, vibing at AIE two. And this is, I think, one of the key takeaways, like, trying out different ways to get to the same result is where Vite coding really shines, is-- Continue.
- 16:45
Is just trying... I, I had really good success of just, like, what are different sign-up flows that we can create? Like, create three different versions of this design to explore what this could look like.
- 16:56
Okay, it installed. It's updating the next in the, in the one script, and that's where it gets confusing if you have multiple open now at the same time. You gotta figure out what's running what.
- 17:05
And now this flow actually over here runs without any confirmation. So we, we set auto-approve in a correct order,
- 17:12
and it's now just creating Vite, installing, installing Fluent.
- 17:21
You notice that it got the wrong Fluent because there's a, there's a dependency. Now it's fixing those.
- 17:27
Can you show one more time how to get to that auto-approve setting? [laughs] I'm sorry.
- 17:33
Yes. So the way, um, I, I do Command comma is the quick way. So I don't use menus. I should use menus. Um, so you go up here. I have my settings up here.
- 17:46
Most probably have them on the other lower side. And you go in here and go into Settings, and this sh- is what it should look like.
- 17:55
Do your settings look like this?
- 17:57
Yeah.
- 17:57
And then if you look for Approve... Sorry, can't type. Auto-approve.
- 18:06
Do you see it? It might be Insiders.
- 18:13
It's all blur. [laughs] We're shipping on a monthly basis, and I thought we tweeted about it end of last month, so.
- 18:23
So you found it? Okay.
- 18:30
What I was... To me, this is a little slightly scary because auto programming, like I'm just gonna run it-
- 18:37
Yeah
- 18:37
... where, uh, I'm not trying to compare files. I'm just used to... I really wanna use this and I wanna stop paying for the internet. Um, but the challenge is that auto prove is like I'm just gonna do this.
- 18:49
Yeah, yeah, yeah.
- 18:50
It's like, "Hey, would you like me to run this?" And then you say, "Yes," and it does that work for you, right? So-
- 18:55
Yeah
- 18:55
... I'm looking for that in between, where right now it's like quite binary.
- 18:59
Yeah.
- 18:59
It's gonna either run it or it's not.
- 19:01
Yeah. The good thing, the person who owns the AI terminal integration just came back from paternity leave, so we're back on the game [laughs] to work on it. But the, um...
- 19:11
There is definitely... W- We've been looking at how to allow specific terminal commands, and that's how most tools do it. But if you think about the scary parts of chaining and running multiple commands in one command.
- 19:22
So terminals are not as predictive as you would think in how you can easily allow list things. So if you're mostly thinking about the how to do it right, right?
- 19:35
Okay, now we got two vibe coding sessions going on here. Hide this one. This is not, this is for tomorrow.
- 19:43
This vibing is happening. So what you see it, it creates an app TSX, it creates an app CSS. It also creates Copilot instructions. Uh, who's been using Copilot instructions before?
- 19:55
Yeah. So that's, that's one way this out of the box experience just does things for you. It, uh, comes with instructions baked in, which is nice. It understands which stack you're using that's mostly bounded.
- 20:06
It already captured my design principles that I eloquently put in, "Please make it look like Apple." And now it's actually, there's a clean, minimal, intuitive interface, consistent UI, and everything else.
- 20:21
Uh, it broke down the technical stack, even things I haven't mentioned like CSS and responsive design. So it calls out some of the assumptions that AI will fill in if you give it a high level task.
- 20:34
Okay, this is still working on the index CSS, and
- 20:38
the other one is working on the HTML file.
- 20:44
Yeah.
- 20:45
How do you create the instructions file?
- 20:48
It would just do it for you. It would usually do it as it creates the project. I haven't typed anything else so far [laughs] and we're just, we're just vibing.
- 20:57
There should be a file called instructions.
- 20:59
It, um, here created one.
- 21:04
Or page.
- 21:04
Let me see if it created one both.
- 21:07
I didn't see it.
- 21:07
Okay, there we go.
- 21:08
Intro.
- 21:09
Our first app is done. [laughs] Hydration Tracker. Stay healthy. Stay hydrated. Today's progress, we're on a quick add, five hundred milliliters. And it went with metrics. Isn't that beautiful? [laughs]
- 21:24
Just how I wanted it. Maybe it got my accent. I don't know. Um, it can do plus, minus.
- 21:30
It's interesting how mine looks different.
- 21:32
Yeah, I know. So does, does everybody looks as nice as mine?
- 21:37
Do you already see yours? [laughs] Okay. Yeah. Yours better? [laughs]
- 21:44
Yeah. Yeah. That's what I thought it. This is like a very wide open vibe coding workshop. Um, I ran these a few times, and this is probably one of the nicer ones.
- 21:51
So, um, but it's also, I like actually running these with different models and getting a sense of how good each model is at design and having design sense without me telling it how to do everything.
- 22:04
And Claude is definitely usually rocking the, the icons. It got the colors really nicely. So, uh, that's been great. This is a really nice app. So now next on, because we're visual, like we haven't even checked the code.
- 22:18
We haven't read the CSS. We haven't looked at the TSX. Like is this still doing, which is doing functional programming? Like how does it handle state? I, I don't, I don't care.
- 22:26
It works. So now you can actually do a new feature we landed. You can now say
- 22:33
work visually. So I can now say this header up here, I don't know what it's called, like whatever progress indicator. Um, let's make this,
- 22:45
uh, more animated. Adding particles maybe? That's good. So mui paper. So this is all... Is this material design? This is material design, yeah.
- 23:01
So did you copy the component name?
- 23:03
I didn't. I hit start down here. Uh, if you have the browser preview open-
- 23:07
Yeah
- 23:07
... did it open for you? Cool. So this is, um, to point out two features. So one is in this flow at some point, it basically started the task.
- 23:19
It did NPM run dev, and then the next step it did, it opens Simple Browser. And Simple Browser is this VS Code in browser preview we have.
- 23:30
And it will just, um, and what we're injecting here, what just went away, is a little toggle you can now use to select specific elements that we then attach as a visual referen- reference and as CSS into the current chat.
- 23:45
So if I scroll back down. Here I see what's being attached. I actually, I actually click it. So everything you see under message is in the context. The element screenshot somehow didn't, didn't make it through.
- 23:57
Uh, but this one made it in, and that's basically the, the CSS description and HTML of the element we attached. So I didn't have to describe the element where it sits, it just did it for me.
- 24:10
Okay. Ran into snacks. We don't care about that. Let's check the other one. Ooh. [laughs]
- 24:17
Number two, fluent design. Uh, this is what it came up with.
- 24:22
It's a little bit plain. Um, this is sad.
- 24:28
Okay. At least it has a goal reached. That's nice. Um, and it has recent entries too. It made similar assumptions- On what we want. So feature-wise, it somehow got to the same conclusion, but design-wise, uh, this is definitely more corporate.
- 24:44
Um, yeah. So that's the simplicity of vibe coding and using the new tool out of the box. Uh, if you are an insider, so you can disable new tool, it's easier to do, like, a single file HTML thing 'cause new tool is definitely biased towards using NPM and installing packages, so it always ends up a little bit
- 25:04
more, um, complex.
- 25:08
Do you work with, do you work with the insiders personal?
- 25:11
Yes.
- 25:12
Yeah.
- 25:12
It's basically the team I work on. So I-
- 25:14
Okay.
- 25:14
Hi, I'm Harald. I work on VS Code. [laughs]
- 25:16
Sorry.
- 25:18
Yeah.
- 25:18
It'd be really cool to understand when you open up within insiders, what are the new things that just changed different? Like, like a, like a quick diff somehow. Like, someone could show me, like-
- 25:27
Yeah
- 25:27
... I have them both on my machine.
- 25:28
Right
- 25:29
And I use them both, but then I, like, fall behind a couple days back. It's like, what are the new things and why I should be using insiders? What's-
- 25:36
Yes. So the, the best way to stay on top of what's new is, so we, we do-- Actually right now, this week, it's testing week and we're writing our release notes.
- 25:44
So the release notes are usually capturing everything that's new. But for insiders it's hard because it's coming out every day, so it's hard to s- point-
- 25:52
We should make an AI summarize.
- 25:53
That's a great idea. We're gonna make an MCP server that summarizes what landed.
- 25:57
Just summarize it.
- 25:57
Yeah. Yes. I like that. I like that. I like that.
- 26:00
Yeah.
- 26:00
Let's, let's do it for the next, [laughs] next demo.
- 26:04
Next time.
- 26:04
Next demo. Okay. So what do we have in our Yolo vibing toolbox? We have the agent, um, which sometimes is hard to find. Now you're all on the agent, so that's great.
- 26:14
It's all about, um... I actually didn't show that. I could have shown that. It's different panel styles. So if I go back here, um, you can actually move this into the editor,
- 26:29
which is nice. So some people like that. More space for your chat. Um, you can also,
- 26:37
if I go back into my panel-
- 26:39
What page did you move to?
- 26:39
Oh, uh, I moved in- i- into the dropdown here, and you can move your chats into here. So you can have multiple chats, and they actually have names, so it's easy to go back and forth.
- 26:48
You can put them in parallel to your code. So you can use all the, like, window management things.
- 26:52
Can you run them in separate windows?
- 26:54
Yes. Wait. How did you know? Um... [laughs]
- 26:59
Yes.
- 26:59
Okay. Where do we go? A new window.
- 27:00
A lot of people.
- 27:01
There you go. Now you have a chat in its own window. You can put it on your own monitor. So feature request accepted. And you can actually pin it on to be top.
- 27:11
So now if I run this, and I can close this, uh... Oop.
- 27:18
Let's move that away first. So I can accept this. This we are gonna keep. And I close it,
- 27:25
and then close [chuckles] the other one. And now we have the output, and we can just move our chat across and fully focus on the exponentials
- 27:35
that are happening in this window. Yeah. So that's one way you, you can really manage
- 27:41
the space how you want it. Uh, new workspace flow we showed. So it's really this optimized CLI first. You have a question?
- 27:50
On the voice dictation.
- 27:51
Okay. Okay. Yeah. And then voice dictation I haven't shown. Uh, who has tried voice dictation in GitHub Copilot already? Okay. Magic moment of, um,
- 28:04
add a dark mode, please. And maybe give it a cool name that works with a younger audience who needs to drink be- more, or maybe my kids. Make it for kids.
- 28:18
So a little more kids friendly. Thank you. Bye.
- 28:26
Okay. So, um, Command I is actually the default shortcut. Um, it's, it's a local model, which is great for privacy, and it's really fast. Uh, it's accurate. And there's an option as well if you-- when you use command, uh, voice input, that it also reads back the text, which is great for accessibility.
- 28:46
And yeah, by using just your voice, you can now finally don't put that coffee down and just keep, keep vibing. Uh, there's a Hey Copilot as well [laughs] that I think we did at some point, which I haven't used in a while.
- 29:01
Okay. Uh, I said all that. Keyboard shortcuts. There's a keyboard shortcuts if you wanna customize it to actually hold down while you talk and then let go. Uh, visual context I showed.
- 29:12
Attaching, it's great for wireframes. The in-editor preview gets hot reload. It just works. And you can attach the elements using that little send button.
- 29:21
And then auto-accept. I showed you auto-approve tool. There's also an auto, uh, tool, a auto-approve tool setting. Uh, there's also an auto-accept after delay. If you don't have that on, I love auto save.
- 29:34
It's a great VS Code feature that's already working, um, basically after delay or after focus change. It will just save it for you. And what I haven't showed, let's see if this, this works here, is the undo button.
- 29:48
Is this still going? What is this one doing? I forgot. Um, oh, this is adding the particles. Cool. It still worked on that. Go to Copilot.
- 30:00
Okay. Got stunning animations. That's great. That's what I wanted.
- 30:05
Is it doing it now? So let's keep.
- 30:09
It does animate. Nice. Particle. Nice. Look at bubbles. Okay. Um, I don't like it. Undo. Up here. Uh, those are basically our, our checkpoints. Uh, there's a new checkpoint UX coming, but because I have many people saying, telling me, "Oh, you don't have checkpoints, I can't undo stuff."
- 30:29
But if you already accepted stuff, or if you wanna go back to something, like this is... I li-like these particles, but for, for V zero... Oh, that's just beautiful.
- 30:37
I love it. Uh, we don't need that. Then you can also bring that back. Just need to see that again. That was really nice.[gasps]
- 30:45
Okay. So, [laughs] for people who don't like particles, we can now undo, and it's now back to the original version. So it, it has stages for each of the,
- 30:56
of the work it did, and you can easily go back and forth to see the before and after as well.
- 31:01
Yeah. But in Vibe code, you don't wanna look at the code because we don't look at the output. [laughs]
- 31:08
Okay, um, that's the Yolo toolbox. And I think as I mentioned before, you wanna try it out just to get into the AI. Like in my case, I mentioned I like getting a sense of how good AI is at design.
- 31:20
Like, can I just give it wide tasks to explore a space, and it'll, like, come up with something interesting? Or do you need to... How detailed do I n- need to be?
- 31:28
When does it make mistakes? If I give it a general task, maybe about Java, where it's, uh, not as good at, like what will it do? Um, next one is known frameworks.
- 31:37
We went with Vibe material design, things that are kind of off the shelf and haven't changed in a long time, uh, f- in a large scale. So you wanna use something that's popular and have, has been consistent.
- 31:51
And lastly, we use it as a whiteboard. Um, we show it as just attaching a visual element, change this, add some particles. Um, it's really about not being, becoming too attached with whatever you're working on, but being, um, able and willing to throw it out and start from scratch if things go wrong.
- 32:12
Structured Vibe coding is this middle stage. Tries to balance the Yolo, the fun and chaos, with a more structured approach. And there it's, um, think it's the biggest impact I see from talking to customers on, like this is, this is how Vibe coding can work for us.
- 32:31
This is where we can bring somebody te- non-technical in, give them a good starter template that has a consistent tech stack, that comes with clear instructions for the LLM and how to work on it, and keeps it in its actual guardrails, and already brings in some custom tools that bring in expert domain knowledge or internal knowledge that
- 32:53
you would need to work on this code base.
- 32:56
And that's really kind of Yolo on, on guardrails. Uh, it's faster and gives you more consistent results, so you don't end up with something, oh, it used material design, but it should have used fluent, or it used, should have added dark mode and should have been responsive.
- 33:10
All of that can already be baked into the instructions.
- 33:14
So I see a lot of companies bring that into their bootstrapping for greenfield projects. So we have something-- And you can, oftentimes it's, uh, you go into a meeting, and you have a product that looks already finished because you Vibe coded it with your go-to stack.
- 33:28
It uses your internal design system, so it already looks way more polished.
- 33:34
And the last piece of in-- out of mainstream workloads is where Yolo, by default, will always bias towards whatever is, like, top of the training stack. With this one, you can then customize it further down to internal stacks, internal workloads, internal deployment infrastructure that makes it work better.
- 33:54
So let's do structured Vibe coding. This is now... The image, as I, I explained, it now has wireframes and, uh, more charts. So that's what makes it more structured.
- 34:07
There we go. It's open. So what I'm gonna do now, I think I'm gonna push this...
- 34:16
Oh, is this still running? Let's see if this runs. I did
- 34:25
create this Vibe coding, so I could do another one that I can share. Just look at this one, and I'm gonna push it
- 34:33
to GitHub. It's going through completely fine. Um, cool. Front end Vibes. Perfect. Um,
- 34:44
this is all Vibes, so we're gonna make this live. Um, this is commit.
- 34:49
And then... All right, yeah. Oh, yeah, mi- missed this one. Who has been using this commit button here?
- 34:57
So Copilot will write your commit message. Done. This looks good. And now sync changes. And I'll share the repository.
- 35:12
This repository might still be an old name. Let me see.
- 35:19
It would be a tech reference old repository. Yeah, probably. Uh, let me just check where it sits [laughs] 'cause I forgot where it sits.
- 35:31
Oh, this is perfect. Sleep Vibes. So that's one of my Vibe exercises. Okay. There's- What was your name for browser window in VS Code? For browser window? More like a viewing your...
- 35:48
Which- It- The- It just opens sometimes, but I don't- Oh, yes, yes. Um, yes. The simple browser. Sim-- So if you go into
- 35:58
simple browser show. That's it. Sleep Vibes. Okay, and then NPM install on it, and then...
- 36:12
Yeah. If would've prepared better, it would've been a code space and a dev container, and you just click open in code spaces and things work. Um, come to my next show, and then we'll get that fixed.
- 36:27
You got it. Yeah. [laughs] Let me actually just open the code space to see. [laughs] Now I'm curious if it just works.
- 36:39
Anybody that's been using code spaces on GitHub?
- 36:43
How many? Okay. Occasionally
- 36:48
The complexity lies in all the different versions of the feature parity between insiders, the regular version, all of the plugins, and some of them don't work in-
- 36:56
Other plugin. Yeah, yeah.
- 36:59
If everything just worked the same, it would be amazing
- 37:02
Yes. It mostly does, right? Like, mostly, right?
- 37:04
Yeah.
- 37:04
Yeah.
- 37:04
It, it's 95%-
- 37:05
Yeah
- 37:06
-there.
- 37:06
Yeah.
- 37:07
But it's the 5% where when something doesn't work, you just go back to any other tool.
- 37:10
Yeah.
- 37:13
So VS Code, the other clone, is offering me to reopen it in a container. So the dev container configuration-
- 37:20
You can try. I haven't-- I'm actually not running it in a container, but if you wanna...
- 37:25
That's all right.
- 37:25
The container is just a Node.js one, and it should work too. I did add a container, see?
- 37:32
Yeah.
- 37:32
I vibe coded my container too. [laughs] Great. I can, I can now check. So if you ever wonder what, what you did on a project, um, so this is where I created my container.
- 37:45
This is where I just asked, uh, GitHub Copilot to update my dev container. Just look at my code base and update my dev container, so it did a, a good job here.
- 37:54
Should have maybe remembered that I did that as well.
- 38:03
Okay. If, if you're ready, uh, what-- meanwhile, while you clone, while you npm install, anybody got it working already?
- 38:10
Still cloning? Okay, cool. I'll give the tour of what we have. So one is we, again, start with good Copilot instructions, and they live in .github/copilot-instructions.md. It's a s- markdown file that's included with all your agent requests, all your chat requests, all your inline chat requests.
- 38:33
Just Copilot basically gives, like, grounding foundation knowledge about your code base. And sometimes they feel a bit repetitive, like, um,
- 38:45
depending on... I, I saw some demos of, like, use-- basic- it repeats linting rules that you expect the AI to just follow anyways. [laughs] But I, I like, um, my go-to is just a one-liner on what, what, what's your stack.
- 38:59
That's, that's a good starting point. Just point it to what frameworks, what version, and that's one way to just keep it on rails with what, what it uses. Question.
- 39:11
I was experimenting with this and figuring out what would be the best way to have that be a standard that gets included in. But, like, let people not, not mess with that.
- 39:22
Like, give people some coding structure.
- 39:24
Yeah.
- 39:25
If you have a whole team of vibe coders, like, you probably don't wanna touch any of that.
- 39:30
So this is in your repo, so I think it's a good team exercise to iterate on it. Like, it shouldn't be a stale document. You can put this in your user settings as well.
- 39:42
But-
- 39:42
You probably don't want it with each app. You probably want it as a different repo, right? Like a-
- 39:46
You could do that, yeah
- 39:46
... like a set of a way that you code and then each app codes. I've been thinking about that too.
- 39:51
Yes.
- 39:52
I've been really thinking about that.
- 39:52
So I've been trying to convince on, uh, my peers on a GitHub site this should be an organizational setting that people can set easier on, like, a organizational level and, like, something as a, as a team you can select which ones you wanna use.
- 40:06
So working on that dis- discovery sharing.
- 40:09
Is there always one file, or can you opt in for like... 'Cause if you have different languages, different-
- 40:13
Yes
- 40:13
... settings, different things you're building, like a-
- 40:14
Good question
- 40:15
... specific API.
- 40:16
Yeah. So we have this one now. These, these are new instructions. So they-- These, these are-- These become rather monolith and large and unwieldy. And now, uh, just to point out here before I go to new ones, I do also guide which tools to use.
- 40:34
I do have my first MCPs in here, and I already tell it for frontend Q&A review, use the browser tools that come from Playwright. Research, I use Perplexity. I have, uh, Context 7 in here, which has library docs, and it keeps using this ID tool to look up IDs, but I just gave it, these are the IDs
- 40:52
you should use. Don't, don't use the other tool. So there's ways you can already guide it to specific tools you want it to apply when needed. Um, the rest is just syntax formatting, optimizations, um,
- 41:05
key conventions. Yeah. And then the other format we have is .github/instructions/name.instructions.md. And those have this front matter syntax that's becoming more popular for rules of what, what files it should apply to.
- 41:23
So they start to be scoped with a glob pattern. And then right now they're limited to being applied. You actually have to have the file in context. So a TypeScript file would only be applied if I actually do have a TypeScript file in here, or I do have one open, and then I e-enable this context, then, then
- 41:42
it would be applied. But if I only have this right now, which means this isn't included, it wouldn't actually apply the rule. We're, we're fixing that, and it's gonna be more
- 41:54
working as expected probably. Um, but that's, that's right now. That's, like, the biggest question I get. Like, it didn't include my rule because right now it really wants to see that file.
- 42:06
Um, yeah. So those, those are new. Uh, those shipped, I think, in the last version, so they should be also in stable, and we're actively working on those. So and then the, the new, new thing is plans, uh, or prompts.
- 42:18
And then we have the first kind of reusable tasks for, as a team, how do you think about ingraining, like, oh, we now have finally a way to tell GitHub Copilot to write tests.
- 42:30
And your AI champion on the team handcrafts this, this perfect prompt which one-shots your test
- 42:38
consistently. And now everybody's shared it in Slack, copies it around. Once you run a write test, you go back to Slack, copy it back, and that's what you wanna use prompts for.
- 42:47
You can finally put these prompts into a place where they can just be used by everybody. And how can they be used? So I showed these can actually be, be attached, so it can also- Go in here
- 43:00
and attach instructions. So you can, you can do it manually too, so that's one way. But I can also now go in here, um, in the chat window, and hit slash, and I can now actually run user prompts that are my own, that I create for myself, and I can u- use my plan and spec prompt you
- 43:18
see over here on the left.
- 43:20
Can you make up custom ones?
- 43:22
Yes. These are custom ones. So the ones I have here, these are already custom in the workspace.
- 43:28
And then the other ones I don't have, I'm not showing, so
- 43:33
I think we do. Wait, there's a new menu.
- 43:37
You can come up with ridiculous names again.
- 43:38
Yes. Yeah, yeah. You can name them for you. So let's make it here. Um,
- 43:42
so these, this one actually just landed yesterday. Because insiders [laughs] we can now finally have an entry point because everybody kept asking, "How do I create prompts?" And then I have to tell them which command to find it in.
- 43:52
So this is the new prompt c- configuration file, and I have some already here. So as you mentioned, like this is one that's interesting for, um, if I open this one, this is like defining how I wanna write custom instructions.
- 44:06
So whenever I'm in a new project that doesn't have custom instructions yet, I do run this prompt to, to bootstrap them for me. And yes, there should be a prompt
- 44:17
sharing website where you can find these amazing prompts that I create, and next week we're gonna [laughs]...
- 44:24
E- each, so each prompt is like a separate... It's like separate from each other?
- 44:29
Yes.
- 44:30
Okay.
- 44:30
So that's the main difference between instructions. Instructions are, you can have multiple. If you work on, for example, if you have one for TypeScript and one for your front-end folder, they do combine because there's multiple instructions that hopefully don't conflict with each other.
- 44:46
Um, but they, they allow you to be attaching multiple instructions, and they're really more about code. Whereas prompts are basically, uh, easy ways to inject something in this prompt field, and they stay in the conversation.
- 45:00
But they, um, they're mostly around a task and maybe giving the AI something like specific to do. Instructions you wouldn't necessarily give it like what to do, but more how to do it.
- 45:15
What about if you wanted it, for example, teach it to, um, always do TDD when it's writing code? That... Where do you put that?
- 45:24
Yeah. Yeah. So TDD, um, good point. Uh, that would be a good way to use custom modes. So if we go into here, custom, uh, mo- sorry. So this is only insiders 'cause it just landed, so you can't follow along or if you're not insiders.
- 45:42
So custom modes will show up, um, in the dropdown. So this is like gonna... Now it just c- went into the menu, created a custom mode, and now I can pick where it shows up.
- 45:54
So it got GitHub/chatmodes which put it into the repository, or I just wanna keep it for myself. So a good pattern if you just wanna experiment, put it in your user folder.
- 46:05
If you wanna make everybody's life better in your team, and you have high confidence that your mode does that, then you put it into the project.
- 46:14
And then, uh, we're gonna do name this one TDD.
- 46:19
And then we're gonna ask AI to fill it in, right? Uh, prompt,
- 46:28
um, expert, expert prompt, uh, for [laughs] wait, ah, it's just typing.
- 46:35
Wait. Hi there, AI. We need a prompt that enforces test-driven development, uh, for GitHub Copilot, so it should probably first make sure it understands the problem, then write tests first, and only after tests are done maybe get confirmation from the user to then write implementation, and then keep running the tests against implementation.
- 46:58
Cool. Thanks. That's important. And I did know, I didn't necessarily actually... I'm now worried because I didn't actually activate my files context. Let's see if it... [keyboard clicking]
- 47:17
I think it should have a tool to just create modes for you if you ask it. So it's gonna, gonna make that an MCP server next.
- 47:25
Okay. Oh, it got it. Okay. Oh, wonderful. So we have a test-driven development assistance. Uh, this, this is my code, the one we, we decode. Test development, assistant, core principles, understand,
- 47:37
RED, write failing tests first. Beautiful. It wouldn't have not green. Wow, it does follow. Refactor, improve code quality, strict rules, no implementation without tests. Beautiful. Beautiful. So this our new TDD mode.
- 47:52
Um-
- 47:53
We're signing for.
- 47:54
We're signing for. Looks pretty good. It has emojis, example. Should we try it out? [laughs]
- 48:02
Yeah.
- 48:03
Okay. We have-
- 48:04
Is it a framework or no? It didn't say... Didn't it say there was a framework in that?
- 48:09
Um-
- 48:10
If you scroll back up. There was something that said, "Kind of framework."
- 48:16
Use a framework? It's framework independent it looks like.
- 48:18
Is it? Thought there was something.
- 48:20
Oh, just... Yeah, I think it does some.
- 48:22
Oh, up here.
- 48:22
Yeah.
- 48:22
Okay, so it has it right there.
- 48:24
It does make some stuff up. Yeah. Wouldn't need to do that. I can take this out. Already have my, so...
- 48:33
Um, cool. Test, drive, the design. Wonderful. Okay, let's do it. So we have this project, which doesn't do anything. If we just run this, um,
- 48:44
npm run dev, probably doesn't... I think I already did this before. So this is just a basic plain landing page. So let's do the, um, what feature do we have?
- 48:56
I want a dashboard for GitHub issues. Just use mock data because I don't wanna wire it up to GitHub. So wanna have maybe some interesting contribution metrics and... But first actually let's make a plan.
- 49:10
Meanwhile, while I type this in, let's p- stop it. Um, TDD.
- 49:18
So a dashboard for GitHub. Um, don't worry about...
- 49:24
So now again, we give it a very broad task, but we can now put it into TDD mode,
- 49:31
which is our new amazing test-driven mode that follows all the best practices. I assume that the AI knows about TDD.
- 49:39
And let's see.
- 49:44
So you... Wait, that's it. You created a new mode there.
- 49:46
Yeah. Because we... So we went previously went into configure chat modes. We create a new mode. This mode is now enforcing the technique. We can actually, in a mode, you can say which tools it's supposed to use.
- 49:58
Sorry.
- 49:59
Is the mode that this guy can use, is the mode in agent mode but based on-
- 50:05
Yeah
- 50:05
... another markdown file? So it's a-
- 50:06
Yes
- 50:07
... it's a custom agent mode.
- 50:08
Yes. Yeah.
- 50:09
When is that gonna be live?
- 50:11
Uh, it's in Insiders now. It's, it's gonna ship next week on, on the 11th.
- 50:16
Yeah.
- 50:16
So when does Insider ship?
- 50:20
Insiders ships daily, but it only releases monthly. Yeah. And we're one, one week late, uh, because there was a short, short week, so we adjusted our schedule. [background noise]
- 50:36
Yes. Um, so for most of you, this menu will just have these entries. And the in Insiders only,
- 50:45
if you look for modes in the command palette. So command palette, you can also click up here, show run commands, and then modes, and that's, that's the place. [background noise]
- 51:00
Can you build in, can I ask, into deploying the application?
- 51:08
Yeah.
- 51:08
There's errors in the console. There, there's gotta be a way for instead of me copying and pasting an error into-
- 51:18
Yeah. Are they in, in the output or in the problems view?
- 51:23
It's in the output. It's in the console, right? So just-
- 51:26
Okay. Yeah, yeah
- 51:27
... like this one. I, I purposely did something wrong, and I wanted to see, like, the error code and the effect in the terminal.
- 51:35
Yeah.
- 51:36
The error for... And it goes, "Oh, you can do this and this."
- 51:38
Yeah.
- 51:39
Um, I want you to look at my pro- I want you to look at the terminal for the error, right? And right now it's in the copy and paste.
- 51:46
Yeah.
- 51:46
Is there a mode where it just constantly is looking at the terminal?
- 51:50
It-- If it runs the commands itself, it will start looking at the terminal. So the easiest way if you, if you run the deployment and the scripts itself through Copilot itself.
- 52:02
But otherwise, there's also context actually. If you look here, we have, um,
- 52:08
the-
- 52:09
That's my terminal open.
- 52:11
Ah. There is actually terminal last. There's terminal last command, which includes the output as well in terminal selection. Now, if you ask me why they're not in the add context, I, I couldn't tell you right now.
- 52:24
Yeah. But that's working. I think I did this thing wrong though. TDD. Let's just see.
- 52:38
Oh, the tools. It configured it made up tools. So it did... That's, that's a part it made up. That's actually, those are not the right tools.
- 52:46
Um, this is why it didn't do anything, was when I-- it just basically acted like chat and gave me the code 'cause all the tools it tried were,
- 52:55
uh, it didn't have any right access. So let's try this again.
- 53:04
So this is probably a good, good, good point to-- good thing to point out. So in now prompts as well. Let me open plan prompt. So this one can actually now set tools.
- 53:14
And if you just make a tools entry here to tools. [laughs]
- 53:19
You can now actually click here and say which tools. In this case, this is a planning to prompts. So mostly you probably wanted to look at Perplexity to come up with anything it needs to find on the internet.
- 53:32
Uh, I can select that. So that's the way you can now have tools constrained for us to the prompt,
- 53:41
which, which always helps with high, kinda higher quality. Because if you have many tools which as you install more MCP servers, you always have this tooling explosion, and they might solve all different problems you're having throughout the day, but now you can configure it more specifically for domain.
- 53:56
And also Insiders only, we have tool groups, uh, tool sets as we call them. So tool sets I can... H-how do I get here?
- 54:11
Um, down here in the tool dropdown, configure tool sets and add more tools. This I think sends you to add server. But configure tool sets, open this,
- 54:22
opens this one here, and that's only for-
- 54:24
MCP servers, right?
- 54:25
Anything. Both built-in and MCP. Actually, a lot of the tools you see here, we cleaned this list up. If you use Insiders, you see them. [laughs] Then these are actually tool sets already.
- 54:37
So we use tool sets internally because edit files has multiple ways to edit files. We give the AI a few ways. Uh, code base search has grep, has file search, has different searches as well depending on what you're looking for.
- 54:50
So all of these actually are tool sets in our own backend, and we expose this now as something you can create yourself. So my research tool, for example, has the Perplexity tool to ask deep research questions, and it also has fetch. [background noise]
- 55:07
Before you jump, uh, over to the MCP SSE server please.
- 55:15
No, I didn't. No. We can show-
- 55:17
Can you jump over there please?
- 55:18
Yes. I can. Wouldn't be a talk without MCP is this. [laughs]
- 55:25
Also, there's a talk tomorrow about MCP, a whole talk track where I'll be talking about MCP, if I can finish my slides.
- 55:34
Um, okay, there we go. So let's talk about MCP. This is doing
- 55:39
something. Let's see. Not understanding requirement. It create mock data. Red phase, writing tests. It wrote tests. It... Oh, it found it as a no package library. That's, that's sad.
- 55:52
Um, and it created the test utility, and then it tried to run the tests.
- 56:01
Um, and then it asked to proceed. So that's cool. So it did the first stage of dev mode. Um, we don't need to go too deep. But, but that's modes, TDD.
- 56:11
It will ask now for con- 'cause we ask it to ask actually for confirmation, so that's why it's now pausing. It wrote tests. Uh, they're all red, so that's good.
- 56:21
Okay. We've accepted, and let's go into MCP. So MCP servers... Who has already MCP servers set up in their VS Code?
- 56:31
Good. [laughs] Two. Okay. Um, one way to get MCP servers is editing JSON, and that's really, um... There's a few other ways, but let me show you another way. Um, Playwright MCP.
- 56:44
Who's been using Playwright MCP? It's probably one of the, the coolest ones. Um, so Playwright MCP is a browser testing framework, and it allows people to access the browser locally and just take screenshots, run websites, get accessibility audits, a whole bunch of utility in there.
- 57:03
And how to get it for VS Code, there's a JSON blob that you can all ignore, and just hit install server.
- 57:12
So install server is, like, just a VS Code protocol that we use to just wire things up into VS Code. You see the same if you go to the extensions marketplace for VS Code.
- 57:21
You can hit install extension. That powers the same process. So now I can ins- um, don't hit show configuration. We need to move this down. But install server actually puts this now into my user settings.
- 57:34
And as you can see, you can have MCP servers both for yourself, and I have the one for GitHub and for GistPad, which is a cool one. I can recommend this one.
- 57:45
And then, yeah, Playwright now. So you can already see how many, um, tools it provided. You can see if anything fails, you can get to the output.
- 57:57
If there would be configuration, I can show that here. There's actually GistPad needs a GitHub token, so it's a local MCP. And what-- Have you ever seen that one?
- 58:09
So, yay, no tokens in my configuration. So you can use inputs in VS Code configuration, both in the mcp.json and your settings. And inputs, you might have already seen those in tasks.json.
- 58:22
It's how you configure your tests and your build steps in VS Code. It's the same system. Um, they're defined up here. So inputs are just an ID, a type, description, a default value, and the password true means it's encrypted at rest after you put it in, so it doesn't ask me anymore.
- 58:43
That's gonna prompt you then?
- 58:45
It would if it-- But this, this shows basically that it already has a token. But if you enter it the first time, and we can actually try that. If I-
- 58:53
Where does it actually keep it?
- 58:54
Uh, in VS Code's key storage. So if I... On Mac, it actually uses Keychain.
- 58:59
Oh, okay.
- 59:00
Yeah. So...
- 59:03
What other MCP servers do you use? Yeah.
- 59:06
Yeah. So I can show, um, GistPad is fun. It's done by actually, um, somebody at GitHub, so gistpad.dev or gistpad-mcp. That's mostly-- I'm gonna show it off tomorrow as well in my talk, um, but it's a fun one that uses, uh, Gists as a knowledge base [laughs] and also for prompts.
- 59:25
So I really like this one. Uh, it adopts a ton of, like, recent MC- MCP stuff. But I think the main ones we usually see is GitHub MCP server.
- 59:35
GistPad, just, you know.
- 59:39
Fun.
- 59:39
Lost in tangent.
- 59:40
Okay. Yeah.
- 59:41
Yeah. So this, uh, if you just wanna play around with a, with a really well-done MCP server, then that's, that's one. Um, not saying the GitHub one isn't as good, but it's, um...
- 59:55
There's a lot more coming here as well. So as they're all in, like, really active development to figure out what the best way for MCP is. Yeah.
- 1:00:01
So just a couple of steps. You're going pretty fast. So this is using MPX. We're using SSC, like let's say Python.
- 1:00:09
Yeah.
- 1:00:09
So how... First, where did the, the MCP JSON-
- 1:00:15
Yeah
- 1:00:15
... basically, where, how did you connect to the... Let's say I have a Python custom MPX server on SSC port one hundred and four.
- 1:00:23
Yeah.
- 1:00:24
Just example. I don't understand how you just did that.
- 1:00:27
Okay.
- 1:00:27
How do I
- 1:00:28
To SSC?
- 1:00:31
Yeah.
- 1:00:31
Okay.
- 1:00:31
Right now, I'm using MPX.
- 1:00:33
Okay. And, and-
- 1:00:34
Example
- 1:00:35
Right. And in your case, that server's already running. So how, how to hook up?
- 1:00:39
Yeah, already.
- 1:00:39
Okay. Cool. Yeah, let's do that. So SSC, um, same way basically. So what-- Just finding my... Uh, max, max it out. So go back to my mcp.json, and down here-
- 1:00:56
JSON on this one, or workspace?
- 1:00:57
Yes. So to clear, clarification, mcp.json sits in .VS Code right now, and it's per workspace, and that's shared across everybody. So hopefully it puts stuff... Either you work on it alone and it's just for you, or everybody is happy to have those MCP servers.
- 1:01:11
Oh, that's awesome.
- 1:01:12
Yeah.
- 1:01:16
That's a little tricky.
- 1:01:20
Yeah.
- 1:01:20
That's per workspace. And now MPX, but the SSC part.
- 1:01:21
Yeah. Yeah. Okay. And then the-- What's now, if you hit add server, you will find what you're looking for
- 1:01:28
And then from ad server, you can hit down on HTTP. So we actually do support both SSE, which is actually deprecated, and streamable HTTP, which is, uh, the, the new-fangled, easier to scale, better for your cloud.
- 1:01:44
SSE is deprecated?
- 1:01:46
It- it's no longer in the spec, yes. And we do fall back to it on a client side. But it's, it's the SSE is really hard on, on hosting, right?
- 1:01:55
Because they have these long-running connections.
- 1:01:58
Long poll.
- 1:01:58
Long, long poll. Yeah.
- 1:01:59
Yeah, yeah.
- 1:01:59
Yeah. So. Yeah. So that's, that's where you put in your, yeah, MCP SSE server. And if you wanna do it manually, it's really just, um,
- 1:02:11
you get a nice auto-complete too. So if you, you pick a name.
- 1:02:20
Example, and, um, this would be the type would be
- 1:02:27
not Studio. Actually, it's HTTP. Yeah, you already would, would use HTTP, and it would already yell at you that you don't have a URL, so I'm gonna put a URL.
- 1:02:37
So this, this is how, uh, everything is by default as STDL once you have a URL. I think I can take this out. Yeah. So it would, would be just that entry.
- 1:02:46
So in order to learn this, are you just starting your chat in Ask instead of agent chat, and then it will give you the MCP
- 1:02:55
server?
- 1:02:57
Yes. So to get... Yes. Um, you see many pe- demos I see people hit Start here as well just to see that it's working. It's a nice configuration to just make sure it's working.
- 1:03:08
We actually do cache the tools once we saw them the first time. So how MCP works is that on the first init- initialization from the client to the server, it shares its tools back, and that's what you see here, the one tool.
- 1:03:23
So if you would do it right, you would never know the tools unless you start the server. We actually cache them, so you don't have to-- we don't have to start all these servers proactively once you open Copilot just to get the tools.
- 1:03:35
Wait, I just make sure. So that plus symbol on top of chat, you would be just... It, it, it would now recognize the server?
- 1:03:43
Yes. Yeah.
- 1:03:44
You need to get out of agent mode, right? You go to-
- 1:03:47
No. Actually, you wanna be in agent mode. Agent mode, uh, Ask mode will not run MCPs for you. Uh, you can, you can go,
- 1:03:55
uh, because Ask mode is not, uh, it's not actually... There's, there's no function calling inherently, right? The func- Ask mode is really this traditional ask ChatGPT question, uh, will answer based on its training data or its context.
- 1:04:06
Um. [inaudible] Yes. So there is also in Ask mode, you don't have tools. You would see it. Um, but I can do actually... Does this still work?
- 1:04:17
Um, let's do that more quickly. I think we actually do this still.
- 1:04:29
Yes. So we're actually blurring the line a bit now. So if you do... That's not working. Okay.
- 1:04:36
Yeah. But the-- y- if you actually reference specific tools in Ask mode, it will invoke them for you. But by default, the, the way where you wanna execute tools is in agent mode.
- 1:04:47
Oh, hi, Ed. These, um, models you're using, uh, for-
- 1:04:52
Yeah
- 1:04:53
... model. Um, I'm interested to find configuration as to, like, how does it know that that 4.0 model or the GPT model, what subscription?
- 1:05:08
Uh, they're all coming through GitHub Copilot. So they're all using your paid... Uh, you can add your own models. Anybody has tried it? Managing a model? So, um, so I have Gamma Three through Ollama, which runs locally, and I have Open Routers Perplexity R1, uh, which is actually a fine-tuned model from, of DeepSeek R1 from Perplexity.
- 1:05:31
So if you haven't tried it yet, uh, basically go into the model picker and hit Manage Models, and then we, we can actually custom configure your own API keys from Anthropic, Azure, Cerebras, Gemini, Groq, all of these.
- 1:05:42
Um, Ollama is the local one. So if you have a beefy M4 Pro, I'm still sad how many s- models I can actually run on this. [laughs] But eventually, it's gonna be small, powerful models, um, that make sense.
- 1:05:55
So-
- 1:05:55
Is there a reason that when I do that I don't see model 4.0 show up? It only shows like three patterns. You know what that is?
- 1:06:03
Uh, it might be because of your Anthropic tier, right? That's,
- 1:06:08
um... Or is it-
- 1:06:11
I signed for.
- 1:06:11
You have signed for? Oh, oh, uh, the other one. Yeah, you might be in agent mode. So we do actually have filtering that. So that's an ongoing improvement we're doing.
- 1:06:19
That's why it's not, it's right now a preview feature only because we're still having to correctly, correctly wire up which model allows tool calling. So there's some, some... Every provider has different indicators of how tool calling works, and that's, that's one of the matching things we're doing right now.
- 1:06:35
So you might not see it because it's not on our, our list yet.
- 1:06:39
How do you get the verbosity of when you go into profiling, let's say you have four tools. Is, is it verbose enough to say like what tool is it calling
- 1:06:49
within MCP?
- 1:06:49
Yes. Yeah. You, you, you, you will see that. So if I do just, um, one example here.
- 1:06:56
Uh, so just pa- so, so A, you can disable them. If you already, if you wanna be faster, you can do Command Down and just go through. So context seven is the one I wanna keep.
- 1:07:06
Playaround I can disable right now. But once you start using them-
- 1:07:10
How do you get that?
- 1:07:12
This is Command Up and Down, the power user way of navigating
- 1:07:17
those. So these are all built-in MCP servers, and once you start, you can actually now, if I wanna be very explicit and I know which tools I want, I can use my tool sets or I can mention specific tools that are, um, in, in my list.
- 1:07:32
But I can also now just go in and say, what do we wanna do here? Um.
- 1:07:37
Research, uh, GitHub metrics. Let's actually use the research one 'cause we created it.
- 1:07:49
Sounds better when I use research here. Use it in a sentence [laughs]
- 1:07:54
for productivity. And now what happens now is, uh, this one has now-- is in agent mode. We have the research group set or tool set, so we'll either use Perplexity or Fetch.
- 1:08:09
And wonder if my Perplexity key is actually outdated 'cause it failed before. Let's see. Okay. So you see, I already actually proved this before. So you see, A, that it runs the server, and you actually click the server to see where it comes from.
- 1:08:24
Um, if it would have not auto, auto proved this, because auto prove is still on from our previous session, [laughs] you can actually go in here and edit what it's sending.
- 1:08:35
Um, which now doesn't make sense 'cause it's, it's already sent. And then it writes up, uh, what it found in this case.
- 1:08:42
Does that underscore ask have anything to do with which mode it's in?
- 1:08:46
Uh, no, that's just the odd name for the Perplexity tool.
- 1:08:49
Okay. It happens to coincide.
- 1:08:52
Yes. Yeah, yeah. It's just, um, the verb should be before, so it's their, their naming. Yeah.
- 1:09:01
Yeah. So that's now run two. It actually did a follow-up query as well and explained it. And now I could put this in, into a spec as well. It's actually-- [laughs] I did this before, so I wrote a spec using f- for community dashboard.
- 1:09:15
So I did the research using Perplexity and then asked it to write a spec from it using a little query I have here for the spec. Um,
- 1:09:26
so that's one way you can quickly get things done.
- 1:09:29
And just to point out this one, it's, uh,
- 1:09:32
pointing it to a spec. So these are actually resolved by the AI. So if you point it to specific files, we do actually validate those as well. So if you get them wrong, I think they're on the lane.
- 1:09:42
Um, you can also click them so you get all the markdown
- 1:09:47
goodies. Um, and then you just ask it to write on the spec, do nothing else. Uh, use Perplexity to look up stuff.
- 1:09:55
Don't lose details. Keep updating the spec. So that, that's one way to work on specs. There's probably more, more tools we'll-- we're gonna add here. Yeah. So that's MCP.
- 1:10:05
Any other MCP questions? [background noise] Uh, per MCP. So the MCP itself doesn't run anything except when you support sampling,
- 1:10:20
which we do on Insiders. Sneak preview for tomorrow. [laughs] So, but yeah. But if you use sampling, actually... I guess I have to explain sampling. So sampling is a way for MCP to reach back out from the server to the client to use the LLM on the client.
- 1:10:39
And it's-- you can often think the best use case, case are to summarize. Use cases are if you wanna, um, reduce the amount of tokens you send to the-- back to the client to explain something.
- 1:10:51
So there's a few ways. But, um, overall, there's not enough integration of sampling. Um, but so we are the first ones to, to get it out there because we already have the LLM exposed.
- 1:11:03
So that's cool. [background noise]
- 1:11:10
So, like, it is important, like some of these tools just run better certain LLM. Is there a way-- is there a, a non-deterministic way-
- 1:11:19
Yeah. To pick the model kind of?
- 1:11:21
No.
- 1:11:22
What-
- 1:11:22
To pick the darn tool. So you, you, you clearly have multiple tools.
- 1:11:26
Yeah.
- 1:11:27
And one is deciding what tool to pick.
- 1:11:31
Yeah.
- 1:11:31
You can prompt your way to it.
- 1:11:33
Right.
- 1:11:33
But it's still hardly non-deterministic.
- 1:11:36
Right. So-
- 1:11:39
Is there a way-
- 1:11:41
Yeah
- 1:11:42
... to remove that?
- 1:11:42
Yeah. So what I recommend is, A, in, in your modes, boil down the tools to what you actually need. So reducing the tools manually, either deterministically already in, in your prompt.
- 1:11:54
So this prompt could have tools for, like, what it should actually do, right? That would be one way. And then I can configure what I actually wanna have here.
- 1:12:01
Like, this should be only doing Perplexity because I-- it needs to do research, and that's all it should do.
- 1:12:06
With custom modes, that would be so much better.
- 1:12:08
Yeah. Custom mode. Yeah.
- 1:12:09
You have different pockets of like, code like this, code like this.
- 1:12:12
Right.
- 1:12:13
And then you kind of pick your pockets of tools.
- 1:12:15
Yes. So custom mode is one way, and then the other one is you can actually mention specific tools. So if you go in here into add context, and then you can actually point it to specific tools.
- 1:12:24
So you're not doing like the look up things on GitHub, and you try to find the right verbiage that it gets the right tool. You can just actually mention the tool of it should, um, for example, resolve library ID.
- 1:12:37
So, so you can just add these here, and then it will be handed to the AI of, like, these are the tools the user wants to use.
- 1:12:43
Yeah, but you do select-- it seems like you deterministically select [background noise]
- 1:12:48
It's, it's still, it-- Yeah.
- 1:12:50
Application.
- 1:12:51
Right.
- 1:12:52
No one-- no end user is not gonna say here they are. The end user is working with the chatbot. What tool it needs to use-
- 1:13:00
Yeah
- 1:13:01
... is still not deterministically.
- 1:13:02
Yes. Yes. Tool calling is inherently always-- E-even in this case, we're telling the AI it should use it, but it might not use it. Yeah.
- 1:13:09
Yeah, but if you do it in the TCP session, like, yeah, this could be determined. It's not. There's no dynamic tool there. So I'm just trying to understand if there's-
- 1:13:17
Yeah
- 1:13:17
... something here that you want, but I like the instruction.
- 1:13:20
Yeah. [background noise] Yeah. So my t-timer's down to zero. Maybe just go back to the slides to wrap it up.
- 1:13:30
There are more, right? Um, vibe coding. So we showed workspace instructions. We showed dynamic instructions which only apply to parts of the tool set. Uh, we showed custom tools, a little playwright, deep research.
- 1:13:46
Uh, I haven't showed using web docs. Like, actually, one of my favorites, just point it to an existing repo and say, "Read this repo if you have questions." MCP works great for that.
- 1:13:55
When I work in MCP server, I just tell it, "Look in the TypeScript SDK server for Model Context Protocol if you have questions." Because we have cross-repo search, it just works.
- 1:14:04
Um, the a- agent actually has access to problems and tasks. So if you have tasks set up and you have linting set up, things will just work, so make sure those are set up in your template.
- 1:14:14
Um, generic commits I showed, and then fine-grained review. You can pause at any time. If it asks you questions, you can always type something in and keep steering it into the right direction.
- 1:14:25
And you can trust read-only in specific tools. And I showed you also editing.
- 1:14:31
So yeah, uh, instructions, keep refining them as it makes mistakes. One of the key ones is commit often. I didn't show commits now, but any time you g- have a working state, just make sure you commit it so AI can continue making mistakes and be creative.
- 1:14:47
And then last one, there's a clear pause button in the lower end. So if AI goes off and you're like, "What is it doing?" Like, "Is it do- it's doing the right thing?"
- 1:14:54
Just, just pause and review, and that's possible as well. Uh, I showed a bunch of this for spec-driven development already, but it's really about having a spec, having a blank plan and doing more custom prompts and tools, which I showed.
- 1:15:09
Um, showed reasonable prompts. Um, there's more MCPs for database access and logging and project tracking, like the GitHub MCP. And there's also access to actually tests and do debugging within the agent as well.
- 1:15:24
So if you ask it to do test-driven development like we did, it will actually start running the tests if they're set up in VS Code correctly. And then we talked briefly about models as well.
- 1:15:32
So if you wanna use o3 for any of the cool stuff, the, the deeper thinking, you can do that as well.
- 1:15:39
Um, spec-driven is really about focusing on the spec. And I think a great way to do that is just create the spec from all the conversations you had about the spec.
- 1:15:51
So one way, if you have a transcript from a meeting about the project you wanna do, just feed that in and make sure you call out what the final decision is.
- 1:15:59
It's a great way to have meetings [laughs] and, but it's also a great way to not write the spec yourself in the end.
- 1:16:05
Are there any tools to determine whether a spec is good or...
- 1:16:10
Like, on the opposite side of that, like if-
- 1:16:11
Right
- 1:16:11
... writing good spec or project requirements document-
- 1:16:14
Right
- 1:16:14
... is like a... One of the, one of the guys-
- 1:16:17
I would ask AI [laughs]
- 1:16:18
... on, uh, on Twitter, he really has interesting thing about this, says what he does is he has it generate a spec, and then he has it critique the spec-
- 1:16:26
Yeah
- 1:16:26
... and say, "What are things that it's missing, and how could it be better?" And stuff like that. And he-
- 1:16:31
Yeah
- 1:16:31
... basically argues with the LLM about the spec until he gets it to a state that he wants.
- 1:16:35
Yes. Ar- arguing with AI is one great way. So if I... I, I have focused on one run prompt, um, or prompts is... Where's one? Critique idea is one I like of just ask me three questions about my idea, right?
- 1:16:48
Just have AI go into thinking mode. Like, what would you ask somebody for feedback? Um, and
- 1:16:57
have it critically analyze your stuff. So these prompts, like those are basically the next level of prompt crafting where you don't just ask it to code, but pull it in as a thought partner, as a design partner, as somebody who can poke, um, holes in your idea along the way.
- 1:17:13
So yeah. Um, further review steps is-
- 1:17:17
Plan mode. Is there anything similar?
- 1:17:18
Yeah. Good. Client
- 1:17:19
Is there anything with similar modes?
- 1:17:21
A plan... You, you now can create one. So we haven't, don't have a plan mode built in, but we also know ask edit agent will not be there forever.
- 1:17:28
So it's, it's a, like, series of evolutions. Roo has way more modes that you can customize.
- 1:17:34
Right.
- 1:17:34
So I think we wanna allow de- developers to create their own. Um, because I even see very few demos of people in client using plan. They just give it a thing, and then it runs.
- 1:17:44
Yeah.
- 1:17:45
So-
- 1:17:45
Because I find, like, when I was using plan, it was so... It was so much better using plan.
- 1:17:50
Yeah.
- 1:17:50
I sort of assumed it would become a general pattern. Maybe not.
- 1:17:53
It is. Yeah. I mean, planning in, in vibe coding, you even do planning and then writing the implementation plan. So you would spend way more time on an initial just what and how we're doing things, and then you let it implement.
- 1:18:06
So that would be even plan, write the implementation plan [laughs] or, like, write the spec, write the plan, and then implement. So you would even have three modes if, if you do it correctly.
- 1:18:16
And then, yeah. So that's already the last one. So takeaways. You gotta experiment. You gotta figure out what works for you. Like, at what point can you just give it a task and it runs with it?
- 1:18:25
At what point do you wanna give it a task and write a spec first?
- 1:18:30
And then implement, um, keep giving it feedback and iterate. So never just accept a bad answer. And then really work on your process. Like, what, what works best for you?
- 1:18:38
What works best for your team? And use modes and prompts and instructions to ingrain that.
- 1:18:45
Um, there's some bonus mistakes you can screenshot. [laughs]
- 1:18:48
I'll make sure I'm making them all.
- 1:18:50
Yeah, please. One more. There's one more. One more screenshot. [laughs]
- 1:18:54
You can end up like Emacs where it has major modes and you can have multiple minor modes.
- 1:18:58
Minor modes, yes. That's kind of how you end up with prompts and custom modes right now, so gotta clean this up too. And then, yeah, lastly, I think there is, there is a sweet spot for how you define your code bases for AI.
- 1:19:09
So you wanna have well-structured, self-explaining code. You wanna have the instructions set up. You wanna have examples in your instructions. You wanna keep instructions updated. So that's it.
- 1:19:23
That was my unplanned workshop. Thank you for having me. [laughs]
- 1:19:27
Thanks. [upbeat music]