r/LocalLLM 10h ago

Other Laguna randomly reffers to COVID-19

Post image
155 Upvotes

Laguna seems very promising model for my setup(RTX 3090, RTX 3080 TI, DDR 48GB), especially as the alternatives from Qwen 3.6 27B, so I tried Unsloth's IQ4 ver. I haven't tried coding yet, but when I firstly say hello to him, somehow He mentioned COVID-19. Is that because Laguna is the US's model? I don't know, but feel funny.


r/LocalLLM 19h ago

Project Hey everyone — after a few months of work, I’m releasing something I think the Apple‑Silicon / MLX crowd will appreciate!

61 Upvotes

Hey folks — I’ve been tinkering with MLX and Apple Silicon for a while, and I finally wrapped up a project I’m pretty proud of.

I built a fully native Swift + MLX implementation of FLUX.2 [klein].
No Python. No diffusers. No external dependencies. Just Swift, MLX, and Metal doing their thing.

What it can do:

  • Text‑to‑image
  • Image‑to‑image
  • Mask‑guided editing (this part was surprisingly fun to build)
    • remove stuff from an image
    • replace backgrounds
    • add objects
    • recolor regions
    • semantic edits
  • Pixel‑space color grading (exposure, contrast, hue, saturation)
  • Experimental latent‑space transforms
  • Memory system with:
    • bf16 / fp16 / int8 / int4 quantization
    • staged model residency
    • VAE tiling for big resolutions
    • memory reporting + low‑memory mode

Everything runs entirely on Apple Silicon.
It hits seed‑42 parity with the MLX Python reference, so the outputs match exactly.

I also added:

  • a dependency‑free CLI
  • a SwiftPM library
  • a tiny SwiftUI demo template
  • docs + tests
  • a contributor guide
  • a roadmap if people want to help build more editing tools

Why I built it:

MLX is honestly a joy to work with, but most diffusion pipelines are still glued to Python.
I wanted something that felt native — something you could drop straight into a macOS or iOS app without dragging half the Python ecosystem along with it.

Repo:

https://github.com/icakinser/mlx-flux2-swift

If you’re into MLX, Apple Silicon, or just like messing with local image generation/editing, give it a look.
Happy to answer questions or help anyone get it running.


r/LocalLLM 15h ago

Discussion Voice-agent evals should be annoying humans, not happy-path demos. Most voice-agent demos are too polite

27 Upvotes

Most voice-agent demos are too polite.

User speaks clearly. Agent waits. User gives one intent. No one interrupts. No one changes their mind. No background noise. No bad mic. No weird names.

Real users are not like that.

My eval set now is basically “people being annoying on purpose.”

Test calls:

  1. user gives phone number, then corrects it

  2. user says “don’t cancel”

  3. user talks while agent is speaking

  4. user asks two things at once

  5. user changes date mid-call

  6. user has bad mic

  7. user pauses too long

  8. user is angry

  9. user gives address with landmark

  10. user spells email

  11. user says “actually never mind”

  12. user asks for human

  13. user uses slang

  14. background noise

  15. call reconnects

For each test, score separately:

  • transcript accuracy

  • entity accuracy

  • correction capture

  • barge-in

  • latency

  • task success

  • handoff quality

  • summary accuracy

When testing STT, I’d do one thing very strictly:

Keep everything else fixed.

Same prompt. Same voice. Same workflow. Same call audio. Swap only STT.

That’s where Smallest AI Pulse can be evaluated fairly: not as a landing-page claim, but as the real-time transcription variable inside chaotic voice-agent evals.

Happy-path demos prove almost nothing.

What ugly test case would you add?


r/LocalLLM 20h ago

Discussion 5090 + vllm + qwen3.6 27b best models?

21 Upvotes

I've been messing around with vllm on the 5090, mainly because the paged attention cache lets you actually use parallel requests and mtp+parallel seems to actually work in vllm versus llamacpp. One downside I noticed is that mtp draft tokens above 3 doesnt seem to work well with vllm, while in llama cpp with q6k i could use 10 draft tokens and get around 6-7 accepted on average for very large speed boosts.

So for single thread in llamacpp with 10 draft tokens and q6kxl i would average 140tok/s with bursts up to 230. in vllm average is around 130-140 bursts maybe to 150. However the 5090 seems to have enough bandwidth for 4 sequential tasks in vllm and if i mass deploy subagents for things like document processing and synthesis i can easily see 500-600k tokens/sec aggregate. The aggregate batch speeds are what made me try and make vllm work as my main local system.

