Applied AI Engineer with Fullstack at zero · Remote only · 3 - 8 years · ₹12L - ₹40L / yr · Remote only · Posted 16 Sep 2026
About the Role
We are looking for a hands-on Applied AI / Full Stack Engineer to build AI-powered products and experiences. The ideal candidate should be comfortable working across AI, backend, and frontend and taking features from idea to production.
Key Responsibilities
- Build and deploy AI/LLM-powered applications and features.
- Develop AI agents, RAG pipelines, tool/function-calling workflows and integrations.
- Build scalable backend APIs and services.
- Develop frontend applications using React/Next.js.
- Integrate LLMs such as OpenAI, Claude, Gemini, etc.
- Work with databases, cloud platforms and production deployments.
- Collaborate with product and design teams and take ownership of features end-to-end.
Must-Have Skills
- 3–6 years of software engineering experience.
- Strong Python and/or TypeScript/Node.js.
- Strong React.js / Next.js / TypeScript experience.
- Hands-on experience with LLMs / Generative AI.
- Experience with RAG, AI Agents or tool/function calling.
- Experience building and deploying real-world products.
- Good understanding of APIs, databases and cloud deployment.
Good to Have
- LangChain / LangGraph / LlamaIndex
- PostgreSQL / Vector Databases
- AWS / GCP / Azure / Vercel
- Docker / CI/CD
- Experience in an early-stage startup or AI product company.
We are looking for builders who can take a problem, experiment, build, ship and improve it—not just candidates with AI keywords on their resume.

About zero
About
Similar jobs (10)

