
Experience: 5+ years production software engineering, with 2+ years working directly on LLM or agent systems in production.
Location: Remote
To streamline and fast-track screening, please submit your details here (if you haven’t already): https://airtable.com/appbtkr4odapnb5I6/pagqo91lKv3VJg3GT/form
We’ll review your responses as part of the initial screening process. Please make sure you complete and submit all details through the form to be considered for the next stage. Submissions outside the form may not be considered.
Why This Role Matters
Terrabase builds agent infrastructure that enterprise customers rely on daily for SQL generation, forecasting, data analysis, and artifact delivery. Our orchestration layer routes between specialized sub-agents, manages typed handoff contracts, runs structured eval suites, and enforces correctness across every turn.
This is not a research-prototype role. You will build and evolve agent architecture, but always in service of making the system observable, typed, evaluated, recoverable, and boringly reliable in production.
What You Will Do
Own the harness architecture and middleware stack. Our LangGraph orchestrator routes between sub-agents through a layered middleware stack: file upload handling, source resolution, local context, workspace sync, state hydration, aggregation barriers, and typed handoff contracts. You will extend this stack, enforce its contracts in code, and keep it operational as routing logic and agent surfaces evolve.
Maintain typed contracts and boundaries. Agent handoffs at Terrabase carry typed contracts with barrier conditions and retry predicates. You will design these contracts, enforce them with strict typing, manage backward compatibility when contracts change, and write the contract tests that prevent silent regressions.
Own the eval suites. We run structured eval suites across routing decisions, context-resolution accuracy, multi-turn coherence, visual reference alignment, and artifact correctness. You will extend coverage, write new evals where gaps exist, and build CI gates that block releases when regressions are detected. A routing change or prompt change with no eval coverage does not ship.
Triage production failures and close the loop. When an agent turn fails in production, you will trace it in LangSmith, identify the failure class, and convert it into a durable regression test. You will own the release gates, keep prompts and runtime contracts in sync, manage feature flag rollout risk, and remove dead paths as the system evolves.
Own SQL and artifact correctness. Our agents generate SQL over customer schemas and produce structured artifacts (reports, dashboards, data sheets) under a strict schema contract. You will own the correctness layer: source grounding, schema-aware validation, provenance surfaces, and the eval infrastructure that catches generated artifact failures before they reach customers.
Build and maintain HITL workflows. Human-in-the-loop checkpoints let users intervene, redirect, or approve mid-chain. You will design these workflows, enforce their resumable state contracts, and ensure they degrade gracefully when interrupted.
Instrument for traceability. You will extend LangSmith tracing coverage, add structured span annotations, and build the tooling that lets us diagnose a bad agent turn from production trace data alone, without requiring a local reproduction.
What We Are Looking For
- 5+ years production software engineering, with strong Python fundamentals
- 2+ years working hands-on with LLM-based systems: agent loops, tool use, context management, or inference pipelines
- Experience with LangGraph, LangChain, OpenAI/Anthropic tool-use systems, or equivalent multi-step agent/runtime orchestration
- Practical eval engineering: you have built or extended eval harnesses, written automated test cases for agent behavior, and treated evaluation as an ongoing engineering discipline
- Strong engineering hygiene: strict typing, small interfaces, contract tests, clear schema migrations, and CI discipline
- Ability to debug from production traces and artifacts, not only local reproductions
- Comfort working across prompts, Python runtime code, TypeScript product surfaces, data systems, and eval infrastructure
- Systems thinking: you design for observability, recovery, and state management, not just the happy path
- Maintenance ownership mindset: you triage, close loops, and leave systems more debuggable than you found them
- Pragmatic judgment: you can distinguish between reliability-critical infrastructure and speculative abstraction
Bonus Points
- HITL workflow design: checkpoints, approvals, mid-chain interrupts, resumable state
- Context engineering depth: chunking strategies, retrieval-augmented generation, semantic routing, re-ranking
- Experience with LangSmith, Weights and Biases, or similar trace and evaluation platforms
- Prior work shipping agent systems to enterprise customers where SQL or data correctness is a hard requirement
- Experience with mypy, Pydantic contracts, or strict typing disciplines in a production Python codebase
Life at Terrabase
We are a sharp, focused, fully remote team building agent infrastructure that enterprise customers trust with their data. You will work directly alongside the engineer who designed this harness, with broad ownership, generous compute budgets, and a culture that treats reliability as a product requirement, not a research topic.
Terrabase is an equal-opportunity employer. We celebrate diversity and are committed to building an inclusive environment for every team member.