The landscape for using vllm with qwen27b and 5090 is a little more complicated than llamacpp since its mostly some flavor of 4bit models that are 1) available, and 2) actually work with 32gb vram. On the llamacpp side q6k or q6kxl deliver excellent quality and a usable amount of context.

I tried out

  1. sakamakismile nvfp4: https://huggingface.co/sakamakismile/Qwen3.6-27B-Text-NVFP4-MTP

Pro: the model is only 19.7GB which leaves you tons of vram for context. nvfp4 format using comrpessed tensors so you get great speed with blackwell gpu.

Con: the accuracy is immediately noticeable as sub par. I got thinking loops and failed tool calls. I had a hard time finding a use for this model even though it was fast and had light vram usage.

2) cyankiwi/Qwen3.6-27B-AWQ-INT4: https://huggingface.co/cyankiwi/Qwen3.6-27B-AWQ-INT4

Pro: Also a relatively small model at 20.5GB, easy to fit a good amount of context. Much better fidelity than the sakamakismile model. Decent speed. This was my daily driver for a couple weeks I was very happy with it compared to q6k and q6kxl, even if it did reason slightly worse than q6kxl.

Con: AWQ Int4 format so slower than nvfp4. Still not as "smart" as q6k/xl.

3) unsloth 27b nvfp4

Pro: seemed pretty solid, good speed but

Con: 23.4GB just didnt leave enough room for usable context for my workflows. If you are fine with lower context this one is worth trying out based on my vibes.

4) nvidia 27b nvfp4

Pro: Better than unsloth since its about 1GB smaller. Good speed, native blackwell modelopt tensors.

Con: noticeably weaker than q6k in day to day work. I gave up on this one pretty quick tbh.

Which brings me to todays big winner

PrismaAURA and PrismaSCOUT
https://huggingface.co/rdtand/Qwen3.6-27B-PrismaAURA-5.5bit-vllm
https://huggingface.co/rdtand/Qwen3.6-27B-PrismaSCOUT-Blackwell-NVFP4-BF16-vllm

Github with prismaquant process description and other models they released: https://github.com/RobTand/prismaquant

These models kind of have it all. They are quantized with variable bit rate with aura having tiers of nvfp4, fp8, and fp16. scout is smaller with only nvfp4 and fp16, missing the "middle tier". The difference between the two is around 3.6 gb (20 for scout and 23.6 for aura) but in practice in my vllm setup I did not observe a huge difference in the maximum context allocation before OOM on startup. With aura I can get 160k context, and scout topped out around 200k.

The only benchmark I have is my own document synthesis and vibe coding workflows. I did observe one repeatable quality difference with the AURA variant that put it a tier above prismascout, q6k/xl and also the rest of the vllm models. When performing document synthesis the AURA model repeatably displayed better awareness of temporal ordering of data, did much better about identifying and considering numbered lists (not dropping items from lists or merely referring to them rather than discussing each item), and also did better about overall thematic synthesis of around 60k tokens of source rag chunks and intermediate data in context.

The end result is i've now got what feels like as good or better quality than q6kxl with 160k context and 4 threads when I need it which is pretty sweet. I hope this helps anyone out there wanting to use vllm with their 5090.

VLLM config

--trust-remote-code

--gpu-memory-utilization=0.94

--max-model-len=163840

--max-num-seqs=4

--max-num-batched-tokens=8192

--kv-cache-dtype=fp8

--language-model-only

--enable-prefix-caching

--speculative-config '{"method": "mtp", "num_speculative_tokens": 3}'

--enable-auto-tool-choice

--tool-call-parser=qwen3_coder

--reasoning-parser=qwen3


r/LocalLLM 3h ago

Discussion Qwen3-30B-A3B reaches 15.6 tokens/s on an Orange Pi 6 Plus 32GB

20 Upvotes

Qwen3-30B-A3B on an Orange Pi 6 Plus — real-world performance

After a fairly large number of tests and configuration experiments on ARM SBC hardware, I managed to run Qwen3-30B-A3B Q4_K_M on an Orange Pi 6 Plus with 32 GB of RAM.

