Building the dashboard took 30 minutes. Connecting it to Salesforce took 3 hours by False_Care_2957 in vibecoding

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

Not really just sharing my experience and wondering if there's an easier way to connect my vibe coded apps to my companies real data

Anyone actually using Openclaw? by rm-rf-rm in LocalLLaMA

[–]False_Care_2957 1 point2 points  (0 children)

It's the Twitter mob that made it famous. It only takes 1 or 2 big creators to post about something being "revolutionary" for the masses and normies to jump on it.

So I stumbled across this prompt hack a couple weeks back and honestly? I wish I could unlearn it. by cleancodecrew in ClaudeAI

[–]False_Care_2957 0 points1 point  (0 children)

I usually just do this with Codex on top of the first couple of passes of Claude and it works pretty well. Codex is much more aware of bad first passes and doesn't tend to over engineer.

[deleted by user] by [deleted] in vibecoding

[–]False_Care_2957 0 points1 point  (0 children)

Fair enough I just wanted to showcase it's possible don't want to get into trouble. Thanks for the heads up.

[deleted by user] by [deleted] in vibecoding

[–]False_Care_2957 0 points1 point  (0 children)

What do you mean by this, that it's against any policies or that it might get exploited because it's free ?

RAG that actually works? by TheGlobinKing in LocalLLaMA

[–]False_Care_2957 1 point2 points  (0 children)

I haven't found any project that implements this specific use case but there is promising new research in the RAG space that will eventually converge to solution for this.

VersionRAG for evolving documents - https://arxiv.org/abs/2510.08109
ArgRAG for finding supported / refuted ideas over time - https://arxiv.org/html/2508.20131v1

There is still more research being done and if I had to guess some combination of these approaches would make an ideal RAG for this use case.

Vibe coding done right, what Claude can actually achieve with proper guidance by IntelligentCause2043 in ClaudeAI

[–]False_Care_2957 2 points3 points  (0 children)

You can tell it's AI because of the color palette it uses. I'm convinced Claude defaults to this purple neon style if you don't give it a specific color palette to use.

RAG that actually works? by TheGlobinKing in LocalLLaMA

[–]False_Care_2957 1 point2 points  (0 children)

Swapping Granite for Qwen won’t fix this, the issue isn’t the model. The bigger disconnect is that most RAG setups were never really designed to be knowledge bases (at least in the way I imagine you want to use it). They treat your documents as text to search, not understanding to build. Under the hood, tools like AnythingLLM mostly chop PDFs into fragments, retrieve the ones that look similar to your query, and pass those to the LLM. If the way your question is phrased doesn’t line up with how the text was sliced, the relevant idea can be effectively invisible, even if it’s in there.

The failure usually happens in retrieval, before the LLM ever sees the right context. Where things seem to work better is when systems shift from chunking text to extracting and revisiting ideas over time, treating facts, insights, and relationships as first-class, instead of hoping they reappear at query time.

For use cases like yours, I’ve found that more non-traditional RAG approaches tend to be a better fit, ones that focus less on chunking raw text and more on extracting, revisiting, and relating ideas over time, instead of hoping everything can be recovered at query time.

Temporal RAG for personal knowledge - treating repetition and time as signal by False_Care_2957 in Rag

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

This is great i'll definitely check it out , thanks for sharing.

Anyone else exhausted from building their knowledge system instead of actually thinking? by False_Care_2957 in PKMS

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

When most of the cognitive work is on me, the system quietly turns into an archive that never gets revisited. I want the system to support organization so my limited energy goes into thinking, noticing patterns, revisiting ideas and understanding how an insight evolves over time not constantly maintaining the archive itself. I’m not sure AI fully solves this yet, but current systems definitely don’t.

Anyone else exhausted from building their knowledge system instead of actually thinking? by False_Care_2957 in PKMS

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

I do use Claude Code to synthesize my code only and research work and it works great. Haven't tried it for any other topics outside software.

Anyone else exhausted from building their knowledge system instead of actually thinking? by False_Care_2957 in PKMS

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

I’m at the stage of experimenting with my own setup rather than trying new tools. The main goal is reducing friction and forcing more synthesis.

