Software Development and Programming Careers (Official Discussion Thread)

bnew

Veteran
Joined
Nov 1, 2015
Messages
64,402
Reputation
9,852
Daps
175,023
[Funny] Just read the docs bro


Posted on Fri Apr 11 13:29:10 2025 UTC

psn5ufxtj7ue1.jpeg


 

GoldenGlove

😐😑😶😑😐
Staff member
Supporter
Joined
May 1, 2012
Messages
61,018
Reputation
5,990
Daps
143,751
Does anyone have info on how to become a AI prompt engineer?

Would a person need a software engineering degree for this?
I'd say no. You can look online but there are a lot of free courses out there that go over Prompt Engineering. I believe Google has one, Microsoft, Amazon etc.

Also look into vibe coding and best practices on Youtube for that. Programming and coding in general is being massively disrupted with what's going on with these AI vibe coding tools. You just have to understand how to get to an expected outcome through prompts. The more coding knowledge you have the better tho, but the barrier for developing and building things is being shattered.

Here's a great explainer on some of the engineering tools that are becoming standard for programming

 

bnew

Veteran
Joined
Nov 1, 2015
Messages
64,402
Reputation
9,852
Daps
175,023
Does anyone have info on how to become a AI prompt engineer?

Would a person need a software engineering degree for this?

I think there are people without IT related degrees who are doing it.

[Tutorials and Guides] Google just dropped a 68-page ultimate prompt engineering guide (Focused on API users)



Posted on Fri Apr 11 15:03:14 2025 UTC

/r/PromptEngineering/comments/1jws1ag/google_just_dropped_a_68page_ultimate_prompt/

Whether you're technical or non-technical, this might be one of the most useful prompt engineering resources out there right now. Google just published a 68-page whitepaper focused on Prompt Engineering (focused on API users), and it goes deep on structure, formatting, config settings, and real examples.

Here’s what it covers:

How to get predictable, reliable output using temperature, top-p, and top-k
Prompting techniques for APIs, including system prompts, chain-of-thought, and ReAct (i.e., reason and act)
How to write prompts that return structured outputs like JSON or specific formats

Grab the complete guide PDF here: Prompt Engineering

If you're into vibe-coding and building with no/low-code tools, this pairs perfectly with Lovable, bolt.new, or the newly launched and free Firebase Studio.

P.S. If you’re into prompt engineering and sharing what works, I’m building Hashchats - Chat with AI & People Together — a platform to save your best prompts, run them directly in-app (like ChatGPT but with superpowers), and crowdsource what works best. Early users get free usage for helping shape the platform.

What’s one prompt you wish worked more reliably right now?




 

GoldenGlove

😐😑😶😑😐
Staff member
Supporter
Joined
May 1, 2012
Messages
61,018
Reputation
5,990
Daps
143,751
Just looking at the landscape right now, be selective with where you put hours into. You are not going to beat machines when it comes to development, programming and debugging etc...

 

Macallik86

Superstar
Supporter
Joined
Dec 4, 2016
Messages
6,839
Reputation
1,642
Daps
22,576
Does anyone have info on how to become a AI prompt engineer?

Would a person need a software engineering degree for this?
Do some more research on the field before you go too deep.

Writing a good prompt is a great way to optimize interactions w/ LLMs, but IIRC, I have seen articles saying that efficient prompts will be ingrained into more powerful models. Here are some articles from this month (haven't read these specific ones yet but they might give you a better understanding)


 

GoldenGlove

😐😑😶😑😐
Staff member
Supporter
Joined
May 1, 2012
Messages
61,018
Reputation
5,990
Daps
143,751
Do some more research on the field before you go too deep.

Writing a good prompt is a great way to optimize interactions w/ LLMs, but IIRC, I have seen articles saying that efficient prompts will be ingrained into more powerful models. Here are some articles from this month (haven't read these specific ones yet but they might give you a better understanding)


Understanding prompt engineering and prompt design overall will become a standard skill that all professionals regardless of industry will have to have honestly
 

Macallik86

Superstar
Supporter
Joined
Dec 4, 2016
Messages
6,839
Reputation
1,642
Daps
22,576
Understanding prompt engineering and prompt design overall will become a standard skill that all professionals regardless of industry will have to have honestly
To me, prompt engineering is like writing a SQL query or web-search: those skilled @ translating what they are trying to do into machine-friendly logical statements are good at finding the data they want... But, if queries are an exercise in logic, machines will always have greater 'logical' potential than humans, and IMO have a short runway to best the average human re: using logic to return data.

LLMs are getting increasingly better at using logic/probabilities (read:educated guesses?) to guess what we are trying to do. There's the simple stuff like understanding when we misspell/forget a word, but also the probabilistic stuff when it answers based on what is most probable... (On a related note, it is interesting to use 'thinking' models to see read behind the curtains as they form that context on the fly)

Obviously current models are not ready for it yet, but I do think that as models get better at contextualizing, it will negate the need for prompt-engineering. I don't disagree that it is very useful, I just have reservations about it being a standalone career-path beyond the near-term. I could be wrong tho :yeshrug:
 

null

...
Joined
Nov 12, 2014
Messages
31,563
Reputation
5,542
Daps
49,433
Reppin
UK, DE, GY, DMV
I'd say no. You can look online but there are a lot of free courses out there that go over Prompt Engineering. I believe Google has one, Microsoft, Amazon etc.

Also look into vibe coding and best practices on Youtube for that. Programming and coding in general is being massively disrupted with what's going on with these AI vibe [WEB] coding tools. You just have to understand how to get to an expected outcome through prompts. The more coding knowledge you have the better tho, but the barrier for developing and building [WEB] things is being shattered.

Here's a great explainer on some of the engineering tools that are becoming standard for [WEB] programming



and even then i don't agree.
 
Top