The model is running through a local OpenAI-compatible server with:

  • 32 GB RAM
  • 8 CPU threads
  • 4096-token context
  • reasoning disabled
  • CPU inference
  • no discrete GPU

For a practical test, rather than a short synthetic benchmark, I used a 208-token prompt requesting a structured business and software architecture analysis.

Results:

  • Prompt processing: 32.21 tokens/s
  • Text generation: 15.62 tokens/s
  • Generated tokens: 512
  • Generation time: 32.79 seconds
  • Total request time: 39.30 seconds
  • Memory usage for the server process: approximately 23.6 GB

The response reached the configured 512-token limit, so the generation measurement was long enough to be reasonably stable.

I was honestly surprised by the result. Around 15.6 tokens/s from a 30B-class MoE model on a single ARM SBC makes it usable not only for experimentation, but potentially for a local assistant, RAG, home automation or business workflows.

I performed several tests before reaching this configuration, but for now I am keeping the exact build, compilation options and low-level optimizations private.

Has anyone else tested this model on the Orange Pi 6 Plus or on similar ARMv9 SBC hardware?


r/LocalLLM 21h ago

Project I spent 6 months building an agentic memory system to fix vector search failures—here is what I learned (and built)

18 Upvotes

Hey everyone,

Like many developers building agentic workflows, I spent months getting frustrated by traditional vector stores and RAG memory layers failing over long timelines.

The deeper I went, the more I realized retrieval fails because basic similarity doesn't equal utility. A standard retriever will match a user's query about mattress brands to previous mattress conversations, while completely missing a crucial constraint buried in a 3-month-old session: "Whenever I buy something expensive, warranty is the only thing I care about."

Beyond that, heavy cross-encoder rerankers quickly become a massive latency bottleneck as memory grows, and treating all context as uniform text blobs destroys the nuance of evolving decisions.

To tackle this, I built MindCache—an open-source agentic memory framework designed around four key insights:

  • Intelligence Belongs at Ingestion: Instead of attempting complex graph traversals during a live query, MindCache shifts expensive reasoning (relationship mapping, graph clustering, and summary generation) to ingestion. This cut retrieval latency from ~25s down to 1.08s (a 23× speedup) without sacrificing context quality.
  • Specialized Memory Typologies: Not all memories behave the same. MindCache separates knowledge into User (persistent behavioral constraints), Knowledge (domain facts), Episodic (chronological logs), and Decision Memories (which track evolving proposals, trade-offs, and final conclusions over time).
  • Living Knowledge Hierarchy: Rather than maintaining a static or unmanageable graph, MindCache uses Leiden community detection to partition memory into localized semantic clusters, ensuring graph maintenance scales efficiently as context accumulates.
  • Evidence Assembly over Similarity: Retrieval doesn't just search for similar text—it plans and assembles the exact minimal subset of evidence (user preferences, hierarchical summaries, decision states) required for the LLM to reason correctly.

On the BEAM benchmark (an ICLR 2026 evaluation framework designed specifically for long-term agentic memory), MindCache outperformed Mem0 in handling evolving context, contradiction resolution, and cross-session summary reasoning. More importantly, it achieved this superiority not by stuffing larger retrieval windows, but through better ingestion-time knowledge organization.

I wrote a deep-dive 23-minute engineering post-mortem detailing all 5 failure modes, the full architecture, and benchmark takeaways. The project is completely open-source on GitHub and available on PyPI (pip install mindcache-ai).

I’d love to hear how others here are handling temporal decay, graph maintenance, and decision tracking in your long-running agent setups!


r/LocalLLM 18h ago

Project I'm running a 20b model on my 8gb card. 🤔🤷‍♂️

17 Upvotes

totally new to playing with local AI. thought I'd give it a whirl running on an old system. 5600x. 16gb ram and a 1070 8gb.

so I've been messing around with like 7b size models to try making bash scripts for fun just to see what I can do. I'm not a programmer at all. so those sized models were definitely struggling with just normal, non coder prompts. and based on my quick research I needed to find models that fit on my 8gb card.

then I saw a post of a guy running these giant models on an rx470 8gb. did some reading. eventually asked chatgpt how to do this. and it suggested https://huggingface.co/unsloth/gpt-oss-20b-GGUF.

I'm not really sure what's happening. I think instead of always using the entire model to "think" it just uses the parts it needs?

