LLM ("AI") discussion
bikegremlin
ModeratorOG
I suppose it might be worth trying to start a thread on this topic. I played a bit with these tools, and wrote a brief post about ChatGPT "Absolute mode". ![]()
@vyas might find this interesting, and @Ympker might find it a bit funny - I tried to make mistakes and go out of context to test it: ![]()

Comments
Reminds me of this:
LLMs are fascinating in how they're both incredibly smart and incredibly stupid at the same time.
On your gibberish approach: The same effect works for jail breaking too. Feed it enough gibberish and the safeguards about not giving illegal stuff start breaking. (Depends, anthropics safeguards work different & are less susceptible to this). I wouldn't suggest testing this though...risks account ban
Run this prompt:
It keeps complaining that my scripts dont support windows. All @Neoon's fault! I was using chatGPT to write me a script for use on my microlxc.net to meet certain requirements... Which reminds me, @Neoon still did not see/reply to my PM
FYI, these AI are still not there yet. They usually need a LOT of bug fixing and security fixes before you can use it on a private server....
Using speech to text on chatGPT in cery early days/ pre 4.0 era was fun! Too many oops'es, sometimes some funny answers.
Sometimes, it still goes back to old trick.
"Why do a group of 20 men have 24 Heads? "
( Had voice recorded "twenty foreheads" )
The answer was :
🎭 Example Riddle Answer:
I quite believe chatGPT trained the above answer on posts by @virmach on this forum
blog archives
Thanks - that prompt turned out more useful than expected.
Here’s what came out of it:
https://blog.bikegremlin.com/2361/self-debugging-session/
🔧 BikeGremlin guides & resources
X is good at that..Ask grok to roast you based on previous posts
blog archives
That was brutal - LOL.
I've had (the paid) ChatGPT go full retard with basic maths.
And a bit silly with simple PHP and CSS.
DeepSeek seems better for "coding", but haven't tested it yet with maths.
Example for the latter - I posted plain English corrections explained, until he did the job, but didn't edit a single line of code here (only some comments):
https://io.bikegremlin.com/37252/my-toc-generating-plugin/
(The cover image was made by ChatGPT - LOL)
What are your observations?
🔧 BikeGremlin guides & resources
LLMs made me a better developer.
They can't make me a better designer yet (maybe I haven't tried enough).
LLM made you a better developer same as programming languages and IDEs made assembly coders better. It may not be efficient or safe, but it does make life easier. But when people start saying "programmers will lose their job cause of LLM/AI", I feel that it's not that AI will take your job, but let you move on from dumb jobs that a computer can do to a job only a humans can do (for now)
I fear you (and most people in general) are underestimating the impact this will make.
And I hope to be very wrong about that.
Edit:
Of course, it can be used for the good of humanity, to take on the boring menail tasks - as can most machines. Yet, we don't see workers working shorter, in general, even with tenfold productivity increases. Broader topic - but a lot of it has to do with humans, and what the systems we've built bring out of us.
🔧 BikeGremlin guides & resources
I have been using Gemini for a while, I usually talk to it for brainstorming or when I am bored and need ideas to ponder upon. I have added some instructions for it to follow in the Saved Info section (like adding scientific/historic references, using emoticons instead of emojis, etc.) and I must say that I have been happier with Gemini than ChatGPT. Gemini has a decent free usage limit and their new 2.5 Flash model is quite good and really comparable to the 2.5 Pro model. Gemini voice is something that needs to improve tho, it can randomly cut you off in the middle of a sentence.
Also, Gemini seems to be better at following instructions given to it. I have specifically asked it to not be overly flirtatious or to agree with me in everything and praise me, and that it should end a message with a statement and not a question. It has worked in every single chat I have engaged in.
For coding, I haven't tried Gemini except for small scripts which have worked fine (and in some instances its cleaner than ChatGPT). Lovable AI works great for website coding, I have tried it for funsies and it has worked out really well.
youtube.com/watch?v=k1BneeJTDcU
My biggest waste of money on AI was paying for Gemini.
Why?
I usually see things through, to the end, but in this case I gave up quite early.
Still, decided to publish the process (and the very few findings, if any):
https://io.bikegremlin.com/32987/my-llm-ai-experiement-and-why-i-shut-it-down/
It felt hollow and pointless, but some (whole 27 in total!) of the short technical/hardware articles felt like even worth preserving on my own website (the irony).
🔧 BikeGremlin guides & resources
Had it go ballistic when I proved it was wrong. Man was it pissed and wacko.
The Yeti has left the building.
Anyone manage to run AI at home with any sort of boost on amd gpus?
Many ways to skin this cat ..
a. Try LM Studio : https://lmstudio.ai/models
I would start with the lightweight models- Gemma3 4 B ? Phi4 etc,
b. Or, get the desktop app for Huggingchat (basically Chrome) or
c. Install AnythingLLM with Gemini or Groq via API (not the X/Twitter Grok)
There was some discussion about pros and cons of Anythingllm's "Propereitary" licensing model, in one of the discussions here. You may have to look it up .
Best wishes
blog archives
I'm happy with DeepSeek API (it's cheap) and with Claude.ai Pro
Amadex • Hosting Forums • root.hr
I managed to run deepeek 1.5G model with ollama but no GPU boost on AMD gpus... Only nvidia gpus are supported as far as i can see...
Go for SLM or DLM. LLMs are a dying breed.
I moved all my websites to Carrd, and cancelled all my idlers.
Save the earth, don't idle.
Any interest in AMD V620 32GB GPUs? I just got in a batch for 2000x brand new. Selling for $540-$565 each depending on qty.
https://imgur.com/a/amd-v620-32gb-gddr6-gpus-tdvaGCU
And that's one of the smallest batches you has got.
I use GPT4All, but I think most of the popular local UIs/apps (including ollama and gpt4all) just use llama.cpp for their back end. I think you can compile llama to take advantage of AMD GPUs, and maybe even Intel ARCs. I think the local llama community on Reddit might have more info than what I can say off the top of my head.
Ya, looks like my next weekend project is to compile llama.cpp... So much fun...
That's for straight CPU...the instructions for CUDA/Vulkan will be a bit different.
...noting that I haven't actually tested the script...was doing it and later built bash script from command history. So uhm works....probably
Nvidia/CUDA I'm sure you can find examples on google. Or even better use the instructions on the llama github
Vulkan...key insight is you need the SDK. Not vulkan....the vulkan SDK. If whatever you're using leans on pytorch then you need to compile pytorch with vulkan support specifically. Don't recall if llama does...their github should say
Thank you! I'll run it line by line anyway so should be fine. I'll build it on my server so just CPU is fine. No GPU on this server yet...
What are your thoughts about the ethical (and legal) aspects of AI?
I wrote my 2c here:
https://io.bikegremlin.com/37797/is-ai-theft/
🔧 BikeGremlin guides & resources
Piracy is often equated with theft, but fundamentally, it's not the same. When a file is pirated, the original doesn’t vanish. It’s copied, not stolen. While piracy is undeniably a violation of copyright law and can harm creators and corporations alike, the ethical lines become murkier when viewed through the lens of modern digital culture, especially as we enter the era of artificial intelligence.
Ironically, many of the very corporations that vocally oppose piracy are themselves leveraging vast swathes of publicly available data, sometimes of questionable origin, to train their AI models. Content scraped from websites, forums, and creative platforms fuels everything from search engine responses to generative tools like ChatGPT. This raises a personal dilemma: On one hand, I’m legally obligated to acknowledge that piracy is illegal in my country. On the other, every time I ask an AI to rephrase a sentence or make a suggestion, I may be benefiting from datasets that include pirated or scraped content.
The parallel between piracy and AI is striking. In both cases, the moral and legal questions hinge on perspective. If your country has no strict legal stance on either matter, the decision becomes personal: Would you rather pay hundreds of dollars for software, or use a free alternative, even if it’s pirated? Similarly, if an AI model were trained exclusively on licensed data, would you be willing to pay a premium to access it? Or would you prefer it to be cheaper, or free, even if that means its training involved pirated or publicly scraped content?
Then there’s the issue of public data. Setting aside high-profile examples like Meta being accused of using pirated books, we’re left with a simple question: If content is freely accessible on the internet, why is it controversial for an AI to learn from it? Humans do it every day. We observe, learn, and create, often drawing inspiration from what we’ve seen. Why is it more objectionable when a machine does the same?
Take art, for example. If a human studies thousands of drawings on DeviantArt and then creates something in a similar style, that’s considered learning. But if an AI does it, we cry foul. Is the issue really about copying, or is it about exposure? Maybe the real problem isn't theft at all, but the uncomfortable truth about visibility and value in the digital age.
So here’s the lingering question:
At what point does influence become theft and does that threshold change depending on whether the creator is human or machine? Or is it just a matter of how many people are watching?
Yes, this post was dressed up by a AI cause my words were all jumbled up....
That is a good point that I didn't dive deeper in the article.
Briefly:
There's more nuance to that of course. For example, piracy doesn't always mean a lost sale - some people would never buy.
Worth discussing.
I did address that in the article.
We could make a similar discussion for human artists too.
AI does do it on a lot huger scale though (can't be compared), for profits (mostly, in one way or another).
🔧 BikeGremlin guides & resources
Many renaissance era artists copied each other for profit as well. Back then, they were "inspired" by each other and sold their painting for money. AI is just the new version of that...
And given the profit it generates, it's here to stay, whether we like it or not. Until it becomes too expensive to run, AI will replace most algorithms currently in use. There is a huge focus on advertising and recommending products via AI. So back to the adblock analogy, maybe soon we'll need AI blocker on top of our adblockers...
AI is the difference between hand-copying a whole book for day - and sharing a digital copy on torrent to millions of folks in one day.
Doesn't come close.
Likewise, unless they fix the source quotations, it will be fun (AI written information, answers, and innevitable errors with no source quotes to correct them or the AI).
🔧 BikeGremlin guides & resources
Kinda curious which country moves fastest to adapt to this entire change. Clearly the genie is not going back in the bottle so we're going have sizable chunks of professions that are going to need a plan B. And not sure how flexible the average ~45 year old is.
I'm younger and would definitely struggle to pivot, especially if I need to maintain same income. In fact 99% sure I couldn't
Here's my intended use case - looking for recommendations (to save time and effort on trial and error):
Needs
Copy/paste all my articles, markdown notes (Deathnotes), and some forum posts (mostly text only with a photo here and there).
Get "my AI" answers for stuff like:
Again, the answers should come from the pre-fed notes, so a closed system (no garbage-in, like ChatGPT has).
Hardware
Ryzen 9 5900 (12-core), 64 GB RAM, Radeon RX 6800 graphics card (16 GB VRAM), 2TB SSD and 5+ TB HDD storage available.
Windows 11 Pro at the moment.
What i figured
I should be able to comfortably run a 13B LLM - and it should suffice for this - correct?
Any recommendations for the model and configuration?
🔧 BikeGremlin guides & resources
Yeah should be fine though you'd need to quantize it a bit to make space for context. I'd probably do qwen3 models. Either dense one or you can try the MoEs 32B and put it on system mem partially. Will still be fast given low activations in the MoE
New Deepsex just dropped.
Free NAT KVM | Free NAT LXC
Now I just need 20 grand worth of GPUs to run it...
Forgive me if I'm wrong, but I'm not aware of any AI outfit actually generating anything that could be called 'profit'. Right now it's just a bunch of techbros throwing money at it and hoping it becomes profitable.
Deepseek claims they're profitable, so while there is lots of free VC money shenanigans going on I don't think it's true across the board.
That said...deepseek is in China...who knows what sort of indirect subsidies (elec price etc) they didn't count in their claim.
They claim a theoretical operating profit, which is both a dubious claim in itself and ignores virtually all costs so ... yeah, it's mostly marketing bull to back up the assertion that their models are cheaper to run.
There are AIs running in the background of most social media and online shopping websites, monitoring your preferences. You dont interact with it but it interacts with your data, processing it and optimizing the recommendations so suit your preferences.
AIs are being used by many security companies to scan and track people to predict behaviour and alert the security team of any potential deviation from the norm.
Those were generic examples. And if you prefer specific examples,
Amazon – AI for Recommendation Engines and Logistics
Application: Personalized product recommendations, dynamic pricing, and supply chain optimization.
Profit Impact:
The recommendation engine drives 35% of Amazon’s total sales.
AI-driven logistics and warehouse robotics have significantly reduced operational costs and delivery times.
Netflix – AI for Content Personalization and Production
Application: Tailors user content recommendations and predicts successful content.
Profit Impact:
Netflix estimates that its AI recommendation engine saves the company $1 billion per year by reducing churn.
AI analytics help greenlight original content with higher chances of success (e.g., House of Cards was chosen based on viewer data).
Tesla – AI in Autonomous Driving and Manufacturing
Application: Full Self-Driving (FSD) features and factory automation via AI.
Profit Impact:
The FSD package sells for $8,000–$15,000 per vehicle, a high-margin software product.
AI also increases manufacturing efficiency and quality control.
Google – AI in Advertising (Google Ads) and Search
Application: Smart Bidding, ad targeting, and search ranking algorithms.
Profit Impact:
The majority of Alphabet’s ~$300 billion revenue comes from ad products, where AI optimizes targeting and bidding.
AI helps advertisers get better ROI, making the platform more attractive.
Zara (Inditext) – AI in Inventory and Trend Prediction
Application: Demand forecasting, inventory optimization, and design choices.
Profit Impact:
Reduces unsold inventory and boosts profitability by predicting demand more accurately and minimizing waste.
Enables fast turnaround in fast fashion, maintaining Zara’s competitive edge.
Spotify – AI for Music Recommendations and User Retention
Application: Discover Weekly, Daily Mixes, and personalized playlists.
Profit Impact:
Personalized playlists increase user engagement and retention, critical for subscription revenue.
Reduced churn helps Spotify maintain long-term profitability from recurring subscriptions.
JP Morgan – AI for Document Review and Fraud Detection
Application: COiN platform (Contract Intelligence) automates document review.
Profit Impact:
Saves 360,000 hours of legal work annually, reducing operational costs dramatically.
Fraud detection AI reduces losses from cyber threats and fraud.
Not sure any of those are LLMs (which was, I thought, the topic).
And let's be honest, they were labelled 'expert systems' a decade ago, and only got rebranded as "AI Inside!" when it became the new sexy.
(that also reads like LLM output, but I can't decide if you just asked Claude to make your argument for you, or if you're just being ironic
)
They're all different things. Haven't found a nice diagram that has an overview, but best as I can tell it's like this:
Neural network (broad overarching category)
Expert systems are the thing that came before Neural Nets. Basically the expert systems approach that prevailed, then was abandoned when they discover just throw enough data in and you can skip trying to hardcode expert knowledge. Then the LLMs started hallucinating, then they started talking about "grounding" them in truth...aka here is a known good dataset basically full circle back to expert knowledge set lol
I find the whole field quite confusing since it moves so fast & often one model has different things at different layers
Why not both? Using LLM to generate replies seem to piss @bikegremlin off
In terms of LLM, it's just the next version of "AI" that we have been using for a while. The current usage for LLM is to replace tech support with LLM. Another "profit" generation is to write up real looking spam emails and scaming people through it, while email providers are using LLM to scan your emails to protect you against spam and "log" your preferences so you are more susceptible to advertises.
The examples I listed almost all use tensor flow, usually powered by a nvidia GPU. GNN is only used for large data crunching, not behavior analysis. For example, if you want to train a AI to learn to recognize pictures of fruits, you usually use tensor flow. LLM is just a type of model trained using tensor flow and Natural Language Processing (NLP).
LLM = NLP + tensor flow
They train the models using a LOT of text and then let users interact with the AI model to train it. AI will always generate an answer. Issue is that it may or may not be correct. So it needs the user feedback to improve the model, and slowly it'll train it's model to be as accurate as possible.
Training AI models is fun! I remember using Convolutional Neural Network (CNN) using Python TensorFlow to train a model to recognize fruits... here's my github if you want to play with it!
https://github.com/somik123/python-cnn
Interesting discussion on how hugging face makes “money” while hosting so many llm models.
Hint: they don’t. Yet have insane valuation
https://x.com/levelsio/status/1928030106401861958
blog archives
https://huggingface.co/pricing
Probably similar to how dockerhub earns money.
8B Distilled is up too.
Runs even on a IPhone
Free NAT KVM | Free NAT LXC
The new Deepsex is lit.
I ran "What is 1+1?" and it basically called me stupid.
The amount of FPS we are getting though, even in loading screen, on CPU, is intense.
Free NAT KVM | Free NAT LXC