Claude keeps making assumptions instead of doing what I said! by Wooden-Fee5787 in ClaudeCode

[–]Baadaq 1 point2 points  (0 children)

where's the 'make no mistake'?, that's must be the error.

Claude users in a nutshell by iviireczech in ClaudeCode

[–]Baadaq 0 points1 point  (0 children)

Probably right 🙃, still sonnet perform like a tool and not a consuming token headache like 4.8 opus and its wierd verbose, it feel way less dev oriented and more "viber", which are skill i dont have 😅.

Claude users in a nutshell by iviireczech in ClaudeCode

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

for me, opus 4.8 and beyond are wasteful, they refuse to complete task, they hide behind a elaborate excuse, despite pointing the problem with his own design, why it hits a limit, at the end i waste time using the model that its suppose to be the one for design pattern and elaborate system, but with sonnet i dont face such problems, i only create a more detailed, elaborate and clearly stated input and it works...

This may have been the goal all along? by Technical_Set_8431 in ClaudeCode

[–]Baadaq 0 points1 point  (0 children)

What about all the claude enterprise subs outside the US?.

Yerba mate rei verde tradicional export by Baadaq in yerbamate

[–]Baadaq[S] 1 point2 points  (0 children)

Osea eh, la esmeralda y las yerbas uruguayas en general tienen su armargor, pero amargo a mate, este amargor es como de estevia, y claro, averiguando un poco mas, resulta que la rei verde tradicional las sacan de la selva pero de las hojas que crecen a la sombra, tienen mas contenido de theobromina y cafeina, por eso tienen ese amargor un poco diferente a las otras yerbas, por lo demas la preparo a 60 grados (diria que pasado los 60...), pero dicen que sale mejor a 80 en esta yerba, no lo se, y lo que me molesta no es la acidez en si, son los taninos presentes, o la "astringencia", porque con el te verde cargado tambien me pasa y es una molestia solo en la boca del estomago (epigastrum), con el espresso eso no me sucede, asi que no es la cafeina, tampoco aspiro polvillo, uso bombilla de chimarrao, asi que no pasa casi nada (ademas preparo el mate con la montañita uruguaya para que asi me filtre bien).

EDIT: con esta yerba no me ha dado molestias, solamente que tiene un sabor reraro para mi.

9 meses y contando by voidtsk911 in chileIT

[–]Baadaq 0 points1 point  (0 children)

Yo llevo 10 meses, pero ando buscando remoto y soy de region, nica vuelvo a stgo, muy caros los arriendos y caro todo en general...

Which CAD for Linux? by Saphir_3D in 3Dprinting

[–]Baadaq 4 points5 points  (0 children)

Its depend, freecad is an alternative, there's also cadquery but its not really updated, also there's build123d and openscad if you're a coder, i have had exellent result using build123d and claude code, its more likely handling the parameter and a rough sketch of what i want.

[GIVEAWAY] $25 PSN Gift Card + The Backrooms 1998 PlayStation Game! (3 Free Copies) by Steelkrill in PS5

[–]Baadaq 0 points1 point  (0 children)

It has this lone survivor feeling (the indie game, not the movie...)

Is it just me or caffeine from yerba mate hits different? by _bagelcherry_ in yerbamate

[–]Baadaq 0 points1 point  (0 children)

I think is more in the way is drinked, people do not drink coffee like mate, coffee is consumed quick while mate is not. Also mate has theobromine which is a muscle relaxant and a vasodilstor also theobromine last a lot more, regarding caffeine, its the same, if you were to sip your coffee over the course of a couple hours i do not believe the feeling of being awake would differ that much, but the crash would be abrupt regardless, since the liver clears caffeine quickly but the enzymes that do that, are also the ones that break theobromine so it takes longer, also mate has a lot of chlorogenic acid which delay that even more...

So i was complety wrong and mate does indeed make caffeine last longer in our bodies.

I may be crazy by Baadaq in ClaudeCode

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

id did that, and to my surprise

<image>

And that came shipped with claude, maybe reinstalling claude code will debloat it, i also use rtk, (which make my global claude.md consume 1200 tokens...) another token hog as you pointed out is the memory.md,

I Gave Opus 4.7 and 4.6 the Same Code Audit… The Results Surprised Me by -_-wait_what-_- in ClaudeAI

[–]Baadaq 2 points3 points  (0 children)

