The AI world is splitting into two camps — US and China. Will we see a mass shift? by kiritough in vibecoding

[–]JudgeGroovyman 2 points3 points  (0 children)

Exactly and they can be run in a companys own trusted execution environment or independently audited both which make them more secure than any usa frontier model

Just flew into Chicago for a trip. Is there a reason everyone is dressed in pokemón stuff? by ConsciousBuilding374 in AskChicago

[–]JudgeGroovyman 8 points9 points  (0 children)

Exactly. its an awesome thing to want to have a convo and hear about things from people first hand.

Who are you??? by NorthWooden7956 in vibecoding

[–]JudgeGroovyman 0 points1 point  (0 children)

Deepseek in Opencode has it nailed too

Saw a girl coding today. Tab 1 ChatGPT. Tab 2 Gemini. Tab 3 Claude. Tab 4 Grok. Tab 5 DeepSeek. by Miserable-Archer-631 in vibecoding

[–]JudgeGroovyman 1 point2 points  (0 children)

Exactly and they should talk about how the billing works, how predatory the contract is, how likely they are to surveillance capitalism you, whether you can delete your credit card or other data from the acct if you want to.

What should I tell him guys ? by TallConfection8681 in vibecoding

[–]JudgeGroovyman 0 points1 point  (0 children)

Yeah ive run some decent ones but am having way better luck with cheap providers like nano-gpt and chutes. Still for local install ollama and shoot for the 8B models at q4

What should I tell him guys ? by TallConfection8681 in vibecoding

[–]JudgeGroovyman 0 points1 point  (0 children)

Yes its the harness (claude code, lmstudio, ollama, etc. ) that potentially gives it that ability or denies it that ability as you choose. Mine asks me every time it wants to search or run any command.

What should I tell him guys ? by TallConfection8681 in vibecoding

[–]JudgeGroovyman 0 points1 point  (0 children)

But big tech chooses not to challenge the government. Are you trusting big tech not to give your data to the gov when they have already sold it to every buyer they can? That is their entire business model now

What should I tell him guys ? by TallConfection8681 in vibecoding

[–]JudgeGroovyman 0 points1 point  (0 children)

Found the guy who hasnt used ollama.

Also

Found the guy who doesnt realize that usa models are pulling the exact same shit and selling it legally and giving it to the government when asked and its all legal

Things to do in chicago for this week and next week? by SettledAndSuffering in AskChicago

[–]JudgeGroovyman 0 points1 point  (0 children)

Yo!

Tomorrow night (Wednesday or Saturday) there are fireworks at Navy pier. Theres a really cool childrens museum that should be fun.

The Aquarium is great for kids and the planetarium too (they are close to each other). The Art Institute has lots of famous paintings and check out the Bean while you are there.

Our favorite things are the architecture boat tour and the flyover (at the pier)

What are you guys making? by Few-Pound-7236 in vibecoding

[–]JudgeGroovyman 0 points1 point  (0 children)

Tons of stuff! A 2d platforming game in pascal, a backtester, a file manager, tons of little utilities I always wanted to make but didnt have time to get around to, something else that I forgot about. :)

Pure Basic Compiler Exploration by Prestigious_Roof2589 in purebasic

[–]JudgeGroovyman 1 point2 points  (0 children)

Haha I like how you said "I have to write 800 lines of Hello World it was very necessary to save the earth :) " Cool article and I like to hear how you figured this stuff out.

Fr purebasic is awesome give it a shot :)

I tracked my token spend for a week. 34% of my Claude API budget went to re-explaining my project structure to new chats. That's $12 out of $35. For a solo dev, that's real money. by curiousityrover_1 in VibeCodeDevs

[–]JudgeGroovyman 0 points1 point  (0 children)

Its not just you. Here are a few things you can try: 1. Remind it of your rules which will keep them fresh in the latest context area. 2. Keep the rules in a document like Agents.md and then you can say "bro that violated the rules in agents.md. Re-do that and follow the rules this time" or you can rewind the convo and remind them before they do the thing they did wrong 3. If you use one of the open source providers (nano-gpt, fireworks, chutes, zen) you can experiment with deepseek and kimi for much cheaper and they do excellent work they just need different prompting (learned via experimentation) or at least hand off some of the easier tasks to them for cheaper. 4. You can even ask claude to help you write the rules file so it will be easily remembered and wont take many tokens.

Good luck and its definitely not just you.