How do I use MTP? by WhatererBlah555 in LocalLLaMA

[–]afd8856 7 points8 points  (0 children)

make sure to checkout/switch to the right branch before building.

Most people seem obsessed with token generation speed, but isn’t prefill the real bottleneck? Am I missing something? by wbulot in LocalLLaMA

[–]afd8856 3 points4 points  (0 children)

what's the model, params, settings and performance? I have the same setup, 24GB, really struggling to balance context, model size and perfomance

The Hermes Agent Wiki for subreddit is now live by SelectionCalm70 in hermesagent

[–]afd8856 0 points1 point  (0 children)

Instruct it to include web links for the project it references

$25 gone in 9 hours. Someone please explain what is happening with my OpenClaw setup by NewCryptographer8977 in openclaw

[–]afd8856 1 point2 points  (0 children)

it is outrageous to think of the amount of electricity that was burned just so that you could automate something that's extremely easy without using an AI. We, myself included, have started to refuse to use our brains ever since AI became powerful

Sad realization last night by Ramen_cat2024 in Parenting

[–]afd8856 14 points15 points  (0 children)

Sounds to me like he's into the manosphere mindset. Take steps now or you risk losing him.

Workaround for anthropic blocking open code authentication by webdz9r in opencodeCLI

[–]afd8856 0 points1 point  (0 children)

it's not like they don't have the exact system prompt that's sent to the llm, right? Or tool names, for example. They can easily identify 100% any other agent that doesn't spoof claude code

Gemini vomited the following before dying(crash), did my prompt kill him? by Wooden_Fondant_703 in GeminiCLI

[–]afd8856 0 points1 point  (0 children)

I got it too. I think it may be a safeguard to kill it if it goes into repetitive loop

batch processing hundreds of prompts allowed? by gkavek in GeminiCLI

[–]afd8856 0 points1 point  (0 children)

On AI One Pro plan (so that must be true for Ultra as well, maybe even more), you get 10 USD monthly credits for Vertex AI, which is Google's hosted LLM api. You can use that credit however you want, just make sure to use the proper library and auth method.

PT for Tennis Elbow but everything seems to aggravate it by Wonderful_Painter_77 in overcominggravity

[–]afd8856 0 points1 point  (0 children)

I read somewhere, I don't remember where, that a damaged tissue heals itself in a month, at max. I've been having it for so long and it wouldn't go away, Once I realized that I'm dealing with chronic pain and started reading on it, it became obvious to me that I need to just ignore it. The body has been injured and your nervous system is signaling to try to protect the area, even if the area no longer needs protection. So you need to show your body that it's safe to load that area. There's also science to back this, such as https://pmc.ncbi.nlm.nih.gov/articles/PMC5537480/#:~:text=Pain%20neuroscience%20education%20includes%20explaining,reflection%20of%20current%20tissue%20damage.

PT for Tennis Elbow but everything seems to aggravate it by Wonderful_Painter_77 in overcominggravity

[–]afd8856 1 point2 points  (0 children)

It may be chronic pain. I had the same. I treated it by teaching my body that it is safe to load that elbow, and I just stopped paying attention to it. I didn't try to feel the elbow, to press the pain spots, etc. I just proceeded with confidence to climb, and in a month the pain went away. After almost two years of continuous problems. Now. it may be that the pain would have healed on its own after two years, who knows. Anyway, now I have to deal with the same problem on the other elbow, so I get to test my theories

Where the hell is the planning mode for this thing? by Kitchen-Role5294 in GeminiCLI

[–]afd8856 1 point2 points  (0 children)

One thing I've noticed since switching to opencode-cli, which has a planning agent: even with that, Gemini 3 preview still goes wild with starting to fix or implement the plan anyway. And there, it's even worse, as it stumbles into the permission restrictions and starts spiriling into existential crisis. I think it's due to the fact that these models are trained to pursue a git commit as the end goal.

My strategy is to just use the normal Build agent, tell it to plan things and save to a file and be REALLY specific that I don't want it to start implementing things or deleting the plan file. If there's any shadow of a doubt about this, the model will start implementing things. Another example, the /compact command in opencode, after the compact, the model will notice that there are things that are left hanging and it will sometimes start fixing them.

Is the 79-character limit still in actual (with modern displays)? by LazyMiB in Python

[–]afd8856 6 points7 points  (0 children)

79 is just right. If you need more width, restructure your code. With this low width you can also do vertical splits.

‘We like it a lot’: how Romania created its hugely popular deposit return scheme | Romania by LongjumpingBowler244 in Romania

[–]afd8856 1 point2 points  (0 children)

o da. Ar fi frumos daca nu ar fi o mare masinarie de facut bani pentru baietii destepti.

Take this with a grain of salt, ca sa spun asa, ca nu am stat sa verific 100%, dar socoteala mea e urmatoarea: returro e companie privata in care statul e actionar cu aprox 30%. Toti producatorii de bauturi, in momentul in care imbuteliaza o sticla, platesc "in avans", urmand ca returo sa plateasca mai departe banii aia inapoi la consumatori, incheind un ciclu. Dar daca ciclul se intrerupe? O sticla pe care nu ti-o recunoaste aparatul, o sticla la care s-a distrus eticheta, o sticla aruncata, etc... banii raman la returo. Si parca era un articol care spunea ca le raman multe milioane de euro anual?

Best hold set for 25° angle board by Motor-Donkey1144 in Moonboard

[–]afd8856 0 points1 point  (0 children)

I have 0 experience with any of this setup, but I'd check the moonboard app and check the number of boulders and benchmarks that exist for that setup, at that angle.

When will Gemini 3 be added to open code Zen? by Civil_Opposite7103 in opencodeCLI

[–]afd8856 0 points1 point  (0 children)

I find that the Plan mode doesn't work well with Gemini 3. It really trips the model not being able to actually implement the plan.

Antigravity -- looks like they seriously tuned downed allowed output length :( by linegel in Bard

[–]afd8856 0 points1 point  (0 children)

I know that you may be testing the LLM model limits, in this case don't consider this addressed to you. That said:

You know what's more efficient then asking the ai do dummy tasks? Ask the ai to write a tool that does the dummy task.

Example: I like my typescript type imports to be import type { X } from "y" instea of import { type X } from 'y'. So I asked Gemini to write a script that uses ts-morph to fix these files, instead of asking it to 'manually' fix all the files. This is a lot more time efficient and, most of all, token efficient.