I am the person that wrote that. Sorry about the font. This is a bit outdated, AI stuff goes at high speed. More models so I will try to update that. Every month so many new models come out. My new fav is GLM-4.5... Kimi K2 is also good, and Qwen3-Coder 480b, or 2507 instruct.. very good as well. All of those work really well in any agentic environment/in agent tools. I made a context helper app ( https://wuu73.org/a…
FYI: the first AI you link to, " z.ai's GLM 4.5", actually links to zai.net, which appears to be a news site, instead of "chat.z.ai", which is what I think you intended.
How I code with AI on a budget/free
121–130 of 251 posts
Re: How I code with AI on a budget/free
#122Re: How I code with AI on a budget/free
#123Re: How I code with AI on a budget/free
#124I am the person that wrote that. Sorry about the font. This is a bit outdated, AI stuff goes at high speed. More models so I will try to update that. Every month so many new models come out. My new fav is GLM-4.5... Kimi K2 is also good, and Qwen3-Coder 480b, or 2507 instruct.. very good as well. All of those work really well in any agentic environment/in agent tools. I made a context helper app ( https://wuu73.org/a…
Re: How I code with AI on a budget/free
#125I think there’s huge potential for a fully local “Cursor-like” stack — no cloud, no API keys, just everything running on your machine. The setup could be: • Cursor CLI for agentic/dev stuff (example: https://x.com/cursor_ai/status/1953559384531050724 ) • A local memory layer compatible with the CLI — something like LEANN (97% smaller index, zero cloud cost, full privacy, https://github.com/yichuan-w/LEANN ) or Milvus…
it might be free, private, blazing fast (if you choose a model with appropriate parameters to match your GPU). but you'll quickly notice that it's not even close to matching the quality of output, thought and reflecting that you'd get from running the same model but significantly high parameter count on a GPU capable of providing over 128gb of actual vram. There isn't anything available locally that will let me load…
Re: How I code with AI on a budget/free
#126I think there’s huge potential for a fully local “Cursor-like” stack — no cloud, no API keys, just everything running on your machine. The setup could be: • Cursor CLI for agentic/dev stuff (example: https://x.com/cursor_ai/status/1953559384531050724 ) • A local memory layer compatible with the CLI — something like LEANN (97% smaller index, zero cloud cost, full privacy, https://github.com/yichuan-w/LEANN ) or Milvus…
[flagged]
Re: How I code with AI on a budget/free
#127Earlier quoted context omitted.
Many folks, especially if they are into getting things free, don't really care much about privacy narrative. So yes, it is free.
This is not only a privacy concern (in fact, that might be a tiny part since the code might end up public anyway?). There is an element of disclosure of personal data, there are ownership issues in case that code was not - in fact - going to be public and more. In any case, not caring about the cost (at a specific time) doesn't make the cost disappear.
Re: How I code with AI on a budget/free
#128Earlier quoted context omitted.
Well, if you download Qwen Code https://github.com/QwenLM/qwen-code it is free up to 2000 api calls a day. Not sure if GLM-4.5 Air is good, but non-Air one is fabulous. I know for free API access there is pollinations ai project. Also llm7. If you just use the web chat's you can use most of the best models for free without API. There are ways to 'emulate' an API automatically.. I was thinking about adding this to my…
Very cool, a lot to chew on here. Thanks so much for the feedback!
Re: How I code with AI on a budget/free
#129I am the person that wrote that. Sorry about the font. This is a bit outdated, AI stuff goes at high speed. More models so I will try to update that. Every month so many new models come out. My new fav is GLM-4.5... Kimi K2 is also good, and Qwen3-Coder 480b, or 2507 instruct.. very good as well. All of those work really well in any agentic environment/in agent tools. I made a context helper app ( https://wuu73.org/a…
Re: How I code with AI on a budget/free
#130However, I'd like to mention a tool called repomix (https://repomix.com/), which will pack your code into a single file that can be fed to an LLM's web chat. I typically feed it to Qwen3 Coder or AI Studio with good results.