I made a prompt that finds careers you didn't know you were qualified for. Safe to say I might change my career 😂
TL;DR Highlight
A post about a ChatGPT prompt that discovers suitable career paths you didn't know you qualified for based on your experience and skills — a practical example of using AI for career exploration.
Who Should Read
Developers and professionals considering a job change or career transition, or anyone who wants to explore how their existing skillset could be applied to different roles.
Core Mechanics
- Access to the original post was blocked, so the specific prompt content and methodology could not be confirmed. The actual post content was not retrievable due to Reddit's network security.
- Based on the post title, it appears the user-created prompt works by taking input into ChatGPT and recommending job categories the user didn't know they were qualified for.
- Given the author's reaction ('I might change my career'), it seems they received unexpected career suggestions and found the results practically useful.
- Prompts of this type are generally designed to take the user's work experience, skills, education, and interests as input, then map them to similar or transferable job roles.
Evidence
- "(No additional information) — The original Reddit page was blocked by network security, making it impossible to retrieve the actual prompt content, comments, or usage results."
How to Apply
- "Visit the original Reddit URL directly or log in with a Reddit account to view the full prompt in the post. Access via the mobile app is also possible. To try a similar approach yourself, you can craft a prompt in ChatGPT like: 'Based on my X years of experience, core skills A/B/C, and current role Y, recommend 10 job roles I might not know I'm qualified for. For each role, explain how my skills are relevant.' When designing a career exploration prompt, requesting not just a list of roles but also 'how my skills would be used in this role' and 'what gaps I need to fill' will yield more actionable results."
Code Example
# Example prompt you can use directly in a similar way
'''
My background information:
- Current role: [e.g., Backend Developer]
- Years of experience: [e.g., 5 years]
- Core tech stack: [e.g., Python, SQL, AWS, REST API design]
- Soft skills: [e.g., team leadership experience, documentation, client communication]
- Areas of interest: [e.g., data, automation, education]
Based on the information above, suggest 10 job roles I might not have known I was qualified for.
For each role, please include:
1. Job title
2. How my existing skills are relevant
3. Additional skills or certifications needed
4. Average salary range (based on South Korea)
'''Terminology
Related Papers
Multilingual Reasoning Cascades Need More Context
번역 cascade 파이프라인에서 원본 질문을 마지막까지 유지하면 추가 학습 없이 다국어 성능이 크게 오른다.
Less Back-and-Forth: A Comparative Study of Structured Prompting
체크리스트 형식으로 프롬프트를 구조화하면 LLM 답변 품질도 높아지고 토큰도 적게 쓴다.
Training-Free Cultural Alignment of Large Language Models via Persona Disagreement
재학습 없이 각 나라의 도덕적 가치관에 맞게 LLM 출력을 조정하는 추론 시점 기법 DISCA 제안
Using Claude Code: The unreasonable effectiveness of HTML
Claude Code 팀이 Markdown 대신 HTML을 LLM 출력 포맷으로 선호하기 시작한 이유와 그 실용적 장점을 정리한 글로, AI와 함께 문서/스펙/대시보드를 만드는 워크플로우에 직접적인 영향을 준다.
When to Vote, When to Rewrite: Disagreement-Guided Strategy Routing for Test-Time Scaling
Disagreement-guided routing boosts LLM accuracy on math and code by 3-7% with adaptive problem solving.
Less Is More: Engineering Challenges of On-Device Small Language Model Integration in a Mobile Application
Five failure modes and eight practical solutions emerged after five days of running on-device SLMs (Gemma 4 E2B, Qwen3 0.6B) with Wordle.