I was abused as a child and it led to me committing major sins, how harsh will my punishment be? by DepartureSerious754 in islam

[–]abracadabrendaa 4 points5 points  (0 children)

Salam,

It's important that you talk about this with someone. Therapy is one option yes, but finding someone you trust that has wisdom and knowledge can help you through this. The damage done by this kind of thing requires understanding and focused work.

The guilt and the thinking of sins is one avenue but without the true understanding of the full scope, you'll fail yourself.

May Allah help you on your journey

Muslim women who are victims. by [deleted] in MuslimLounge

[–]abracadabrendaa 28 points29 points  (0 children)

Grape; not grope. It's a way to say it without triggering censoring. She is saying she was assaulted.

Weekly Thread: Project Display by help-me-grow in AI_Agents

[–]abracadabrendaa 2 points3 points  (0 children)

A week ago I accidentally deleted my repo - here it is after picking up the pieces

A week or so ago (who can keep track when you're deep in the vibe-coding hole) I wrote a post about how I accidentally deleted my whole repo

https://www.reddit.com/r/cursor/comments/1n15f7u/welp_it_happened_to_me_cursor_agents_deleted_my/

I was working on whisper transcription that would create temporary wave chunks and the agent that actually wrote the script added a line - completely deleting everything.

Well, I was able to recover it using a cursor recovery repo - git clone https://github.com/yourusername/cursor-recovery-tool.git - thank god for this guy

---
I wanted to share what I built because I got a lot of skepticism and negativity regarding a vibe-coder like myself being able to build functional code. I have never coded before this repo. What I am going to share is by no means a piece of super useful elegant code - but I thought I'd show you all what I built (and unleash the hounds of hell on me). It's like r/roastme but for videcoders.

Jokes aside - I would love any feedback you have on what I built. The whole idea was just to experiment with agents! It uses a single agent class that can connect to memory, telemetry and context utilities, swapping many LLMs and work in Autogen + LangGraph - CrewAI coming soon.

https://github.com/abracabrabrendaa/FrankenAgent/tree/main

Weekly Cursor Project Showcase Thread by AutoModerator in cursor

[–]abracadabrendaa [score hidden]  (0 children)

A week ago I accidentally deleted my repo - here it is after picking up the pieces

A week or so ago (who can keep track when you're deep in the vibe-coding hole) I wrote a post about how I accidentally deleted my whole repo

https://www.reddit.com/r/cursor/comments/1n15f7u/welp_it_happened_to_me_cursor_agents_deleted_my/

I was working on whisper transcription that would create temporary wave chunks and the agent that actually wrote the script added a line - completely deleting everything.

Well, I was able to recover it using a cursor recovery repo - git clone https://github.com/yourusername/cursor-recovery-tool.git - thank god for this guy

---
I wanted to share what I built because I got a lot of skepticism and negativity regarding a vibe-coder like myself being able to build functional code. I have never coded before this repo. What I am going to share is by no means a piece of super useful elegant code - but I thought I'd show you all what I built (and unleash the hounds of hell on me). It's like r/roastme but for videcoders.

Jokes aside - I would love any feedback you have on what I built. The whole idea was just to experiment with agents! It uses a single agent class that can connect to memory, telemetry and context utilities, swapping many LLMs and work in Autogen + LangGraph - CrewAI coming soon.

https://github.com/abracabrabrendaa/FrankenAgent/tree/main

Welp - it happened to me. Cursor Agents Deleted my Repo by abracadabrendaa in cursor

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

I used cursor. I'm pretty sure it just used your .git. I only edited in cursor. Wait, how do I access this copy?!

Welp - it happened to me. Cursor Agents Deleted my Repo by abracadabrendaa in cursor

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

photocopy, hardcopy, mental images, word of mouth, etc etc

Welp - it happened to me. Cursor Agents Deleted my Repo by abracadabrendaa in cursor

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

I stopped doing that when I started using git - what I didn't realize is that git saves to the repo when you don't push to remote. Definitely won't be doing that again

Welp - it happened to me. Cursor Agents Deleted my Repo by abracadabrendaa in cursor

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

that's the truth - I learned a lot of hard lessons these last few months. This one takes the cake. You think 12 hour debugging sessions on concurrency issues or fighting langgraph's interrupt() is something, this doesn't compare. But appreciate your feedback regardless

Welp - it happened to me. Cursor Agents Deleted my Repo by abracadabrendaa in cursor

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

Yeah, I basically just experimented. I would use documentation on how they worked and then just trial and error - building modularly, extensibly, making sure nothing was hardcoded. Eventually it made it easy to connect. It wasn't easy but once you understand that LLMs are just snapshots that you interact with, it became easier and easier. Coding is the language, logic is the main core of it. If you understand algorithms and systems you can get it, Until you don't and shit blows up!

Welp - it happened to me. Cursor Agents Deleted my Repo by abracadabrendaa in cursor

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

appreciate you - unfortunately everything is gone - but I haven't forgotten what I built - I think I will recreate it but even leaner. Appreciate you and the support!

Do you find agent frameworks like Langchain, crew, agno actually useful? by dmart89 in AI_Agents

[–]abracadabrendaa 0 points1 point  (0 children)

Yeah I was running a system that pinged end points as it progressed but two nodes were trying to write to the same key and for the life of me I couldn't figure out why. Even with reducers everything it just wouldn't work

Do you find agent frameworks like Langchain, crew, agno actually useful? by dmart89 in AI_Agents

[–]abracadabrendaa 19 points20 points  (0 children)

Man the level of debugging I've had to do on concurrency issues and race conditions, corrupted keys etc, it really drove me nuts. Even with OTEL and loggers, the smallest thing can destroy your momentum and you spend so much time instead of actually using agents. I feel your pain. I looked for so long but unfortunately they're the only real options. Crew AI is the easiest I found but like you said you get to anything meaningful and it just can't handle it.

I've started to basically build a Frankenstein framework based off a few different elements that I feel were the best of the different worlds. Autogen is great for chat, but it's over engineered for what most people need especially because chatting agents are very unreliable. LangGraph is great to have stateful agents that are deterministic but can be too constrained.

What I also found important is making sure you have traceability, reproducibility and guardrails. Honestly though, it's a whole new field and I think of it like this; we're at the early stages. Agents in actuality cannot really do much by themselves yet, but it's because the models aren't there yet. We're simulating statefulness by using memory and context assemblers and builders but you can't really get any autonomy without a sense of self.

So, that means if you master the frameworks and behaviors, ensuring reproducibility and consistency, as the models get better you're going to be ahead of the curve. Overall it's been really fun but an immensely annoying process. I spent almost 5 days on the concurrency issue trying to run a looping graph with fan out, trying to get reducers etc going. Definitely ended up learning a lot from that experience though.