anyways it's significantly smarter. it wrote the script I wanted in about 5 prompts. it got 90% there on the first try. the rest of it was just minor stuff. I had to increase the ctx size to 32000 and the prediction to 12000. but it fits on the GPU. 7100mb of 8200. I get about 24 token per second. which works great for my use.

also tried Gemma-4-26B-A4B. Which barely fits, but it's pretty smart too. But it spent so much time thinking and planning I think it ran out of tokens before even getting to write the script. But I can't really increase the ctx size cause it barely fits on 8gb of vram. Still neat tho.

Now I'm wondering if I should find another cheap 10 series card with another 8gb of ram and maybe I can fit one of these types of models but a 40b. 🤷‍♂️🤷‍♂️🤔 Lol

anyways I had a cool time nerding out about that, wanted to share. haha

Edit: gpt-oss-20b-MXFP4.gguf is the full filename


r/LocalLLM 1h ago

Question Best GPU value for local coding agents: 12GB, 16GB or 24GB?

Upvotes

Hello, guys.

I want to upgrade my PC mainly for local agentic coding, not gaming.

Current setup:

  • Ryzen 7 5700X
  • Gigabyte B450 AORUS Pro
  • 32GB DDR4
  • GTX 1660 Super 6GB
  • Corsair CV650 650W Bronze
  • Windows 11 LTSC + CachyOS
  • llama.cpp / ik_llama.cpp with Pi Agent

I currently pay around $100/month for Claude and still hit limits.
I do not expect local models to replace frontier models, but I would like to move repetitive, private and token-heavy coding tasks locally.

OPTIONS

RTX 3060 12GB used: 180€-230€

Cheap, CUDA-compatible and works with my PSU. But is 12GB enough for decent models, or only small models with very limited context?

RX 9060 XT 16GB new: 430€-500€

Good VRAM per euro and efficient, but I am concerned about ROCm, ik_llama.cpp compatibility and mixing AMD with my current Nvidia card. Still not sure about the LLMs that could fit here.

RTX 5060 Ti 16GB new: 465€-600€

Probably the easiest and most efficient option, but it feels expensive for only 16GB.

RTX 3090 24GB used: 750€-1000€

Much better for 27B-35B models, but I would also need a new 750-850W PSU. Total cost would be around €700-850, and good used units are difficult to find.

However, I would also need a better 750-850W PSU, making the realistic total cost approximately €850-1,150.

Good units are difficult to find, and I am also concerned about power consumption, heat, card condition and whether it fits my case.

MODELS

Models I am considering include Qwen 3.6, Gemma 4, Bonsai and other coding-focused GGUF models.

My motherboard has a second PCIe 2.0 x4 slot, but I do not think it is a sensible base for dual GPUs.

Questions:

  • Is an RTX 3060 12GB actually useful for coding agents?
  • Is 16GB a meaningful upgrade or still too limiting?
  • At what total price does a used RTX 3090 stop being good value?
  • Has local inference actually reduced your Claude or API spending?
  • Which option would you choose at these prices?

Thank you so much for your help.


r/LocalLLM 9h ago

Project Personal challenge: build something actually useful end-to-end with a local model. Done — a Chrome extension, ~5 hours, zero cloud.

Enable HLS to view with audio, or disable this notification

13 Upvotes

TL;DR: I challenged myself to ship a real, working product using only a local model — no cloud, no shortcuts. Result: a Chrome extension — select text in any editable field, a floating action bar appears, pick an action (Fix / Improve / Translate), and the text is replaced in place by a local Ollama model. Each action has its own prompt, model and icon, and you can add your own presets. Private, fast, offline. 10-sec demo below.

Why I actually wanted this: I personally write most of my emails in a rush — typos, half-finished sentences, whatever comes out first. If you care at all about how the email you send looks, this genuinely helps: select, click Fix, done, still in your own words. Same for a Reddit post before you hit submit. It's not a novel idea — I already have an enhancer feature built into CO_DE (my main project). But I wanted to rebuild it from zero as a standalone Chrome extension that works everywhere in the browser. I knew exactly what I was aiming for going in.

Setup: unsloth/Qwen3.6-35B-A3B-MTP (Q4) on llama-server, Apple M5 Max 128 GB, MTP speculative decoding. Same server, same model for the whole build. ~5 hours across two sessions — struggled one evening, closed it the next.

