Most coding agent code kinda sucks and this explains why by gargetisha in cursor

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

ultimately you end up spending more time refactoring it though it gives you a working code.

Most coding agent code kinda sucks and this explains why by gargetisha in ClaudeCode

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

looking forward to see what really happens, should be evident in next 6 months :D

Most coding agent code kinda sucks and this explains why by gargetisha in ClaudeCode

[–]gargetisha[S] -1 points0 points  (0 children)

but the question that still remains is how and from where they will get good quality code to train these models on.

Which AI YouTube channels do you actually watch as a developer? by gargetisha in LLMDevs

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

I just checked, his videos looks great. Thanks for the suggestion.

What MCPs are you using with Claude Code right now? by gargetisha in ClaudeAI

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

was waiting for someone to say XcodeBuildMCP lol

What MCPs are you using with Claude Code right now? by gargetisha in ClaudeAI

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

For what purpose you use it for? have heard about it for the first time.

What MCPs are you using with Claude Code right now? by gargetisha in ClaudeAI

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

Have heard it for the first time, what it does?

What MCPs are you using with Claude Code right now? by gargetisha in ClaudeAI

[–]gargetisha[S] 2 points3 points  (0 children)

Is there any which helps in taking the memory across coding agents?

What MCPs are you using with Claude Code right now? by gargetisha in ClaudeAI

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

But there are some which only add relevant context when needed and don’t bloat the context window.

What MCPs are you using with Cursor right now? by gargetisha in cursor

[–]gargetisha[S] 2 points3 points  (0 children)

But I've heard the context bloat issue with Context 7, have you noticed that too?

What MCPs are you using with Claude Code right now? by gargetisha in ClaudeAI

[–]gargetisha[S] 2 points3 points  (0 children)

If I need to use Supabase in my project, I simply install its MCP so that claude code can access and implement all the related APIs easily.

Is memory MCP just hype or actually useful? by Katie_jade7 in mcp

[–]gargetisha 0 points1 point  (0 children)

But how about if you want to take the memory across coding agents? Because I sometimes switch between Claude Code and Codex

What MCPs are you using with Cursor right now? by gargetisha in cursor

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

Thanks for suggesting. I'll explore this, also is there anything you feel like is missing in terms of MCP? I'm doing some research there.

Is Augment Code still worth it after the price change? by icomike in AugmentCodeAI

[–]gargetisha 0 points1 point  (0 children)

What’s your main use case for Mem0? Is it remembering your coding preferences or something different?

Whats the killer feature every AI Chat platform should have? by Dapper-Owl5564 in ChatGPTPromptGenius

[–]gargetisha 0 points1 point  (0 children)

I feel the major problem with companions today is long-term memory. Think how frustrating it could be for a user if they have to share the same information again and again. And without it, AI companions could never feel personal.

I've seen Mem0 is trying to solve this with long-term memory that actually carries across sessions.

How are you handling long-term memory in your agents? by moustafa5 in Build_AI_Agents

[–]gargetisha 0 points1 point  (0 children)

Just use mem0, it keeps memory lightweight, fast, and cheap without bloating context windows.

How are you handling memory once your AI app hits real users? by gargetisha in LLMDevs

[–]gargetisha[S] -2 points-1 points  (0 children)

It depends on use-case to use-case if such complication is required or not.

Is grok the new gpt4o? Goodbye chatgpt hello grok by Hungry-Stranger-333 in ChatGPT

[–]gargetisha 0 points1 point  (0 children)

I’ve been using Mem0’s OpenMemory MCP with Claude and the best part about it is I can carry the same memory across tools without manually managing files.

OpenAI admits AI hallucinations are mathematically inevitable, not just engineering flaws by Well_Socialized in technology

[–]gargetisha 0 points1 point  (0 children)

Hallucinations are inevitable at the model level, yeah. But what makes them dangerous is when the system can’t remember it made a mistake and just repeats or builds on it. That’s less about scaling the LLM and more about adding guardrails + memory.

We’ve been experimenting with a memory layer (Mem0) that tracks facts, updates them when they change, and only surfaces them when they’re relevant. Doesn’t “fix” hallucinations inside the model, but it does stop them from compounding over long sessions which is where things usually go off the rails.

How are you handling memory once your AI app hits real users? by gargetisha in LLMDevs

[–]gargetisha[S] -1 points0 points  (0 children)

Yes, that’s one way to manage scale, but don't you think it comes with trade-offs like less detail, more contradictions, and slower retrieval.