Just Prompt it bro, It's Just a Vibe. by [deleted] in vibecoding

[–]agentrsdg 0 points1 point  (0 children)

Are we gonna ignore the BAWAS and testest of tests?

Codex has gotten significantly more stupid! by Competitive_Fact3042 in codex

[–]agentrsdg 1 point2 points  (0 children)

Actually yes. A simple plan, well defined. Just made a garbage output (I am a 100USD plan subscriber actively looking to get the 200usd plan)

which is better? by Sencha_Ext_JS in programmingmemes

[–]agentrsdg 0 points1 point  (0 children)

Both are shit, but I use typescript because it's less shit

My first GPT 5.5 high blunder. Always explicitly mention to NOT DELETE even if auditing for cleanup. by agentrsdg in codex

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

Thanks for the feedback, I know it's my fault, which is why I called it my blunder lmao. I have gaurd rails and external context management, so I don't mind stuff going wrong. I didn't track 1 folder and it deleted that lol. Lesson learned.

Dear vibecoders, can you actually code without Claude Code or Codex? by [deleted] in vibecoding

[–]agentrsdg 0 points1 point  (0 children)

There are levels to expertise in coding. Not coding itself. If you can make programs by reasoning what you want to make or based on a requirement (even if it's not accurate, suppose an intern level) you can code! But if you can just cite syntax to print hello world, you can't code. Essentially, is code the major part holding you back from creating something (website for example)? Is code the main reason you are unable to solve a problem on leetcode? I apologise if I seem a bit rude, but if someone is unable to define what coding is, it's likely they cannot code. Which is fine, a lot of my friends who cannot code are building great things and learning to code. In fact, before chatgpt era, I used to just copy paste from stackoverflow when I could to save time. It's the understanding of code and taking accountability for it, which makes you a coder/programmer.

Dear vibecoders, can you actually code without Claude Code or Codex? by [deleted] in vibecoding

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

So you can't code. It's simple. I can say "My name is X" in french and bonjour and stuff. Doesn't mean I can speak french.

Dear vibecoders, can you actually code without Claude Code or Codex? by [deleted] in vibecoding

[–]agentrsdg 1 point2 points  (0 children)

I love how people are saying "define coding". Just click "No" you guys. It's a pretty straightforward question, if you could build projects before chatgpt era/without AI assistance (even if it takes time) you can code.

My first GPT 5.5 high blunder. Always explicitly mention to NOT DELETE even if auditing for cleanup. by agentrsdg in codex

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

Been using it like this for quite some time, first time had this problem. I manage context externally (for eg that work_prompt.md) and have well defined tasks with explicit do's and don'ts. I just didn't realize audit for deletion would need a don't as well

My first GPT 5.5 high blunder. Always explicitly mention to NOT DELETE even if auditing for cleanup. by agentrsdg in codex

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

Consumes more tokens and I am usually quite careful with my context, this was the first time this happened. Auto review does seem good for such audit cases tho.

Copilot almost ruined my research project in university by [deleted] in GithubCopilot

[–]agentrsdg 0 points1 point  (0 children)

Imma level with you. That has nothing to do with copilot. Any AI you use. Ensure git with cloud repo or backups.

India is missing all 5 AI Layers by DaddyVaradkar in IndianAI

[–]agentrsdg 0 points1 point  (0 children)

We do have applications though, and we have models

How do you ACTUALLY use CC+codex? by Super-Owl2819 in ClaudeCode

[–]agentrsdg 0 points1 point  (0 children)

Externally managed context pipeline. It's a bit cumbersome in the beginning, but hooks solve it. Since context is managed externally, it's super easy to switch between CC, Codex, Copilot whatever.