Getting a local model to an actually-working, actually-useful result end-to-end is NOT trivial — it took real iteration to get here, and I'm not going to pretend it was a one-shot. If you try it yourself, expect to fight the model a bit. That's kind of the point of the challenge.

Asked the model itself what got fixed today — this is its own list, not mine:

Bugs fixed today:

Popup JS ID mismatch — HTML used lte-prefixed IDs, JS used non-prefixed ones. Every control returned null.

Global model selector — JS treated it as <select>, HTML had a <button>. Rewrote to use dropdown model selector.

Master toggle — JS used .checked (checkbox), HTML used custom button with on attribute. Fixed to toggle on attribute.

normalizeEndpoint was async without await — URL became "[object Promise]/api/chat". Made it synchronous.

window.__lteLoaded threw in cross-origin iframes — wrapped in IIFE + try-catch.

Content bar never appeared — bar was created only after chrome.storage.local.get() resolved (async). Fixed: bar created synchronously immediately on script load.

Focusin listener missed events — was using non-capturing mode. Changed to capturing.

Collapse/expand broken — toggleCollapse checked the wrong element and returned early. Rewrote.

Action cards were hardcoded open then broken — fixed default collapse state.

Sublabels overlapping content — <label> elements colliding with inputs/textarea. Changed to <div>.

Padding too tight — increased from 10px 12px to 14px 16px.

Still some polish left to do — but polishing with a local model isn't the best time/value spend past a certain point, so I called it here.

The extension: MV3, plain JavaScript, no build step, no external libraries, everything local (Ollama at localhost:11434). Works in Gmail, Reddit, anywhere text is editable. Popup config: endpoint, global model, per-preset prompt / color / model.

happy building local!

attached and the fixes, work from today


r/LocalLLM 15h ago

Question Building a local AI server for a university R&D team / what would you recommend?

13 Upvotes

Hi!

I'm part of a university research and development team, and we're planning to build our own local AI infrastructure.

Our goal is to keep as much as possible on-premise because we often work with confidential data, student projects, research datasets, and industry collaborations where sending data to external APIs isn't ideal. We'd like researchers and students to be able to access AI services over our local network while keeping all data inside our infrastructure.

As a first step, we'll probably purchase a smaller workstation with an RTX 5090 so we can start experimenting while our main budget is being approved.

The bigger purchase is where we'd really appreciate some advice.

The budget isn't fixed yet, it will depend on what we can justify to management. We believe we could potentially secure up to around $30,000, but we need to demonstrate that the hardware is the right fit for our use cases. If our needs can be met with a significantly smaller investment, we'd rather know that than simply spend the maximum budget.

Our expected workloads include:

  • Coding assistants (Qwen3-Coder, DeepSeek, etc.)
  • General-purpose LLMs and RAG
  • Image generation (FLUX, Stable Diffusion)
  • Computer vision research
  • Speech-to-text / text-to-speech
  • Multimodal models
  • AI agents and automation
  • Fine-tuning and experimentation where practical
  • Running local inference for multiple researchers and students simultaneously

This machine would support a variety of university projects, from software engineering and AI research to computer vision, robotics, NLP, and other student research projects.

Some questions:

  • What would you consider the sweet spot in terms of price/performance?
  • If you had a maximum budget of ~$30k, would you actually spend it all?
  • One large multi-GPU server or multiple smaller machines?
  • Which GPUs would you choose today?
  • Is it worth waiting for upcoming hardware?
  • Any recommendations regarding CPU, RAM, storage, networking, cooling, or chassis?
  • Any lessons learned from your own builds?

We're much more interested in the optimal solution than the most expensive one.

Thanks! I'm looking forward to hearing your recommendations.


r/LocalLLM 4h ago

Question local model for knowledge base on Mac mini m4 pro 24Gb ram

6 Upvotes

My Mac mini is M4 pro 24GB Ram 512 ssd

I am thinking to run Claude code in remote control mode just for the sake of editing or querying my Obsidian notes through my phone when I’m out of home.

Since I assume such tasks are relatively simple, I thought that I can save quota of my cc subscription I use for coding and leverage local model solely for this purpose. Which model would fit my Mac mini and provide good experience and quality for this task?


r/LocalLLM 5h ago

Project Local web search for LLM agents that cuts tokens by 87% and cost by 66%

8 Upvotes

