14 comments

  • nickjj1 hour ago
    They should also remove Copilot code reviews from being counted as metrics in a PR.<p>I&#x27;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&#x27;s no one except the contributor with a bunch of Copilot feedback.<p>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.
    • breakpointalpha50 minutes ago
      If I had a magic wand, I would enforce an internet-wide separation of human activity metrics from bots.<p>I want to know how many real humans read my post, commented, shared etc.<p>Clankers can keep their own counts.
  • 1qaboutecs3 hours ago
    scary but thank goodness github actions is highly reliable, robust to change, and has a simple-to-understand ontology.
    • paulddraper3 hours ago
      To the naysayers, I would point out that actions has not only one but TWO 9s of uptime. [1]<p>[1] <a href="https:&#x2F;&#x2F;www.githubstatus.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.githubstatus.com&#x2F;</a>
      • simoesd3 hours ago
        Github has recently changed the way their status page tracks uptime in the name of &quot;transparency&quot;[0]. &quot;Partial Outages&quot; are now only worth 30% of their duration, and &quot;Degraded Performance&quot; is worth none, so their uptime values are now wildly inflated.<p>[0] <a href="https:&#x2F;&#x2F;github.blog&#x2F;news-insights&#x2F;company-news&#x2F;bringing-more-transparency-to-githubs-status-page&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.blog&#x2F;news-insights&#x2F;company-news&#x2F;bringing-more...</a>
        • rschiavone19 minutes ago
          Of course they hide behind corporate speak like &quot;Bringing more transparency&quot;.
      • gen22048 minutes ago
        <a href="https:&#x2F;&#x2F;isgithubcooked.com&#x2F;?services=actions" rel="nofollow">https:&#x2F;&#x2F;isgithubcooked.com&#x2F;?services=actions</a><p>It seems that for &quot;actions&quot;, the trailing twelve months availability is 98.67%.<p>Trailing 3 months is even worse :&#x2F;
      • PunchyHamster3 hours ago
        Sometimes both nines are even in the front!
        • nimbius2 hours ago
          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.
          • isoprophlex1 hour ago
            DEVELOPERS DEVELOPERS DEVELOPERS DEVELOPERS
            • teekert1 hour ago
              I can smell this comment.
      • deathanatos14 minutes ago
        Yesterday&#x27;s ≈5h long incident with the Pull Requests page being blank is listed as 1h 47m.<p>My org noticed the incident at 12:19p ET, Github pushed their first update at 12:38p, and pushed that it was mitigated at 5:48p.
      • infecto3 hours ago
        For all the hate it gets, I use them regularly with little to no complaints.<p>I have always found it as a pretty nice to have feature if I am already using GitHub. It’s far from perfect or robust but I can get a lot of use out of it with low to no friction.
        • maccard3 hours ago
          We had more build failures in 2025 due to Actions outages or degraded service than any other reason.
          • infecto3 hours ago
            Which is fair but inversely we do many builds throughout the day most business days and have not had an impact where we noticed it. Could also be that we deploy often and frequently and have setup our builds to be as quick as possible so any issues would likely go unnoticed.
      • tom13372 hours ago
        And now it has an outage <a href="https:&#x2F;&#x2F;www.githubstatus.com&#x2F;incidents&#x2F;dbypmw7h77l5" rel="nofollow">https:&#x2F;&#x2F;www.githubstatus.com&#x2F;incidents&#x2F;dbypmw7h77l5</a>
  • Frieren3 hours ago
    As financial markets get tighter AI companies will stop subsidizing their services and charge enough money to actually make a profit.<p>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?
    • tempaccount50503 hours ago
      Because it doesn&#x27;t even come close to frontier models in intelligence&#x2F;speed&#x2F;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&#x2F;non complex things, but that&#x27;s not really what I need AI for.
      • datsci_est_20152 hours ago
        I feel the opposite. I do need AI for simple things. Complex things are usually so ill-defined that the actual bottleneck takes place in meatspace, not in my IDE.
      • Hendrikto2 hours ago
        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.
        • ihattendorf1 hour ago
          The claim was &quot;It is cheaper&quot;, not &quot;It will be cheaper&quot;. Until it actually _is_ cheaper, it doesn&#x27;t make much sense to purchase $10k+ in hardware to run local models that are still worse than the frontier offerings.
          • Chris204859 minutes ago
            &gt; Until it actually _is_ cheaper, it doesn&#x27;t make much sense to purchase<p>Once it is cheaper, there will be more demand so it will no longer be cheaper. Buying now gets current prices (though demand is still fairly high).
        • hobofan1 hour ago
          No it&#x27;s not. AI products are quite often subsidized. AI inference very certainly is not.<p>There are more and more independent AI inference providers without VC backing that serve open weight models on a ~cost-plus basis that show that subsidies are not significant for AI inference.
      • cultofmetatron2 hours ago
        if only there was a place that was naturally cold to take advantage of airflow for cooling and cheap renewable electricity thats always on...
        • plopz24 minutes ago
          are you saying aluminum smelters are going to convert to ai datacenters?
    • yeswecatan3 hours ago
      I assume because local models are nowhere near as good. Hoping I’m wrong!
      • datsci_est_20152 hours ago
        The better your code is architected, the less powerful model you’ll need for it to make sense of it.<p>E.g. a well-designed deployment (infrastructure-as-code) repository doesn’t need a frontier model to be understood well-enough to create a new job &#x2F; service using sibling jobs &#x2F; services as templates.<p>And this already saves me dozens of minutes per week, although it’s not a 2x multiplier in my efficiency.
        • varispeed2 hours ago
          The issue is that local models are dumb and tend to make mistakes than look good at a first glance. So any &quot;saving&quot; is quickly ruined by having to do an extensive review. You might as well just write things yourself.
          • datsci_est_20152 hours ago
            I use it as code scaffolding, which means in a way I’m often rewriting it. For me, writing from scratch isn’t the same amount of effort as using a code scaffolding tool.
    • varispeed2 hours ago
      Local models are nowhere near the performance of frontier models. Unless you can fork out like £100k to get something passable in terms of performance.
    • TacticalCoder2 hours ago
      &gt; As financial markets get tighter ...<p>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.<p>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.<p>The only way for governments who ever spend way more than they bring in taxpayer dollars is to de-valuate the currency.<p>So &quot;financial markets getting tighter&quot;: probably won&#x27;t last.
      • Hendrikto2 hours ago
        As you said yourself: Quantitative easing did not solve anything. We keep kicking the can down the road, and the problems grow exponentially every time. This approach won’t work forever. In fact, we may be past the tipping point already.
  • dotdi3 hours ago
    I feel the rug under my feet moving. Is it being pulled?!
    • 2ndorderthought3 hours ago
      Just you wait, this is a gentle tug to test how hard they can pull when the time comes.
      • xienze3 hours ago
        It&#x27;s gonna be interesting to see how this plays out. Usually a tech rugpull like this lasts a number of years. And this sort of has, but the agentic stuff has really only caught on like wildfire in the last, I dunno, six months or so. The rugpull would be way more effective if there could be several years of getting developers addicted to this development paradigm, but alas, the VC money burned was too great to subsidize for very long.
        • swiftcoder3 hours ago
          Its also a weird way to cede control of the market to the foreign model vendors, because I&#x27;m reasonably sure that DeepSeek et al aren&#x27;t subsidising tokens to the same extent that the big 3&#x27;s subscription models have been.
          • xienze2 hours ago
            I think there&#x27;s &quot;sort of&quot; a moat for non-Chinese vendors. As much as people distrust the US right now, I think deep down inside everyone knows that the second you let a Chinese provider do inference on your codebase they&#x27;re gonna suck up every bit of it. But hey, cheap tokens, right?<p>So you&#x27;ll probably never see government customers allow that and neither will a lot of commercial customers.
            • 2ndorderthought2 hours ago
              Why do we assume us providers aren&#x27;t doing the same? Also all the Chinese providers are giving open weight models. Many you can run locally.<p>I don&#x27;t see the risk. If your code is easily AI generated you don&#x27;t have a moat anyways. A Chinese competitor probably won&#x27;t have as easy of a time as a US one of you operate in the US
              • Laughsalot2 hours ago
                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.<p>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.
                • isoprophlex1 hour ago
                  &gt; robust IP and trademark law<p>lmao tell that to the artists, authors and foss contributors whose work has been cloned into the llm oracle
                • 2ndorderthought1 hour ago
                  Once your code, images, etc pass into the slop machine it is owned by whoever generated it later. Obviously they would need a new logo, llc, and some ui theme tweaks. Otherwise none of these AI coder products would exist.<p>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?
            • swiftcoder2 hours ago
              &gt; As much as people distrust the US right now<p>From the perspective of someone currently living in the EU... I&#x27;d say thats pretty much a wash (or even slightly tilted in China&#x27;s favour) for folks outside the US
            • dannyw2 hours ago
              Fortunately there’s plenty of open weight models that are just safetensors and you have a wide variety of providers to choose from, as well as just hosting it yourself.
        • windward1 hour ago
          Times would have been much more &#x27;interesting&#x27; - for better or worse - had the LLM movement occurred during the zero interest-rate era.
        • eastbound3 hours ago
          If that is true, we’ve discovered that offering a product for $1 the $17, yields to dramatically shorter runway but possibly more addicted users. Can’t wait for products offered at $1 the $100.
        • awakeasleep3 hours ago
          I wonder if it has anything to do with the war in the Middle East forcing gulf states to scale back investment
      • anthonypasq1 hour ago
        making you pay the actual price of a product is a rug pull now?
        • Macha46 minutes ago
          It is if you start by charging significantly less than the actual price to get people hooked
        • shimman1 hour ago
          Maybe, but this is also a company whose parent organization is worth a trillion+ dollars that have monopolies in multiple verticals. I know American corpos hate the idea of protecting the commons and would rather fuck it raw to fulfill their carnal urge for profit, but you know there are some public goods and services worth fulfilling for a highly productive industry.<p>Maybe the government should nationalize GitHub at this point as it is absolutely critical for US infrastructure and MSFT has shown to be a terrible steward for the public.
          • anthonypasq52 minutes ago
            wow, gotta say I was not expecting that response lol. So good on you for surprising me I guess.
    • boesboes3 hours ago
      Not yet... I calculated they under charge by 50-90X soooo
  • silverwind3 hours ago
    This seems nonsensical. Why would non-actions activity consume actions budget?
    • semiquaver3 hours ago
      <p><pre><code> &gt; Last month, we shared how GitHub Copilot code review runs on […] GitHub Actions using GitHub-hosted runners. </code></pre> They say that they’re now billing against their actual costs
    • WorldMaker1 hour ago
      Copilot Code Reviews <i>are</i> Actions workflows. Just privileged ones you can&#x27;t edit the YAML for. They even litter your Actions tab list and Deployment environments.
    • horsawlarway3 hours ago
      My guess is that they&#x27;re moving to a spot where they can pitch an LLM &quot;doing something&quot; as an action, and copilot is their first move. I don&#x27;t see it as crazy to think of a &quot;copilot code review&quot; in a similar way to other build actions.<p>But also - enterprise accounts already have budget assigned to github actions, and this allows them to start billing right away without having to actually get (or allow) businesses to evaluate the return of having copilot do code reviews.<p>So seems like it&#x27;s a mix of immediate incentives and long term architecture. I don&#x27;t like it, though. If I were an enterprise my first response would be to turn it off.
      • swiftcoder3 hours ago
        &gt; enterprise accounts already have budget assigned to github actions, and this allows them to start billing right away without having to actually get (or allow) businesses to evaluate the return of having copilot do code reviews<p>Hang on, I read this as copilot reviews with bill <i>both</i> actions minutes and AI credits. Did I miss something?
        • zdragnar2 hours ago
          I&#x27;m assuming the running of the model is consuming the tokens, and the client coordinating and orchestrating the calls to the model to perform the review is happening in an action runner, thus using action minutes.
    • freedomben3 hours ago
      Agreed, especially weird since they just rolled out usage-based billing for Co-pilot. It would make a lot more sense to just re-use that usage instead IMHO
      • semiquaver3 hours ago
        It does, read the article. This feature now consumes actions credits <i>and</i> AI credits.
        • freedomben2 hours ago
          Yeah my mistake, I wasn&#x27;t very clear in my comment.<p>Though actually the more I think about it, I think this change actually does make more sense. In the case of the AI running on GitHub side, that does feel pretty equivalent to CI minutes. I would hope that the number of minutes they bill for is pretty minimal though, since the vast majority of that will be I&#x2F;O waiting on the agent to return
    • whalesalad3 hours ago
      Code review ostensibly takes place inside a container runtime just like tests or other actions would. It makes sense to me.
      • PunchyHamster3 hours ago
        but consumes vastly more resources than most app&#x27;s build process.<p>Done that way it obfuscates cost of the code review and I think that&#x27;s on purpose
        • whalesalad3 hours ago
          The cost of running a container (to github) is someone else not being able to run a container.
    • tommy29tmar2 hours ago
      [dead]
    • throwatdem123113 hours ago
      “F*ck you. Pay me.”<p>That’s why.
  • 0xbadcafebee1 hour ago
    I started moving my repos off GitHub weeks ago, but I&#x27;m still waiting for a &quot;good&quot; GitHub competitor to appear. GitLab sucks (if you&#x27;re not a company and like unnecessary complexity), Codeberg is slow and limited (and has weird mods), Sourcehut UX is weird (and being DDoS&#x27;d), Gitea Cloud didn&#x27;t even have a working login page last time I tried, BitBucket isn&#x27;t the worst but it has quite a few problems (&amp; isn&#x27;t set up for public repos&#x2F;search). Please can somebody start a simple, reliable hosted GitHub alternative? I&#x27;d pay for it...
    • skydhash58 minutes ago
      If you want collaboration for your team, then a small vm with forgejo (if you need PR) is enough. It can be behind a vpn if you do not want to bother with securing it against the whole internet.<p>If you want to make your repos public, you could use cgit and the like.
  • tuo-lei2 hours ago
    is there any data on how many Actions minutes a single copilot review actually takes? the announcement doesn&#x27;t mention it, and for a team doing 20+ PRs a day that number adds up fast.
  • semiquaver3 hours ago
    Good thing GitHub has plenty of built-up goodwill to spend down. If they didn’t this cascade of (probably necessary but nevertheless negative for customers) changes might be the tipping point to push a lot of companies to seek other options.
    • ryukoposting3 hours ago
      &gt; Good thing GitHub has plenty of built-up goodwill to spend down<p>Do they, though? I don&#x27;t know a single person who uses GitHub who actually <i>likes</i> it. It&#x27;s far more often something like &quot;it&#x27;s fine, but I miss (GitLab|Gerrit)&quot; or &quot;I stopped using it for personal stuff and moved to (Codeberg|GitLab).&quot;<p>The brand recognition among non-technical folks is really the strongest selling point in my eyes. And that&#x27;s irrelevant to ~95% of software development.
      • alex_suzuki2 hours ago
        GitLab is getting ensh*ttified as well. Rarely a day passes when they’re not trying to somehow push their AI features on me, even though I never asked for it. Thinking about moving to managed Forgejo.
      • semiquaver2 hours ago
        The tell-tale just lit up on your sarcasm detector, better get it serviced.
    • taormina1 hour ago
      They burned through their goodwill years ago and are insistent on reminding us all that they are now exactly as shitty as Microsoft because they it’s all Microslop worst customer practices.
  • mhitza3 hours ago
    Interesting, I didn&#x27;t know minutes where free before.<p>Stopped my recurring subscription at the end of last year when it started spinning up actions for review. Which as a side effect doubled the time (or so) to do a review. Whereas before that I would open a PR, wait at most a minute or two and the review was already done.
  • infecto3 hours ago
    Unclear why this is so shocking. Sounds like they have been making migrations on their underlying systems and this better aligns with the cost to run. I would be curious how many are using their code review system.
  • aleksiy1233 hours ago
    Anyone have good alternatives for ci&#x2F;cd on the cheap for a solo dev?<p>I’m blowing through my 1000 mins in days.<p>Thinking to either pool some free tiers or figure something out with spot instances.<p>Also is it just me or is CI&#x2F;CD tooling still sort of rough all around.
    • Atotalnoob3 hours ago
      Your best bet is to self host woodpecker CI.<p>Hetzner has cheap VPS that I host my CI on. It costs like $10&#x2F;month.<p>Pick the cheapest region, since CI runners location doesn’t matter much.
      • aleksiy1232 hours ago
        Yeah, I did hertzner runner for a bit.<p>But I think the issue is that my situation (solo dev, mono repo) is just not right for a dedicated instance.<p>With only 1-2 runners, the pipeline is slow (low parallelism) and resource constrained. And at least 50% of the time its idle (I&#x27;m not working&#x2F;sleeping).<p>I guess what I&#x27;m really looking for is for some kind of aggressive autoscaling, and aggressive caching.<p>I tried a couple of things (GHA, Dagger + Hertzner, Buildkite)<p>And Im just not too sure theres going to be any out of the box solution since my priority is essentially to minimize cost and maximize efficiency. Not really a great customer for any providers.<p>Im tempted to just get agent to build something out quickly with cloudflare workers + spot instances.<p>I also have some other nice to have requirements:<p>- ts&#x2F;code over config<p>- locally runnable and testable<p>- preferably no lock in<p>- repeatable&#x2F;reproducible
        • alemanek1 hour ago
          Not sure of what current prices look like but an old desktop sitting on the floor of your office might work well for you. You would need decent internet but running a single node kubernetes cluster as a GitHub action runner has worked well for others I know.<p>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.<p>For a solo dev this might be the way to go.
          • aleksiy1231 hour ago
            Yeah, I’ve been thinking in this direction as well.<p>My wife uses my old gaming desktop for her ux design work as well.<p>And I was thinking of using the gpu to run some tts models.<p>Now to just figure out a way to run it all on windows and have it auto start when she logs in.
        • isoprophlex1 hour ago
          Ephemeral, beefy fly.io instances?
        • pdntspa22 minutes ago
          &gt; And at least 50% of the time its idle (I&#x27;m not working&#x2F;sleeping).<p>So what? its $10 a month. Why do you need to chase 100% utilization?<p>And use can use that to host your website, a game server, maybe some other projects...
    • sowbug2 hours ago
      I have Gitea and Gitea Runner apps running on TrueNAS on an extra mini PC in a closet. Works better than GitHub for me.
    • horsawlarway2 hours ago
      I self-host Drone CI still. I think Harness is in the slow process of letting it rot (it still gets at least some updates, though), which is kind of a shame, but it still does just fine for my CI needs (solo usage as well).<p><a href="https:&#x2F;&#x2F;docs.drone.io&#x2F;server&#x2F;provider&#x2F;github&#x2F;" rel="nofollow">https:&#x2F;&#x2F;docs.drone.io&#x2F;server&#x2F;provider&#x2F;github&#x2F;</a><p>Very easy to stand up, does just fine. Definitely doesn&#x27;t have the &quot;library&quot; of prebuilt actions that GHA does, but for the most part... I consider that a plus.<p>Otherwise it&#x27;s very similar in concept - define actions in a yaml file, run commands on an image, webhook integration with most repo providers.<p>I run it on some old hardware locally (k3s cluster on old machines) and it outperforms the 1000 minutes from GHA easily, and costs basically nothing but some maintenance and time.<p>I&#x27;ve been keeping my eyes open for something new in this space since Harness bought it, though - so if other folks have recommendations I&#x27;d be interested in alternatives.
    • theSage3 hours ago
      We use jayporeci.in and have never hit capacity problems since we can choose to run it in laptops &#x2F; servers &#x2F; spare VMs etc.<p>Best decision we ever made
    • funkypants3 hours ago
      Host your own GitLab runner?
    • KeyBoardG2 hours ago
      There is a free tier for on-prem TeamCity.
  • Levanta1 hour ago
    Pain point discussion
  • AlexandrB3 hours ago
    Expect to see more of these kinds of announcements as companies need to start showing returns on their AI investments. It&#x27;s hard to say how subsidized the current AI products are[1] but we&#x27;re definitely getting a free lunch at VC&#x27;s expense the moment.<p>[1] Ed Zitron speculates the actual prices with token based billing for heavy users will be something like 10x the subscription price, but this seems high.
    • Leynos3 hours ago
      Not that I give much credence to anything Zitron says, but the amount of inference you can get on a £200 a month OpenAI or Anthropic subscription is easily an order of magnitude more than what you&#x27;d get paying the same amount at subscription rate.<p>Although I would also point out that OpenAI recently tripled the amount of Codex inference you get per month for £200 (and to head off the suggestion, this is distinct from their current 2x promotion on £100&#x2F;month plans)
      • PunchyHamster3 hours ago
        &gt; Not that I give much credence to anything Zitron says, but the amount of inference you can get on a £200 a month OpenAI or Anthropic subscription is easily an order of magnitude more than what you&#x27;d get paying the same amount at subscription rate.<p>Neither of those is how much it actually costs the company selling the service. And I have feeling they are running at loss here so the play is &quot;get everything possible using LLMs then jack up the pricing&quot;
        • semiquaver3 hours ago
          There have been plenty of studies which indicate that inference considered by itself is almost certainly quite profitable at all the frontier labs. The problem is amortizing the cost of all the expensive training runs required to train new models into the revenue stream.
          • pkaye1 hour ago
            Does that mean those running the open models are highly profitable since they don&#x27;t have to do any training?
            • polski-g25 minutes ago
              Yes obviously, otherwise they wouldn&#x27;t be doing it; they&#x27;d just go back to mining shitcoins.
      • o104493661 hour ago
        Yeah, I&#x27;m sure the numbers are a bit inflated compared to API, but with my Claude $200&#x2F;month subscription I&#x27;ve supposedly consumed 12,160,410,828 tokens in April for a cost of $22,733.03.
      • paulddraper3 hours ago
        *more than what you&#x27;d get paying the same amount at <i>usage</i> rate.
    • pier253 hours ago
      &gt; <i>10x the subscription price, but this seems high</i><p>Inference is cheap but training is quite expensive. Plus all the money they&#x27;ve invested and keep investing on hardware, data centers, etc. And evidently they also need to make a profit at some point.
      • xienze3 hours ago
        &gt; Inference is cheap<p>Maybe from the perspective of traditional, turn-based chat. But when you start having developers command an army of agents that work around the clock, those cheap tokens start adding up fast...
        • mbb703 hours ago
          If the unit-economics work out and they can sell $0.99 of tokens for $1.00, doesn&#x27;t matter how many agents you spin up. The flat rate subscriptions can&#x27;t last though.
          • xienze3 hours ago
            &gt; If the unit-economics work out and they can sell $0.99 of tokens for $1.00<p>I think the margins have to be a lot higher than that in order to give investors the return they&#x27;re expecting, to continue the never-ending training treadmill, and to build more and more datacenters to accommodate people basically DDOS&#x27;ing the GPUs in order to run their workloads.<p>Yes, in theory what you said makes sense. But the tightrope these companies have to walk is that the per-token costs still have to be low enough that developers and companies don&#x27;t just say &quot;ehhh I guess we can still do all this work the old-fashioned way&quot; but ALSO high enough to cover the massive expenses AND astronomical returns everyone&#x27;s expecting.
            • maccard3 hours ago
              VC investment isn’t about margins, it’s about finding a unicorn. It doesn’t matter if margins are negative if your product is dominant in the market as you can fiddle with the margins after the fact. You just need to be invested long enough to see everyone else fail.
              • AlexandrB3 hours ago
                The problem with AI is that there doesn&#x27;t seem to be a durable barrier to entry for a &quot;winner take all&quot; dynamic to work. The biggest barrier to entry seems to be the capital needed to train the models, but even free models are getting &quot;good enough&quot; for some uses and there&#x27;s little friction to stop users from switching between models. Many frontends make this explicit by letting you pick the model you want to run inside the same environment.<p>If prices go up, I suspect a bunch of folks will jump to cheaper, less capable models instead of eating the added cost. The whole value proposition of AI in enterprise is around cost-cutting, so that mentality is likely to persist when choosing which model to pay for.
              • xienze3 hours ago
                I imagine the calculus changes a little bit when you&#x27;ve invested hundreds of billions (trillions?) of dollars in a relatively short period of time. Priority number one is probably getting that money back. I think the fact that providers are RAPIDLY cutting back&#x2F;jacking up prices points to this being the case.
  • altmanaltman3 hours ago
    ShitHub
    • PunchyHamster3 hours ago
      SlopHub if anything, their parent corporation is Microslop so it fits
    • infecto3 hours ago
      Shame on you for bringing down the quality.
      • Chris204854 minutes ago
        There&#x27;s a perfectly functional voting mechanism for that..
      • altmanaltman2 hours ago
        Did I bring down the quality of GitHub? Shame on you for personal attacks and adding nothing that&#x27;s even tangentially related to the topic (at least my comment was on topic)
        • infecto2 hours ago
          You didn’t bring down GitHub. You brought down the thread.<p>There’s a difference between criticizing a company and just swapping names for insults. The former can be useful, the latter just turns the discussion into noise. If you’ve got a point about Copilot or the review feature, make it. Otherwise it’s hard to see what anyone is supposed to take away from “ShitHub” other than childish shit-posting.
          • altmanaltman2 hours ago
            I really don&#x27;t understand your point. You&#x27;re saying we&#x27;re turning discussions into noise and continuing to spam comments that are not even related to topic. Hard to take this seriously other than just bullying because you get triggered by a word. I concede there&#x27;s no point replying to you anymore although I tried to reason about your meaness.