Earlier quoted context omitted.
Same. It’s funny reading comments on here. Even gpt4 I think is just ok. Maybe the people who see these huge increases are more junior?
I'm definitely not more junior, and I'm seeing massive productivity improvement from Copilot and GPT-4 - but I'm finding it takes a lot of expertise to get the best results, both in my ability as a programmer and in terms of knowing the best ways to use the AI tools. Learning how to get the best results of them takes a great deal of experimentation.
Gitlab’s AI-assisted code suggestions
101–110 of 160 posts
Re: Gitlab’s AI-assisted code suggestions
#102Earlier quoted context omitted.
There’s a clear separation between the training process which looks at code and outputs nothing but weights, and the generation process which takes in weights and prompts and produces code. The weights are an intermediate representation that contains nothing resembling the original code.
I think this view is incredibly dangerous to any kind of skills mastery. It has the potential to completely destroy the knowledge economy and eventually degrade AI due to a dearth of training data.
Re: Gitlab’s AI-assisted code suggestions
#103Earlier quoted context omitted.
The trained weights of a GPT model are a frozen, static, transmissible representation. They’re not equivalent to the live state of a brain.
Pretty equivalent to the snapshot of a live brain. Those inside it are even called neurons and neural network
Re: Gitlab’s AI-assisted code suggestions
#104Earlier quoted context omitted.
There’s a clear separation between the training process which looks at code and outputs nothing but weights, and the generation process which takes in weights and prompts and produces code. The weights are an intermediate representation that contains nothing resembling the original code.
I think this view is incredibly dangerous to any kind of skills mastery. It has the potential to completely destroy the knowledge economy and eventually degrade AI due to a dearth of training data.
Re: Gitlab’s AI-assisted code suggestions
#105Re: Gitlab’s AI-assisted code suggestions
#106Re: Gitlab’s AI-assisted code suggestions
#107Earlier quoted context omitted.
Even MIT licensed code requires you to preserve the copyright and permission notice. If a human did what these language models are doing (output derivative works with the copyright and license stripped), it would be a license violation. When humans want to create a new implementation with clean IP, they have one team study the IP-encumbered code and write a spec, then a different team writes a new implementation acco…
There’s a clear separation between the training process which looks at code and outputs nothing but weights, and the generation process which takes in weights and prompts and produces code. The weights are an intermediate representation that contains nothing resembling the original code.
You can't just take copyrighted code, base 64 it, sent it to someone, have them decode it, and claim there was no copyright violation.
From my (admittedly vague) understanding copyright law cares about the lineage of data, and I don't see how any reasonable interpretation could consider that the lineage doesn't pass through models.
IANAL
Re: Gitlab’s AI-assisted code suggestions
#108Earlier quoted context omitted.
Code Suggestions can be used in GitLab's Web IDE and VS Code and Microsoft Visual Studio when you have the corresponding GitLab extension installed: https://docs.gitlab.com/ee/user/project/repository/code_sugg... We offer experimental support for additional editors: https://docs.gitlab.com/ee/user/project/repository/code_sugg...
That doesn't answer the question of what the pricing will be. I'm assuming it's not going to be free. Will it be a standalone subscription, or another thing that gets bundled into the main tiers to justify the ever-increasing prices?
When GA, it will be included in our $9 per user per month AI add-on.
Re: Gitlab’s AI-assisted code suggestions
#109Okay, but how much are they charging? It's getting really annoying how many sites force you into a trial just to find out how much it'll cost when it ends. EDIT: Is this even positioned to compete with Copilot? What editors are there plugins for? There is surprisingly little information on the site.
Seems to be $99 per month. Signing up for the free trial funnels me to the trial of Gitlab Ultimate. So assuming that you need an Ultimate subscription to use it after the trial, that's the price. Pricing is here https://about.gitlab.com/pricing/ In contrast, Copilot is $10 per month https://github.com/features/copilot#pricing
Re: Gitlab’s AI-assisted code suggestions
#110Earlier quoted context omitted.
The same argument could be used to defend image generation models. (And, personally, I'm favorable to that argument for both.)
It's a blurry line, I think. Imagine a prompt "Photo of person, Shutterstock ID 132456, with blue eyes instead of brown eyes, watermark removed" If the prompt returns Shutterstock photo #123456 without the watermark (and with the different color eyes) but otherwise a near identical photo, I think most people would agree the output shouldn't be free to use without buying the original photo license from shutterstock. T…