As financial markets get tighter AI companies will stop subsidizing their services and charge enough money to actually make a profit. It is time to setup local models. It is cheaper, and you already have a computer. Why keep it idle and pay someone else for their CPU?
> As financial markets get tighter ... They never really get tight very long: the various states are way too busy flooding the world with endless money printing to kick the can of the public debt always further. Covid financial crash? We went to new highs. 2022 tech flash crash (Meta and Netflix did -75% for example): we then went to new highs. The only way for governments who ever spend way more than they bring in t…
GitHub Copilot code review will start consuming GitHub Actions minutes
81–90 of 222 posts
Re: GitHub Copilot code review will start consuming GitHub Actions minutes
#82As financial markets get tighter AI companies will stop subsidizing their services and charge enough money to actually make a profit. It is time to setup local models. It is cheaper, and you already have a computer. Why keep it idle and pay someone else for their CPU?
Because it doesn't even come close to frontier models in intelligence/speed/price. I can run my 3090 nonstop and rack up an electricity bill that costs more than a subscription and get worse results that are slower. They are ok for simple/non complex things, but that's not really what I need AI for.
Re: GitHub Copilot code review will start consuming GitHub Actions minutes
#83Earlier quoted context omitted.
Sometimes both nines are even in the front!
Cursed by mighty Redmond to roam the market wasteland until death, one of the seventy some odd beleaguered CoPilot products is now being lashed like a haggard burro to the dying light of a once prominent development platform that, upon itself, were pinned the hopes and dreams of a commercial software juggernaut to capture the hearts and minds of developers all around the world.
Re: GitHub Copilot code review will start consuming GitHub Actions minutes
#84Earlier quoted context omitted.
Why do we assume us providers aren't doing the same? Also all the Chinese providers are giving open weight models. Many you can run locally. I don't see the risk. If your code is easily AI generated you don't have a moat anyways. A Chinese competitor probably won't have as easy of a time as a US one of you operate in the US
The US has robust IP and trademark law that allows companies some amount of chance to find a legal remedy to anyone who clones their business. China is notorious for protecting local companies from foreign IP suits. Further, at a lot of companies, the risk has to be acceptable to shareholders and auditors. Perceived risk is often a more powerful motivator than actual risk.
lmao tell that to the artists, authors and foss contributors whose work has been cloned into the llm oracle
Re: GitHub Copilot code review will start consuming GitHub Actions minutes
#85Earlier quoted context omitted.
Your best bet is to self host woodpecker CI. Hetzner has cheap VPS that I host my CI on. It costs like $10/month. Pick the cheapest region, since CI runners location doesn’t matter much.
Yeah, I did hertzner runner for a bit. But I think the issue is that my situation (solo dev, mono repo) is just not right for a dedicated instance. With only 1-2 runners, the pipeline is slow (low parallelism) and resource constrained. And at least 50% of the time its idle (I'm not working/sleeping). I guess what I'm really looking for is for some kind of aggressive autoscaling, and aggressive caching. I tried a coup…
Re: GitHub Copilot code review will start consuming GitHub Actions minutes
#86Earlier quoted context omitted.
Why do we assume us providers aren't doing the same? Also all the Chinese providers are giving open weight models. Many you can run locally. I don't see the risk. If your code is easily AI generated you don't have a moat anyways. A Chinese competitor probably won't have as easy of a time as a US one of you operate in the US
The US has robust IP and trademark law that allows companies some amount of chance to find a legal remedy to anyone who clones their business. China is notorious for protecting local companies from foreign IP suits. Further, at a lot of companies, the risk has to be acceptable to shareholders and auditors. Perceived risk is often a more powerful motivator than actual risk.
Also, how long do you think openai, Microsoft, Google, anthropic, etc could delay a lawsuit while you pay hundreds of thousands in legal retainers? 5 years? 10?
Re: GitHub Copilot code review will start consuming GitHub Actions minutes
#87Earlier quoted context omitted.
Your best bet is to self host woodpecker CI. Hetzner has cheap VPS that I host my CI on. It costs like $10/month. Pick the cheapest region, since CI runners location doesn’t matter much.
Yeah, I did hertzner runner for a bit. But I think the issue is that my situation (solo dev, mono repo) is just not right for a dedicated instance. With only 1-2 runners, the pipeline is slow (low parallelism) and resource constrained. And at least 50% of the time its idle (I'm not working/sleeping). I guess what I'm really looking for is for some kind of aggressive autoscaling, and aggressive caching. I tried a coup…
A buddy of mine runs his whole CICD setup off an old gaming desktop. They use tailscale to connect to their hosted infrastructure and set it up as a GitHub action runner.
For a solo dev this might be the way to go.
Re: GitHub Copilot code review will start consuming GitHub Actions minutes
#88I've seen some projects that use it and you open the PR page to be greeted by every PR having 3-20 comments but when you goto the actual PR, there's no one except the contributor with a bunch of Copilot feedback.
It gives a false message that the PR is resonating with folks and has real activity. I wonder if GitHub did this on purpose to make engagement seem higher than it really is.
Re: GitHub Copilot code review will start consuming GitHub Actions minutes
#89Re: GitHub Copilot code review will start consuming GitHub Actions minutes
#90Earlier quoted context omitted.
Because it doesn't even come close to frontier models in intelligence/speed/price. I can run my 3090 nonstop and rack up an electricity bill that costs more than a subscription and get worse results that are slower. They are ok for simple/non complex things, but that's not really what I need AI for.
Well, it is currently cheaper because it is massively subsidized. That will change when subsidies stop. I don’t think it is a good argument.