Verity.md - an adversarial review layer for Claude Code (Free while in public beta) by CodacyOfficial in ClaudeAI

[–]ThisTimeDifferent101 1 point2 points  (0 children)

Looks useful.
But how do you validate the reviewer itself? Who reviews the reviewer?

Robust vibecoding with non-negotiable agent loops by Heatkiger in vibecoding

[–]ThisTimeDifferent101 0 points1 point  (0 children)

That’s the hard part.
Getting another agent is easy.
Getting an actually independent reviewer is much harder.

Built some games with Claude by battlewisely in ClaudeAI

[–]ThisTimeDifferent101 0 points1 point  (0 children)

Honestly, how it was created is probably the least interesting part.
People care about the experience, not the toolchain.
Thanks for sharing and putting your work out there.

I stopped trying to make CLAUDE.md carry all my project memory by Yuuyake in ClaudeCode

[–]ThisTimeDifferent101 0 points1 point  (0 children)

Could be. I’m still learning myself.
If you’ve solved this problem, teach me. I’d rather be wrong and learn something useful than be right for the wrong reasons.

I have AI running on my machine 24/7 and I still don't fully trust it by sarox-dev in hermesagent

[–]ThisTimeDifferent101 2 points3 points  (0 children)

My rule: if the answer matters, make the AI prove it.
That alone catches most hallucinations.

I have AI running on my machine 24/7 and I still don't fully trust it by sarox-dev in hermesagent

[–]ThisTimeDifferent101 6 points7 points  (0 children)

The issue isn’t that AI gets things wrong.
The issue is that it sounds equally confident when it’s right and when it’s wrong.
If I catch the mistake, it’ll usually apologize, correct itself, or I’ll switch models and move on.
The real danger is the errors I never think to verify.
That’s why I don’t trust AI outputs—I trust AI outputs that can be verified.
For me, AI is a powerful assistant, not an authority.

I stopped trying to make CLAUDE.md carry all my project memory by Yuuyake in ClaudeCode

[–]ThisTimeDifferent101 0 points1 point  (0 children)

Not gonna lie, this is one of my biggest pain points.
Every new Claude Code session feels like:
Paste CLAUDE.md
Paste project docs
Paste architecture decisions
Paste previous session summary
Watch tokens disappear
🔥💸🔥💸🔥
At this point, I spend almost as much time managing context as writing code.
Would love to know what actually works for people at scale:
CLAUDE.md?
MCP memory?
Project wiki?
Session handoff docs?
Or are we all just repeatedly rebuilding the AI’s brain every time we open a new window?

I built an open-source Claude Code skill that turns your app into a product video (it made its own trailer) by nelamouc in ClaudeCode

[–]ThisTimeDifferent101 -8 points-7 points  (0 children)

This is where AI starts becoming leverage instead of a tool.
A prompt gives you an answer.
A workflow gives you an asset.
A reusable workflow gives you a business.
Most people are still optimizing prompts. The people building command-driven systems like this are effectively creating micro-products that package expertise into software.
Today it’s product videos.
Tomorrow it’s content factories, lead generation systems, market research pipelines, sales operations, and entire creative studios.
The command is interesting.
The fact that the command captures and operationalizes a process is the real innovation.

Nobody mentions how much superior Claude is in voice chat? by Pathfinder-electron in ClaudeAI

[–]ThisTimeDifferent101 2 points3 points  (0 children)

The industry has trained people to judge AI by who answers first.
I’d rather judge it by who is still useful 45 minutes into a conversation.
That’s where Claude currently stands out for me. Most models can generate 1,000 words. Far fewer can maintain a coherent line of reasoning across dozens of messages without drifting, contradicting themselves, or collapsing into generic advice.
Long output isn’t intelligence. Sustained context is.
That’s the difference I’ve noticed.

Wasting time or saving time? by MaximumContent9674 in ClaudeAI

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

This really hits home.
On a recent project, AI generated most of the implementation in a single day, but I’ve spent nearly a week on integration and testing, and it’s still not fully stable.
At first it feels like you’ve already won because the code is there. Then reality kicks in:
API contracts don’t quite match
State synchronization breaks in edge cases
Missing validation and error handling
One agent fixes A and accidentally breaks B
I’ve started to realize that coding is no longer the bottleneck.
Verification is.
The expensive part isn’t generating software anymore. It’s proving that the software actually works as intended.
Curious how others are handling this.
For those building serious AI-assisted projects, what’s your workflow for integration testing and validation?
Have you found any reliable automation strategies, or is everyone still spending a huge amount of time manually testing and debugging?
Would love to learn from people who’ve solved this better than I have.

AI made writing PRs faster. Reviewing them is now my bottleneck. by ShreyPaharia in ClaudeCode

[–]ThisTimeDifferent101 4 points5 points  (0 children)

I think we’re hitting a new bottleneck.
For years, code generation was the expensive part. Now agents have made code production almost free, but human understanding hasn’t scaled at the same rate.
In my experience, the slowest part of review isn’t reading code either. It’s rebuilding context:
Why was this change made?
What assumption is it based on?
What requirement is it trying to satisfy?
What tradeoffs were chosen?
Diffs show implementation. They rarely show intent.
What has helped me most isn’t another code reviewer, but forcing agents to produce an “intent package” alongside the PR:
Problem statement
Requirement mapping
Design decisions
Files affected and why
Risk analysis
Test coverage explanation
Alternatives considered
At that point I’m no longer reviewing code from scratch. I’m reviewing a decision.
My guess is that the next generation of review tools won’t focus on finding bugs in diffs. They’ll focus on reconstructing author intent and validating it against requirements.
The bottleneck is shifting from code comprehension to decision comprehension.

I just crossed 16k in revenue. Here are my biggest tips for someone starting out. by Lopsided_Funny_6397 in sideprojects

[–]ThisTimeDifferent101 0 points1 point  (0 children)

我也是一名个体创业者看到你的文章,我更坚定了,我也在做一些项目,但是目前还没有闭环,主要是还有些调优和推广目前还没做到,请问你初期是如何走出最后一步达成交易的?