What this guide covers

This is a practical plan for engineers, analysts, domain specialists and technically-minded operations people who want to do AI work and would prefer not to burn eighteen months of accrued context, notice periods and relationships to get there. It assumes no existing AI team, no budget of your own, and no permission. It assumes you have a job, a manager, and roughly five hours a week you can direct.

The plan has five phases across twelve weeks, followed by the negotiation, which is the part most people get wrong. Everything in it works in a 200-person startup in Bristol and in a 40,000-person global capability centre in Hyderabad, though the political texture differs and I have flagged where.

Why the internal route is underrated

The market data explains why this door is open. Demand for AI engineers has been growing far faster than supply — reported at roughly 40 per cent year on year against a talent pool growing 15 to 20 per cent. In India, around 11.7 per cent of all job postings now explicitly require AI skills, up from 8.2 per cent a year earlier. In the UK, IT Jobs Watch data shows AI engineer job adverts rising by over 1,100 per cent between 2024 and 2026, and Indeed Hiring Lab reports postings mentioning generative AI up around 350 per cent across industries.

Now look at the same shortage from your employer's side of the desk. They cannot hire the people they need. External hiring costs three to five times an internal placement once sourcing, agency fees, interviewing, onboarding and ramp-up are counted. And organisations with strong internal mobility see employees stay substantially longer — one widely-cited figure puts it at around 60 per cent longer tenure.

You are, in other words, sitting on an asset your employer values and cannot buy: someone who already understands the domain, the data, the systems and the politics, and who is asking to be retrained rather than replaced. The reason this does not happen automatically is almost never hostility. It is that nobody has connected the demand to you, in writing, with evidence.

Dimension Internal move External switch
Time to first AI work Weeks — you can start unofficially Months — after search, interview, notice
Evidence required One measured internal result Portfolio plus interview performance
Domain knowledge Retained in full — often your edge Reset to zero
Pay outcome if unmanaged Poor — lateral band is the default Good — market rate is the default
Risk if it fails Low — you keep your job High — probation in a new field
Ceiling Capped by your employer's AI ambition Capped by the market

Read the last two rows together, because they contain the honest trade. The internal route is dramatically lower risk and structurally worse on pay unless you actively manage it. The rest of this guide is largely about managing it.

Weeks 1 to 3 — find the demand, not the team

The instinct is to look for the AI team and ask to join. Resist it. If there is an AI team, it has a queue of applicants and a hiring bar defined by external candidates. What you want is unmet demand with a frustrated owner attached.

Spend three weeks doing genuine internal research. This is reconnaissance, not networking.

  • Read the strategy documents you already have access to. Board updates, annual plans, the CEO's all-hands deck. Nearly every one of them now contains an AI paragraph. That paragraph is a commitment somebody has to deliver against, and the person who owns it is frequently short of people.
  • Find the expensive text. Where does your organisation pay humans to read, classify, summarise or draft? Support ticket triage, contract review, claims handling, compliance checks, RFP responses, internal knowledge search. These are the places where a small, well-scoped model application produces a measurable number.
  • Listen for the complaint. The single highest-value signal is a manager who says out loud that something takes too long. Write down their exact words. You will use them later.
  • Map who already has budget. In a GCC or a large UK enterprise, the AI budget is often held somewhere unexpected — a transformation office, a data function, a CTO discretionary line. Find it. Proposals that arrive next to existing budget move faster.
Pro tip

Ask for fifteen minutes with three people whose work you would like to improve, and open with "what part of your week do you most wish went away?" You are not pitching. You are collecting the problem statement in the words of the person who owns it, which is the single most useful artefact you will produce in this entire process.

Weeks 3 to 8 — build one narrow thing, properly

Now build. Not a demo, not a proof of concept, and emphatically not a chatbot for everything. One narrow task, done to a standard you would defend in code review, with measurement attached.

Scope discipline is the whole game here. The correct size is something a single person can build in five hours a week for five weeks and that produces a number at the end. Some shapes that reliably work:

  • Classification with a measured baseline. Route incoming tickets, tag documents, flag anomalies. Measure against how the humans currently do it, on the same sample.
  • Extraction into structured output. Pull specified fields out of invoices, contracts, forms or reports into validated JSON. Our guide to structured-output prompting patterns covers the reliability work this needs.
  • Internal retrieval over documents nobody can find. Almost every organisation has a wiki nobody searches successfully. This is a well-understood problem with a visible before-and-after.
  • Drafting with a human in the loop. First-draft responses that a person edits. Measure edit distance and time saved, not acceptance rate.

