Forgot your password?
typodupeerror

Comment Re: It seems to be getting a lot better fast (Score 1) 169

The big LLMs are expensive because they work well, and to work well they have to use a lot of resources. I haven't used any local LLMs but I don't really see the point since the big ones work so well. It seems to me going local is just going to invite lots of problems and to eliminate those problems you will just have to end up spending more on them anyway. There doesn't seem to be any way around the old adage "you get what you pay for".

Comment Re:It seems to be getting a lot better fast (Score 2) 169

Here is what I have observed; there are people that will design a browser (possibly also using AI) and then walk the AI through all the steps. Then there are people who just ask it to build a browser. The former may pay $500 for the AI and the latter will pay $10,000.

Comment Re:Yeah, I Noped Out (Score 1) 169

I used Microsoft Copilot at first and it was alright. It only takes three files to reference at a time but you can tell it that you are uploading more and to wait. That was already much better for small projects, and I could use it for my large project but I had to be careful to upload all the scripts in the paths it needed to figure out and that was a bit onourus. I get Github Copilot through work though and that takes away all the manual work to upload the files wihich makes me a lot faster. Also it is better at accessing the terminal and analysing external websites on its own too.

Comment Re:Yeah, I Noped Out (Score 2) 169

Yet I have found AI to be incredibly powerful. I just finished a ~17k line application and the last 4000 lines or so would have taken me a few months but AI did it in a few weeks. Then I made a website for it. found a Wordpress template I liked but I didn't want Wordpress so I asked AI to tear out the Wordpress console and just make it a static site. AI traced my code and wrote all the documentation for me as it could give explanations for the fields by referencing documentation for the end result. Yes I'm sure the HTML is nasty but I never had to look at it because I just built the whole site with prompts. And yes, sure you have to test but no differently than I would have tested my own code anyway. The most frustrating thing is that it would occasionally regress changes that I had already added but I would tell it to look back to where I added it the first time and it would be fixed. As for having to specify everything, generally you can keep one file of specifications and it can reference that.. To me that is just a communication skill.

Slashdot Top Deals

If you had better tools, you could more effectively demonstrate your total incompetence.

Working...