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
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.
Dynamic Context Evolution for Scalable Synthetic Data Generation
A framework that completely eliminates duplication and repetition in large-scale synthetic data generation with LLMs using three mechanisms (VTS + Semantic Memory + Adaptive Prompt).
90%+ fewer tokens per session by reading a pre-compiled wiki instead of exploring files cold. Built from Karpathy's workflow.
This is a workflow sharing post about how pre-organizing a codebase in Wiki format can reduce token usage per Claude session by more than 90% instead of directly exploring the codebase every time.