Senior Software Engineer (AI) in London

Senior Software Engineer (AI) in London

London Full-Time 63000 - 77000 £ / year (est.) Home office (partial)
E

At a Glance

  • Tasks: Join our AI team to build innovative analytical features and improve agent workflows.
  • Company: ExTrac, a decision intelligence company transforming data into actionable insights.
  • Benefits: Competitive salary, private health insurance, education budget, and flexible working options.
  • Other info: Opportunity for career growth and to work on unique challenges in a dynamic environment.
  • Why this job: Make a real impact in AI while working on cutting-edge technology for critical decision-making.
  • Qualifications: 4+ years in software engineering, proficient in Python, and experience with production systems.

The predicted salary is between 63000 - 77000 £ per year.

About ExTrac

ExTrac is a decision intelligence company used by governments, defence organisations, financial institutions, and corporates operating in complex, fast-moving environments. Our capabilities fuse curated data sources, domain-specific AI, and deep human expertise to transform information overload into clear, actionable foresight. Our ambition is to become the analytical backbone that organisations rely on when geopolitical uncertainty becomes an opportunity or a strategic risk. More at extrac.ai.

The Role

We are looking for a Senior Software Engineer to join ExTrac's AI team, building Co-Analyst and the analytical AI features around it. Co-Analyst is a user-facing multi-agent system that works alongside intelligence analysts to research and write reports. A planning loop decomposes an analyst's question, fans work out to sub-agents, and assembles the results into a report where every claim traces back to the chunk of source it came from. Underneath sits vector search over a large unstructured corpus, across multiple languages and media types.

The agent work is the centrepiece but not the whole job. In a single quarter the work spans agent orchestration, retrieval, graph analytics, and long-running streaming pipelines, alongside the services and databases underneath them. You will own services end to end across a Python and Go codebase, working alongside the data team who own the ingestion pipelines and a research-focused ML team who train and evaluate the models we integrate and serve. The loop is short: product brings an idea, often recent and unproven, and our job is to spike an implementation and take it to a production feature. New features land close to weekly.

This hire exists to raise the AI team's throughput on hard problems, with an engineer who brings the systems depth to take an AI capability from something that works to something analysts can rely on.

What the job involves

  • Agentic and analytical AI features
  • Build and improve the agent loop itself: context assembly, tool selection, and sub-agent orchestration.
  • Build the analytical AI features that sit alongside it, from network construction through to the summaries analysts read.
  • Prove that changes are improvements, running experiments against live analyst traffic behind feature flags.
  • Agree what "better" means for a capability before shipping it, and make the call honestly when the evidence says a promising approach is not working.
  • Find workable approaches where no established pattern fits, on a dataset that rarely arrives clean.
  • Work with embeddings as more than a retrieval concern. The same vectors drive network construction and community detection.
  • Work within a model-agnostic design, swapping models and embeddings on the back of the ML team's evaluations rather than being locked to one.

Service design and delivery

  • Take an ambiguous problem, gather requirements, write a technical design, and ship to production with minimal oversight.
  • Own services end to end, including consolidating or decommissioning what they replace.
  • Design APIs used by both internal teams and customers, and hold them to clear contracts and sensible versioning as the number of consumers grows.
  • Treat the storage layer as a design concern rather than an implementation detail: schema, indexing strategy, and access patterns, across relational, document, and vector stores.
  • Contribute to and lead system design and architecture decisions.

Production engineering

  • Own supporting services end to end across Python and Go: design, build, deploy, operate.
  • Hold agent workflows to production standards for latency, cost, and reliability, in a system where non-determinism is a given.
  • Build and operate long-running streaming pipelines, including the caching and recovery behaviour that makes them survivable.

Working with analysts, product, and the ML team

  • Work directly with the analysts who use our products, turning what they hit in practice into changes in the system.
  • Iterate quickly against a live stream of product requests, flagging where they collide with longer-horizon capability work.
  • Partner with the ML team on agentic approaches, taking proven concepts to production and solving the engineering, performance, and reliability problems a research implementation does not have to.
  • Integrate and serve the models they train, and build the production infrastructure their evaluation frameworks run on.

