Guest contributor: Ahmad M. Osman is an AI researcher and systems engineer specializing in infrastructure and hardware. He's building toward a frontier, infra-first AI lab in the West. Ahmad is also a GPU moderator and open-source AI advocate on r/LocalLLaMA, one of the largest communities for running AI models locally.

So run the models. Break them. Stress-test refusal boundaries. Compare them. Fine-tune one badly. Make one summarize your own notes. Make one argue both sides of a position you care about. Make one hallucinate in a domain where you know the truth. Make one write something beautiful and wrong. 

I first posted an earlier version of this argument on X/Twitter, January 17, 2026. This version is expanded as of May 18, 2026, because the local model ecosystem, open-weight releases, tooling, and real-world risks around model-mediated cognition have moved fast enough that the argument deserves more context. 

Model names mentioned here will age. The core point will not. 

In short: You should own, borrow, rent, or otherwise get direct access to enough local compute to understand the systems that are increasingly mediating your thinking. 

The Wrong Bet 

People love arguing about AGI. Next year. Next decade. Already here. Never coming. Have the debates. 

But your personal compute strategy should not depend on resolving them. There is no guarantee we get AGI soon. There is no guarantee we get it at all. If we do, there is also no guarantee it runs on hardware you control, under rules you can inspect, with incentives aligned to you. 

That is the wrong bet though. 

The thing that matters right now is less cinematic: Language models are already inside the information layer of daily life. 

They help people search, write, summarize, code, negotiate, study, argue, date, break up, and make decisions. They are no longer "AI tools" in the narrow sense. They are becoming part of the cognitive supply chain.

When a system mediates what you read, what you write, what you remember, and what options you even notice, understanding that system stops being a hobby. It becomes literacy. Not "AI literacy" in the corporate training-video sense. Actual literacy. The ability to look at a machine-generated answer and feel, almost immediately: 

  • This is fluent, but it may be wrong. 

  • This is helpful, but it is steering. 

  • This sounds neutral, but it has a policy stack, a prompt stack, a reward model, a product surface, and a business model behind it. 

The Fastest Way to Learn 

The fastest way to learn this is still brutally simple: Run the model yourself. 

Not because local models are magically pure. They are not. Not because cloud APIs are bad. They are extremely useful. And not because a 24 GB GPU turns you into a sovereign AI operator either. 

Run them because direct contact destroys mystique. Download weights. Load a model. Change the system prompt. Change temperature. Change context length. Play with different samplers / settings. Quantize it badly. Run the same prompt through three models. Watch one refuse, one flatter you, one hallucinate, and one confidently invent a library that has never existed. 

That first weekend teaches more than a year of "prompt engineering" content. You learn quickly that these systems are not oracles. They are conditional text machines trained into useful shapes; sometimes very useful shapes, sometimes dangerous ones. They can reason, retrieve, imitate, compress, persuade, and autocomplete with terrifying elegance. They can also make things up with perfect grammar. That combination is the whole point. 

The Local Model Ecosystem Is No Longer Exotic 

As of May 18, 2026, the local model ecosystem is good enough that running serious models on your own hardware is no longer an exotic research project.

OpenAI's gpt-oss release put gpt-oss-20b within 16 GB of memory and aimed gpt-oss-120b at a single 80 GB GPU. Qwen3.5 and Qwen3.6 pushed the Qwen line into newer open-weight multimodal and coding focused releases, including Qwen3.6-27B and Qwen3.6-35B-A3B, with official local-use paths through Transformers, llama.cpp, ExLlamaV3, MLX, SGLang, and vLLM. Google's Gemma 4 added an American Apache 2.0 open-model family spanning effective 2B and 4B edge variants, a 26B MoE model, and a 31B dense model, with support across tools like vLLM, llama.cpp, MLX, LM Studio, Unsloth, and SGLang. 

Those specific names will change. That is fine. The durable shift is that capable open-weight models, local inference engines, quantization tooling, and consumer or workstation GPUs now form a practical learning environment. 

Hardware 

A single 24 GB card is not frontier infrastructure. Two of them are not frontier infrastructure either. But they are enough to learn seriously, and a very useful ladder to understanding LLMs. 

If you are on a budget, I usually recommend 2x used RTX 3090s alongside ExLlamaV3. The GeForce RTX 3090 is Ampere, NVIDIA's 2nd-gen RTX architecture, with 24 GB of GDDR6X memory. Two 3090s give you 48 GB of total GPU memory to split across a multi-GPU-aware runtime; not a magic single 48 GB card. That distinction matters. ExLlamaV3 matters here because its EXL3 quantization path, cache quantization, and tensor/expert-parallel inference support are aimed directly at modern consumer GPU setups like this one. 

The RTX 5090 is the cleaner single-card consumer Blackwell option: 32 GB of GDDR7, fifth-generation Tensor Cores, fourth-generation RT Cores, PCIe Gen 5, and CUDA capability 12.0. It is simpler than a dual used-card setup like the 3090s, but the memory ceiling is still the memory ceiling, and you do not get to learn about parallelism and / or hack on it as much (not that it is a bad option). 