Whatever you choose, build the evaluation before you build the feature. A hundred hand-labelled examples with a golden answer is enough, and it is the difference between "this seems to work" and "this is 91 per cent accurate on a held-out set, against a human baseline of 87 per cent". The second sentence changes careers; the first does not. Our evaluation suite guide is the reference for doing this properly at small scale.

Watch out

Do not put company data into a personal account of any AI service. This is the single fastest way to convert a promising internal move into a disciplinary conversation, and it is particularly serious under India's DPDP regime and the UK's data protection framework where personal data is involved. Use whatever sanctioned tooling exists, ask your security team first, and if nothing sanctioned exists, use synthetic or thoroughly anonymised data and say so explicitly in your write-up. Asking permission here also has a hidden benefit: it introduces you to the people who will later have to approve anything real.

Weeks 8 to 10 — write the memo

The artefact that moves you is not the code. It is one page of prose that a manager can forward to their manager without editing it.

Write it as a business document, not an engineering document. The structure below has worked repeatedly in both Indian and British corporate contexts, though British organisations tend to want the risk section fuller and Indian GCCs tend to want the effort estimate firmer.

SUBJECT: [Process name] — pilot results and proposal

THE PROBLEM
  [Owner's own words, quoted.] Currently takes [N] hours per week
  across [team]. At [loaded hourly rate] that is [£/₹ X] per year.

WHAT I BUILT
  A [one sentence]. Five weeks, [N] hours of my own time, no budget.

THE RESULT
  Measured on [N] held-out examples against the current process:
    Accuracy:     [X]% vs [Y]% human baseline
    Time per item:[A] sec vs [B] min
    Est. saving:  [£/₹ Z] per year at current volume
  Full method and limitations: [link to internal doc]

WHAT IT DOES NOT DO YET
  [Two or three honest gaps. This paragraph is why people
   believe the rest of the memo.]

WHAT I AM PROPOSING
  [Specific ask: N days a week, a named role, a team to sit in,
   a budget line. One option, not three.]

RISKS AND CONTROLS
  [Data handling, review process, failure mode, rollback.]

Two notes on this template. The "what it does not do yet" section is not modesty, it is credibility — readers who have sat through vendor pitches are primed to distrust anything without a limitations section, and including one moves you from salesperson to engineer in the reader's mind. And the ask must be a single specific option. A memo that offers three possibilities invites a decision to defer.

Recommended

Send the memo to the problem owner first, not to your own manager, and ask them one question: "is this number right?" If they confirm your savings figure, you now have an internal sponsor who owns the benefit. A proposal that arrives with a business sponsor attached is a completely different object from one that arrives from an engineer who wants a new job.

Weeks 10 to 12 — the conversation, and the pay trap

Have the conversation with your manager before the memo circulates widely. Managers who discover their report's career plan from someone else react badly, and you need them as an ally rather than an obstacle.

Frame it as a retention conversation without threatening anything. The honest version is usually something like: "I want to be doing this work in two years. I would strongly prefer to do it here. Here is what I have already built. What would need to be true for that to happen?" That sentence gives your manager the information they need to advocate for you and does not force them into a defensive position.

Then handle the pay question, because this is where internal moves quietly cost people money for years. The default administrative path for an internal transfer is a lateral move at your existing band. It requires no approvals, no benchmarking and no awkward conversations, which is exactly why it happens.

  1. Benchmark before you ask. Know the external range for the role you are moving into in your city and market. Our India and UK pay benchmark guide has current figures and, more usefully, the sources so you can cite them rather than assert them.
  2. Ask at the point of the move. Not at the next review. The moment your job description changes is the only moment where the band question is naturally on the table. After that you are asking for a raise in a role you already hold, which is a much harder conversation.
  3. Separate the two decisions explicitly. "I would like to move into this role, and I would like us to level it against the external market at the same time." Two sentences, both reasonable, and saying them together prevents the move from being used as the compensation.
  4. If the band cannot move immediately, get the mechanism in writing. A named review date with named criteria is worth having. A vague promise to "revisit" is worth nothing, and you will not remember the conversation the same way your manager does in nine months.

If you want the fuller version of this negotiation, including how to handle the two-tier market where external hires arrive above internal staff, see our guide to salary negotiation in a two-tier market.

Moving into AI work? Make it visible outside your company too.

AI Tech Connect lists AI engineers, founders and researchers across India and the UK — and the people hiring browse it to find them. Adding your profile is free, and Founding Builder spots are limited.

Become a Founding Builder →

The market context you should mention, and the part you should not

Some evidence genuinely helps your case. The cost asymmetry between internal and external hiring is a fact your HR function already knows and will confirm. The retention data is credible and flattering to the decision-maker. Specific market shortage figures for your region are useful because they explain why the external option they are imagining is harder than they think.

What does not help is anything that reads as a threat, however gently phrased. "The market rate for this is much higher" is a fact when you are discussing banding and a threat when you are discussing whether the move happens at all. Keep those two conversations in the order given above — move first, band second — and the same information lands as reasoning rather than leverage.

The first ninety days after you land

Internal movers face a specific problem that external hires do not: everyone still thinks of you as your old role. Two things fix this faster than time does.

First, close the old job cleanly. Write the handover document, name the successor, and stop attending the meetings. Internal moves fail most often not through incompetence in the new role but through a slow bleed of the old one, where you end up doing both jobs badly. Be blunt about the cut-off date.

Second, ship something small in the new role within six weeks that has nothing to do with your pilot. Your pilot is what got you here; it is also, in your new colleagues' minds, the only thing you can do. A second, unrelated delivery is what converts you from "the person who did the ticket-routing thing" into an AI engineer. Our 30-60-90 plan for new AI engineers applies directly, with the caveat that your relationship-building phase is already done and you can spend that time on technical depth instead.

From a verified Builder

"The thing nobody tells you about the internal route is that the domain knowledge you already have is worth more than the AI skills you are anxious about lacking. External hires routinely take the better part of a year to work out what a good outcome even looks like in an unfamiliar business. Someone moving internally knows that on day one. That is the whole advantage, and it is the one people most often talk themselves out of using."

— PremKumar, Verified Builder · Chennai, India

When to stop trying internally

The internal route is not always available, and recognising that early saves months. Three signals should end the attempt.

The first is praise without structure. You deliver a measured result, everyone is delighted, and nothing changes about your job description, your team or your band. If this happens twice, the organisation has learned that it can get AI work from you for free, and it will keep doing so.

The second is a blocked manager with no route around them. Some managers will not release a productive report, and that is a rational if unpleasant position for them to hold. If your manager blocks it and their manager will not engage with the memo, the internal path is closed regardless of the quality of your work.

The third is fully outsourced AI. If every model your employer uses arrives through a consultancy or a vendor, there is no internal capability being built and therefore no internal role to grow into. This is common in mid-sized UK enterprises and in some Indian GCC arrangements where the parent retains all AI work.

In all three cases, the effort was not wasted. You now have a measured, real-world result with a business number attached, which is precisely the artefact that external AI hiring processes screen for — and considerably better evidence than the tutorial projects most candidates bring. Our guides to proof-of-work portfolios and what hiring managers actually score cover how to present it, and the backend-to-AI transition roadmap covers the external path in full.

The twelve-week plan on one page

Weeks What you do What you should have at the end
1–3 Internal reconnaissance; three conversations with problem owners A problem statement in the owner's own words, and a rough annual cost
3–5 Build the evaluation set; establish the human baseline 100 labelled examples and a defensible baseline number
5–8 Build the narrow solution; measure against the baseline A working thing and a comparison table
8–10 Write the memo; get the problem owner to confirm the savings number One page, one ask, one business sponsor
10–12 Manager conversation; then banding conversation A decision, or a clear signal that there will not be one

Five hours a week for twelve weeks is sixty hours. That is less time than most people spend on the interview process for a single external role, and it produces something that is useful whichever way the decision goes. That asymmetry is the argument for trying the internal route first, even if you suspect you will end up leaving anyway.