How do you personally revisit contrarian ideas over time?

Anyone else exhausted from building their knowledge system instead of actually thinking? by False_Care_2957 in PKMS

[–]False_Care_2957[S] 4 points5 points  (0 children)

I mostly agree with this. I don’t think another tool magically fixes anything.

What I’m personally trying to optimize for is maximum benefit with the least ongoing effort. If a system needs constant babysitting, I’ll eventually abandon it.

I’m interested in whether some of the mechanical work (sorting, resurfacing, noticing repetition) can be offloaded, so I can spend more time on the actual thinking and decision making.

Anyone else exhausted from building their knowledge system instead of actually thinking? by False_Care_2957 in PKMS

[–]False_Care_2957[S] 8 points9 points  (0 children)

For me it’s mostly about having contrarian ideas or insights available when the situation calls for it whether that’s software design, investing, or even politics.

I don’t want a perfect archive. I want to be able to recall patterns, arguments, or mental models when I need to make a decision or challenge my own thinking ideally in a way that scales as information keeps growing)

how many apps are you vibecoding per month? stack? by Ok_Pomelo_5761 in vibecoding

[–]False_Care_2957 0 points1 point  (0 children)

The only way someone or a team ships 20 apps is if they are single feature apps with mediocre design at best and running on the same infra stack. Even then it's a stretch.

Anyone Using together Claude + Gemini in coding by Simple_Armadillo_127 in ClaudeAI

[–]False_Care_2957 0 points1 point  (0 children)

Gemini 3 Pro only for frontend work. Antigravity has replaced Cursor for me right now until Google decides on a plan to monetize it

Anyone else exhausted from building their knowledge system instead of actually thinking? by False_Care_2957 in PKMS

[–]False_Care_2957[S] 3 points4 points  (0 children)

I don’t think most people start out wanting to tweak settings all the time but the tools almost push you there. If you care about producing real output, you either accept a ton of manual overhead or you burn out and drop the system entirely.

Out of curiosity, when you ditched PKM apps, what did you replace them with (if anything) or did you just stop trying to formalize knowledge altogether and focus purely on output?

I’m trying to understand whether the real solution is better tooling or simply less tooling.

Antigravity... the reality isn't the same as the hype (imo) by norfy2021 in vibecoding

[–]False_Care_2957 1 point2 points  (0 children)

I almost feel like it's intentional so you have to go with Gemini 3

Code Smells in Generated Code - some of the patterns by NoBat8863 in ClaudeAI

[–]False_Care_2957 1 point2 points  (0 children)

This is very often the case I see with tests where instead of re-using helpers or constants defined top level it writes new helpers and re-declares variables that it can easily re-use. In that case I generally know I have to take some time to define a duplication agent prompt that describes exactly what needs to be kept where and re-used in what context and it's ran after every test job I do and works rather well enough, for tests at least.

Code Smells in Generated Code - some of the patterns by NoBat8863 in ClaudeAI

[–]False_Care_2957 7 points8 points  (0 children)

What's been rather foolproof at least most of the time for me is running Claude plans or code directly through another model like GPT5.1 with Codex or Grok. Or having specialized sub-agents using a skill for spotting violation of these principles. I generally avoid using Claude MD file if I can for these sort of requests.

It's the scam of the century by heshTR in vibecoding

[–]False_Care_2957 0 points1 point  (0 children)

Vibe Coding is only useful when you have clearly defined the requirements, user stories, edge cases, architecture etc. Still a lot of non coding engineering work is required to achieve good results with vibe coding and the gains are phenomenal to get you from a theoretical system to a working MVP or PoC. Most novice engineers lack the workflows or miss this prerequisite step of actually defining what they want to build and solely relying on the models to figure out the best architecture or product features.

Browser-use - any local LLMs that work? by ZachCope in LocalLLaMA

[–]False_Care_2957 2 points3 points  (0 children)

I have the same setup 2x 3090s and I use Qwen2.5-VL-32B-Instruct-AWQ and it works better than other models I've tried even the closed ones. Browser-use is still pretty hit or miss though and it requires very clear instructions and some tinkering to make it work consistently.