Code Storage by the Pierre Computer Company
21–30 of 46 posts
Re: Code Storage by the Pierre Computer Company
#22"git init --bare" as a service what a time to be alive
And it only costs $30K per year for a single terabyte of usable (NVMe?) storage. The value! $1 GiB/month x 3 minimum replicas x 1024 GiB x 12 months And according to the status page they only have CDNs in us-east and eu-central.
Re: Code Storage by the Pierre Computer Company
#23Wow, you scooped us! we weren’t really expecting to launch here just yet, but happy to answer any questions y’all have :)
First, Pierre is building code storage for machines -- think GitHub’s infrastructure layer, but API-first and tuned for LLMs.
What does that actually mean? We’ve spent the last 18+ months speed running GitHubs infrastructure (with a lot of help from early GitHub folks)… this is Github’s spoke architecture with a few modern twists + object store for cold storage.
Up until this point, GitHub is the only team that’s built a truly scalable git cluster (gitlab, bitbucket, etc. are all enterprise plays, with different tradeoffs).
Code.Storage is meant to be massively scalable… and we’ll be doing a larger post on what that means, and the scale we’re already doing soon hopefully :)
On top of this, we’ve invested a TON of time into our API layer – we have all the things you’d expect, list files, create branch, commit, etc. – with some new api’s that agents have found helpful: grep, glob based archive, ephemeral branches (git namespaces), etc.
Right now we’re in private beta – but happy to do my best to answer any questions in the short term (and if you’re working on anything that might benefit from code storage or storing code like artifacts – please reach out to jacob@pierre.co
Re: Code Storage by the Pierre Computer Company
#24maybe i'm too stupid but i dont have a clue what this is
low friction github repos for massively parallelized agentic use. which may also be ephemeral.
(can think of it kinda like what stripe does for payments… headless git infra, where you get an api key, and store / create as many repos as your customers need).
Re: Code Storage by the Pierre Computer Company
#25Earlier quoted context omitted.
not open access yet, sorry :(
sadge, thoughts on when live? This is very good idea I can even imagine right now how good it could feel, if it's what I expect, that will be very good.
But have been slowly signing folks up – if you want to shoot me an email, can get you setup jacob@pierre.co
Re: Code Storage by the Pierre Computer Company
#26I am still curious why they stopped offering their original service. What was the feedback from users? Why did developers not want to use it?
Here's the timeline if you're interested.
3 years ago we started building a direct competitor to GitHub with the theory that you need to build code storage, code review and CI to truly compete.
We spent about a year prototyping this all out, raised some money, and then started building this for real [tm].
Code storage felt like a HUGE moat for GitHub. Most of our competitors in the code review space:
- graphite - linear - (now cognition) - etc
All built directly on GitHub's apis – but we wanted to go down to the metal (something wrong with us).
A year and half into doing this, a few folks reached out and asked how we were scaling git… i waved my hands around a bunch and explained how hard of a distributed systems problem scaling git was… explained git three-phase commits, etc.
Fast forward a few more months, and we started standing up single tenant clusters of our infra for a few different codegen companies that also needed storage solutions.
And now here we are :)
Re: Code Storage by the Pierre Computer Company
#27It's basically hosted Git infrastructure as an API service, aimed at AI coding platforms rather than human developers. Took me a really long time to understand this. The blob thing is cool but otherwise it's a really confusing website. The audio playing without me wanting it was not cool though.
Sorry about the audio - will get that patched
Re: Code Storage by the Pierre Computer Company
#28Hey everyone, Wow, you scooped us! we weren’t really expecting to launch here just yet, but happy to answer any questions y’all have :) First, Pierre is building code storage for machines -- think GitHub’s infrastructure layer, but API-first and tuned for LLMs. What does that actually mean? We’ve spent the last 18+ months speed running GitHubs infrastructure (with a lot of help from early GitHub folks)… this is Githu…
Re: Code Storage by the Pierre Computer Company
#29I have a suspicion most of these types of agent-targeted SaaS will die out once the human equivalents implement their agent layers / MCPs. Agents having no way to pay for their use is one thing; lack of deep integration within the business domain is another (e.g. if you're a Git provider, you'd probably want to offer CI/CD, PR workflows, release management, publicly discoverable repos etc., and boom - you just copied…
We're more targeting enterprise as storage infrastructure provider – selling directly to platforms who generate a bunch of code and need a place to put it.
end users wont really know we exist.
Re: Code Storage by the Pierre Computer Company
#30Hey everyone, Wow, you scooped us! we weren’t really expecting to launch here just yet, but happy to answer any questions y’all have :) First, Pierre is building code storage for machines -- think GitHub’s infrastructure layer, but API-first and tuned for LLMs. What does that actually mean? We’ve spent the last 18+ months speed running GitHubs infrastructure (with a lot of help from early GitHub folks)… this is Githu…
It would be nice to see a side-by-side comparison with Github on pricing and features. We are using github and creating hundreds of repos everyday without any issues (except for the occassional API outages that Github has). Curious to see your take on where Pierre is better.
GitHub is a social consumer coding product first. There's user models, review and discussion primitives, ci, etc.
Code Storage is just a headless, api-first infra product. No users, no review primitives, no rate limits, etc.
Our company is obsessively focused on only 3 things:
1. reliability at scale 2. performance 3. code api surface
happy to dive into any of these in more detail if you want to shoot me over an email jacob@pierre.co