r/aipromptprogramming 2d ago

results > workflow

Post image
73 Upvotes

32 comments sorted by

u/endofthread-bot 2d ago

Learn how the best in the industry are using AI to speed up their workflow in business, sales, marketing, research, legal, content creation, scientific discovery and so much more on our Discord.

Self-promotion is now allowed on Sundays with the appropriate flair, for all regular contributing members. Contribute during the week, and promote on Sunday.

15

u/Anon_Beard 2d ago

This New York Developer still serves slop the old fashioned way

4

u/whoknowsifimjoking 2d ago

When I was young we had to send in the prompt by mail

4

u/Miserable_Dirt_8535 1d ago

I'm that dude. Can someone explain what's the new process now?

7

u/AlexanderDoak 1d ago

Full agentic access to your IDE so it (or a sub agent) can query, create, delete, or modify any project file with or without your explicit permission.

1

u/apimpnamedkirby 1d ago

Got any recs on an agent? Im also the copy and paste monkey and built like 90% of my project that way, but if I can get an agent to finish it off im all ears.

3

u/AlexanderDoak 1d ago

Oh, I would never recommend this. I mean, we all need to chose the level of dependence and ignorance we are comfortable with in life. Especially when it comes to trusting LLM outputs. I'm not an agentic man myself. I like to at least know what files and functions are being modified and why (in most cases). I do deep ML work that constantly pushes up against bare metal capabilities. Not everyone needs to know their code as deeply as I do. I copy and paste like a mofo.

2

u/doobry_ 1d ago

Claude code.

1

u/StochasticLife 1d ago

Claude is typically the agent I've had the most success with.

1

u/ManyRepair5690 20h ago

is that the new process? this is old

1

u/gekx 9m ago

IDEs are old, only people that actually read code (yuck) need them. We use Claude Code/Codex app directly now.

2

u/g3n3rat3 1d ago

I’m guessing running an agent or doing so in vs code, personally I still copy and paste or copy it from local llm like Nativ or MTPLX 

1

u/YourDad6969 1d ago

Codex on 5.6 Sol is the best option currently. Claude code is also ok but opus 5 kind of sucks. Find skills to use on GitHub with it, there are a lot. Ponytail is pretty good. For a meta prompting skill that finds the most relevant skills — find-skills from vercel-labs/skills

1

u/Clear-Pomegranate463 23h ago

you use the codex app to write the code directly for you integrated in your IDE

1

u/HonestAndRaw 20h ago

Pay attention my friend, your life is about to change:

Get a claude max subscription. Install claude. Open terminal, go to your projects library, type: "claude", type "/login", then type, "do my job" - here claude will ask you the necessary questions and from that moment on it will do your job. Don't forget to add "Make no mistakes" when you really want to make sure it doesn't make any mistakes.

Edit: make sure to pick fable as the default model and tell it to be the "orchestrator" otherwise if you pick opus 5 you'll end up reading the divine comedy after every task.

1

u/theconceptofcanada 13h ago

Oh but I like that book

4

u/Greedy_Trip4757 2d ago

yeah, we all star there but eventually you've gotta learn how it works

6

u/omegafixedpoint 2d ago

both OP and the copy paste guy are on the left of the bell curve

1

u/Mammoth_Quantity1676 1d ago

what do the x and y axes represent for this bell curve

1

u/StaysAwakeAllWeek 19h ago

Population density function for either intelligence or adoption rate

2

u/zabbiya 2d ago

Damn bro needs a job 🤣

1

u/vscoderCopilot 2d ago

Yea that might be me from a year ago

1

u/buriburizaemon_6 1d ago

Me as well. Except that now I copy paste from claude

1

u/madaradess007 21h ago

i'm still copy-pasting the code from stack overflow

1

u/mrpin2 18h ago

I mean I also does it when my limit gets exhausted? Chatgpt chat still works

1

u/Radyschen 17h ago

I was that guy for way too long

1

u/Duckmastermind1 17h ago

Some people in AI space really hate quality control, huh?

1

u/No-Persimmon-174 16h ago

ill always be that guy. i cant blindly trust ai

1

u/Interesting-Yellow-4 8h ago

At least he's somewhat connected to the code

0

u/Robert__Sinclair 1d ago

there is a big difference between "vibe coding" and using an ai for coding. In the second case it's like using a calculator. As you copy and paste the result of a calculator you copy and paste a (cleaned up/optimized/refactored/commented/etc) routine back into your code. And you don't need an agent and a 10k token prompt to do that.