Earlier quoted context omitted.
I agree, Google is definitely the champion of respecting your privacy. Will definitely not train their model on your data if you pay them. I mean you should definitely just film yourself and give them everything, access to your files, phone records, even bank accounts. Just make sure to pay them those measly $200 and absolutely they will not share that data with anybody.
You're thinking of Facebook. A lot of companies run on Gmail and Google Docs (easy to verify with `dig MX [bigco].com`), and they would not if Google shared that data with anybody.
How I code with AI on a budget/free
101–110 of 251 posts
Re: How I code with AI on a budget/free
#102Earlier quoted context omitted.
You're thinking of Facebook. A lot of companies run on Gmail and Google Docs (easy to verify with `dig MX [bigco].com`), and they would not if Google shared that data with anybody.
It’s not really in either Meta or Google’s interests to share that data. What they do is to build super detailed profiles of you and what you’re likely to click on, so they can charge more money for ad impressions.
Re: How I code with AI on a budget/free
#103Earlier quoted context omitted.
I am developing the same opinion. I want something fast and dependable. Getting into a flow state is important to me, and I just can't do that when I'm waiting for an agentic coding assistant to terminate. I'm also interested in smaller models for their speed. That, or a provider like Cerebras. Then, if you narrow the problem domain you can increase the dependability. I am curious to hear more about your "surgical" t…
well, most of the time, I just dump the entire codebase in if the context window is big and its a good model. But there are plenty of times when I need to block one folder in a repo or disable a few files because the files might "nudge" it in a wrong direction. The surgical context tool (aicodeprep-gui) - there are at least 30 similar tools but most (if not all) are CLI only/no UI. I like UIs, I work faster with them…
- https://chutes.ai - 200 requests per day if you deposit (one-time) $5 for top open weights models - GLM, Qwen, ...
- https://github.com/marketplace/models/ - around 10 requests per day to o3, ... if you have the $10 GitHub Copilot subsciption
- https://ferdium.org - I open all the LLM webapps here as separate "apps", my one place to go to talk with LLMs, without mixing it with regular browsing
- https://www.cherry-ai.com - chat API frontend, you can use it instead of the default webpages for services which give you free API access - Google, OpenRouter, Chutes, Github Models, Pollinations, ...
I really recommend trying a chat API frontend, it really simplifies talking with multiple models from various providers in a unified way and managing those conversations, exporting to markdown, ...
Re: How I code with AI on a budget/free
#104Just use Rovodev CLI. Gives you 20 million tokens for free per 24 hours and you can switch between sonnet 4 / gpt-5.
What is the catch?
From https://community.atlassian.com/forums/Rovo-for-Software-Tea...
Re: How I code with AI on a budget/free
#105A lot of work to evaluate these models. Thank you
Re: How I code with AI on a budget/free
#106Earlier quoted context omitted.
> You can code for free this way vs > If you set your account's data settings to allow OpenAI to use your data for model training So, it's not "for free".
Many folks, especially if they are into getting things free, don't really care much about privacy narrative. So yes, it is free.
By your logic, are the paid plans not sometimes free?
Re: How I code with AI on a budget/free
#107> When you use AI in web chat's (the chat interfaces like AI Studio, ChatGPT, Openrouter, instead of thru an IDE or agent framework) are almost always better at solving problems, and coming up with solutions compared to the agents like Cline, Trae, Copilot.. Not always, but usually. I completely agree with this! While I understand that it looks a little awkward to copy and paste your code out of your IDE and into a w…
100% opposite experience. Whether agentic, not… it’s all about context. Either agentic with access to your whole project, “lives” in GitHub, a fine tune, or RAG, or whatever… having access to all of the context drastically reduces hallucinations. There is a big difference between “write x” and “write x for me in my style, with all y dependencies, and considering all z code that exists around it”. I’m honestly not und…
Re: How I code with AI on a budget/free
#108Re: How I code with AI on a budget/free
#109Earlier quoted context omitted.
> You can code for free this way vs > If you set your account's data settings to allow OpenAI to use your data for model training So, it's not "for free".
Many folks, especially if they are into getting things free, don't really care much about privacy narrative. So yes, it is free.
Re: How I code with AI on a budget/free
#110If you really need another model / a custom interface, it's better to use openrouter: deposit $10 and you get 1000 free queries/day across all free models. That $10 will be good for a few months, at the very least.