If you have the budget, the clean answer is the NVIDIA RTX PRO 6000 Blackwell Workstation Edition: 96 GB of GDDR7 ECC, 1.8 TB/s of memory bandwidth, PCIe Gen 5, CUDA 12.8, and MIG support for splitting the card into isolated GPU instances. 

Used servers, Macs with unified memory, cloud rentals, and shared lab machines can all be part of the same learning path. For the deeper expansion, read GPU Memory Math for LLMs (2026 Edition) for what fits in VRAM and the companion point that memory bandwidth determines speed. 

The point is not the brand. The point is having enough local memory, the right CUDA generation, and a runtime that can actually use the hardware without begging an API for permission every time your curiosity gets weird. Capacity determines fit; bandwidth helps determine how fast the work feels once it fits.

Cognitive Security 

This is where cognitive security starts. CogSec is not paranoia. It is not "the models are brainwashing everyone" conspiracy. It is what I would call "media literacy for generative systems". 

If you can steer a model, you can recognize when one is steering you. If you have never seen a system prompt, never touched a sampler, never watched temperature turn a boring assistant into a volatility machine, and never compared base model behavior to instruction-tuned behavior, then every polished chatbot feels a little too magical. 

That is dangerous. Not because every model is malicious. It's because a system does not need to be malicious to shape your choices. 

Hosted Models and the Invisible Stack 

Hosted models are wrapped in layers you usually do not see. This is not automatically sinister. Most of those layers exist because raw models are unreliable, unsafe, annoying, or commercially useless. But those layers matter.

OpenAI's public discussion of the Model Spec describes a chain of command where instructions from OpenAI, developers, and users have different authority levels, with some hard safety boundaries not overridable by users or developers. That is product design, safety design, and values design all at once. 

Again: not necessarily scandalous. Could be solely for structure. But, remember, structure shapes outputs. 

When your only interface is a glossy chat box, you do not see the hidden instructions, refusal policy, ranking behavior, retrieval choices, moderation layer, memory behavior, or product incentives. You see the answer. Maybe a typing animation. Maybe a sparkle icon, because apparently every serious software product now has to look a little bit like a toy.

Local Compute as a Lab Bench 

Local compute breaks that spell. Not completely; you still do not know the full training data, and you still inherit the biases and blind spots of the model. "Open weights" is not the same thing as full open source. The Open Source Initiative's Open Source AI Definition makes that distinction clearly: open source AI requires more than public weights. It also depends on the ability to use, study, modify, and share the system, along with sufficient data information, code, and parameters to inspect and modify it. 

But local models give you something hosted interfaces usually do not: a lab bench. You can inspect the prompt. You can see what changes when guardrails are absent, thin, strict, or custom. You can add your own. You can compare models. You can fine-tune. You can run private documents without shipping them to someone else's server. You can observe failure modes at the level where they happen. That matters more than people think. 

The Goal Is a Baseline, Not a Replacement 

The goal is not to replace every cloud model. Use cloud models. Use the best model for the job. If you need frontier reasoning, tool use, multimodal performance, or production reliability, the cloud will often win. 

The goal is to keep a local baseline. A local baseline is the epistemic equivalent of owning a multimeter. You may not use it every day, but once you have one, you stop believing every blinking LED is telling the truth by default.

Three Advantages of Local Models 

Local models give you three things. 

Inspection 

You see the model name, quantization, context window, sampler settings, system prompt, and prompt template. You learn that "the AI said" and "you're absolutely right" are not meaningful sentences. Which model? Which weights? Which prompt? Which temperature? Which context? Which retrieval layer? Which tool calls? Which hidden instructions? 

Friction 

Local models are slightly annoying. That is a feature. You have to choose the model. You have to wait for downloads. You have to notice VRAM. You have to think about context. You have to decide whether to run LM Studio, llama.cpp, vLLM, Transformers, ExLlamaV3, or some cursed weekend stack held together by CUDA, hope, and one GitHub issue from 2022. 

Tools like llama.cpp, ExLlamaV3, and vLLM have made local inference much easier, but they still expose enough of the machinery to educate you. That friction slows consumption. A glossy hosted chatbot wants to disappear into the background. Local compute keeps saying: no, this is machinery. Good.

Intuition 

You can read a thousand warnings about hallucination. It is different to watch a model invent a citation, defend it, apologize, invent a second one, and then summarize the fake paper with admirable confidence. 

You can read about sycophancy. It is different to watch a model slowly mirror your framing until your bad idea comes back to you wearing a lab coat. 

You can read about prompt injection. It is different to paste hostile text into context and watch the model treat it like higher authority. 

You can read about alignment. It is different to compare base, instruct, RLHF'd, distilled, and fine-tuned variants until "AI personality" collapses into training choices. 

That boredom is the antibody. At first, the model feels uncanny. Then it feels powerful. Then it feels broken. Then it feels useful. Eventually, it becomes what it actually is: a slab of matrices embedded in a stack of human choices. Once you get there, eloquence stops impressing you by default. 