Hosted web search from Anthropic and OpenAI costs $10 per 1k searches, Gemini costs $14, and then you pay again for the ~17k tokens of results each search dumps into context. I got annoyed enough to build an alternative.

It’s called webfetch. Runs locally, free out of the box (DuckDuckGo needs no API key), and in my SimpleQA benchmark the same agent loop hits the same accuracy as hosted search (96%) costing 66% less using 87% fewer tokens.

How it works:
1. RRF fusion across 4 search engines, local page fetching, hybrid BM25 + bi-encoder retrieval with a cross-encoder reranker

  1. Sentence-level compression that cut result tokens in half with no measured recall loss

  2. Semantic caching: paraphrased queries (“what did TypeScript 5.9 add” vs “TypeScript 5.9 new features”) get matched by embeddings and verified by an NLI cross-encoder, so reworded repeats cost nothing. Cache TTLs adapt to how volatile the answer may be

  3. Every cached result shows provenance and the model can force a fresh search if it doesn’t trust it

  4. Benchmarked against Anthropic hosted search, OpenAI, Tavily and Exa.

One small agent loop that I ran for testing that conducted just 16 websearches (opus 4.8) already reported 1.5 USD in savings.

Install from PyPI using pip.

Repo: https://github.com/firish/webfetch


r/LocalLLM 10h ago

Project browser-search v2.0 — From the balaclava to the badge: your agent now browses everywhere

Post image
7 Upvotes

Today an AI agent trying to browse the web is like a thief in a balaclava sneaking around a police academy. Site protections block it, challenge it, turn it away.

browser-search flips the script: your agent stops being the thief and becomes the chief of police. No more clumsy access attempts. It walks through every door because it has the right tools. SearXNG for search, Camofox for browsing, CloakBrowser when things get tough.

100% self-hosted, free, no limits, no API keys.

I just released v2.0, whose core logic enforces the exclusive use of deterministic scripts. This eliminates model hallucinations, even with the cheapest models. The skill describes the 3 tools in natural language, but execution is rigid: the model can neither get the command wrong nor misinterpret the output. The result is guaranteed success on every query — the skill and deterministic scripts guide the model to scour the web until it finds the answer.

No more excuses. Your agent has the badge now.

https://github.com/Johell1NS/browser-search


r/LocalLLM 23h ago

Discussion Rig recommendation for a scientist

5 Upvotes

I am a water and climate scientist (former researcher at NASA JPL), doing satellite analysis, AI/ML workflows, digital twins etc. I recently started my own non-profit (and a for-profit). Currently its just me and one other founder. We plan to continue to be lean. I've been using local LLMs (various; Qwen3.6 35b, Gemma 4 26b, GPT OSS 20b; and paid plans of Claude and OpenCode Go). I want to take it further and 

  1. host a couple of dashboards of interactive data, with RAG agents as assistance with the data. 'e.g. how did the precipitation change over 'X' region?'
  2. Fine-tune open models to my domain and release them over HF.

What should I be looking at? Mac vs Nvidia vs AMD? if so, which one?

Budget: it's flexible. I mean, if I'm replacing hiring someone, then I think I can justify spending ~5-10K. BUT, considering we are super new (and without much seed funding), it'll be silly to spend more money than needed. Also, it might be better to use a proof of concept to apply for more funding.


r/LocalLLM 14h ago

Question question about local LLM’s on mac mini

5 Upvotes

I’m completely new to this, and have an m4 pro/ 24gb mac mini, I use google gemini for conversations, as in I’ll start speaking to it about a subject and have a conversation with it, asking question to learn more about different topics, so not like using it for coding or anything like that. Is the mac mini I have capable of doing this? like if I install LM Studio and a few other bits would it be capable enough to behave in a similar way to the way I use gemini?


r/LocalLLM 16h ago

Question MoE offloading to second gpu instead of Ram?

4 Upvotes

Is it possible to offload MoE layers to a second gpu instead of Ram? Like if I go with dual 5060ti (16+16) and want to load something like qwen 30B A3B with 4bit quant and kv cache with context size of 128K or more.


r/LocalLLM 21h ago

Question Need help picking a model

5 Upvotes

Hello, I used to use Claude code to create projects but it's getting too expensive. So I want to run something locally.

But I'm not sure how to do this.

Can someone please tell me which software and model would be the best for my needs.

