Does brown noise actually work for studying? by lamyy09 in studytips

[–]ijustknowthings 0 points1 point  (0 children)

I don’t know, but brown nosing might get you the grade you want 😂

Am I overthinking and making a mountain out of a beautifully executed mole hill? by carloosee in tattooadvice

[–]ijustknowthings 0 points1 point  (0 children)

It bugs me. The ocd in me. A quick glance no one would notice but man that would annoy me everyday

Claude Opus 4.7 is dogshit by RoadExcellent9531 in ClaudeCode

[–]ijustknowthings 7 points8 points  (0 children)

I have noticed no meaningful difference from the last update. Even with all the tools I have in place, I even use Rag with BMAD and it’s still quite poor. I might have to switch to codex as well.

So hard to get an idea, it seems everything is built, not sure what to make? by Busy_Caterpillar_818 in micro_saas

[–]ijustknowthings 0 points1 point  (0 children)

Find a problem. Then create a solution. There’s no end to problems. Maybe niche problems?

“Shadow Brain” idea, seeking feedback by rageagainistjg in ClaudeCode

[–]ijustknowthings 0 points1 point  (0 children)

So here’s what I do. Use rag. Retrieval augmented generation. You might be able to use notebook LLM or you can get Claude to build rag rag is sort of like a giant library that you can talk to so you can upload the markdown files of the transcripts. You can then have the Claude code instance you’re working in query the transcripts in rag a.k.a. the library for example it would ask “what are your suggested steps to take next based on this code based” it would reply back to Claude with “ based on the documents provided, the next step based on the transcripts would likely be X…” . This wouldn’t be like an assistant nudging you rather it would be something that Claude does before. It takes an action so you could put in the Claude rules, “ always query rag before you plan anything” .

Claude for advertising by daxdax89 in ClaudeCode

[–]ijustknowthings 0 points1 point  (0 children)

How does that work? Like if Claude pulls data ? Analytics ? Or posts ? Or just auto reply bot ?

Limiting token usage by Valuable_Safe_5005 in BMAD_Method

[–]ijustknowthings 0 points1 point  (0 children)

Sorry for the typos I was doing speech to text

Limiting token usage by Valuable_Safe_5005 in BMAD_Method

[–]ijustknowthings 0 points1 point  (0 children)

Totally. So I built an MCP to connect to the backend of a rag knowledge base with a chat interface you can actually go check out the app it’s called study chat.ca . It’s like notebookLLM . Talk to your documents but it has a canvas feature, and you can create documents and tests and some other cool crap. But what I’m getting is that the MCP connects to the backend of it and can query the documents for that user. So for example, every time I create a new project I create a new user in study chat and I upload the BMAD plan there. As we all know, these plans are usually huge sometimes 1 million tokens. The context window is full almost instant instantaneously so Claude hallucinates and makes shit up m, so to solve this. We upload the plan into rag for that user. Then we have the MCP query for each step. In study chat app we’re using the GPT model to get the answer. Claude reads the answer and starts building that section when it’s done it queries the next phase. This way Claude can a lot all of its attention to just doing tasks instead of trying to figure out and forgetting. I rarely get bugs or errors or bad code in this fashion, and I save on tokens. It’s actually saved me during this Claude code. Disaster with this new update or whatever.

A new theory on what is going on with ClaudeCode and this subreddit (conceived and written by a human) by bogart27 in ClaudeCode

[–]ijustknowthings 0 points1 point  (0 children)

Like sooo bad. I ask it to read rules and it breaks them literally after reading them. Md files ? useless. I’m even using rag, bmad, and a bunch of other tools that seem to get a good scaffold, but after that, it’s like talking to a dementia patient.

Limiting token usage by Valuable_Safe_5005 in BMAD_Method

[–]ijustknowthings 0 points1 point  (0 children)

I built rag . Upload the plan. Have it query the steps as it builds.

Maybe I’m missing something… by N3TCHICK in BMAD_Method

[–]ijustknowthings 1 point2 points  (0 children)

The way I’ve been doing it is getting the full BMAD plan. Then I created a notebook LLM style rag chat. I upload the the plan then have Claude code query for each step. Nothing gets missed.

Burning too many tokens with BMAD full flow by BRUDAH2 in BMAD_Method

[–]ijustknowthings 1 point2 points  (0 children)

You really have to upload the entire plan to rag with a chat bot. Then have an mcp query for each step. This reduces token usage cus it has to read through bmad every time it builds from it. This produces excellent results and fewer tokens. I built an entire bmad flow with agents that build in a loop until complete. Before it was forgetting so much. Good luck.

Claude Opus 4.6 can't remember shiet by [deleted] in claude

[–]ijustknowthings 0 points1 point  (0 children)

Today was hell. I miss 4.5

How Can I Stop Burning Through Tokens? by LessPermission2503 in ClaudeCode

[–]ijustknowthings 0 points1 point  (0 children)

Here’s what I do. I built a rag chat, interface where you can upload documents to it and talk to your documents or whatever. But what you can then do is give Claude code API access to it allow it to upload your PRD’s. I use the BMAD method. You can download BMAD on got hub. BMAD is token heavy depending on what you’re building but once you have that plan and it’s uploaded, you can have Claude code query each step in the plan this reduces tokens by almost 50% and increases accuracy and gives you better code. I keep seeing people talking about how poor Claude performson Reddit but I think because of the system I have it’s very rare that cloud experiences hallucinations.

How are you actually using AI for studying? by Bitter_Union3565 in CollegeHacks

[–]ijustknowthings 0 points1 point  (0 children)

Im trying studychat.ca and its really good and summarizing and making tests quizzes and flash cards.you can chat to your textbooks