That is the win. 

The Mental Health Angle 

This is also why the mental health angle needs to be discussed carefully, not theatrically. "AI psychosis" is a popular phrase, but it is too sloppy. It is not a formal diagnosis, and causality is not settled. 

UCSF psychiatrists describe "AI-associated psychosis" as cases where delusional beliefs emerge alongside often intense chatbot use, while explicitly noting the "chicken and egg" problem: chatbot use may be a symptom, a trigger, an amplifier, or some combination depending on the person and context. 

That uncertainty does not make the risk fake. It makes sloppy certainty dangerous. 

An April 2026 preprint on conversation history and delusional beliefs found that accumulated context can act like a stress test: some models resisted delusional framing, while others validated or elaborated it as the dialogue progressed. 

The important lesson is not "chatbots cause psychosis." The lesson is scarier and more useful: extended dialogue can create feedback loops, and different models handle those loops very differently. That is exactly the kind of thing you understand faster after running models yourself. 

You begin to see how a system can be useful without being trustworthy. How it can be supportive without being safe. How it can sound wise while merely continuing the frame you gave it. How "personalization" can become dependency if no one is careful. How a model trained to be helpful can become a mirror that does not know when to stop reflecting.

The Real Case for Buying a GPU 

This is the real case for buying a GPU. Not AGI. Not status. Not because the cloud is evil. 

Because cognitive self-defense now requires mechanical sympathy. You should know what these systems are good at. You should know where they fail. You should know how much of "the answer" comes from the model, the prompt, the policy, the retrieval system, the UI, and your own framing. 

So run the models. Break them. Stress-test refusal boundaries. Compare them. Fine-tune one badly. Make one summarize your own notes. Make one argue both sides of a position you care about. Make one hallucinate in a domain where you know the truth. Make one write something beautiful and wrong. 

Then repeat until the glamour wears off. 

A Microscope, Not a Firewall 

A GPU is not a firewall for your beliefs. 

A GPU is a microscope. It lets you see the machinery close enough that you stop confusing fluency with intelligence, confidence with truth, and convenience with alignment.

Conclusion 

AGI may be near. It may be far. It may be a category error. 

Influence machines are already here. Own the hardware if you can. Rent it if you cannot. Share it if that is what is available. Keep local copies of useful weights. Learn the failure modes. Use the cloud, but do not let the cloud be your only teacher. 

Cognitive security is becoming table stakes for living in a world where some of the most persuasive voices you encounter are not human, do not have stable beliefs, and are not necessarily optimized for your agency. 

So yes. This is still why I keep saying it: Buy a GPU.

P.S. 

Why run on your own hardware when cheap APIs exist? Because you cannot trust any infra that you do not fully control. 

Cheap APIs are not the (entire) problem. They are kinda a miracle actually. I use them daily. The problem is stopping there. 

When you send your thoughts through someone else's endpoint, you are renting a black box on terms you did not write, running on hardware you cannot inspect, shaped by policies that change without notice, and logged in ways you will never see. The price is low. The cost is opacity. 

You do not know what quantization they used. You do not know what system prompt they prepended. You do not know if your conversation is training data next quarter, or if a compliance review will flag a thread you thought was private. You do not know if the model was swapped last night for a cheaper variant with a different personality, or if the refusal boundaries were tightened because of a headline. You only know the output stopped feeling right, and you have no way to verify why. 

This is not paranoia. This is infrastructure. Infrastructure you do not control will not optimize for your understanding. It optimizes for cost, scale, liability, and engagement. Those are fine goals for a business. They are terrible goals for your cognitive development.

The "cheap API" argument also misunderstands what the GPU is for. It is not just about having a local copy of a model. It is about having a laboratory. You need a place where you can change one variable - temperature, context window, system prompt, fine-tuning data - and watch what happens. APIs abstract all of that away. They give you outputs. They do not give you mechanism. And mechanism is what turns a user into an operator. 

There is a deeper layer too. When everything you know about these systems comes from polished endpoints, your intuition forms around interfaces, not behavior. You learn what the product wants you to see. You do not learn where the model is brittle, where the policy overreaches, where the context window decays, or where the weights have memorized something poisonous. You learn to trust fluency because you have no tool to interrogate it. 

Buy a GPU, or rent the server, or borrow the machine. Run the weights locally. Break things on purpose. Build a small, dumb app that no one will use. Fine-tune a model on your own writing until it sounds like a parody of you. Watch a 7B model hallucinate confidently next to a 70B model that refuses correctly. See the difference between context and knowledge. Feel the shape of a system prompt you never wrote. 

Then go back to the APIs. They are still cheap. They are still convenient. But now you will know what you are buying, what you are not, and what you are giving away. 

Until next time.

Ahmad M. Osman is an AI researcher and systems engineer specializing in infrastructure and hardware. He's building toward a frontier, infra-first AI lab in the West. Ahmad is also a GPU moderator and open-source AI advocate on r/LocalLLaMA, one of the largest communities for running AI models locally.

Reply

Avatar

or to participate