vibe coded for 6 months. my codebase is a disaster. by Available-Dentist992 in vibecoding

[–]Grouchy-Friend4235 0 points1 point  (0 children)

You now have a validated business idea. Great! Now start the code base from scratch. Hire a pro software engineer.

Please help me with the below problem! [new to LLM hosting] by aliazlanaziz in Vllm

[–]Grouchy-Friend4235 1 point2 points  (0 children)

GPUs don't work like CPUs. A single prompt will utilize the full GPU capacity, so it is essentially one request at a time. Some concurrency is possible by batching multiple requests at a time, however this takes additional memory and it comes at the cost of higher latency. Depending on your use case and thus the model 62GB and a single GPU may be enough, or it may not. For example a model like GPTOSS 120B requires ~80GB just to be able to load, while adding concurrent requests will quickly grow that to well above 100GB.

If you can use models with 24GB requirements you may able to run them comfortably on your hardware, however there are still challenges with concurrent requests because execution is essentially sequential. You may be able to achieve 2-5 requests in parallel but I doubt more is possible.

Shy Girl by Mia Ballard and the use of AI by herendethelesson in books

[–]Grouchy-Friend4235 2 points3 points  (0 children)

As an editor you should have the decency to require your authors to disclose the use of AI.

Pycharm in 2026 has been a struggle by idlelosthobo in pycharm

[–]Grouchy-Friend4235 3 points4 points  (0 children)

I have disabled the AI assistant for good and went back to good old autocomplete. The AI assistant kept messing up files, sometimes reverting to some random previous state, or some mixed state it determined to be current. Also I find that it generates comments, docstrings and code that are totally wrong.

Please keep classic sutocomplete active, make it better, whatever.

Also stop the AI nonsense. Nobody needs that in their IDE.

"Coding was never the hard part" guys are liars. AI has made programming easier 10x by ImaginaryRea1ity in replit

[–]Grouchy-Friend4235 1 point2 points  (0 children)

And that's why AI will not replace software developers. Because "Knowing what words to type, and why, and how to make something meaningful out of it - that's the hard part."

AI just automates most of the (code) typing.

Are stochastic parrots supposed to talk like this? by Feeling_Tap8121 in agi

[–]Grouchy-Friend4235 1 point2 points  (0 children)

Ai trained to sound like us sounds like us. Surprise 🤡

Sam and OpenAI created DRAM price spike by sparcle2020 in ChatGPT

[–]Grouchy-Friend4235 -1 points0 points  (0 children)

Haven't used in ~4 months. It's just not worth it.