https://www.google.com/search?q=gitlab+stock shows their stock price was ~$52 a year ago and is $26 today, so down 50% in 12 months. It's quite possible this is because they weren't making enough noise about their AI strategy. If investor fears are that AI makes GitLab's business less valuable, including this in their "GitLab Act 2" announcement makes a whole lot of sense: > The agentic era multiplies demand for soft…
GitLab announces workforce reduction and end of their CREDIT values
621–630 of 750 posts
Re: GitLab announces workforce reduction and end of their CREDIT values
#622> Git itself wasn't designed for that load, and bolting AI onto platforms not built for agents is the biggest mistake of this era. We're doing a generational rebuild of the underlying infrastructure to handle agent-rate work as the default. Git itself is being reengineered for machine scale. The monolith is giving way to modern, API-first, composable services Two big red flags here. First git itself is distributed an…
Sure, you are right. Git allows you to keep distributed state and eventually reconcile that.
Customers are trying to do that at absurd human scales right now without AI. Git itself is a bottleneck for large enterprises with large repositories and large CI configurations.
It may be hard to believe but it’s true.
Re: GitLab announces workforce reduction and end of their CREDIT values
#623GitLab is a great example of a lifestyle company that should have never become a public corporation.
Re: GitLab announces workforce reduction and end of their CREDIT values
#624GitLab could be the perfect case study on AI-powered efficiency improvements. I have never interacted with a piece of software that, for every single problem I found, there was an open issue always at least 4-7 years old that was just being shuffled around by managers adding and removing random labels. Surely with all of these ridiculous developer productivity gains enabled by AI, they should finally be able to fix a…
Dunno how it is these days, but that reads like Android roughly 2012-2020. I once found a looooong bug report thread on their issue tracker 7ish years old that had all the usual waves of promises that a fix might make the next release, then silence, then repeat, and the usual challenges to the bug’s status every time a release happened, plus it saw community members correctly diagnose the problem in the first couple…
Re: GitLab announces workforce reduction and end of their CREDIT values
#625Earlier quoted context omitted.
Whats right with it? Its slow, large, excessively complex and not that resilient to failure. You either want a bunch of NFS machines backed on to ZFS on nvme, with a central jumping off point that allows sharding (this is critical to allow one or more NFS server to fuck up and not kill access to everything else.) Or, pay the money and use GPFS
As someone who's in charge of close to an exabyte on Ceph, I couldn't disagree with you more. Done correctly, Ceph is extremely reliable, resilient, and fast. Once you get over the initial learning curve, dare I say, even a joy to work with.
Re: GitLab announces workforce reduction and end of their CREDIT values
#626Earlier quoted context omitted.
Not even deterministic autocomplete.
Good job a handful of companies aren’t investing a trillion+ dollars in that. Can you imagine how silly they’d look when everyone realised.
Re: GitLab announces workforce reduction and end of their CREDIT values
#627Earlier quoted context omitted.
Yeah doesn't make sense. My guess is they are doing this to prep for an acquisition. Probably by an AI company or Datadog or similar.
That's exactly what's happening here.
I think Staples is a guy you bring in to sell the company, not run the company.
Re: GitLab announces workforce reduction and end of their CREDIT values
#628GitLab could be the perfect case study on AI-powered efficiency improvements. I have never interacted with a piece of software that, for every single problem I found, there was an open issue always at least 4-7 years old that was just being shuffled around by managers adding and removing random labels. Surely with all of these ridiculous developer productivity gains enabled by AI, they should finally be able to fix a…
that's the story being sold.
I don't buy it.
Re: GitLab announces workforce reduction and end of their CREDIT values
#629Earlier quoted context omitted.
8 layers of management??? At gitlabs team size, that means every manager has 2-3 reports? Yeah, I'd be cutting layers too.
https://handbook.gitlab.com/handbook/company/structure/ > GitLab has at most eight layers in the company structure (Associate/Intermediate/Senior, Manager/Staff, Senior Manager/Principal, Director/Distinguished, Senior Director, VP/Fellow, Executives, Board). > [...] You can skip layers but you generally never have someone reporting to the same layer (Example of a VP reporting to a VP). So they're counting the board…
you can simply cut out so many layers of management & coordination tax & remain with a leaner organization.
Re: GitLab announces workforce reduction and end of their CREDIT values
#630GitLab never ceases to amaze me in terms of just how bad their product roadmap is. Practical things like CI improvements are put off over UI rebranding on unicorn colours. Yet, good tooling is exactly why people used to pay for GitLab. For better or worse maybe this finally can change and we can get more customer oriented roadmaps again
I actually like GitLab's new UI, but their frontend is far too laggy given its complexity, especially since most of their pages are actually server-side rendered. It doesn't help that they use a weird combination of Vue 2 and jQuery in their codebase. I think that as a corporation promoting the use of AI, they should actually be AI users themselves . They should just rewrite that laggy UI in Svelte, Solid, or even va…