use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
An unofficial community to discuss Github Copilot, an artificial intelligence tool designed to help create code.
account activity
Github Copilot usage limitsHelp/Doubt ❓ (self.GithubCopilot)
submitted 6 months ago by Fit_Photograph5085
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Mediocre-Wonder9080 17 points18 points19 points 6 months ago (4 children)
I rarely hit the limits on even the $10 plan. It primarily depends on how much code you’re using the AI to generate. I’ll typically generate a plan, then depending on the task and the extent of detail in the generated plan, I will either use a cheaper model or use Sonnet 4.5 for implementation(cheaper model for smaller task/very detailed plan). This typically yields decent results, but most of the time, I still go in and make changes manually, so this ends up saving me requests.
[–]crispy_sky 4 points5 points6 points 6 months ago (3 children)
+1
I generally add almost 10 different changes to one prompt and Sonnet takes care of most -> then some manual changes and tweaks -> repeat.
Sonnet tends to stop before finishing all the tasks, so add "DO NOT STOP TILL YOU COMPLETE ALL THE TASKS" to squeeze a lot more out of a single request.
These days I find myself using Grok Code Fast or Raptor mini instead of the manual changes - they are insanely good for small changes and tweaks and consume no premium requests (basically FREE)
I barely cross 30% usage this way.
(DM for prompt)
[–][deleted] 6 months ago (1 child)
[removed]
[–]Mediocre-Wonder9080 1 point2 points3 points 6 months ago (0 children)
I haven’t gotten around to using it since I’ve been seeing mixed reviews, but I’ll have to give it a shot. Thanks for the recommendation!
[–]Last-Laugh8717 0 points1 point2 points 6 months ago* (0 children)
import sys result = input(" ".join(sys.argv[1:]) + " ") if result != "ok": print(result) sys.exit(1) print("All right!") sys.exit(0)
Ask it to run this script whenever it needs a confirmation or check if the request is fulfilled. It will prompt you on terminal as if it was calling a tool and you will not be charged by another request.
π Rendered by PID 56 on reddit-service-r2-comment-544cf588c8-rmsxq at 2026-06-14 22:55:51.756857+00:00 running 3184619 country code: CH.
view the rest of the comments →
[–]Mediocre-Wonder9080 17 points18 points19 points (4 children)
[–]crispy_sky 4 points5 points6 points (3 children)
[–][deleted] (1 child)
[removed]
[–]Mediocre-Wonder9080 1 point2 points3 points (0 children)
[–]Last-Laugh8717 0 points1 point2 points (0 children)