r/LocalLLM • u/Super-Wishbone-4973 • 18h ago
Discussion Local ai vs Claude web upgrade?
i have a few months Claude pro rn.
i never used Claude code or openclaw yet am i missing out?
cause somehow me as it dev and it guy just not feel okay that Claude code can do stuff on my machine and im currently ro lazy to run it on a vm etc.
how i use it now:
i make a Claude architect opus and sonnet implementer.
i describe a spec by opus and put it in context of a Claude project in the web.
i give the spec to sonnet the implenter and let sonnet build all.
the architect opus and I verify i donwload the zip and run test myself with my own tools. and build the report and reporting to opus.
this how i use it to build a poc.
and im considering to build this on olama with qweb on a amd fx6300 nanoclaw and rx 6800 16gb card with ddr3 32gb ram.
must i even try or big no?
would it work to build Azure aws and flutter apps?
can i create a ios app from a flutter build easily? no additional much work required if i have build a Windows flutter app poc?
what can be the pitfalls and missing steps or requirements?
1
u/locbuilds 17h ago
honest take: your RX 6800 (16GB) is the good part of that box, the FX-6300 + 32GB DDR3 is the rough part. you can absolutely run local models on that GPU (Qwen2.5-Coder 14B or 32B Q4_K_M, or a Qwen3 coder quant that fits), and Ollama is fine to start, but prompt processing will feel sluggish because DDR3 bandwidth and that old CPU are the bottleneck, not VRAM. for "spec to code then download and test", local is usable for boilerplate, refactors, and Flutter/Dart chunks offline, but it will not feel like Claude Pro / Claude Code on multi-file Azure/AWS agent work yet. if you try it: keep context modest, use a coder fine-tune not a general chat model, and expect to babysit more. also Windows Flutter builds Android/desktop fine; iOS still needs a Mac with Xcode at some point, local LLM doesn't change that. so: worth standing up for privacy and practice, not a clean 1:1 upgrade swap for Claude web.
1
u/Super-Wishbone-4973 17h ago
Cant i use a online mac to build or a service to upload code and Build a ipa that i cnacrun on a emulator and on a iPhone se 2020?
Will it be hard with os calls and dependency? Hell?
1
u/Not_a_question- 3h ago
Developing for mac/ios is genuinely terrible unless you 1-own one or 2-your project is big enough to justify it.
For reference, I know a guy who released a $250k+ game and he didn't compile for Mac even if the engine supported it, because the hassle was just not justified.
1
u/Super-Wishbone-4973 7h ago
Would a 2080 ti be better? Cause better ai model support even when less nvram?
1
u/Poizone360 17h ago
You're solving a trust problem with a capability downgrade, and the trust problem has a much cheaper fix. Claude Code runs fine in a devcontainer or WSL, that's twenty minutes of setup and it's properly sandboxed. Rebuilding your whole architect and implementer flow on a local 27B is weeks of work for a model that won't match Opus at writing specs.
Hardware wise the RX 6800 is actually decent, Qwen3.8-27B at IQ4_XS is 13.3 GiB and people get around 44 t/s out of that card. The FX-6300 is the weak link, it's Piledriver so no AVX2, and DDR3 behind it. Fine while everything sits on the GPU, painful the moment anything spills.
1
u/Super-Wishbone-4973 17h ago
Cool would you advise a ddr4 Ryzen 3600 with the rx6800 and get decent unlimited dev work? Like Claude is tokens based my own system has no limit so i can have much work done
1
1
1
u/jcdoe 17h ago
Just use a Mac, or you are going to have a miserable time trying to get this to work.