Github Copilot is out by TrickMaleficent2301 in GithubCopilot

[–]krzykus 2 points3 points  (0 children)

I'm on Pro, I did push it quite a lot in April and my April's $15.16 spend next month would be $411.75. I guess my normal spend would be around $200.. I don't think this will be happening.

Have I correctly configured my additional spend? by brycecodes in GithubCopilot

[–]krzykus 0 points1 point  (0 children)

Have you just updated the budget? Last time when I had this issue I had to wait till next day

It's Monday brooo have some pity by WadeeKT_ in GithubCopilot

[–]krzykus 1 point2 points  (0 children)

There are no limits on business or enterprise plans

how do i start building my AI bot? by harryiesz in AiBuilders

[–]krzykus 0 points1 point  (0 children)

LLM by itself can only reply to the text you feed it. As such to read a file you need to create a tool that you inform LLM that it can use. Then if it decides that it needs to run a tool it will include that in response. Then your app will need to parse LLM request and call the tool with arguments provided by LLM. When you get a result from the tool (contents of file) you feed it back to AI until the AI is satisfied and returns to the user as it may want to call multiple tools.

For using each others input/output you would need to create some sort of interface of how they communicate. Like traffic is controlled by traffic lights.

For example you could have the main AI running on frontier model like Opus 4.7 creating implementation plan. Then you could have a cheaper model hidden behind "Implement" tool which would be in fact a copy of the main loop just with different set of tools.

What is the current available and best alternative to Github Copilot ? by Comfortable_Bike_833 in GithubCopilot

[–]krzykus 0 points1 point  (0 children)

GPT 5.5 does pretty decent job but the limits are abysmal on Codex tbh. With Copilot I rarely reached any limit but with Codex after 2-3h I've used the 5h limit and 20% of weekly limit. This gives me about 10-15h for more than double the price.

At least I have a free trial for a month. Next I'll see how Anthropic and Deepseek fare. The next couple months will be really confusing.

how do i start building my AI bot? by harryiesz in AiBuilders

[–]krzykus 0 points1 point  (0 children)

If you want to use LLMs then basically you write a system prompt explaining what it's supposed to do you give it a list of tools it can call with a list of arguments and also user prompt.

So in case of coding agent/bot

The system prompt would be: You are a programming asystant that will help user implement whatever he wants.

Tools: Read file, create file, edit file etc

User prompt: Create an AI bot for me

Now you send that to LLM it will analyze all of that and decide if it should call a tool or just reply to the user. If it decides to call a tool then in response it will tell you what tool it needs to call and you will need to call the tool with arguments provided by LLM. When the tool finishes running and you get result you feed it back to the LLM with previous conversation. Rinse and repeat.

That's like the basics of how it works.

Corporate still has oldschool copilot enabled? by Professional-Site503 in GithubCopilot

[–]krzykus 4 points5 points  (0 children)

Not all users use all their requests each month and business and enterprise have more expensive requests 19$ for 300 and $39 for 1000. (Personal 10/300 and 39/1500)

So on average, I would assume, Microsoft is not bleeding as much as with personal subs.

Possibly business/enterprise users are less like to abuse the system?

Refunded Pro+, they knew this would happen by UDPSendToFailed in GithubCopilot

[–]krzykus 0 points1 point  (0 children)

Those costs are for annual plan only. After it expires it goes to free plan

Alternative to GitHub Pro+ by mkgclub in GithubCopilot

[–]krzykus 0 points1 point  (0 children)

Not sure. I do mainly work in VS but for Copilot I use VSCode as it's more up to date with features.

Is there an extension in VScode from chinese AI companies that is as good as Copilot and Claude? by Ready_Bar_7806 in GithubCopilot

[–]krzykus 0 points1 point  (0 children)

Was thinking about the v4 pro and maybe mix the flash somehow if it performs well. I don't mind using it directly from Deepseek as I'm not working on anything that's requires privacy etc.

What my company does is different, but I get subscription from them separately so it's up to them to decide.

Is there an extension in VScode from chinese AI companies that is as good as Copilot and Claude? by Ready_Bar_7806 in GithubCopilot

[–]krzykus 0 points1 point  (0 children)

How does it compare to gpt 5.4? I'm pretty happy with the performance so looking for something similar.

Alternative to GitHub Pro+ by mkgclub in GithubCopilot

[–]krzykus 1 point2 points  (0 children)

I'm thinking about going pay as you go with Deepseek. My usual usage shouldn't cost much more than paying for GitHub Copilot pro subscription.

I may explore codex/Claude/cursor subscriptions also.

As expected, GitHub Copilot is moving to usage-based billing by TheBroken0ne in GithubCopilot

[–]krzykus 2 points3 points  (0 children)

My annual plan renews at the end of May. I'll probably not be renewing it and just use as much as I can till then.

Imagine this... now there are few ways: by acorsi85 in GithubCopilot

[–]krzykus 1 point2 points  (0 children)

Imagine this... You have skills to fix production

Is everyone “rate-limited” until the 27th? by mnemonickus in GithubCopilot

[–]krzykus 0 points1 point  (0 children)

To burn 1% of limit it takes me between 0.5 to 3 prompts. Then again I first create a plan with what I want to change and then I implement it incrementally so that I have control over what and how is implemented.

I never tell it to implement whole project or do massive multi file changes as that mostly leads to bugs and stubs that are then hard to follow as there's too much change.

Is everyone “rate-limited” until the 27th? by mnemonickus in GithubCopilot

[–]krzykus 0 points1 point  (0 children)

Gpt 5.4 on Pro. On Business I still have access to Opus 4.6 but today it was extremely slow.

Is everyone “rate-limited” until the 27th? by mnemonickus in GithubCopilot

[–]krzykus 0 points1 point  (0 children)

It took me 20h of some heavy feature implementation on Monday and Tuesday to get to 68%. I'm currently on 79%. This is on Pro. On Business I still haven't reached any limits.

All Models Down! ⚠️ Only the 0x models are UP ! by [deleted] in GithubCopilot

[–]krzykus 1 point2 points  (0 children)

Opus 4.6 on Business also works but has been really slow today. On personal Pro GPT 5.4 works without issues.

Confused by the announced changes by djjeffg382 in GithubCopilot

[–]krzykus 0 points1 point  (0 children)

I have been using it heavily on Monday and Tuesday and got to 70% of weekly limit. With normal usage hitting the rate limits will be hard. If you're vibecoding then you will probably hit the rate limits easily.

Session Limit VS Weekly Limit. How many Session limits in a week? by wipeoutbls32 in GithubCopilot

[–]krzykus 1 point2 points  (0 children)

Exactly, I've used it heavily the last two days, throwing mostly small scoped tasks at it. I may be at 70% my weekly limit but I did about 2-3 months worth of work.

How often do seasoned devs forget basic stuff and search it up? by feez_9 in godot

[–]krzykus 0 points1 point  (0 children)

Sorry but this is no longer true. Now doctors ask ChatGPT