(as close to Claude code as you can get)

my specs are 9070xt 16GB and 32GB ram.

Thank you.

Any questions please ask.


r/LocalLLM 4h ago

Question Macbook Pro m4 Max w/ 128gb RAM for local agents?

4 Upvotes

I'm looking to get into local LLMs and start running my business using agents. I have the opportunity to buy a lightly used Macbook Pro 16" with m4 max and 128gb of RAM, 8TB hard drive for about $5K locally. Would this be a solid set up and a good deal? Looks like the equivalent M5 set up is selling for about $10k


r/LocalLLM 4h ago

Other Local LLM Meet Up in NYC 7/29

Thumbnail
luma.com
3 Upvotes

Hi everyone!

Just wanted to know if anyone here is from NYC - because I'm hosting an event next week for Local AI. We will be talking about training / inference / models / and leaders in the space.

A lot of CEO/CTO's in the space are signing up for this in Luma already. Would love to have anyone interested in local to come to this event. If it goes well, I'm going to try my best to make this happen bi-weekly.

If you have any questions please let me know!


r/LocalLLM 5h ago

Project MindControl - llama.cpp fork to guide the reasoning process via injection during sampling

Post image
3 Upvotes

r/LocalLLM 7h ago

Question Upgrade from 6750XT (12GB RDNA2): 9070XT (16GB RDNA 4) vs 7900XTX (24GB RDNA3)

3 Upvotes

Assume cost is even. Leaning 7900XTX because VRAM but I've read about improved AI performance with RDNA4.

Thoughts? Worth it or no? 32GB DDR4 and I'm not fussed with speed so I'm fine waiting if output from higher quant/parameters necessitate it.

Use case: coding, image gen.


r/LocalLLM 8h ago

Discussion Are there any apps like the new ChatGPT app but for local LLMs

2 Upvotes

Open AI has now ChatGPT app for Windows and it can do a lot, but if I want to install one locally for local LLM, what are my options


r/LocalLLM 8h ago

Discussion Great newss for spark owners

Post image
3 Upvotes

r/LocalLLM 10h ago

Question Looking for the best local AI agent stack for browser automation

3 Upvotes

Hey, I need to automate some tasks using a web browser. I want an agent to use my current Chrome profile and automate a few workflows. For example, it should copy data from an Excel file and enter it into a website.

What would be the best possible tech stack for this, preferably using a local LLM? I have a mini PC with 32 GB of DDR4 RAM and a MacBook Air M4 with 24 GB of memory. Any guide?
TIA.


r/LocalLLM 14h ago

Question How do AI models actually gain adoption among developers? Looking for insights from people in the AI developer ecosystem.

3 Upvotes

Hi everyone,

I’m currently an intern working on the business side of an LLM company, and I recently moved from social media marketing into the AI developer ecosystem.

My previous experience was mainly around platforms like TikTok and Instagram, where growth is usually driven by content, creators, and user engagement. But developer-focused AI products feel like a completely different world, and I’m trying to understand how this ecosystem actually works.

I have a few questions I’m struggling with:

  1. How does an open-source AI model actually become popular among developers?

For example, when we see models suddenly gaining attention on platforms like Hugging Face, GitHub, X, or Reddit:

* What usually triggers that growth?
* Is it mainly technical superiority?
* Better documentation and examples?
* Influencers/KOLs?
* Community building?
* Company reputation?
* Something else?

  1. Is there a repeatable growth path for AI developer products?

I’m trying to understand whether successful models usually follow a pattern like:

research paper → GitHub release → Hugging Face adoption → community discussion → integrations → enterprise usage

Or whether every successful model has a completely different story.

  1. Where do AI developers actually spend their time online?

I know some obvious platforms:

* GitHub
* Hugging Face
* X/Twitter
* Reddit
* Discord/Slack communities

But I don’t really understand:

* Which communities are the most influential?
* Where developers discover new models/tools?
* What kind of content actually makes developers interested?

  1. What should someone from a marketing/community background learn first to understand this ecosystem?

I feel like I’m approaching this with a consumer marketing mindset, but developers probably evaluate products very differently.

If you work in AI, developer relations, open source, or have experience launching developer tools/models, I would really appreciate your perspective.

I know these questions may sound basic, but I’m genuinely trying to understand this ecosystem from zero.

Thanks so much for taking the time to read this.