At a Glance
- Tasks: Join our AI team to build innovative software that transforms complex data into actionable insights.
- Company: ExTrac, a cutting-edge decision intelligence company with a focus on AI.
- Benefits: Enjoy competitive salary, private health insurance, generous leave, and a £500 education budget.
- Other info: Flexible working environment with opportunities for career growth and diverse projects.
- Why this job: Make a real impact by developing AI features that support critical decisions for governments and organisations.
- Qualifications: 2+ years in software engineering, proficient in Python, and eager to learn Go.
The predicted salary is between 56700 - 69300 £ 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 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 hybrid retrieval over a large unstructured corpus: analyst intent translated into structured filters, combined with keyword and dense vector search, 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 well-defined features and components end to end across a Python and Go codebase, working alongside senior engineers who set technical direction, 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 add capacity on the AI team's hard problems: an engineer who can independently deliver well-scoped features and components, and who is building towards owning more of the system end to end.
What the job involves
- Agentic and analytical AI features
- Build and improve components of the agent loop itself: context assembly, tool selection, and sub-agent orchestration, with guidance from senior engineers on the team.
- Build the analytical AI features that sit alongside it, from network construction through to the summaries analysts read.
- Help prove that changes are improvements, running experiments against live analyst traffic behind feature flags.
- Contribute to agreeing what 'better' means for a capability, and flag honestly when the evidence says a promising approach is not working.
- 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 a well-defined problem, clarify requirements with your lead or a senior engineer, and ship it to production with regular check-ins rather than close oversight.
- Own features and components end to end within a single system, contributing to system design and architecture discussions and taking on more of the design work as you build context.
- Build and maintain APIs used by internal teams and customers, following established contracts and versioning conventions.
- Work with the storage layer as a design concern rather than an implementation detail: schema, indexing strategy, and access patterns, across relational, document, and vector stores.
Production engineering
- Build and operate supporting services across Python and Go, with growing ownership of design, deployment, and operations as you build track record.
- Help 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, helping take proven concepts to production and working through the engineering, performance, and reliability problems a research implementation does not have to.
- Help integrate and serve the models they train, and contribute to the production infrastructure their evaluation frameworks run on.
You should apply if
- You have built and worked on production backend systems, and you want to keep doing that. You will spend more of your time in Python and Go services, databases, and APIs than in a prompt file, and you know the difference between something that demos well and something that holds up under production load, latency, and cost.
- You can work independently on well-defined problems, and know when to flag ambiguity or ask for input rather than guessing. When the obvious approach fails, you look for another one before escalating.
- You are curious about agentic frameworks and comfortable working without 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, help spike an implementation, and reason clearly about whether it is worth taking further.
- You do not trust a change until you have measured it. Reaching for the evaluation is instinct rather than afterthought.
- You actively seek feedback and act on it, and you look for opportunities to pair with and learn from the engineers around you.
- 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
- Grow into full ownership. Strong performance means owning larger features and whole services end to end, writing the technical designs others build on, and leading reviews rather than only taking part in them. That is the path to Senior, and it is a path we will actively work with you on.
- 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.
- Work on 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 helping work those out, and that experience is still rare.
- 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.
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.
- 2+ years of professional software engineering experience, with demonstrated ability to build and ship production-grade services with solid test coverage, and experience owning features or components end to end within a larger system.
- Proficiency in building services in Python, with working knowledge of Go or the ability to pick it up quickly.
- Some exposure to agentic systems, LLM applications, or retrieval running in production, or clear evidence you would pick them up fast.
- A good understanding of distributed systems and databases, including writing asynchronous code that performs under load.
- Experience with cloud infrastructure and the CI/CD pipelines around it.
- Comfortable working with 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, asking for support when you get stuck.
- Able to take a well-defined requirement and scope a technical approach from it, asking clarifying questions up front rather than assuming. You communicate clearly in writing and can produce documentation colleagues can follow, and you look for a way through rather than concluding something cannot be done.
- Breadth and curiosity across the stack: an interest in deployment pipelines, database behaviour, security and AI guardrails, and in validating analytical outputs and feeding analyst feedback into requirements. You pick up unfamiliar tools quickly rather than needing prior expertise in a specific one.
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 infrastructure as code, 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.
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 opportunities to take ownership of significant projects and collaborate with talented professionals in AI and software engineering. Our generous benefits package, including flexible working arrangements and a commitment to diversity, ensures that every team member can thrive both personally and professionally while contributing to impactful solutions for our clients.
StudySmarter Expert Advice🤫
We think this is how you could land 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 Software Engineer (AI) in London
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.