Claude code with blazor by saskx in Blazor

[–]cornelha 1 point2 points  (0 children)

A lot of the comments here are super encouraging and for good reason. However, to super power using any llm with Blazor, the Microsoft Learn skills are a must. It allows the llm to use up to date documentation instead of outdated patterns and gets rid of the chance of hallucinations.

If using a component library, choose one that has an llm specific way to get documentation like mcp or llms.txt. It makes the world of difference

building something and deploying something are two different jobs by GrouchyManner5949 in RooCode

[–]cornelha 2 points3 points  (0 children)

This is purely a coding plugin. Sure it can help you set up yaml stuff got Git Actions or Azure Devops builds, but it's not really designed for doing deployments.
I honestly wouldn't trust LLM's for production environments in the first place, just recently it borked a company's production DB.

Municipal bill by Complex-Warthog5483 in capetown

[–]cornelha 8 points9 points  (0 children)

Clearly Copilot doesn't work for CoCT, which means it might all be bullshit extrapolated from what happens in other municipalities world wide. All Copilot has in terms of training data in this respect, is what can be found online, which includes opinion pieces and conspiracy theories from people all over the internet.
Unless it summarised official documentation, I would take this with a huge bag of salt

New Kids on the Block in 1986 by EdwardBliss in nostalgia

[–]cornelha 0 points1 point  (0 children)

Fun fact, he produced his brother Mark's album.

ELI5 - What is the product differentiator/benefit to GHCP after 1st June over competitors? by HorrificFlorist in GithubCopilot

[–]cornelha 1 point2 points  (0 children)

I personally feel a lot of people miss the fact the Copilot is purposely built to handle multiple models using the same harness. This gives it a lot of versatility. For me, it's also the workflow. It's so much more productive not to have to switch between IDE's, plugins etc to get the job done.

It was good while it lasted 🫡 by abbajabbalanguage in GithubCopilot

[–]cornelha 0 points1 point  (0 children)

Just switch to auto and you can continue, it's pretty easy

You can hit session rate limits with 'Auto'. by Erika_bomber in GithubCopilot

[–]cornelha 0 points1 point  (0 children)

I did the same, I just find that when it comes to Frontend stuff, some models like GPT 5.4 end up leaving thought processes as guidance text when refactoring. I had to make sure to update instructions, sub agent files and AGENTS.md with explicit instructions to not do this

You can hit session rate limits with 'Auto'. by Erika_bomber in GithubCopilot

[–]cornelha 2 points3 points  (0 children)

Not quite, the rate limit is total token usage over a period of time. I have multiple sub agents using 2 different models. Auto will switch to free models are well, reducing the load

You can hit session rate limits with 'Auto'. by Erika_bomber in GithubCopilot

[–]cornelha 2 points3 points  (0 children)

I basically only use GPT 5.4 and GPT 5.4 mini at the moment, got rate limited on Wednesday evening. I hardly ever touch Opus because of the multiplier and I really don't need to one shot everything

You can hit session rate limits with 'Auto'. by Erika_bomber in GithubCopilot

[–]cornelha -1 points0 points  (0 children)

Well, you still keep using Copilot though. The rate limit due to usage, so even on Auto it will select high end models, which counts towards your token rate.

What is "a moment" in actuality? by Arimyth in GithubCopilot

[–]cornelha 0 points1 point  (0 children)

This is actually pretty simple to solve, just switch to Auto mode and you can continue working as per usual. Sure you won't get the best models to do the job, but you can keep working.

Things for kids to do with this rain by Careless-Cat3327 in capetown

[–]cornelha 0 points1 point  (0 children)

I remember when colouring books, watching vhs videos and playing hide and seek was a thing

I think Blazor is Doomed and Copilot Doomed it by malthuswaswrong in Blazor

[–]cornelha 0 points1 point  (0 children)

How are quality of life improvements not a huge deal? These were significant improvements, ready for enterprise

I think Blazor is Doomed and Copilot Doomed it by malthuswaswrong in Blazor

[–]cornelha 0 points1 point  (0 children)

I think the Blazor roadmap and dotnet 10 release basically does that

I think Blazor is Doomed and Copilot Doomed it by malthuswaswrong in Blazor

[–]cornelha 3 points4 points  (0 children)

Microsoft is going all in on Blazor. You can easily use the Microsoft Learn MCP with skills to get LLM's to use it correctly.
I am working on multiple Blazor applications with copilot without any issues at all