You should apply if

  • You have built and operated production backend systems, and you want to keep doing that. You know the difference between something that demos well and something that holds up under production load, latency, and cost.
  • You will spend more of your time in Python and Go services, databases, and APIs than in a prompt file.
  • You can operate with a high degree of autonomy. You will be trusted to lead projects, make decisions, and drive outcomes. We work on open-ended problems with no established answer, and when the obvious approach fails you generate alternatives rather than stopping.
  • You have opinions about agentic frameworks and are comfortable not using one. Experience with them is useful, but we build most of our own orchestration, because off-the-shelf abstractions have not survived our requirements around evaluation, control, and production performance.
  • You can take a recent technique or paper, spike an implementation, and give a clear recommendation on whether it is worth taking further. You are as comfortable arguing to kill something as to ship it.
  • You do not trust a change until you have measured it. Reaching for the evaluation is instinct rather than afterthought.
  • You treat quality, security, and observability as engineering fundamentals rather than optional extras, and you make the case for addressing technical debt rather than living with it.
  • You raise the bar for the engineers around you in ways they would recognise: pairing on problems outside your own project, leaving reviews people learn from, and writing things down for the next person.
  • You want to work on things that matter. Our software sits underneath decisions taken by governments, defence organisations, and institutions operating where being wrong or late carries real consequences.

Where this role can take you

  • Deepen your ownership. Strong performance means larger sections of Co-Analyst, more architectural say over how the agent system evolves, and more influence over which ideas we pursue rather than only how we build them.
  • Build the engineering practice for a class of system nobody has settled yet. There are established patterns for running web services and for training models. There are none yet for operating agentic systems in production: controlling cost and latency, making non-deterministic behaviour dependable, and knowing when a change is genuinely an improvement. You will be working those out rather than applying them.
  • Breadth rather than a narrow track. The work follows the problem, which means agent orchestration one month and pipeline, retrieval, or infrastructure work the next. Engineers here have the opportunity to build depth across several areas rather than being funnelled into one.
  • Take on a different class of problem. Making our systems work inside FedRAMP environments is a major upcoming project, and engineering under that kind of constraint is a skill set that stays with you.
  • Progress without changing track. ExTrac values the IC and management paths equally: Staff Engineer and Engineering Manager sit at the same level, and taking on reports is not the price of progression.

Requirements

  • Due to the nature of our work and the clients we support, applicants must be eligible to obtain UK security clearance. We are currently only able to consider applicants who are nationals of a NATO member state, Australia, or New Zealand.
  • 4+ years of professional software engineering experience, with demonstrated ability to stand up production-grade services with comprehensive test coverage, and experience owning features end to end.
  • Proficiency in building services in Python, with working knowledge of Go or the ability to pick it up quickly.
  • Experience building and operating agentic systems, LLM applications, or production retrieval that real users depend on.
  • Solid understanding of distributed systems, databases, and software engineering patterns.
  • Experience writing performant asynchronous code that scales under real workloads.
  • Experience with cloud infrastructure and infrastructure as code, and with the CI/CD pipelines around them.
  • Experience with feature flags and trunk-based deployment.
  • Comfortable being handed a symptom rather than a diagnosis. Given a suspected memory leak, you would profile it, find the cause, and fix it.
  • Able to take a PRD and scope a technical design from it, pushing back where the proposed approach does not hold up. Equally, you look for a way through rather than concluding something cannot be done.
  • Strong communication and collaboration skills. Comfortable writing clear technical documentation and discussing requirements with colleagues from engineering and the wider team.
  • Breadth across the stack: improving deployment pipelines, understanding database behaviour, and a genuine interest in security and AI guardrails. You pick up unfamiliar tools quickly rather than needing prior expertise in a specific one.
  • An interest in validating analytical outputs and in taking analyst feedback into requirements discussions, rather than treating requirements as someone else's problem.

Desirable

  • Experience with retrieval systems and large-scale vector database performance (Elastic).
  • Experience with graph or network analysis at scale.
  • Experience building retrieval or analysis that works across multiple languages.
  • Experience with streaming pipelines and search infrastructure.
  • Experience operating multi-tenant systems where data isolation is a hard requirement.
  • Experience working in compliance-constrained environments. A significant upcoming project is making our systems work within FedRAMP environments.

Interview Process

  • Initial Intro Interview with Hiring Manager - 30 Minutes
  • Technical Assessment - 1 hour
  • Competency-based Interview - 1 hour
  • Founder interview - 30 Minutes

Benefits

  • Competitive salary based on skills and experience.
  • A generous benefits package, including Private Medical Health Insurance and enhanced pension contributions.
  • Enhanced parental leave and a workplace nursery scheme.
  • £500/year education budget with more expensive items (like conferences) covered with manager approval.
  • 33 days of leave across the year inclusive of bank holidays.
  • Flexible working. The team is typically in our central London office two days a week, and you are welcome to come in up to five.

