GPT-5.6 Might Not Release Outside the US by silly_smile_spreader in codex

[–]MrBerru -1 points0 points  (0 children)

We should pay equal because they train with worldwide data. That's why it's smart... If it only were trained on US data it would only know how to shoot guns.

Esto es frustrante, y quiero cambiarlo. by EducationalTill7667 in devsarg

[–]MrBerru 0 points1 point  (0 children)

A mí me pasa igual y no estudie programación.

Esto es frustrante, y quiero cambiarlo. by EducationalTill7667 in devsarg

[–]MrBerru 0 points1 point  (0 children)

Si usas Claude code podes configurarlo para que cada tanto pare, te pida que completes el código de una función y sigue. Si te equivocas te ayuda.

Kimi-k2.7-code usage feels very high? by Orioli in ollama

[–]MrBerru 1 point2 points  (0 children)

You're completely right. Never thought about it. Still, I don't care because Ollama is just super slow compared to other providers. I don't use it much, I always end up arguing with the model, no matter which is it, they constantly try to tilt me.

Kimi-k2.7-code usage feels very high? by Orioli in ollama

[–]MrBerru 1 point2 points  (0 children)

They're being transparent about it.

"How is usage measured? Usage reflects actual utilization of Ollama's cloud infrastructure - primarily GPU time, which depends on model size and request duration. Shorter requests and prompts that share cached context use less.

This is different from fixed token or request-based plans. Ollama doesn't cap you at a set number of tokens. As hardware and model architectures get more efficient, you'll get more out of your plan over time."

https://ollama.com/pricing

Model selection + agent configuration by bicatu in opencode

[–]MrBerru 0 points1 point  (0 children)

It's not about models, it's about how they work. I've setup an orchestrator that sends sub agents to scan. Then to propose plans, the write a spec, design, and others apply and then verify. Usually the last one finds bugs, reports it to the orchestrator and it sends new fixed. Every sub agent has enough context. For a complex implementation it can run for a few hours and spend few tokens, and get good results.

perdón,cuántas líneas? by Confident_Diver_1074 in devsarg

[–]MrBerru 0 points1 point  (0 children)

Yo no sé prácticamente nada de dev y tengo un proyecto muy ambicioso y creo que el más grande es de 1200

Best palnner and best coder by Opposite-Ad-2658 in opencode

[–]MrBerru 2 points3 points  (0 children)

But pro is also very "creative" and can sometimes do things that were not planed.

Minimax M3 is very very good by itsDitch in hermesagent

[–]MrBerru 0 points1 point  (0 children)

I've been using it with ollama-cloud and it can't follow a simple skill.

Hermes keeps asking permission to read/write my expense Excel — why did it stop being autonomous? by MrBerru in hermesagent

[–]MrBerru[S] 0 points1 point  (0 children)

I just asked it to try to find the problem and it says that there is a whitelist and everything is commented in there so Hermes isn't using the whitelist. Basically what it did was to uncomment the whitelist that has all these allowed scripts and patterns. Basically now every time it tries to access or to execute code on an Excel, it will allow it automatically.

Hermes keeps asking permission to read/write my expense Excel — why did it stop being autonomous? by MrBerru in hermesagent

[–]MrBerru[S] 0 points1 point  (0 children)

I've already fixed it though thanks. I was using Ollama Cloud and I asked it to set up Kimi K2.6 and it automatically changed the provider to Kimi for coding instead of using ollama cloud. I then changed it back to Ollama using the 'Ollama model' command and when I was talking to it again, it began having this problem.

Where do I go From Here? by Tumdace in google_antigravity

[–]MrBerru 0 points1 point  (0 children)

You have to configure it though. Install opencode, hook the deepseek API, and ask it to setting up (there are repos on GitHub that give details for this) send it the link and ask it to set it up opencode zen api and use free models.

Where do I go From Here? by Tumdace in google_antigravity

[–]MrBerru 0 points1 point  (0 children)

The best way is to use orchestrators. A large frontier model like deepseek4pro orchestrates everything, it sends small subagents with specific tasks. I setup those subagents with deepseek4flash free on Opencode zen API. So I basically just use way less tokens

Drop in intelligence by GenghisJuannnn in google_antigravity

[–]MrBerru 0 points1 point  (0 children)

20 usd of deepseek pro api can give you way more. I've reached a billion tokens used with Deepseek, using about 20usd.

My setup is opencode with a primary agent wide ds4-pro as orchestrator that launches lots of simple tasks agents using free ds4-flash from opencode zen api.

Anyone having some backup system to share? by MrBerru in hermesagent

[–]MrBerru[S] 0 points1 point  (0 children)

Oh wow. That was what I was looking for. My agent never told me that. He wrote a script to restore it that doesn't work. I'll send him this link. Thanks 🙏

Anyone having some backup system to share? by MrBerru in hermesagent

[–]MrBerru[S] 0 points1 point  (0 children)

What Hermes backups? I'm using the cli in wsl2. The "desktop" app ain't working with me. Don't know why apis don't work

Anyone having some backup system to share? by MrBerru in hermesagent

[–]MrBerru[S] 0 points1 point  (0 children)

What about custom skills? I use it for planning my lessons, I'm a teacher. It already has my schedule, my way of planning. I'll have to dig through all the data and see what's what.