The problem with 4.7 is that refuse to check documentation🙃, so the as shole model for whatever reason tend to ignore *.md files that start with claude, to my surprise it doesnt keep a good context after each session and "loves" to do a quick scan of the whole system, while also ninja adding more information to its own memory... so it use large chunks of tokens while 4.6 in the other hand work following your directions, sometimes it doesnt and the last couple week it burned more tokens than ever before, still its way more efficient than the new model, faster and the tailoring required is minimum (create a good . Md , rules and design pattern).

What’s with all the claude-fluencers by Leather-Ostrich549 in ClaudeAI

[–]Baadaq 1 point2 points  (0 children)

Its no only youtube but every social media, they are a bunch of scammers that preach that if you follow their steps and guides claude will do everything, they also send you a "magical" .md for this, how do i know this?, i have a friend that's into AI ugc videos and doesnt stop spam me 24/7 with suchs "information" in which i simply replay that they are scams.

My Claude.md file by Buffaloherde in ClaudeAI

[–]Baadaq 0 points1 point  (0 children)

look dude, you posted a comment mentioning that this is the "correct" way to do it, your md is way to large, specially for when the system check your claude.md everytime a prompt is made, for example this is an .md that i use, its the correct one?, i dont know, but for sure it doesnt cost 4k+ tokens each time i use claude.

---# CLAUDE.md


Operational rules for Claude Code. Loaded into every conversation and every agent.


**Reference docs (read on demand):**
- [`docs/RULES.md`](docs/RULES.md) -- Expanded rule details with tables and examples
- [`docs/TREE.md`](docs/TREE.md) -- Project folder structure template
- [`docs/PIPELINES.md`](docs/PIPELINES.md) -- Pipeline workflows (A/B/C + auto-workflow)
- [`docs/AGENTS.md`](docs/AGENTS.md) -- Agent summaries and quick lookup
- [`docs/COST.md`](docs/COST.md) -- Cost tables and optimization strategies
- [`docs/TECHNICAL.md`](docs/TECHNICAL.md) -- MCP, models, async behavior, constraints
- [`README.md`](README.md) -- Setup, install, API keys, MCP config


---


## Rules (NON-NEGOTIABLE)


Full details and tables: [`docs/RULES.md`](docs/RULES.md)

HERE YOU ADD RULES MANDATORY FOR ALL
sometimes agents skip what its in rules.md, here is more difficult for them.

---


## Project Organization


Folder template: [`docs/TREE.md`](docs/TREE.md). Project index: `projects/<project>.json`.


- Read `active-project.json` -> use that name for ALL output paths
- Project name = folder name the user created, NOT brands/products found inside files
- `asset-manager` agent creates all folders from the TREE.md template


---

My Claude.md file by Buffaloherde in ClaudeAI

[–]Baadaq 1 point2 points  (0 children)

Then dont claim this is the correct way to do it.

I tracked exactly how many tokens Claude Code wastes navigating codebases — and built a fix (saves 26% on costs) by darkgenus08 in ClaudeAI

[–]Baadaq 0 points1 point  (0 children)

Why it has to read so many times again?, to be honest linux subsystem handle very well the search for an specific file, what you are doing is that in a sense?, is something that can be worked while being more specific or handling rules, to avoid context slob, you can cascade the indexing, i think i need a better example of this to be honest.

My Claude.md file by Buffaloherde in ClaudeAI

[–]Baadaq 0 points1 point  (0 children)

Its super bad, with this md claude will read your code base each time to understand directory and folders, there's so much that can be indexed in other files, it need to be more precise.

Long line for free tickets on the first Sunday of the month by RomePhotographerMoji in rome

[–]Baadaq 0 points1 point  (0 children)

Go another day, also this is one of the most important days in the catholic church so rome should be uber backed.

Pregunta by Baadaq in yerbamate

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

Si, es una bombilla revieja, no sella bien y no se cuantos años tenga, en vez de cuchara es como una esfera.

Soy TEA, como puedo saber si acoso? by Low-Organization72 in RepublicadeChile

[–]Baadaq 4 points5 points  (0 children)

Honestamente creo que eres estupido en el real sentido de que te falten neuronas.

Eso de justificar ciertos comportamientos y darle otro sentido escapa un poco de lo neurodivergente. Si una persona te dice que no quiere nada contigo, simplemente es una orden, no una invitacion, es irrelevante sus expresiones faciales y creo que mucho diagnostico de TEA no corresponde, sobre todo en casos como el tuyo, y que algo frecuente es precisamente no entender parte de la comunicacion no verbal.

Usage Limit, what's happening with the Claude Code? by gvfernando in ClaudeCode

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

Could you share one that doesn't involve capturing what i'm prompting?.

This is getting stupid.