ExTrac AI provides equal employment opportunities (EEO) to all employees and applicants for employment without regard to race, colour, religion, sex, national origin, age, disability, genetic information, sexual orientation, gender identity, or gender expression. We are committed to a diverse and inclusive workforce and welcome people from all backgrounds, experiences, perspectives, and abilities.

ExTrac AI is committed to a fair and transparent hiring process. We confirm that this advertisement is for an active, existing open role within our organisation. Please be advised that we may use artificial intelligence-driven tools to assist our recruitment team in screening, assessing, and selecting candidates for this position but all hiring decisions will be made by a member of our team.

Senior Software Engineer (AI) in London employer: ExTrac AI

ExTrac is an exceptional employer, offering a dynamic work environment in the heart of London where innovation meets purpose. With a strong focus on employee growth, we provide generous benefits including private medical insurance, enhanced parental leave, and a £500 annual education budget, fostering a culture of continuous learning and collaboration. Join us to work on meaningful projects that impact critical decisions for governments and institutions, while enjoying flexible working arrangements and a commitment to diversity and inclusion.

E

Contact Details:

ExTrac AI Recruitment Team

StudySmarter Expert Advice🤫

We think this is how you could land Senior Software Engineer (AI) in London

Join Local Tech Meetups

Get out there and mingle with fellow developers by joining local tech meetups. It’s a fantastic way to meet people who might be working at ExTrac AI or know someone who does. Plus, you can pick up some trendy tech skills and trends while you're at it!

Contribute to Open Source Projects

Show off your coding chops by jumping into open-source projects. Not only does this give you practical experience, but it also gets you noticed in the dev community. You'll create a killer portfolio that speaks volumes about your skills to ExTrac AI.

Tap into Online Developer Communities

Don’t underestimate the power of online developer communities like GitHub, Stack Overflow, and even Reddit. Participate in discussions, share your projects, and build your visibility. We can often find opportunities through these channels that can lead to a full-time gig at companies like ExTrac AI.

Explore Job Boards Specifically for Tech Roles

Keep your eyes peeled on job boards that focus on tech roles. Sites like TechCareers or Stack Overflow Jobs can often have listings for companies like ExTrac AI that might not show up on broader job sites. Make it a habit to check these regularly, and don’t hesitate to apply directly through our website!

We think you need these skills to ace Senior Software Engineer (AI) in London

Python
Go
Production Engineering
Distributed Systems
Asynchronous Code
Cloud Infrastructure
CI/CD Pipelines

Some tips for your application 🫡

Show off your coding skills:When applying for a software engineering role, it's super important to showcase your coding skills. Make sure your CV includes your tech stack, any relevant programming languages you’re comfortable with, and examples of projects you've worked on. If you have a GitHub profile, link it up! We love to see code in action.

Tailor your portfolio:For a full-time role, we’d expect to see some solid examples of your work in your portfolio. Make sure to include at least two or three projects that highlight your problem-solving skills and your ability to work with different technologies. Focus on the projects that are most relevant to the position at ExTrac AI.

Craft a killer cover letter:Your cover letter is your chance to stand out—make it personal! Explain why you want to work at ExTrac AI and how your skills align with the role. Show us your passion for software development. We dig enthusiastic candidates who understand the value of collaboration and continuous learning!

Be clear and concise:When it comes to writing your CV and cover letter, clarity is key. Avoid jargon that could confuse us and stick to simple, direct language. Highlight your achievements with quantifiable results where possible, and keep everything easy to read. A well-organised application goes a long way!

How to prepare for a job interview at ExTrac AI

Brush Up on Your Coding Skills

For a full-time software engineering role, it's crucial that we stay sharp with our coding abilities. Expect technical questions that might involve solving problems on the spot or discussing algorithms. Practise on platforms like LeetCode or HackerRank to get comfortable with the types of questions that often come up.

Know Your Tools and Frameworks

Make sure we’re well-acquainted with the tools and technologies listed in the job description. Familiarise ourselves with any specific frameworks or programming languages mentioned. If ExTrac AI uses React or Node.js, for instance, be ready to discuss how we’ve used them in previous projects or coursework.

Showcase Your Projects

Bring along a portfolio that highlights our best work. This could be code samples, GitHub repositories, or any side projects we’ve built. Make sure we can talk through our thought process for each project, especially the challenges we faced and how we solved them—this shows our problem-solving skills in action.

Prepare for Behavioural Questions

While technical skills are key, full-time positions also require cultural fit. Be ready to discuss our previous experiences and how we handle teamwork, conflict, and deadlines. Brush up on the STAR method—Situation, Task, Action, Result—to clearly articulate our past experiences when discussing how we've contributed to a team.