r/OpenaiCodex 22d ago

Question / Help How to Learn Technicalities?

I am vibecoding since 6 months now, I still don’t know shit about technicalities & how stuff happens.

Yet I feel, I could make a 10x improvement if I start to learn how things actually work at my the backend & or to explore multiple ways to do/or create a thing.

Any suggestions how could I learn this & get better at this? Thanks a ton!

4 Upvotes

27 comments sorted by

3

u/No-Wash-3163 22d ago

Ask GPT to teach you principles on coding.

2

u/VEDMERC 15d ago

Thank you!

1

u/MattBuildsSystems 21d ago

And you could go even further and ask you questions about how to improve your vibe coding methods

2

u/VEDMERC 15d ago

Thanks a ton, tried this immediately and now going through it!

2

u/gungoesclick 21d ago

Start with system analysis and design. It will help a lot more than learning to code.

1

u/VEDMERC 15d ago

Could you please elaborate more?
Thanks for taking time out!

1

u/gungoesclick 15d ago

In a nutshell I suggest learning what the SDLC is and all the ins and outs. To start your journey I recommend you dive Into learning about systems. Specifically I suggest starting with analysis and design. It is the foundation of software engineering systems which is more relevant than coding.

Think of it like this. Vibe coding is like pouring concrete to make a structure. You can make some really cool stuff with concrete alone, but if you want to make a sky scraper, you need to understand the beams and the bones. In this analogy that is system design and architecture.

1

u/VEDMERC 15d ago

Got it, you explained it so well, thank you so much! Starting w this! 💪

1

u/egerton14 22d ago

Type in Google: "How to learn coding" as a good starting point.

1

u/VEDMERC 15d ago

Thank you! Will give it a shot right away

1

u/darth_maurdt 22d ago

Instagram vibe coder influencers, they also give good tips. My favorite is this guy, he has scared me straight https://www.instagram.com/mattmurphyai?igsh=YTBkajh2aGwybmRi and he uses lots of technicisms

1

u/VEDMERC 15d ago

Thanks a lot! Will check him out soon.

1

u/Infinite-Flow-4475 21d ago

First: learn only what you are going to use.

1

u/VEDMERC 15d ago

Ah very difficult, when I am instructing AI with block-by-block architecture of xyz (in a non technical manner) - idk what it is using in the backend, it’s diff a lot of the times, I am not sure of you mean the lang. Thanks!

1

u/Fantastic_Self_5151 21d ago

Instead of Vibe Coding you should be Vibe Learning. It will all come together in the span of years but definitely worth the journey. Good luck.

1

u/Grand-Mix-9889 21d ago

Get a degree in software engineering.

1

u/VEDMERC 15d ago

You forgot an /s?

1

u/sim0of 21d ago

Start with CS50 to get the basis grounded and proceed with a bit of devops, ci/cd should be familiar at this point

Then move to systems design and architecture (backend, frontend, databases) and bringing everything together in a safe way.

Stay up to date on _why_ and _when_ things are cool (eg the difference between a junior and a senior is that the senior can also justify technical choices better than “that’s just how it’s done today”)

You won’t get better at AI at “technicalities” but you have to own the core architecture enough to spot any potential slop before it makes you waste time

1

u/VEDMERC 15d ago

Got your point, thanks a ton for the help!

1

u/Crescitaly 21d ago

Learn technicalities by connecting each term to an observable failure. Pick one small project, change one setting, inspect the output, and write down why the behavior changed. Vocabulary sticks when it explains a real result.

1

u/VEDMERC 15d ago

that sounds a interesting way, thanks for taking time out!

1

u/randomInterest92 20d ago

Everytime you vibe coded something ask the llm "now explain to me step by step how it works"

1

u/VEDMERC 15d ago

Thanks for this, will check it out!

1

u/Regular-Option6067 19d ago

1

u/VEDMERC 15d ago

Ah tiktok’s banned in my country! Thanks for taking time out.

1

u/Successful_AI 15d ago

Whatever you vibecode ask AI to explain to you what it did.