About Terrabase
About
Company social profiles
Similar jobs
Senior Xano Developer
Visual Backend Development, APIs & AI-Assisted Build
📍 Mumbai (On-site) | Full-time | 3-5 years
About the Role:
Unico Connect is an AI-first technology partner that builds custom mobile, web, and AI products for clients across multiple geographies.
We are hiring a Xano Developer who will build backend systems and APIs for our customer engagements on Xano, the visual backend development platform.
The mandatory requirement for this role is hands-on production backend engineering experience, including PostgreSQL data modelling and REST API design, in either a Node.js or Python environment.
Prior production work on Xano is strongly preferred.
The role is hands-on and customer-facing. You will own backend delivery across engagements: designing data models, building API flows in Xano, integrating third-party services, and partnering with frontend, mobile, and AI engineers on contracts and behaviour.
The work spans all three Xano build modes: no-code function stacks, custom code through Xano’s scripting and code blocks, and Xano’s AI assistance and agentic features.
A typical week includes a data model review for a new engagement, building a complex API flow in Xano, integrating a third-party webhook, and a customer working session on a new module.
Responsibilities:
Backend Delivery on Xano
Own end-to-end backend implementation on Xano: database schema, API endpoints, function stacks, background tasks, and integrations.
Ship production-ready work that meets customer requirements and engineering quality standards.
Build Across All Three Xano Modes
Use Xano’s no-code function stacks for standard CRUD and business logic.
Drop into custom code (JavaScript, Python through code blocks, expressions) where visual flows would be unwieldy.
Use Xano’s AI assistance and agentic features to accelerate routine build work.
Database Design on PostgreSQL
Own data model decisions for each engagement: table design, relationships, indexes, addons, and query performance.
Make schema choices that hold up as product usage grows and that map cleanly to the API contracts the client needs.
API Design and Integration
Design clean REST API contracts that the frontend, mobile, and third-party consumers can rely on.
Cover authentication, input validation, pagination, error handling, and rate limiting.
Integrate external services (payment gateways, messaging, storage, AI providers) through Xano’s connectors and custom requests.
Product Thinking and Solutioning
Translate fuzzy product asks from customers into concrete backend solutions.
Ask the right questions about edge cases, data lifecycle, multi-tenancy, and access control before building.
Push back on requirements that will cause pain later.
Customer Communication
Work directly with customers in discovery, design reviews, demos, and weekly working sessions.
Explain trade-offs in plain language, present options with clear recommendations, and write tight technical updates.
AI-Assisted Backend Development
Use Xano’s built-in AI features as well as external AI tools (Claude, Cursor, and similar) day to day for schema drafts, function stack scaffolding, query writing, integration setup, and review.
Develop strong instincts for when AI output is usable as-is and when it must be reworked.
Quality, Testing, and Reliability
Test the flows you ship.
Set up sensible error handling, logging, and alerts for the backend services you own.
Participate in incident response when something breaks in production.
Documentation and Handover
Document data models, API contracts, and non-obvious decisions inside Xano and in shared docs so the rest of the team and the customer can pick up the work without you in the room.
Continuous Learning
Track changes to the Xano platform, including new features, performance improvements, and AI capabilities.
Apply them to active engagements where they reduce build effort or improve product outcomes.
Requirements:
Hands-on Production Backend Engineering Experience (Mandatory)
Must have personally shipped backend systems to production for real users, with ownership of API design and data modelling.
POCs, coursework, and internal-only tools do not qualify.
3 to 5 Years of Professional Backend Engineering Experience
In either a Node.js or Python environment.
Candidates with slightly less time but strong demonstrated ownership are welcome to apply.
Strong PostgreSQL Skills
Schema design, indexing, query writing, and migrations on at least one production system.
Able to reason about query performance and design data models that hold up under realistic product usage.
REST API Design and Integration Depth
Comfort designing API contracts that are clean, predictable, and easy for frontend, mobile, and third-party consumers to work with.
Experience integrating external services such as payment gateways, messaging providers, storage, and AI APIs.
Familiarity with at Least One Node.js or Python Backend Stack
Such as Express, NestJS, Fastify, FastAPI, Django, or Flask.
Comfort reading and writing application code outside of visual environments when the situation calls for it.
Product Thinking and Solutioning
Ability to take a fuzzy product brief, ask the right questions, and propose a backend design that is fit for purpose.
Strong instincts for what to build first, what to defer, and what not to build.
Strong Written and Spoken English Communication
Confident in customer working sessions and design reviews.
Comfortable writing precise technical documentation and explaining trade-offs to non-engineering stakeholders.
Cloud and Deployment Fundamentals
Working knowledge of at least one of AWS, GCP, or Azure: deploying services, reading logs, managing environments, and basic operational tasks.
Familiarity with Docker is a plus.
Bachelor’s Degree
Bachelor’s degree in Computer Science, Information Technology, or a related engineering discipline.
Exceptional candidates with demonstrable production experience and strong portfolios may be considered without a formal degree.
Nice to Have
- Prior production experience on Xano, Bubble, Retool, or comparable visual or low-code backend platforms
- Full stack experience with React, Next.js, React Native, or Flutter
- Experience integrating LLM APIs (OpenAI, Anthropic, Google) into backend workflows
- Multi-tenant SaaS product experience
- Prior agency, consulting, or product-engineering experience
Numino Labs
Business: Software product engineering services: Pune, Goa.
Clients: Software product companies in the USA.
Business model: Exclusive teams for working on client products; direct and daily interactions with clients
Client
Silicon Valley startup in genAI: 45m+ in funding.
Product: B2B SaaS.
Core IP: Physics AI foundation model for hardware designers with specific focus on semi-conductor chip design.
Customers: World's top chip manufacturers
Responsibilities
- Team player: Delivers effectively with teams; interpersonal skills, communication skills, risk management skills
- Technical Leadership: Works with ambiguous requirements, designs solutions, independently drives delivery to customers
- Hands on coder: Leverages AI to drive implementation across Reactjs, Python, DB, UnitTest, TestAutomation & Cloud Infra & CI/CD Automation.
Requirements
- Strong computer science fundamentals: data structures & algorithms, networking, RDBMS, and distributed computing
- 8-15 years of experience on Python Stack: Behave, PyTest, Python Generators & async operations, multithreading, context managers, decorators, descriptors
- Python frameworks: FastAPI or Flask or DJango or SQLAlchemy
- Expertise in Microservices, REST/gRPC APIs design, Authentication, Single Sign-on
- Experience in high performance delivering solutions on Cloud
- Some experience in FE: Js & Nextjs/ReactJs
- Some experience in DevOps, Cloud Infra Automation, Test Automation
Key skills : Python, Numpy, Panda, SQL, ETL
Roles and Responsibilities:
- The work will involve the development of workflows triggered by events from other systems
- Design, develop, test, and deliver software solutions in the FX Derivatives group
- Analyse requirements for the solutions they deliver, to ensure that they provide the right solution
- Develop easy to use documentation for the frameworks and tools developed for adaption by other teams
Familiarity with event-driven programming in Python
- Must have unit testing and debugging skills
- Good problem solving and analytical skills
- Python packages such as NumPy, Scikit learn
- Testing and debugging applications.
- Developing back-end components.
Job Title: Django Developer
Job Overview:
We are seeking a skilled Django developer to join our dynamic team. The ideal
candidate will have hands-on experience with the Django framework, proficiency in
Python, and a strong understanding of web development best practices. The Django
developer will be responsible for designing, implementing, testing, and maintaining
web applications that meet our clients; needs.
Responsibilities:
Design and develop robust, scalable, and secure web applications using the
Django framework.
Collaborate with cross-functional teams to define, design, and ship new
features.
Write clean, maintainable, and efficient code.
Integrate user-facing elements using HTML, CSS, and JavaScript. Implement
and maintain RESTful APIs.
Collaborate with front-end developers to integrate user-facing elements with
server-side logic.
Work with databases, including designing schemas, writing queries, and
optimising performance.
Troubleshoot, debug, and resolve issues in the development and production
environments.
Stay up-to-date with the latest industry trends, technologies, and best
practices.
Participate in code reviews and provide constructive feedback to peers.
Requirements:
Proven experience as a Django developer or similar role.
Strong understanding of Python and the Django web framework.
Experience with front-end technologies, including HTML, CSS, and JavaScript.
Knowledge of relational databases, ORM (Object-Relational Mapping), and
database design.
Familiarity with version control systems (e.g., Git).
Understanding of web security best practices.
Your responsibilities as a backend engineer will include:
- Back-end software development
- Software engineering and designing data models and write effective APIs
- Working together with engineers and product teams
- Understanding business use cases and requirements for different internal teams
- Maintenance of existing projects and New feature development
- Consume and integrate classifier/ ML snippets from Data science team
What we are looking for:
- 2+ years of industry experience with the Python and Django framework.
- Degree in Computer Science or related field
- Good analytical skills with strong fundamentals of data structures and algorithms
- Experience building backend services with hands-on experience through all stages of Agile software development life cycle.
- Ability to write optimized codes,debug programs, and integrate applications with third party tools by developing various APIs
- Experience with Databases.
- Experience with writing REST-APIs.
- Prototyping initial collection and leveraging existing tools and/or creating new tools
- Experience working different types of datasets (e.g. unstructured, semi-structured, with missing information)
- Ability to think critically and creatively in a dynamic environment, while picking up new tools and domain knowledge along the way
- A positive attitude, and a growth mindset
Bonus:
- Experience with relevant Python libraries such as Requests, sklearn, Selenium
- Hands on experience in Machine learning implementations
- Experience with Cloud infrastructure (e.g. AWS) and relevant microservices
- Good Humor
Note- We are currently working from home due to the pandemic. If selected you may work from a remote location though once office reopens candidate must work from Office.
Dear Candidate,
I came across your candidature and want to discuss on a suitable role with us.Please find below JD and do reply with updated resume. Software Development Engineer – SDE 2. Bengaluru/Hyderabad/Gurgaon/Chennai/Pune As a Software Development Engineer at Amazon, you have industry-leading technical abilities and demonstrate breadth and depth of knowledge. You build software to deliver business impact, making smart technology choices. You work in a team and drive things forward. Top Skills You write high quality, maintainable, and robust code, often in Java or C++ or C# You recognize and adopt best practices in software engineering: design, testing, version control, documentation, build, deployment, and operations. You have experience building scalable software systems that are high-performance, highly-available, highly transactional, low latency and massively distributed. Roles & Responsibilities You solve problems at their root, stepping back to understand the broader context. You develop pragmatic solutions and build flexible systems that balance engineering complexity and timely delivery, creating business impact. You understand a broad range of data structures and algorithms and apply them to deliver high-performing applications. You recognize and use design patterns to solve business problems. You understand how operating systems work, perform and scale. You continually align your work with Amazon’s business objectives and seek to deliver business value. You collaborate to ensure that decisions are based on the merit of the proposal, not the proposer. You proactively support knowledge-sharing and build good working relationships within the team and with others in Amazon. You communicate clearly with your team and with other groups and listen effectively. Skills & Experience Bachelors or Masters in Computer Science or relevant technical field. Experience in software development and full product life-cycle. Excellent programming skills in any object-oriented programming languages - preferably Java, C/C++/C#, Perl, Python, or Ruby. Strong knowledge of data structures, algorithms, and designing for performance, scalability, and availability. Proficiency in SQL and data modeling.
About Strata
Strata is a commercial real estate investment platform that offers investors the opportunity to invest in pre-leased commercial assets such as offices, warehouses, and retail spaces across India.
We are one of the fastest-growing Fintech platforms in India and are backed by Elevation Capital, Mayfield, Kotak Investment Advisors, Gruhas (a venture by Nikhil Kamath of Zerodha), and DLF Family Office.
Our headquarter is in Bangalore, India.
We are a small yet close-knit team of 35+ people.
Job Description
- Collaborate with a team of engineers and managers to create applications used by our Investors, Channel Partners and Operations Team
- Write clean, self-documenting code that follows best practices and design patterns
- Provide creative ideas to improve our product and technology
- Think beyond the specifics of a ticket in order to delight customers or grow the business
- Be a self-starter that can, at times, take initiative and execute on projects with little direction
Minimum qualifications
- 3-5 years of experience
- Expert in Python with knowledge on at least one industry standard framework like Django, Flask, etc.
- Solid knowledge of developing backend applications
- Have a strong demonstrated ability to ship high-quality products
- Self-motivated, collaborative, and diligent work ethic
- Experience using Docker and cloud technologies such as Amazon Web Services (AWS)
- Database design skills
- B Tech/BE or M.Tech/ME in Computer Science or equivalent from a reputed college.
- Experience level of 7+ years in building large scale applications.
- Strong problem solving skills, data structures and algorithms.
- Experience with distributed systems handling large amount of data.
- Excellent coding skills in Java / Python / Node / Go.
- Very good understanding of Web Technologies.
- Very good understanding of any RDBMS and/or messaging.
To be the right fit, you'll need:









