SYSTEM NOTICE

Auto translation by AI. Be sure, accuracy, nuances and authorial intent may not be fully reflected.
見出し画像

[No.125] AI Skill Salary +58% — 1-Week RAG Demo Practical Pack

Secondary analysis mentions that approximately 27% of engineering job postings require or prefer AI skills, and the median salary for positions with AI skills is about 58% higher, as noted in AI Pulse and others. Simply saying you have "used Copilot" is out of sync with the vocabulary in job descriptions; you need to align your portfolio with the patterns that remain, such as
RAG, Agents, and evaluation harnesses.

This article is a deep dive that goes beyond discussing salary premium figures, summarizing the steps and copy-paste assets to build a RAG demo in one week using 10 internal PDFs.


What this article includes

How to read the analysis — Secondary summary and limitations of the 27% JD and +58% median figures

3-element framework for portfolio differentiation — Prompts only vs. RAG/eval

1-week RAG demo plan — Daily tasks and definitions of completion

GitHub PR description template — How to write it to catch the eye of recruiters

README opening 3-line template — The face of your repository

JD self-assessment sheet — Checklist to get closer to those 27% of job postings

30-day roadmap — From demo to PR to application


What you can take away from this article

The people who command higher pay are not those who only do "prompts," but those who can demonstrate a pipeline that can search and run evaluations. While secondary summaries do not guarantee individual salaries, you can start testing the practical sense today that a single demo PR makes a difference.

One move to try this week: Build one RAG demo using 10 pages of internal PDFs (or publishable alternative documents) (prioritize days 1-3 of the 1-week plan below).


What is being said — Job postings and salary premiums

Summary of AI Pulse analysis provides the following insights.

AI mentions in JDs
Secondary analysis shows that approximately 27% of engineering job postings require or prefer AI skills.

Salary premium
Secondary summary indicates that the median salary for positions with AI skills is about 58% higher.

Remaining skill vocabulary
The argument is that RAG, agents, evaluation harnesses, etc., are what remain in JDs.

The numbers vary by survey, region, and job type. What you should take away is the direction of aligning your vocabulary with a single portfolio.


3 elements of portfolio differentiation (framework)

1. Inputs can be fixed
Select a reproducible corpus, such as 10 internal PDFs.

2. Search works
Show not just chat, but also answers with evidence (citations or chunk display).

3. There is an entry point for evaluation
Write an eval list (questions and expected keywords) of at least 10 cases in the README.

Common Misconceptions and Rebuttals

Misconception 1: "+58% means everyone gets a 58% raise"
Rebuttal: This refers to the relative difference in the median. It does not guarantee individual negotiation results.

Misconception 2: "Prompt engineering is enough"
Rebuttal: In terms of plot points, prompting alone is trending toward lower unit prices; RAG/eval are what remain.

Misconception 3: "RAG is impossible without large-scale data"
Rebuttal: This week's move is 10 PDFs is enough. It's about how you show the pipeline rather than scale.


1-Week RAG Demo Plan (For Copying)

Please implement this after confirming internal permissions, personal information, and contracts.

Day 1 — Corpus

  • Put 10 PDFs in one folder (file naming rule: 01_ to 10_)

  • Definition of done: Note the total page count and check for garbled text

Day 2 — Indexing

  • Chunk and vectorize using existing OSS or internally approved stacks

  • Definition of done: Ask one question and get a chunk back

Day 3 — Answer UI

  • Use CLI or minimal Web for "Question -> Answer + 1 line of evidence"

  • Definition of done: 30-second demo video or 3 screenshots

Day 4 — 10 eval cases

  • List 10 questions and expected keywords in the README

  • Definition of Done: Keywords included in 7 or more out of 10 cases (strict automated eval not required)

Day 5 — PR

  • Create a PR on GitHub or push to a public repository (exclude sensitive information)

  • Definition of Done: Pasted the template below into the PR body

Days 6–7 — Review

  • Fix the first 3 lines of the README and add 1 line with a link to LinkedIn or your resume

  • Definition of Done: A third party can follow the reproduction steps using only the README


GitHub PR Description Template (for copying)

Please pin this to the top of the PR body.

Objective (1 line)
RAG demo for 10 internal documents — search, citation display, and 10 eval cases

Scope

  • Corpus: ( ) PDF pages (anonymized)

  • Stack: ( )

  • Out of Scope: Production authentication, multi-tenancy

How to view the demo

  1. Clone ( )

  2. Execute ( )

  3. Example question: "( )"

eval
Refer to the 10-case table in the README. Manually ( )/10 pass.

AI Usage Areas

  • Code: ( )

  • Human Verification: ( )

Definition of Done: The above text is included in the merged or open PR.


README Top 3-Line Template (for copying)

This is the 'public face' for job applications to be pasted at the top of the repository.

Line 1: RAG demo over ( ) internal-style PDFs — retrieval + cited answers.

Line 2: Stack: ( ). Eval: 10 manual cases in `eval.md`.

Line 3: Not production — demonstrates ingestion, search, and evaluation loop in 1 week.

Japanese Version (for Resume/CV - 1 line)
Built a RAG demo for 10 internal documents (search, citation display, 10 eval cases) in 1 week.


JD Self-Assessment Sheet (for copying)

Score each item from 0/1/2 before applying (0=None, 1=Touched, 2=Demo or Production).

  1. RAG (Search Pipeline): ( )

  2. Agent Workflow: ( )

  3. eval / Test Harness: ( )

  4. Production Deployment/Monitoring: ( )

  5. Prompt Only: ( )

Total: ( )/10

Interpretation (Guideline)

  • 6 or higher: Vocabulary close to the JD of the top 27% tier

  • 4 or lower: Aim for +2 in this week's RAG demo

Definition of Done: After scoring, wrote a one-line improvement action for the lowest-rated item.


30-Day Roadmap

Week 1 — RAG Demo

  • Complete the 1-week plan above

  • Definition of Done: Have a PR or public README link

Week 2 — Verbalizing Eval

  • Summarize 10 eval cases into 3 lines for interviews (talk about the procedure, not the accuracy)

  • Definition of Done: Can explain in 1 minute

Week 3 — Job Connection

  • Apply JD self-scoring to 5 job postings and fix 1 gap

  • Definition of Done: 3 applications or saved jobs

Week 4 — The Next Project

  • Add one small PR for an Agent or eval automation

  • Definition of Done: Portfolio now has "2 projects"


Usage by Persona

Full-time Employee — Demo with PDFs within the scope of company permission. Provide the README link during promotion/transfer interviews.

Job Change — Public repositories can use anonymized corpora. Paste the 3-line README at the top of your resume.

Side Hustle/Contracting — You can reuse the same README as supporting documentation for a "10-document RAG PoC" estimate for clients (can be combined with the 0127 estimate template separately).


Relationship with short videos

Short 0125 uses the [hourly wage] hook to convey the +58% and 27% JD figures in one go. The video is an overview, while this article is for saving the 1-week plan, PR, README, and grading sheet materials. Please start Day 1 by selecting 10 PDFs.


Reference

Secondary summary (AI Pulse/Job Analysis 2026). Analysis shows that approximately 27% of engineering job postings require or prefer AI skills, and the median salary for those with AI skills is about 58% higher. This is not a guarantee for individuals.


Disclaimer

This article is a summary of secondary analysis and a procedural template for a learning RAG demo. Salaries and ratios vary significantly based on research, region, and negotiation. Please ensure you follow permissions, anonymization, and contracts when using internal documents.


Edo Tech Kawaraban — Survival Strategy in the AI Era

いいなと思ったら応援しよう!