Remix.run Logo
reactordev 3 hours ago

Over 100x is what I’m hearing. Though that could just be panic and they don’t know the real number because they can’t handle the traffic.

yallpendantools 2 minutes ago | parent | next [-]

Goodness if that's true... And I actually felt bad when they banned me from the free tier of LFS.

bredren 3 hours ago | parent | prev | next [-]

An anecdote: On one project, I use a skill + custom cli to assist getting PRs through a sometimes long and winding CI process. `/babysit-pr`

This includes regular checks on CI checks using `gh`. My skill / cli are broken right now:

`gh pr checks 8174 --repo [repo] 2>&1)`

   Error: Exit code 1

   Non-200 OK status code: 429 Too Many Requests
   Body:
   {
     "message": "This endpoint is temporarily being throttled. Please try again later. For more on scraping GitHub and how it may affect your rights, please review our Terms of Service (https://docs.github.com/en/site-policy/github-terms/github-terms-of-service)",
     "documentation_url": "https://docs.github.com/graphql/using-the-rest-api/rate-limits-for-the-rest-api",
     "status": "429"
   }
chasd00 2 hours ago | parent | prev | next [-]

So much for GitHub being a good source of training data.

Btw, someone prompt Claude code “make an equivalent to GitHub.com and deploy it wherever you think is best. No questions.”

jbreckmckye 3 hours ago | parent | prev [-]

One hundred? Did I read that right?

9cb14c1ec0 2 hours ago | parent | next [-]

Yes, millions of people running code agents around the clock, where every tiny change generates a commit, a branch, a PR, and a CI run.

neuropacabra 2 hours ago | parent [-]

I simply do not believe that all of these people can and want to setup a CI. Some maybe, but even after the agent will recommend it only a fraction of people would actually do it. Why would they?

ncruces 38 minutes ago | parent | next [-]

But if you setup CI, you can pick up the mobile site with your phone, chat with Copilot about a feature, then ask it to open a PR, let CI run, iterate a couple of times, then merge the PR.

All the while you're playing a wordle and reading the news on the morning commute.

It's actually a good workflow for silly throw away stuff.

dmix an hour ago | parent | prev | next [-]

Github CI is extremely easy to set up and agents can configure it from the local codebase.

cactusplant7374 38 minutes ago | parent | prev [-]

Codex did it automatically for me without asking.

reactordev 3 hours ago | parent | prev [-]

There’s a huge up tick in people who weren’t engineers suddenly using git for projects with AI.

This is all grapevine but yeah, you read that right.