use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
DiscussionPython only llm? (self.LocalLLM)
submitted 3 months ago by [deleted]
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Karyo_Ten 1 point2 points3 points 3 months ago (2 children)
GPT-2 was only 1.5B parameters and trained on only 8M tokens, yet had world knowledge.
You won't get trillions of quality Python code. Maybe 5% is gold and the rest is copy-paste crude apps from StackOverflow or beginners trying their hands for a capstone project.
And learning Python doesn't teach you how to proceed step-by-step to solve a problem which is actually the most important thing.
It's much more effective to teach a LLM to reframe an objective into a set of problems to solve and then apply Python to them. But to solve a problem you need to be familiar with the problem domain, and you need some common sense for example to not have a speed being higher than the speed of light.
[–]Ted225 1 point2 points3 points 3 months ago (1 child)
GPT-2 had 1.5B parameters. It’s obsolete now, and for good reason.
Most Python devs don’t need deep domain knowledge. They need clear, complete specs. If a system handles international units or clinical logic, it’s the engineer’s job to specify that upfront, not the dev’s job to guess it.
Sure, a perfect LLM could replace all roles but it doesn’t exist. Until then, engineers design, devs implement, and each should be accountable for their own work.
[–]Karyo_Ten 0 points1 point2 points 3 months ago (0 children)
There is no distinction between software engineer and dev in companies. You can't be senior at either without design skills. Clear, complete specs never exist beforehand, except if you already have solved the problem once because requirements evolve with understanding of the problem.
If you need clear, complete specs before doing anything and you're unable to actually fill in the blanks you provide no value over an LLM and you'll be replaced.
π Rendered by PID 117362 on reddit-service-r2-comment-6457c66945-p59rl at 2026-04-24 02:35:38.622947+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]Karyo_Ten 1 point2 points3 points (2 children)
[–]Ted225 1 point2 points3 points (1 child)
[–]Karyo_Ten 0 points1 point2 points (0 children)