Fly.io CEO Kurt Mackey is stepping down

(fly.io)

116 points | by subarctic 3 hours ago ago

70 comments

  • danielvf an hour ago

    Sprites are a beautiful place to make an abstraction.

    But I have never used a buggier infrastructure product in 30 years of development than when I tried sprites. Data loss left and right, sprites going into unconnectable zombie mode. Couldn't use even load snapshots because half the system seemed to think the sprite was fine, and half seemed to think it was dead. I gave up after two weeks of losing stuff over lunch or overnight or in the middle of working. I vividly remember scrolling through my terminal history, copy/pasting out work I could find to save from a dead sprite. I would guess that half or more of the sprites I launched had some kind of problem.

    Hope they get things stable. The concept is great.

    • ofjcihen 34 minutes ago

      Can second this. I had an enterprise client that was interested in using these for fast development etc. Wasn’t my project or the reason I was there but I was curious so I kept up with it.

      Eventually they abandoned the company but stuck with the concept by going with another company. Complaints were the same, extremely buggy interface, dataloss, but also terrible support. That may have been there fault though for not using their actual domain for the test period (and not mentioning that they were an F200 or something).

      • ericpauley 6 minutes ago

        I won't claim strong enthusiasm for Sprites, but in my experience (albeit way back in 2021) Fly's support was absolutely top-notch, up to and including Kurt personally working with me to help debug our deployments. This was as a small business only billing a few hundred a month.

        • ofjcihen 3 minutes ago

          This would have been much more recent. Maybe something changed?

          Either way I wasn’t privy to the actual details, just that it was one of their gripes.

      • Imustaskforhelp 18 minutes ago

        > (and not mentioning that they were an F200 or something).

        I am not a F200 company or anything, just a normal guy but I have the opinion that I personally like the companies who treat normal accounts and the general experience/support. I have just felt like as if its a good litmus test depending on things. What are your opinion on things and was the enterprise client opening up a normal account intentionally similar to line of thinking or for other reasons?

        • ofjcihen 13 minutes ago

          I had some conversations with the lead on the project and his reasoning was something along the lines of “we’ve been suckered into using something with sweetheart attention before only to have the rug pulled when we’re ‘reliant’”.

          I also think he might have not wanted the attention that putting the company name on the account might get.

          Were those good reasons? Honestly I don’t know, but apparently the experience of using the product spoke for itself.

  • wavemode 43 minutes ago

    > We’re launching a new iteration of Sprites, and focusing the company on them and the problem they solve. And I’m tagging in Scott Johnston as CEO.

    Hard for me to see this as anything other than fly.io committing suicide. AI sandboxes are a crowded product space, basically a complete commodity at this point, and the new CEO will likely focus on profit to the detriment of creative vision.

    Happy to be proven wrong though.

    • ericpauley 13 minutes ago

      The AI sandbox play also confuses me because (aside from the fractional pay-as-you-use billing) it's trivially implemented on top of any VM/container as a service provider. Given the reduced importance of data retention (the containers are disposable) and ability to redo work trivially you can even go a step further and have your agent spin it up on bare metal. Turns out agents spend most of their time waiting on GPUs so with memory dedup on your own similar workloads you can run "hundreds" of them on pretty minimal hardware.

      I also don't see how the cloud-for-agents will break the AWS monopoly: AWS already is the cloud for agents! As the article notes all the pain of using AWS is trivialized by agents (and IaC).

      To me the value now is in building the right tools for agents to make better decisions, not fighting for basis points on hardware margin in the orchestration or model serving layer.

  • karimf 36 minutes ago

    Most people are going under identity crisis right now because of recent LLM advancements. This post is a good example that shows that it's not only happening at the individual level, but also on the company/organization level.

    Is it still worth building products or companies that can be one-shotted by AI? Probably not.

    One interesting consequence is that this force everyone to be more ambitious and do something bigger that's impossible before.

    I hope more people are working on something that can always bring net positive to humanity even if there are hundreds of people working on the same thing, like clean energy.

  • emerongi 21 minutes ago

    Sprites seems like a solid lifestyle business for a few friends, not a startup that has taken funding.

    As a developer, I use docker/podman. Works great.

    The new massive market that will open up, where grandma and grandpa are making apps, will be taken up by Lovable (and the like). Non-devs will not be using sprites.

    You’re capturing some small percentage of existing developers.

  • yellow_lead an hour ago

    I don't think these sprites are worth betting the company on, but I guess that will be for the new CEO to decide.

    > A Sprite is a hardware-isolated execution environment for arbitrary code: a persistent Linux computer. Whether it's an AI agent like Claude Code or a binary your user just uploaded, Sprites are the simplest answer for "where should I run a blob of code".

    I think eventually this isolation may be built in to Claude code / codex, or provided by AI companies themselves.

    • throwaw12 a minute ago

      I think sprites are very cool abstraction.

      I know git worktrees solve similar problem, but you can use sprites for quickly spinning up your instance and run your service and hand it over to coding agent to improve a feature.

      you can run multiple parallel agents to do same and choose one of them as a final result, and you are not constrained by number of ports or your CPU (because some agents are CPU hungry at the moment)

      Think about even more use cases, add to that RAM shortage is not going away yet, you can run 100s of agents in those sprites

    • simonw an hour ago

      Sprites are about more than just providing an environment for Claude Code et al to run code in. They're also useful for anyone who's building their own product that needs an inexpensive way to execute unsafe code.

      • hahahaa 36 minutes ago

        And the way you compete is be cheap enough and DX. Because Lambda.

        • tptacek 30 minutes ago

          Why are you so sure "DX" is the right way to compete with commodity full-stack hosting? Have you had Claude deploy on AWS recently? It one-shots deployments just fine.

          • hahahaa 25 minutes ago

            DX ups its game.

            You got claude to deploy. Cool.

            I clicked a button in my PaaS and I have an oncall responder and incident manager ready to go.

      • Imustaskforhelp 27 minutes ago

        > execute unsafe code.

        I have a question regarding sprites but when executing unsafe code, because by definition its unsafe, what happens if the code violates terms of service of fly/sprites. Would only that particular sprite be removed or would it escalate to whole account level ban and the risks attached to it or would they take a look at repeated offenders.

        from fly's terms of service Section 1.4(d) and section 9.2 respectively

        > Customer will not... "sublicense any of Customer's rights under this Agreement, or otherwise use the Fly.io Services for the benefit of a third party."

        > "Either party may terminate this Agreement for no reason or any reason upon written notice to the other party, effective immediately at the end of the then current Subscription Term."

    • hahahaa 38 minutes ago

      Yuk I don't want to rent my appartment from my drug dealer. I love I can say thanks for the code Claude now fuck you I am deploying it (waggles finger in westerly direction...) there.

  • losvedir 20 minutes ago

    I've played around with a few sprites and it's a very interesting concept. You ssh in and then it feels very much like a local development environment, except the dev server you start up and run locally is actually out there and accessible. It's a great way to vibe code a low traffic, personal site. I wasn't super clear on just how much scale it actually can reach, though. Maybe I missed it but I didn't really know how beefy of a server it was on or if I could scale up. But maybe a big scale is not really the intention of this product?

  • subarctic 3 hours ago

    Saw this on my RSS feed and was surprised to see it hasn't been discussed yet on HN - fly.io used to be on the front page pretty regularly with some pretty big comment threads, but I had to go back over a year to find anything from them with more than a handful of comments. I guess they've become less relevant on here since they stopped allowing new users to host apps for free?

    • tptacek an hour ago

      What do you mean? We ran a big post about Litestream Writeable VFS just a couple months ago, and we've had several big posts over the last 12 months, including the Sprite launch. We got pretty busy, and there's a lot going on, and I am a bottleneck on big posts going up on the blog. We have a couple months of technical catching up to do. But it's not like we've vanished off HN.

      • subarctic 35 minutes ago

        Ahh ok I just did a search on hn.algolia.com for fly.io and nothing came back with 10+ comments in the past year (until I posted this). But now I'm realizing they just don't include the url in the search, even though it says they do

        • tptacek 31 minutes ago

          Right, just go to the front page and click on the linked domain on this story, it'll take you to all the previous submissions from our blog. It's been a light summer on blog posts, to be sure! But that's nothing new.

    • jagged-chisel 2 hours ago

      Did they? I have stuff I launched in the last two months that’s still under the $5 limit and haven’t paid a thing.

      • subarctic 2 hours ago

        Oh ok i thought they charged a flat fee to use the platform now but maybe that was a temporary thing. My account is a few years old so i wouldn't know, i still have a few apps running on the smallest vm size and it's always under $5

    • rileymichael an hour ago

      they lost a lot of aura among folks i know with the 'ai skeptics are nuts' article[1]. haven't read a blog post since.

      [1] https://fly.io/blog/youre-all-nuts/

      • satvikpendem an hour ago

        Good discussion on the HN thread about that article. To be honest, based on the latest models and agentic engineering, that blog post is definitely right. It's not 2023, 2024, or 2025 anymore, agents have gotten a lot better.

        • its-summertime an hour ago

          I think the effect was less about it being correct or not, but instead more about if fly.io would treat humans as first class users compared to agents or not in the future.

          The message is fine, but it was a weird choice to have it on fly.io instead of a personal blog

          • satvikpendem an hour ago

            It's just marketing, going with the times of lots of vibe coders now suddenly wanting to put something on the Internet. I wouldn't read too much into it as a fundamental philosophy.

        • bigstrat2003 10 minutes ago

          It's not 2023, 2024, or 2025, but LLMs still suck at programming. Just like every other time AI enthusiasts have claimed the latest and greatest is so much better than what came before.

        • latency-guy2 an hour ago

          It's right in the point it brings up that modern LLMs are serious engineering and quite a bit capable at many tasks. It's not correct on the rest where Ptacek appears dismissive because 'he doesn't wanna hear' about copyright and other things, maybe we chalk it up to an upset guy at people he believes and maybe knows are wrong and ignore the rest of the spiel, but I won't.

        • simonw an hour ago

          Yeah, I think that post from June 2025 has aged pretty well. The Coding Agent revolution hadn't really happened at that point (Claude Code was only ~4 months old) so the paraphrased message "this stuff is actually useful for programming, saying it's all just stochastic parrots misses the mark" was still non-obvious to a whole lot of people.

          Honestly, the biggest problem with that article was the title. People read as far as "are nuts", got offended and refused to engage with the content of the piece.

          This opening paragraph does a much better job of capturing the core argument:

          > Some of the smartest people I know share a bone-deep belief that AI is a fad — the next iteration of NFT mania. I’ve been reluctant to push back on them, because, well, they’re smarter than me. But their arguments are unserious, and worth confronting. Extraordinarily talented people are doing work that LLMs already do better, out of spite.

          • tptacek an hour ago

            The title was the point of the post. I have acquaintances who are still sore at me about it. But the problem wasn't that people disagreed with me about LLMs; the problem was that we were locked in an unproductive and static equilibrium of people talking past each other and hedging their way out of any direct, empirical confrontation over what was happening.

            It's easy to forget how different early 2025 was to today. You would generally feel like you were in an inverse Emperor's New Clothes situation if you believed what your own eyes told you about how LLMs wrote code. That's not the case anymore; you hardly ever see people talking about (or, really, extrapolating wildly about) hallucination today.

            (For a lot of reasons I think a lot about how that post was received in 2025 and what the world is like today. "Vindicated" doesn't capture the feeling.)

            • otterley 9 minutes ago

              > The title was the point of the post.

              I still find it incredibly troubling. Not because the substance was wrong, but because a person of your caliber has stooped to the level of writing provocative headlines and language to attract attention. I strongly believe world-class technologists are supposed to be above that sort of thing. Leadership matters: not just thought leadership, but attitudinal leadership.

          • dijksterhuis an hour ago

            > Honestly, the biggest problem with that article was the title.

            Pretty sure the content of a company's blog post being overtly arrogant, abrasive, dismissive and generally dickish was also a problem.

            > Meanwhile, software developers spot code fragments seemingly lifted from public repositories on Github and lose their shit. What about the licensing? If you’re a lawyer, I defer. But if you’re a software developer playing this card? Cut me a little slack as I ask you to shove this concern up your ass.

            > Yeah, we get it. You don’t believe in IPR. Then shut the fuck up about IPR. Reap the whirlwind.

            > but it’ll never be AGI -- I don’t give a shit.

            • tptacek an hour ago

              I would like to take this moment to apologize to you, personally, for not giving a shit about "AGI". I wish I could tell you I've come to see the error of my ways, but I continue not to care about it.

              • dijksterhuis 41 minutes ago

                do you remember writing this? https://fly.io/blog/carving-the-scheduler-out-of-our-orchest...

                this was amazing post. i enjoyed reading it, it was relevant to some work stuff i was battling with. the linked articles at the end were amazing too. i had tonnes of respect for fly.io and yourself because of these posts. technically informative, clear, engaging. great stuff.

                the llm post? complete polar opposite.

                > I would like to take this moment to apologize to you, personally, for not giving a shit about "AGI". I wish I could tell you I've come to see the error of my ways, but I continue not to care about it.

                thanks for the snark, and kinda proving my previous point about the tone of the article that was supposed to be a personal blog post and then ended up on a company blog https://news.ycombinator.com/item?id=49052217

                • tptacek 30 minutes ago

                  I'm not being snarky. I genuinely do not care about AGI.

                  It's weird to watch people write as if I'm trying to back away from that article or hedge or whatever. I expect to wrap my career up at some point and look at that post as one of the better and more valuable things I've ever written.

                  • john_strinlai 16 minutes ago

                    >I'm not being snarky

                    "I would like to take this moment to apologize to you, personally, for not giving a shit about "AGI"."

                    appears to be dripping with snark

          • satvikpendem an hour ago

            Indeed, it's not worth engaging with AI skeptics anymore today, it's just a waste of time. If they don't see the value then they probably never will, and that's not my problem.

            • tptacek an hour ago

              This is what I mean about the static equilibrium in 2025. That's what everyone was doing: just writing the other side off. That post of mine did a lot of things, but it did not do that.

      • john_strinlai 24 minutes ago

        the way certain people at that company speak to others (e.g. that post) is why they will never count me as a customer. although im sure they dont care.

      • wackget an hour ago

        Wow. Opinions on LLMs aside, the CEO writing an article like that makes me think fly.io is a deeply unserious company.

        • tptacek an hour ago

          The CEO didn't write that article. I did. I was going to run it on my personal blog, and he asked me to run it there. Be mad at him for the right reason.

          • ragall an hour ago

            Well, you are a deeply unserious person.

            • tptacek an hour ago

              I am, as I'm fond of pointing out, very comfortable with who does and doesn't take me seriously.

      • echelon an hour ago

        > they lost a lot of aura among folks i know with the 'ai skeptics are nuts' article

        These people will be eating their hat soon if they aren't already.

    • hedgehog 2 hours ago

      It's probably getting less discussion because there's less user energy, the existing VM / database product has clearly not been a top focus for a while and in any case that business is becoming even more of a tough commodity for the reasons the post points out.

    • rdtsc an hour ago

      > fly.io used to be on the front page pretty regularly with some pretty big comment threads

      But that doesn't mean they are not doing stuff. It's just HN doing HN things. At the moment we're into "AI is eating the world alive" and other topics are in the background.

    • enraged_camel an hour ago

      I think they became less relevant, at least amongst human users, when they hit a particularly rough patch with awful reliability issues a couple of years back. At least that's when my own social circle and loose constellation of developer acquaintances started saying "we should probably avoid Fly.io".

    • dyauspitr an hour ago

      No one talks about new software anymore. All the conversation is meta about LLMs that write software instead. This is a dead career, I’m just waiting for the LLMs to start writing code in binary.

  • thenewguy077 39 minutes ago

    Whenever I start to use fly.io they have outages all the time. And also I think they are a bit pricey too. I stopped using them, they have unreliable infra.

  • its-summertime an hour ago

    > Five of the most dangerous words in startups are “¿Por qué no los dos?”.

    So are the prior products going to be shut down? If not, then when? if not when, then why not?

    • jorams an hour ago

      Yeah that seems like a weird way to end an article that includes this paragraph:

      > Fly Machines and our Platform As A Service features aren’t going anywhere. But Sprites was the product of a tiny skeleton crew inside of Fly.io[†], and now it isn’t.

      So it's both indeed.

      • mooreds an hour ago

        Well, there's doing both in terms of focus and effort, basically treating them as peer products. And then there is doing both in terms of "keeping the lights on for one, and focusing on the other".

        Without any special insight into fly.io, I'd bet the situation is the latter. You keep the lights and fix security issues for the existing infra (which incidentally gives you money out of cashflow to invest in new efforts).

    • tptacek an hour ago

      No. Mu. Mu.

  • threecheese 7 minutes ago

    tl;dr - I really like your products, but just don’t have the cognitive resources for many learn->try->decide->use loops, and I don’t think I’m alone here. “Claude, use the sprite skill” is the vector of adoption which matches my mean available energy. —-

    Some feedback on the pivot, from a user. Reading through the recent blog entries, there’s some Very Neat Stuff mentioned that integrates Sprites into tools like Hermes. I excitedly dug right in, to find that they aren’t anything usable, and the Hermes PR needs work. More salient though, that months-old Hermes PR *needs attention* if this is now your #1 business priority. Same goes for umpteen other integrations to shove the Sprites model (which is unique) into the popular agent harnesses.

    I tried Sprites when sandboxes were peak exciting, and “yes I can ssh into this and run Claude” was useful but not groundbreaking. From the docs I’ve just read, I was holding it wrong, not taking advantage of its differentiating features. Great, ^H ooh look, mythos, shiny … and now it’s almost August.

    And so honestly - despite my appreciation of Fly - with the firehose of Cool Shit, I don’t have the time or the inclination to learn how to hold it. Instead I want a skill/plugin/integration/llms.txt/sumerian tablet that I can give to my LLM to do that “multi-user auth and don’t worry about it you’ve got checkpoints” stuff for me. And I need this before I make any choices about investing in this thing over Bubblewrap or a VPS or the 100 other frictionless zero-knowledge sandboxy things that I am using already. Maybe you have this, and this is PEBKAC. Wouldn’t be the first time.

  • conradfr an hour ago

    > because your laptop stops running when you close the lid.

    There's a world outside Apple.

    • seemaze an hour ago

      Macs let you disable suspend just like (or possibly better) than any other operating system. The point being made is that it's the wrong tool for the job, precisely because of the user desired compromises made to create a great mobile computer.

      • ozarkerD 43 minutes ago

        Probably not great for the battery to be running all the time

    • throw03172019 an hour ago

      Thanks to clamshell mode, mine doesn’t stop running

  • mrcwinn 10 minutes ago

    This is probably great news. Using Fly at different points along the way has been one of the worst experiences I’ve had in terms of their persistent reliability issues and how they go dark on addressing those issues at times.

    Whatever culture Kurt built for Fly, it was the wrong one.

  • melodyogonna an hour ago

    I did not know Theo had such influence on companies.

  • clint 2 hours ago

    Congrats on quitting!

    • mrkurt an hour ago

      I love that you've said this to me more than once.

  • dyauspitr 2 hours ago

    Is tptacek still over there? If so, thoughts?

    • tptacek an hour ago

      Yep.

    • georgemcbay an hour ago

      TIL (from this blog post) that "al" / "|||" / "Term-X" also works there.

      Random 1990s nostalgia unlock.

  • pizzafeelsright an hour ago

    Well, fuck. ... we raised a fuckload of money and didn’t need more. And if we fail, we fail with our full asses.

    I have seen this language from other companies to which I say "no". Being professional means being able to do good work, being polite, without lying, cheating, or stealing.

    I do not want them to fail yet I would never use them despite liking their product. A few other companies behave the same way.

    • defrost 43 minutes ago

      Have they done bad work, lied, cheated, or stolen something?