- Expertini Resume Scoring: See how well your CV/Résumé matches this job: Lead Full Stack Developer (AI Native, Python + TypeScript).
Urgent! Lead Full Stack Developer (AI-Native, Python + TypeScript) Jobs | SocialPost.ai
About the job
We are seeking an AI-native Full Stack Lead with strong expertise across the modern Python stack (Django, FastAPI) and the modern frontend stack (Angular, React, TypeScript) to lead the design, development, and optimization of end-to-end systems — systems where AI is not a side feature but a core capability of the product.
This is a modern engineering leadership role with two intertwined sides.
First, the lead uses AI to build: hands-on with agentic engineering workflows — Claude Code and similar tools — while setting the standards, harnesses, and guardrails that allow AI agents to safely contribute code at scale.
Second, the lead builds AI into the product: integrating LLMs, image models, embeddings, RAG pipelines, and agentic features directly into customer-facing experiences.
The ideal candidate guides the team in shipping scalable, secure, and high-performance APIs, services, user interfaces, and AI capabilities; mentors engineers on how to work effectively alongside coding agents and how to embed AI responsibly into products; and drives technical excellence in a world where humans set the spec and govern the work, and agents do a large share of the building.
Key Responsibilities
• Lead the architecture, design, and development of end-to-end systems — backend services in Python (Django and FastAPI) and frontend applications in Angular, React, and TypeScript.
• Lead the design and delivery of embedded AI capabilities in the product — LLM-powered features, RAG-backed assistants, image generation/understanding, embeddings-driven search and recommendations, and in-product agents.
• Make architectural calls on model selection, hosting, and orchestration: which LLMs, image models, and embedding models to use, when to use proprietary APIs vs.
open-source, and how to balance quality, cost, and latency.
• Build and maintain scalable RESTful APIs with high performance and security standards.
• Set the bar for frontend architecture, component design, type safety, and UX quality across Angular and React codebases — including the UX patterns specific to AI features (streaming, citations, partial outputs, error and refusal states).
• Oversee integration with third-party services, AI APIs (Anthropic, OpenAI, Google, open-source model providers), and internal tools.
• Ensure best practices for security, authentication, data protection, and responsible AI across the stack.
• Optimize system performance and scalability — backend, frontend, AI inference paths, and the seams between them.
• Manage cloud deployments (AWS, Azure, or GCP) and containerization (Docker, Kubernetes).
• Collaborate with product, design, and engineering teams to deliver features end to end.
• Mentor and coach full-stack developers, conduct code reviews, and define technical guidelines — including patterns for embedding AI safely into product surfaces.
• Drive adoption of CI/CD, automated testing, evals for AI features, and software engineering best practices.
• Lead the team’s adoption of agentic engineering — establishing how Claude Code and other coding agents are used to design, implement, and review systems across the stack.
• Define and maintain the harnesses, context files, and guardrails (spec documents, repo conventions, test gates, review policies) that govern AI-agent contributions to the codebase.
• Champion spec-driven development using BMAD, GSD, or similar open-source frameworks so that agents and humans build against the same source of truth.
• Continuously evaluate new agentic tools, models, and workflows, and decide what the team adopts, adapts, or rejects — both for how we build and what we build.
Requirements
• Bachelor’s or Master’s degree in Computer Science or related field.
• 4+ years of full-stack development experience, with 2+ years in a leadership role.
• Strong expertise in Python with both Django and FastAPI.
• Strong frontend expertise with TypeScript and at least one of Angular or React — ideally both, or willingness to operate fluently across both.
• Hands-on experience with databases (PostgreSQL, MySQL, MongoDB).
• Solid understanding of microservices, APIs, and distributed systems.
• Strong cloud deployment experience (AWS/Azure/GCP).
• Track record of shipping at least one production product with embedded AI capabilities (LLM features, RAG, agents, image, or similar).
• Excellent communication, leadership, and problem-solving skills.
Building AI-Native Products
These roles ship products that have AI inside.
We expect the lead to set the bar for the team across the full stack of AI capabilities a modern product depends on:
• Hands-on experience integrating AI APIs (Anthropic Claude, OpenAI, Google Gemini, and open-source providers) into production backends — including streaming, function/tool calling, structured outputs, and retries.
• Working literacy across model families: large language models, multimodal/vision models, image generation models (e.g. Stable Diffusion, Flux, DALL·E), speech models, and embedding models.
Knows when each is the right tool, and what each costs in quality, latency, and dollars.
• Foundational understanding of how modern ML works: tokens, context windows, embeddings, fine-tuning vs.
prompting vs.
RAG, and the trade-offs between them.
Doesn’t treat models as black boxes.
• Deep, hands-on experience designing and shipping RAG systems: chunking strategies, embedding choice, vector databases (pgvector, Pinecone, Weaviate, Qdrant, or similar), hybrid retrieval, reranking, and retrieval evaluation.
• Experience designing and shipping in-product agentic features — features where the AI plans, calls tools, and acts on the user’s behalf rather than just answering.
• Hands-on experience building multi-step agent flows — planning, tool use, memory, and reasoning — using frameworks such as LangChain, LangGraph, CrewAI, AutoGen, or equivalent.
• Production-grade prompt engineering: system prompts, structured outputs, ReAct / chain-of-thought / reflection patterns, and prompt versioning.
• Strong grasp of context engineering: building and curating the context windows, retrieval pipelines, and memory stores that make AI features reliable rather than impressive-once.
• Working knowledge of the Model Context Protocol (MCP) — consuming MCP servers, and ideally building custom ones to expose internal tools and data to agents safely.
• Ability to design and run evals for AI features — golden datasets, LLM-as-judge, regression suites, and CI gates that catch quality drift before users do.
• Experience with AI observability and tracing tools (LangSmith, Langfuse, Braintrust, Phoenix, or similar) to debug multi-step runs and monitor production AI features.
• Practical understanding of guardrails — pre-LLM input filtering, post-LLM output validation, PII/secret redaction, schema enforcement, and safe-action policies.
• Experience designing AI UX patterns: streaming, citations, confidence cues, partial states, error and refusal handling, and human-in-the-loop checkpoints.
• Awareness of the security and governance surface area of AI products: prompt injection, tool-use abuse, data exfiltration risks, hallucination management, and how to mitigate them.
• Comfort with cost, latency, and reliability trade-offs across model choice, context size, caching, and orchestration patterns.
Agentic Engineering Qualifications (Using AI to Build)
Beyond building AI into the product, we expect the lead to be fluent in using AI to build the product:
• Hands-on experience building real applications with Claude Code and/or other coding agents (Cursor, Aider, Cline, Devin, or similar) — not just experiments.
• Working experience with spec-driven development using BMAD, GSD, or other open-source agentic frameworks.
• Demonstrated ability to keep up with the rapidly changing AI-engineering landscape — reading, experimenting, and forming a point of view on what works.
• Openness to try new tools and workflows based on what the team is learning, and willingness to discard approaches that no longer hold up.
• Acceptance that AI agents will be writing a significant share of the code, and a clear sense that the human’s job is to govern that work — designing harnesses, curating context, setting guardrails, and reviewing outputs against the spec.
Nice to Have
• Experience fine-tuning models or working with model adapters (LoRA, PEFT, or similar).
• Experience with analytics tools and monitoring systems.
• Experience with mobile or cross-platform frameworks (React Native, Flutter, or similar).
• Experience defining evals, golden tests, or other automated checks for AI-generated code.
• Contributions to open-source agentic tooling, MCP servers, or spec-driven frameworks (BMAD, GSD, or similar).
✨ Smart • Intelligent • Private • Secure
Practice for Any Interview Q&A (AI Enabled)
Predict interview Q&A (AI Supported)
Mock interview trainer (AI Supported)
Ace behavioral interviews (AI Powered)
Record interview questions (Confidential)
Master your interviews
Track your answers (Confidential)
Schedule your applications (Confidential)
Create perfect cover letters (AI Supported)
Analyze your resume (NLP Supported)
ATS compatibility check (AI Supported)
Optimize your applications (AI Supported)
O*NET Supported
O*NET Supported
O*NET Supported
O*NET Supported
O*NET Supported
European Union Recommended
Institution Recommended
Institution Recommended
Researcher Recommended
IT Savvy Recommended
Trades Recommended
O*NET Supported
Artist Recommended
Researchers Recommended
Create your account
Access your account
Create your professional profile
Preview your profile
Your saved opportunities
Reviews you've given
Companies you follow
Discover employers
O*NET Supported
Common questions answered
Help for job seekers
How matching works
Customized job suggestions
Fast application process
Manage alert settings
Understanding alerts
How we match resumes
Professional branding guide
Increase your visibility
Get verified status
Learn about our AI
How ATS ranks you
AI-powered matching
Join thousands of professionals who've advanced their careers with our platform
Unlock Your Lead Full Potential: Insight & Career Growth Guide
Real-time Lead Full Jobs Trends in remote, Philippines (Graphical Representation)
Explore profound insights with Expertini's real-time, in-depth analysis, showcased through the graph below. This graph displays the job market trends for Lead Full in remote, Philippines using a bar chart to represent the number of jobs available and a trend line to illustrate the trend over time. Specifically, the graph shows 36061 jobs in Philippines and 689 jobs in remote. This comprehensive analysis highlights market share and opportunities for professionals in Lead Full roles. These dynamic trends provide a better understanding of the job market landscape in these regions.
Great news! SocialPost.ai is currently hiring and seeking a Lead Full Stack Developer (AI Native, Python + TypeScript) to join their team. Feel free to download the job details.
Wait no longer! Are you also interested in exploring similar jobs? Search now: Lead Full Stack Developer (AI Native, Python + TypeScript) Jobs remote.
An organization's rules and standards set how people should be treated in the office and how different situations should be handled. The work culture at SocialPost.ai adheres to the cultural norms as outlined by Expertini.
The fundamental ethical values are:The average salary range for a Lead Full Stack Developer (AI Native, Python + TypeScript) Jobs Philippines varies, but the pay scale is rated "Standard" in remote. Salary levels may vary depending on your industry, experience, and skills. It's essential to research and negotiate effectively. We advise reading the full job specification before proceeding with the application to understand the salary package.
Key qualifications for Lead Full Stack Developer (AI Native, Python + TypeScript) typically include Social Networking Platforms and a list of qualifications and expertise as mentioned in the job specification. Be sure to check the specific job listing for detailed requirements and qualifications.
To improve your chances of getting hired for Lead Full Stack Developer (AI Native, Python + TypeScript), consider enhancing your skills. Check your CV/Résumé Score with our free Resume Scoring Tool. We have an in-built Resume Scoring tool that gives you the matching score for each job based on your CV/Résumé once it is uploaded. This can help you align your CV/Résumé according to the job requirements and enhance your skills if needed.
Here are some tips to help you prepare for and ace your job interview:
Before the Interview:To prepare for your Lead Full Stack Developer (AI Native, Python + TypeScript) interview at SocialPost.ai, research the company, understand the job requirements, and practice common interview questions.
Highlight your leadership skills, achievements, and strategic thinking abilities. Be prepared to discuss your experience with HR, including your approach to meeting targets as a team player. Additionally, review the SocialPost.ai's products or services and be prepared to discuss how you can contribute to their success.
By following these tips, you can increase your chances of making a positive impression and landing the job!
Setting up job alerts for Lead Full Stack Developer (AI Native, Python + TypeScript) is easy with Philippines Jobs Expertini. Simply visit our job alerts page here, enter your preferred job title and location, and choose how often you want to receive notifications. You'll get the latest job openings sent directly to your email for FREE!