Looking for somone with strong in AI, who have built the application and scaled them . Start up work exposure
8+ years of experience in successfully building, deploying, and running complex, large-scale web or data products.
Proven Management Experience: Demonstrated success managing a team of 5+ engineers for at least 2 years (managing timelines, performance, and hiring). You know how to transition a team from 'startup chaos' to 'structured agility'.
● Full-stack Authority: Deep expertise with Javascript, Node.js, MySQL, and Python. You must have world-class expertise in at least one area but possess a solid understanding of the entire stack in a multi-tier environment.
● Architectural Track Record: Has built at least two professional-grade products as the tech owner/architect and led the delivery of complex products from conception to release.
● Experience in working with REST APIs, Machine Learning, Algorithms & AWS.
● Familiar with visualization libraries and database technologies.
● Your reputation in the technology community within your domain.
● Your participation and success in competitive programming.
● Work on unusual/extraordinary hobby projects during school/college that were not a part of the curriculum.
● The school that you come from and organizations where you have worked earlier. Personality Expectations We believe that it takes a certain type of personality to do a certain kind of role well.
● Thoughtful & Analytical: Unlike a sales role, this role requires deep analytical ability and thoughtfulness. You don't just "hit goals at any cost"; you architect sustainable solutions that prevent future debt.
● The "Pack Leader" Mentality: You are competitive, but you understand that your team's win is your win. You shift from getting a dopamine hit from solving a bug yourself to getting a hit from unblocking your team to solve ten bugs.
● High Ownership of Outcomes: You don't just care that the code was written; you care that the feature was delivered, works for the customer, and didn't break production. You expect very highly of yourself and being less than ideal anywhere almost pains you.
● Resilience: You possess the mental endurance to push through complex technical constraints and tight deadlines without losing your cool.
● Uncompromising Values: On the other side, there is only one thing that we care for apart from performance - your values. We have room for mistakes on the performance side, we have no room for mistakes on your values.
Fountane Archipelago · Island Role
A Little Bit About the Role
We are looking for a Senior Product Engineer (L3) who thrives in complexity. Most engineers build on blank canvases — you build on someone else’s mess and leave it better than you found it.
The majority of your work at L3 will be on existing, live codebases — disorganised, partially documented, built by multiple teams over multiple years. Your job is to enter those systems, understand them before touching them, extend and clean them without breaking what works, and progressively bring them up to a standard where AI tooling can accelerate further development. This is the core of what L3 does at Fountane. If you have only built greenfield projects, this role will be hard.
You are expected to be genuinely full stack: comfortable owning web applications and mobile apps, the frontend, backend, database, state management, and API integration layer — without needing to hand off to a specialist.
You will work closely with the Concept Engineer on your Island — translating their prototypes into production architecture, raising technical blockers early, and keeping the sprint honest. You will also review code, mentor junior engineers, respond to production incidents, and contribute to the network’s shared knowledge base.
All of this is done primarily with Cursor and Claude as your execution and reasoning tools. AI-assisted engineering is not a feature of this role — it is the method.
AI-First Engineering Expectation
Cursor and Claude are your primary tools — not supplements. Engineers at L3 who are not using AI at the codebase level are not operating at this level.
At L3, AI-assisted engineering means:
- Loading full codebase context into Cursor before writing a single line — understanding the system before touching it.
- Writing scoped, precise refactor prompts that isolate changes to one concern at a time.
- Using Cursor to generate tests that document existing behaviour before any restructuring begins.
- Using Claude for architecture reasoning, decision documentation, and translating CE briefs into structured technical plans.
- Producing inline documentation and decision records as part of the AI-assisted workflow — not as an afterthought.
- Sharing effective prompt patterns and Cursor discoveries with the broader Fountane network — kept to yourself, they are a missed contribution.
Key Responsibilities
Legacy Codebase Refactoring & the Cleaning Phase
This is the primary L3 engagement type at Fountane. You will be handed existing, partially documented codebases — built by previous teams, often without tests, with inconsistent patterns — and your job is to refactor them into a clean, AI-promptable state without losing existing functionality. You use Cursor’s codebase context window to navigate safely, write characterisation tests before touching anything, and make changes in small, reviewable increments. The standard is: every module you leave should be easier to extend by AI tooling than when you found it.
Full Stack Development — Web & Mobile
Build and own the full application layer: React / Next.js web frontends, React Native or Flutter mobile apps, Node.js / Python backends, and relational and non-relational databases. You should be able to pick up web or mobile on any engagement without needing a handoff. Schema design, data modelling, and state architecture are yours to own — including diagnosing and fixing broken or leaking state in existing frontends.
Third-Party API Integrations
Integrate complex third-party services — payments (Stripe), communications (Twilio), auth (Auth0), and others — reliably and without creating brittle dependencies. Own the integration layer end to end: error handling, retries, failure modes, and documentation. If a third-party integration is flaky in production, that is your problem to own.
CE Collaboration & Sprint Integrity
Work directly with the Concept Engineer to translate prototypes into buildable technical plans. Review CE briefs before the sprint starts — if the scope is technically unrealistic, the time to say so is before work begins, not on demo day. Raise blockers against acceptance criteria proactively. You are the technical check on what the CE promises the client.
Security Awareness
Write code that does not require the Lead to security-audit every line. This means: input validation by default, no hardcoded secrets, correct auth scoping, safe handling of user data, and awareness of common vulnerabilities (injection, broken auth, insecure direct object references) in the context of the stacks you work in. You are not the security architect — the Lead owns that — but you are expected to produce code that does not introduce obvious vulnerabilities.
Production Incident Response
When something breaks in production, you are on it. Diagnose the issue, apply a safe fix or rollback, document what happened and why, and hand a clear summary to the Lead for the client post-mortem. Speed matters, but a bad fix that causes a second incident is worse than a slow fix that is correct. Response expectation: acknowledged within 1 hour, resolved or escalated with a clear status within 4 hours.
Codebase Navigation & Safe Refactoring
On all engagements — not just Cleaning Phase work — keep changes small, focused, and reviewable. One type of change per commit. Write tests that document existing behaviour before restructuring. Leave every module easier to understand than when you found it.
Code Review
Review pull requests from L1 and L2 engineers with specific, actionable feedback — not rubber-stamp approvals. A good code review at L3 leaves the author understanding what to do differently next time, not just what to fix now. Review weekly; do not let PRs age.
Mentoring
Review junior engineers’ code weekly with specific, useful feedback — this is distinct from quality-gate code review. The goal here is teaching, not gatekeeping. Run monthly pairing sessions to help them grow. The measure of good mentoring is whether they are becoming more capable and less dependent on you over time.
Documentation
Write short decision records when you make significant technical choices. Leave every module you touch easier to understand than when you found it. Treat documentation as part of the engineering work, not a separate task you do at the end.
Qualifications
- 5+ years of experience as a software engineer, with a strong track record on real production codebases you did not build from scratch — incomplete documentation, inconsistent patterns, other people’s decisions. If your experience is primarily greenfield, this role will be a difficult fit.
- Genuinely full stack across web and mobile: proficient in React / Next.js and at least one of React Native or Flutter, Node.js or Python on the backend, and comfortable with both relational and non-relational databases including schema design.
- Hands-on, daily Cursor and Claude usage at the codebase level. You should be able to describe concretely how you use AI in your engineering workflow — not in general terms.
- Experience integrating complex third-party APIs in production environments — not just following a quickstart guide. You should be able to describe an integration that failed in production and what you did about it.
- Solid security awareness for the stacks you work in: input validation, auth scoping, safe data handling. You do not need a security specialism, but you should not be writing code that introduces obvious vulnerabilities.
- Has conducted meaningful code reviews that improved the code and the author, not just approved the PR.
- Has coached or mentored junior engineers before, and done it well.
- Comfortable with production incident response — diagnosing issues under pressure, applying safe fixes, and communicating clearly to a Lead or client about what happened.
- Treats documentation as part of the job, not an afterthought.
- Bachelor’s or Master’s in Computer Science or a related field, or equivalent experience.
About Fountane
Fountane is a technology ventures lab - one part product studio, one part startup engine. We build high-quality software and AI products for clients ranging from fast-moving startups to large enterprises, and we co-build and invest in new companies when we see the right opportunity.
Founded in 2017 and headquartered in Minneapolis, we have grown to 60+ people across four continents and were recognised as one of America’s fastest-growing companies, ranking No. 699 on the Inc. 5000 with 595% three-year growth.
We are radically open-minded, serious about craft, and direct about expectations. If you want to do meaningful work without politics, this is the place.
- Work closely with product managers and engineers to design, implement, test and continually improve scalable frontend and backend services.
- Develop products using agile methods and tools.
- Develop commercial grade software that is user friendly and suitable for a global audience.
- Plan, create and execute (manual and automated) tests.
- Be involved and participate in the overall application lifecycle.
- Building reusable code and libraries for future use.
- Staying up to date with current technologies and providing insights on cutting edge software approaches, architectures, and vendors.
- Fluency in any one of JavaScript, TypeScript or Python.
- Strong problem solving skills.
- Should have built large scalable enterprise applications from scratch.
- Strong experience in architectural patterns, High level designs.
- Experience in Nosql and SQL DBs.
GrowVation is hiring Full Stack Developer
GrowVation is hiring for a full-cycle enterprise software development company that provides Business Intelligence, Enterprise Portals, and Mobile Solutions.
We are actively seeking a talented Full-Stack Web Developer with a background in Javascript frameworks, like React.js, React Native, Node.js.
Required Background:
- At least 5 years of web server development experience and/or experience building client-side web applications
- Knowledge of, or practical experience with, React/Angular, Backbone.js, or comparable MVC Javascript framework
- Practical experience with Node/Express or similar backend stack
- Knowledge of relational database dialects (MySQL, SQLite, PostgreSQL) or No-SQL database like MongoDB or similar DB management systems
- Experience with cloud deployment services (Heroku, AWS, GCP, Azure)
- Solid understanding of UI implementation, with emphasis on mobile-first responsive design
- Experience with standard front-end web technologies HTML, CSS, jQuery, JSON, AJAX.
- Knowledge of, or experience with API design and deep understanding of REST principles, with emphasis on engineering scalable, simple server-side applications
- Experience working in Linux server environments
- Experience with Sass/LESS CSS preprocessor
- Familiarity with version control systems (Git, SVN, etc.)
- Experience working in teams and reviewing/managing code using GitHub
- Knowledge of, or experience working as part of an agile team using Kanban, Scrum, etc.
- Excellent written, verbal, and interpersonal communications skills
- Ability to work well independently and as part of a team
- Ability to multitask and prioritize in a dynamic environment
- Strong troubleshooting and analytical skills; detail-oriented
- Excellent proactive communications and planning skills
Role and responsibilities:
- Design the overall architecture of the web application.
- Reviewing/creating code, designs, specs, documentation, and test plans
- Maintain quality and ensure responsiveness of applications.
- Collaborate with the rest of the engineering team to design and launch new features.
- Maintain code integrity and organization.
- Document your work. Represent your code graphically for strategy meetings.
- Understanding and implementation of security and data protection
Must have skills: React.js, Angular, Node.js, MongoDB, Verbal and Written Communication
No. of vacancies: 1
Location: Noida
Work from Home (till): January 2022
Experience: 4 - 6 years
CTC Range: 8 - 15 LPA
~ What Qualities are we looking for ~
-Be part of a Culture where Customer Obsession, Ownership, Teamwork, Bias for Action and Insist on High standards are a way of life
-Desire to work in a start-up environment, work culture, and be able to self-manage and self-initiative.
-Learn and use cutting-edge technology to build state-of-the-art platforms that enhance customer experience at scale
-Be part of high-performing teams that know how to have fun along the way
-Collaborating with Designer and Product Managers to translate beautiful designs into pixel-perfect views
-Experimenting and suggesting improvements to our frontend tools & workflows
-Taking the lead to maintain, refactor and if necessary, throw away legacy frontend code -End-to-end engineering
- design, development, testing, and deployment for the UI work
~ Job Requirements ~
- experienced in Node.js, Express.JS, MongoDB etc
- Strong coding and design skills.
- Good command over Data Structures & Algorithms.
- The ability to produce bug-free and production-grade code.
What we build is what identifies us. We work with the best companies in the world to build the most innovative and robust technologies.
In order to continue our accelerated growth, we are waiting for an innovative engineer to become available instead of hiring the first available engineer who is waiting to become innovative. This listing is for an Application Engineer, Fullstack for our team.
Who we are –
Being in the industry for over 12 years, Raw Engineering is trusted by the world’s leading companies across a variety of industries, including IT, Finance, Sports & Entertainment, and Retail. We collaborate with our clients and hence highlighted as their strategic partner. From an engagement’s initial planning stages, through launch and continuing through future road mapping, we are in lockstep with our partners business goals, technology vision and end-customer needs.
Our vision is to collaborate to achieve perfection, and we value positivity, learning, ownership, excellence and believe in building trust and care. Feel free to read more about us athttps://www.raweng.com/"> https://www.raweng.com/
Roles & Responsibilities
- Work across the stack from a code commit to running it in production, with the end goal of delivering the best possible experience for the user
- Design, develop and test features from inception to rollout
- Write high quality code that is scalable, testable, maintainable and reliable
- Collaborate with people across roles to understand the domain and work towards building the right solution
- Adopt an open mindset for learning new things and working in new roles
- Continuously improve by working on and providing feedback
- Work as part of a team developing web applications and services using Agile development methods.
- Contribute to team and organizational improvements in process and infrastructure.
- Build customer-facing UI and back-end services.
- Effectively use tools and ingenuity to identify and fix defects before they become a problem.
- Integration of user-facing elements developed by front-end developers with server-side logic.
Mandatory skills:
- Experience in Full Stack development using MongoDB, ExpressJS, ReactJS and Node.JS
- Proficient understanding of code versioning tools, such as Git
- Good understanding of various design patterns
- Experience in RESTful architecture
- Knowledge of the most trending and upcoming technological landscape
- Excellence in verbal and written communication skills
- Team player
- Agility and adaptability
Preferred skills:
- Experience in TDD/BDD
- Knowledge of cloud applications/platform and web technologies
- Knowledge of Web servers, especially nginx
- Experience with one or more SQL database
- Knowledge about build tools like Webpack, Gulp and Grunt.
- Understanding of CI/CD
What we offer –
Our growth is enabled and accelerated by our culture, which encourages individual development, embraces an inclusive environment, rewards innovative excellence and supports our communities.
- Interesting Work: This is the “challenge yourself” kind of workplace where you constantly learn something new and never stop growing
- Competitive Compensation: We reward your high performance. Rewards are higher when you work smart and efficient without dropping a sweat.
- Great place to work: With spontaneous office happy hours and team events, we don’t think you’ll ever be bored. A majority of our workforce are young, energetic and passionate individuals who are driven by technology, and fuelled by the fun at the workplace.
- People: You have a team that will trust you and work together to achieve excellence. As a team, we believe in looking after each other’s back. We are ONE team ONE dream and act as such.
- Culture: Open culture where everyone is approachable with minimal hierarchy.
- Medical Benefits: Mediclaim coverage for the employee and their dependents (spouse and children). Group Accidental Policy covering permanent disability, total disability and death.
Job type – Full time employment
Job location – Virar - Mumbai, Maharashtra, Remote
Work schedule – Monday to Friday, 10am to 7pm
Minimum qualification – Graduate
Year of experience – 3 - 8 Years
Travel opportunities - On need basis within/outside India. Candidate should have valid passport
There is so much more that we can talk about this role and the workplace. If you are passionate about your career as we are.
After receiving your application, we will assess your profile and reach out to you if it aligns to the job description for this role. You will also be assigned to one of our recruiting specialists who can answer questions you might have about the process, role, or company, and help you throughout the interview process.
Disclaimer: Raw Engineering strongly believes in Equal Employment Opportunity.
We look forward to meeting you!
People Team
- Bachelors or Masters degree in Computer Science, Computer Engineering or a related field. We look for expertise over the degree/college name!
- 3 to 7 years of work experience in Django development.
- Thorough understanding of MySql, MongoDB and Elastic Search
- Thorough understanding of Queuing system Celery/Redis/RabbitMQ/Kafka
- Experience integrating APIs and Graphql (Graphene) services
- Thorough understanding of caching mechanism in web development
- Comfortable with development over Linux
- Comfortable with Git version control system
- Knowledge of React js/React Native and NodeJs will be Advantage
- Experience in Business Analytics/AI/ML/BigData will be a big plus
Responsibilities :
- Lead team of engineers and tackle one or two modules independently of high traffic web portal
- Liaison with System Architects to develop and deliver performant systems
- Establish good development processes
- Extensive experience in building REST APIs
- Experience in building, managing, and enhancing backend / server-side development using java / java scripts. Expertise in NodeJS is preferred
- The person must have built systems that consume and process volumes of data from various sources. Experience in handling and managing data in NoSQL databases such as Mongodb.
- Extensive experience of building custom UI for web using the popular frameworks like angular and react. Experience in developing mobile UI is nice to have
- Experience of working with code repositories such as Github and GitLab.
- Fluent written and spoken English.
- Experience of working on Cloud environments and experience in AWS is preferred.
- Experience in Dockers and Kubernetes for deployments
Key Functions & Roles of the Candidate:
- Design and documentation of the CashLobe technology stack
- Code / implement the CashLobe technology stack
- Deploy and maintain the CashLobe technology stack
- Engage with leadership team to help evolve the CashLobe technology stack offerings
Good to have:
- Have pre-built deployment pipelines CI/CD across environments DEV/STAGING/PROD
- Knowledge of developing using Python and specifically the data/number crunching frameworks like NumPy, pandas, scikit, etc.
- Experience in the Fintech domain and specifically the banking & accounting systems







