Cutshort logo
For Employers
Sentiaflow
Sentiaflow cover picture
Founded :
2012
Type :
Products & Services
Size :
0-20
Stage :
Bootstrapped

About

Sentiaflow is an AI engineering company headquartered in New Delhi, building production-grade AI systems for clients around the world — including Fortune 500 enterprises alongside high-growth startups. We work across finance, healthcare, and technology, helping organizations move beyond AI experimentation into real, reliable, production deployments.


We operate in three ways: embedding dedicated AI engineers directly into client teams, building custom AI solutions end-to-end — including RAG pipelines, LLM integrations, and AI agents — and designing the MLOps infrastructure that keeps these systems running reliably at scale.


Joining Sentiaflow means working on live, client-facing AI systems from day one — not internal prototypes shelved after a demo. Our engineers ship production code for organizations that depend on it, across some of the most demanding industries for AI reliability and compliance.


Read more

Tech stack

skill iconPython
skill iconNodeJS (Node.js)
duckdb
skill iconPostgreSQL
LangGraph
OpenAISDK

Candid answers by the company

What is the location preference of jobs?
Why should I join Sentiaflow ?

Delhi-NCR, Pune or Bangalore

Company social profiles

N/A

Jobs at Sentiaflow

Sentiaflow
at Sentiaflow
2 candid answers
Sonal Agarwal
Posted by Sonal Agarwal
Remote only
3 - 8 yrs
₹20L - ₹35L / yr
MLFlow
MLOps
Fine-tuning LLMs

We are looking for a talented and driven Data Scientist to join our growing Analytics team in India. In this role, you will work at the intersection of advanced machine learning, scalable MLOps infrastructure, and domain-specific healthcare analytics. You will collaborate closely with cross-functional teams to build, deploy, and maintain production-grade ML models that drive real-world impact in clinical trials and healthcare operations.


KEY RESPONSIBILITIES

End-to-End ML Development

•     Design, build, and optimize predictive models across the full ML lifecycle—from data ingestion to model serving.

•     Conduct rigorous Exploratory Data Analysis (EDA) to surface insights and drive feature engineering decisions.

•     Validate model performance using appropriate statistical techniques and domain knowledge.


MLOps & Production Deployment

•     Deploy, monitor, and maintain production-grade ML models using Databricks MLFlow endpoints and Unity Catalog.

•     Implement CI/CD pipelines for model versioning, experiment tracking, and automated retraining.

•     Ensure model reliability, observability, and performance in live production environments.


Language Models & LLM Applications

•     Apply transformer-based models (BERT, ClinicalBERT, Trial2Vec) for NLP tasks including classification, NER, and information extraction.

•     Build and maintain vector similarity search pipelines for semantic retrieval and recommendation use cases.

•     Fine-tune pre-trained models for domain-specific applications in clinical and healthcare contexts.

•     Support exploratory work around LLM integration and prompt engineering for internal tooling.


Domain-Driven Analytics

•     Apply advanced analytics within complex healthcare and clinical trial datasets—including patient records, trial protocols, and adverse event data.

•     Translate ambiguous business problems into structured analytical frameworks with measurable outcomes.

•     Partner with domain experts, product managers, and engineering teams to deliver data-driven solutions.


REQUIRED QUALIFICATIONS

Education

•     Bachelor’s or Master’s degree in Computer Science, Statistics, Mathematics, Bioinformatics, or a closely related field.


Experience

•     2–4 years of hands-on experience in a data science or machine learning role.

•     Demonstrable experience deploying ML models in production environments (not just prototyping).


Technical Skills

•     Strong proficiency in Python (pandas, NumPy, scikit-learn, PyTorch / TensorFlow).

•     Experience with Databricks, MLFlow (experiment tracking, model registry, endpoints), and Unity Catalog.

•     Hands-on experience with BERT-family models and Hugging Face Transformers library.

•     Familiarity with vector databases (e.g., FAISS, Pinecone, Weaviate) and embedding-based retrieval.

•     Solid understanding of SQL and working with large structured/unstructured datasets.

•     Exposure to cloud platforms (AWS / GCP / Azure) and distributed computing frameworks (Spark).


GOOD TO HAVE

•     Prior experience with clinical trial data standards (CDISC, CDASH, SDTM) or healthcare ontologies (SNOMED, ICD-10).

•     Familiarity with Trial2Vec or similar trial-to-vector embedding approaches.

•     Experience with LLM fine-tuning, RAG pipelines, or prompt engineering in a production setting.

•     Knowledge of regulatory and compliance considerations in healthcare AI (e.g., FDA guidelines, HIPAA).

•     Contributions to open-source ML projects or published research.


THIS ROLE IS NOT FOR YOU IF…

•     You have strong SQL/BI skills but limited hands-on ML modelling experience — or you’ve built models only in notebooks without ever deploying them to production.

•     Your LLM exposure is limited to API calls and prompt engineering — with no experience fine-tuning models, working with embeddings, or building vector search pipelines.

Read more
Sentiaflow
at Sentiaflow
2 candid answers
Sonal Agarwal
Posted by Sonal Agarwal
Remote, Bengaluru (Bangalore), Pune, Delhi, Gurugram, Noida
3 - 8 yrs
₹25L - ₹40L / yr
LangGraph
Web API
Information architecture
knowledge Graph
Semantic search

About Sentiaflow

Sentiaflow is an AI engineering and IT services company building production-grade agentic AI systems, sitting at the intersection of LLMs and real business operations — data, APIs, permissions, workflow state, human decisions, security, and measurable outcomes. Our initial domain focus is healthcare, particularly clinical trials, where reliability, traceability, and clear human-decision boundaries matter more than a slick demo.

Job Description

As a Level 1 engineer, you'll implement bounded parts of a production agentic workflow under an Agent Captain or senior engineer, connecting models to application services, tools, data sources, and human approval points.

You will:

  • Translate a scoped business workflow into typed inputs, outputs, states, actions, and escalation paths
  • Build backend services and tool integrations (Node.js/TypeScript or Python)
  • Use LLMs only where model judgment adds value; keep rules, validation, authorization, and workflow control in deterministic code
  • Design and validate structured model outputs before they touch downstream systems
  • Handle partial data, tool failures, duplicate events, retries, timeouts, rate limits
  • Add logging, traces, metrics, and decision records for diagnosability
  • Write tests and evaluation cases that check whether the full workflow behaves correctly — not just whether output sounds fluent
  • Protect sensitive data; participate in code, design, and release-readiness reviews
  • Explain implementation trade-offs clearly to engineers and stakeholders

Success in 6 months: own a bounded workflow module end-to-end, integrate models without letting probabilistic output bypass deterministic controls, produce release-ready evaluation evidence, and diagnose cross-boundary failures with less supervision.

Desired Skills

  • Approximately 3–6 years hands-on backend/application engineering experience, with demonstrable hands-on work building agentic systems — not just calling an LLM API from a backend service
  • LangGraph (or comparable agent orchestration framework) experience is required — building multi-step, stateful agent workflows with conditional branching, tool-calling loops, and recovery/retry logic, not a single-prompt wrapper
  • Deep RAG experience, including:
  • Chunking strategy design, embedding model selection, and retrieval evaluation (not just "connected a vector DB")
  • Hybrid search (dense + sparse/keyword), re-ranking, and query rewriting/decomposition
  • Handling retrieval failure modes: irrelevant context, stale data, contradictory sources, citation/grounding accuracy
  • Measuring RAG quality (precision/recall on retrieval, faithfulness/groundedness of generation) — not eyeballing outputs
  • Experience designing agent state machines / workflow graphs: tool selection, planning loops, human-in-the-loop interrupts, checkpointing, and state persistence across long-running workflows
  • Strong programming in JS/TypeScript (preferred), Python, Java, C#, or Go
  • Solid grasp of API design, databases, async processing, auth, testing, deployment
  • Comfort reasoning about state, retries, idempotency, concurrency, permissions, audit trails, failure recovery
  • Real production debugging experience, not just greenfield builds
  • Clear technical communication

We're looking for engineers who've actually built and tuned agentic/RAG systems in production — not those who've only wired together frameworks or prompted an LLM API.


Nice to have: experience with other orchestration frameworks (CrewAI, AutoGen, custom state machines), observability/eval tooling (LangSmith, Langfuse, custom trace pipelines), healthcare or regulated-industry background. Bachelors from IIT or NIT highly preferred.

Read more
Sentiaflow
at Sentiaflow
2 candid answers
Sonal Agarwal
Posted by Sonal Agarwal
Pune, Bengaluru (Bangalore), Delhi, Gurugram, Noida, Ghaziabad, Faridabad
3 - 8 yrs
₹24L - ₹35L / yr
skill iconPython
LangGraph
Agentic AI
skill iconAmazon Web Services (AWS)
skill iconNodeJS (Node.js)
+3 more

Agent Application Engineer (Backend / Agentic AI) — Level 1

About Sentiaflow

Sentiaflow is an AI engineering and IT services company that designs and delivers production-grade agentic AI systems. We work at the point where large language models meet real business operations: data, APIs, permissions, workflow state, human decisions, security, evaluation, and measurable outcomes.

Our initial domain focus is healthcare, particularly clinical trials and related operational workflows. These are environments where an impressive demo is not enough. A system must be dependable, traceable, appropriately controlled, and clear about when a human must make the decision.

We are building a specialised engineering organisation across three disciplines:

  • Agent Application Engineering
  • Agent Platform & Evaluation Engineering
  • Applied AI & Model Engineering

The Role

We are hiring strong backend or application engineers who want to specialise in building agentic AI applications. You do not need to arrive with several years of "agent engineer" experience. We are more interested in whether you have built real software, understand how production systems fail, and can learn to use models inside controlled business workflows.

As a Level 1 Agent Application Engineer, you will implement bounded parts of a production workflow under the guidance of an Agent Captain or senior engineer. Your work will connect models to application services, tools, data sources, and human approval points. You will be expected to make every important step observable, testable, and recoverable.

This is not a prompt-writing position, and it is not a generic chatbot role. It is an application engineering role for systems in which some decisions are probabilistic, while the surrounding controls must remain deterministic.

What You Will Work On

The specific client problem will vary, but typical work may include:

  • Converting a clinical-operations signal into a bounded workflow that gathers evidence, analyses likely causes, presents options, and routes a recommendation to an authorised person.
  • Building services that extract or structure information from trial documents and pass the result through validation and human review.
  • Integrating agent workflows with internal APIs, databases, document systems, notification services, and client platforms.
  • Implementing workflow state, recovery behaviour, approval gates, permissions, traceability, and scenario-based evaluations.

The work concerns operational decision support and workflow execution. It does not delegate clinical judgment or patient-care decisions to an autonomous model.

What You Will Be Responsible For

  • Translate a clearly scoped business workflow into typed inputs, outputs, states, actions, and escalation paths.
  • Build reliable application services and tool integrations using Node.js/TypeScript or Python.
  • Use an LLM only where model judgment adds value; implement rules, validation, authorisation, and workflow control in deterministic code.
  • Design structured model outputs and validate them before they can affect downstream systems.
  • Handle partial data, unavailable tools, duplicate events, retries, time-outs, rate limits, and other normal production failure modes.
  • Add logging, traces, metrics, and decision records that make the workflow diagnosable.
  • Create tests and evaluation cases that measure whether the complete workflow behaves correctly—not merely whether an answer sounds fluent.
  • Protect sensitive information and participate in code, design, failure-analysis, and release-readiness reviews.
  • Explain your implementation and its trade-offs clearly to engineers, delivery leads, and client stakeholders.

At Level 1, you will not be expected to define the entire client architecture alone. You will be expected to own your assigned module, ask precise questions, surface risks early, and bring it to a production-ready standard with senior review.

What We Are Looking For

Essential Experience

  • Approximately 3–6 years of hands-on backend or application engineering experience.
  • Evidence that you have built or materially owned production APIs, services, data flows, integrations, or workflow-heavy applications.
  • Strong programming ability in JavaScript/TypeScript, Python, Java, C#, Go, or a comparable backend language. Our preference is Node.js/TypeScript, but engineering depth matters more than language loyalty.
  • Practical understanding of API design, databases, asynchronous processing, authentication and authorisation, testing, and deployment.
  • Ability to reason clearly about state, retries, idempotency, concurrency, permissions, audit trails, and failure recovery.
  • Experience debugging real production behaviour rather than only building greenfield demonstrations.
  • Clear written and verbal communication, including the ability to explain technical trade-offs without hiding behind framework terminology.

Useful, but Not Mandatory

  • Experience integrating LLM or machine-learning capabilities into an application.
  • Experience with event-driven systems, state machines, workflow engines, observability, evaluation harnesses, or production incident analysis.
  • Experience in healthcare, life sciences, clinical trials, or another regulated or audit-sensitive environment.

Healthcare or clinical-trials experience is preferred, not required at Level 1. We would rather hire a strong production engineer who can learn the domain than a candidate who knows the vocabulary but cannot build dependable systems.

What Does Not Qualify by Itself

Any of the following may be useful experience, but none is sufficient on its own:

  • A chatbot or "chat with your documents" application.
  • A RAG demonstration built primarily by connecting frameworks.
  • A list of AI tools, model names, courses, certificates, or prompt-engineering techniques.
  • An application that works in a demo but has no clear handling of permissions, failures, evaluation, or production operations.

How We Will Assess Fit

Our evaluation is designed to identify engineering judgment without asking you to build unpaid project work. We will focus on:

  • A structured discussion of a production system you have worked on.
  • Questions grounded in your own CV and claimed experience.
  • A realistic workflow scenario covering system boundaries, evidence, controls, failure modes, and testing.
  • Backend fundamentals and how you would apply them to an AI-enabled workflow.

You are NOT expected to have built a clinical-trials agent before applying.

What Success Looks Like

Within your first six months, you should be able to:

  • Implement a bounded agent-workflow module from an agreed design and take responsibility for its quality.
  • Integrate models and tools without allowing probabilistic output to bypass deterministic controls.
  • Produce traces, tests, and evaluation evidence that support a release decision.
  • Diagnose failures across application, tool, data, and model boundaries with progressively less supervision.
  • Explain the workflow to a client or domain stakeholder in clear operational language.

Consistent performance at this level creates a path towards Level 2 — Independent Delivery Engineer, where you own a production workflow end to end, including discovery, architecture, integrations, evaluation, failure handling, and release readiness.

Why You Should Join Us

  • Build the real systems behind agentic AI. You will work beyond demos and wrappers on the engineering problems that determine whether an AI workflow can operate in production.
  • Develop a scarce, durable specialisation. Sentiaflow offers a defined progression across application engineering, platform and evaluation, and applied AI—not a vague instruction to "learn AI."
  • Work on consequential operational problems. Clinical-trials workflows demand evidence, traceability, human accountability, and reliable execution.
  • Learn through delivery with experienced review. You will own meaningful engineering work while receiving architectural and domain guidance appropriate to your level.
  • Influence how the discipline is built. We are at an early stage, so strong engineers will help shape our methods, reusable assets, quality standards, and engineering culture.
Read more
Sentiaflow
at Sentiaflow
2 candid answers
Sonal Agarwal
Posted by Sonal Agarwal
Remote, Delhi, Gurugram, Noida, Ghaziabad, Faridabad, Pune
2 - 4 yrs
₹30L - ₹40L / yr
databricks
MLFlow
skill iconPython
BERT
Large Language Models (LLM) tuning
+1 more

We are looking for a talented and driven Data Scientist to join our growing Analytics team in India. In this role, you will work at the intersection of advanced machine learning, scalable MLOps infrastructure, and domain-specific healthcare analytics. You will collaborate closely with cross-functional teams to build, deploy, and maintain production-grade ML models that drive real-world impact in clinical trials and healthcare operations.


KEY RESPONSIBILITIES

End-to-End ML Development

•     Design, build, and optimize predictive models across the full ML lifecycle—from data ingestion to model serving.

•     Conduct rigorous Exploratory Data Analysis (EDA) to surface insights and drive feature engineering decisions.

•     Validate model performance using appropriate statistical techniques and domain knowledge.


MLOps & Production Deployment

•     Deploy, monitor, and maintain production-grade ML models using Databricks MLFlow endpoints and Unity Catalog.

•     Implement CI/CD pipelines for model versioning, experiment tracking, and automated retraining.

•     Ensure model reliability, observability, and performance in live production environments.


Language Models & LLM Applications

•     Apply transformer-based models (BERT, ClinicalBERT, Trial2Vec) for NLP tasks including classification, NER, and information extraction.

•     Build and maintain vector similarity search pipelines for semantic retrieval and recommendation use cases.

•     Fine-tune pre-trained models for domain-specific applications in clinical and healthcare contexts.

•     Support exploratory work around LLM integration and prompt engineering for internal tooling.


Domain-Driven Analytics

•     Apply advanced analytics within complex healthcare and clinical trial datasets—including patient records, trial protocols, and adverse event data.

•     Translate ambiguous business problems into structured analytical frameworks with measurable outcomes.

•     Partner with domain experts, product managers, and engineering teams to deliver data-driven solutions.


REQUIRED QUALIFICATIONS

Education

•     Bachelor’s or Master’s degree in Computer Science, Statistics, Mathematics, Bioinformatics, or a closely related field.


Experience

•     2–4 years of hands-on experience in a data science or machine learning role.

•     Demonstrable experience deploying ML models in production environments (not just prototyping).


Technical Skills

•     Strong proficiency in Python (pandas, NumPy, scikit-learn, PyTorch / TensorFlow).

•     Experience with Databricks, MLFlow (experiment tracking, model registry, endpoints), and Unity Catalog.

•     Hands-on experience with BERT-family models and Hugging Face Transformers library.

•     Familiarity with vector databases (e.g., FAISS, Pinecone, Weaviate) and embedding-based retrieval.

•     Solid understanding of SQL and working with large structured/unstructured datasets.

•     Exposure to cloud platforms (AWS / GCP / Azure) and distributed computing frameworks (Spark).


GOOD TO HAVE

•     Prior experience with clinical trial data standards (CDISC, CDASH, SDTM) or healthcare ontologies (SNOMED, ICD-10).

•     Familiarity with Trial2Vec or similar trial-to-vector embedding approaches.

•     Experience with LLM fine-tuning, RAG pipelines, or prompt engineering in a production setting.

•     Knowledge of regulatory and compliance considerations in healthcare AI (e.g., FDA guidelines, HIPAA).

•     Contributions to open-source ML projects or published research.


THIS ROLE IS NOT FOR YOU IF…

•     You have strong SQL/BI skills but limited hands-on ML modelling experience — or you’ve built models only in notebooks without ever deploying them to production.

•     Your LLM exposure is limited to API calls and prompt engineering — with no experience fine-tuning models, working with embeddings, or building vector search pipelines.

Read more
Did not find a job you were looking for?
icon
Search for relevant jobs from 10000+ companies such as Google, Amazon & Uber actively hiring on Cutshort.
companies logo
companies logo
companies logo
companies logo
companies logo

Similar companies

Incubyte cover picture
Incubyte's logo

Incubyte

https://incubyte.co
Founded
2020
Type
Services
Size
20-100
Stage
Bootstrapped

About the company

About Us

Incubyte is an AI-first software development agency built on the principles of software craftsmanship—where how we build is just as important as what we build. We partner with organizations across stages, from enterprises looking to scale and modernize to early-stage founders bringing new ideas to life.


At Incubyte, AI is deeply integrated across the software development lifecycle to drive speed, efficiency, and smarter outcomes. Guided by Software Craftsmanship values and Extreme Programming practices, we combine high velocity with disciplined engineering to deliver reliable, high-impact solutions.

We don’t just build software—we incubate dedicated engineering teams. From designing systems to shaping team structures and organizational strategy, we enable our clients to launch and scale products that are relevant today and resilient for the future.


Whether you’re scaling an existing product, building from scratch, or optimizing manual processes, we help you move faster with confidence:

  • Scale and modernize your product
  • Launch quickly and iterate continuously
  • Automate processes for non-linear growth
  • Build systems that are stable, predictable, and measurable


Our approach is rooted in ownership. As a DevOps-driven organization, our engineers take responsibility for the entire lifecycle—from development to release—ensuring quality at every step.


Founded by product professionals, we bring a strong product mindset into services. We’re driven by curiosity, continuous learning, and a passion for building great software the right way.


We’re always looking for people who care deeply about code, craftsmanship, and growth. Join us if you’re excited to build, learn, and make an impact.

Jobs

13

Cibirix cover picture
Cibirix's logo

Cibirix

https://cibirix.com
Founded
2015
Type
Products & Services
Size
20-100
Stage
Profitable

About the company

Grow your business online with Cibirix - a full-service digital marketing company specialized in SEO, PPC, SMO, Websites, Apps, & Product Development.

Jobs

10

unhr cover picture
unhr's logo

unhr

https://unhr.in
Founded
2022
Type
Services
Size
0-20
Stage
Bootstrapped

About the company

unHR provides services of experienced HR Managers to companies either looking to hire their first HR or struggling with their HR Process.

Jobs

5

Quantiphi cover picture
Quantiphi's logo

Quantiphi

https://quantiphi.com
Founded
2013
Type
Products & Services
Size
1000-5000
Stage
Profitable

About the company

Quantiphi is an award-winning AI-first digital engineering company driven by the desire to reimagine and realize transformational opportunities at the heart of the business. Since its inception in 2013, Quantiphi has solved the toughest and most complex business problems by combining deep industry experience, disciplined cloud, and data-engineering practices, and cutting-edge artificial intelligence research to achieve accelerated and quantifiable business results.

Jobs

4

Eminence Innovation cover picture
Eminence Innovation's logo

Eminence Innovation

https://eminenceinnovation.world
Founded
2017
Type
Services
Size
20-100
Stage
Profitable

About the company

We apply the innovative ideas, approaches, and techniques while delivering bespoke software, web apps, mobile apps for small to large-sized enterprises. With the incorporation of our coherent strategy, cutting-edge tools & technologies, deepest knowledge of user-requirements, we have been helping clients in transforming their businesses. WELCOME TO EMINENCE INNOVATIONS Eminence Innovations is a Software Solution company offering complete Software Solutions, Services and Products for Mobile and Web platforms. We are at Eminence, Discover, Design and Deliver from simple to complex mobile & web solutions for diverse business verticals from across the world. With the extensive competence, we are able to offer our clients complete end-to-end business solutions to accelerate their business processes. Our mobile application development and web application development services are the perfect combination of creativity, technology, innovation, and quality. Our solutions are designed to be integrated, robust and scalable for clients'​ businesses. Apart from this, Eminence Innovations also offers Offshore Development services and IT Consulting, business process management (BPM), Business Intelligence ( BI). Mobile Application Development Services Android (Phone/ Tablet) Application Development iOS (iPhone/ iPad) Application Development Windows Phone Application Development Cross Platform Mobile Application Development( Hybrid, PhoneGap) Mobile website Web backend Development & Rest API's OUR SPECIALITIES Mobile & Tablet Application development Custom Application Development & Design Consumer & Enterprise Application Development Maintenance & Support Application Porting & Modernization Web Application Development Bespoke Application Development Re-engineering & Migration Testing & Documentation Services Design & Development: Web2.0 apps, Enterprise / e-commerce portals Managed Offshore Development Services Database Management & Maintenance ERP / BPM / BI / IIS

Jobs

2

Unoiatech cover picture
Unoiatech's logo

Unoiatech

https://unoiatech.com
Founded
2018
Type
Products & Services
Size
0-20
Stage
Bootstrapped

About the company

Unoiatech is a design agency that specializes in branding, websites and UI/UX mainly for digital products. We work with different companies from startups to large enterprises all over the world: from the US and Australia all the way to Sweden. We've done more than 150 projects in: • FinTech • Crypto • SaaS products • IT • EdTech • HRTech • Insurance • Healthcare Why clients choose us: • 150+ successful projects delivered for clients around the globe; • 3 main principles of our work: high speed and working in sprints, total transparency, mindful design; • Personal project manager and design team for each client; • Full English working proficiency; • We are always aware of branding, web design, and technology trends. Want to know more about us? • See our completed projects here → https://www.behance.net/unoiatech Have some questions? Reach out @ [email protected]

Jobs

2

Cutshort Lightning cover picture
Cutshort Lightning's logo

Cutshort Lightning

https://cutshort.io
Founded
2023
Type
Services
Size
10-50
Stage
Bootstrapped

About the company

Jobs

17

Posspole cover picture
Posspole's logo

Posspole

https://posspole.com
Founded
2018
Type
Products & Services
Size
20-100
Stage
Profitable

About the company

Posspole is a cutting-edge manufacturing incubator in Bangalore, designed to embrace technology and creativity. With manufacturing facilities, flexible workspaces, shared expert manpower, it caters to diverse business needs. Streamlined connections with manufacturers and vendors enhance efficiency. Unparalleled market exposure facilitates valuable partnerships for future success. We pioneers the future of work, transforming businesses in the digital age. Posspole presents unparalleled investment opportunities in its innovative workspace ecosystem. Collaborate with visionary entrepreneurs, leverage cutting-edge technologies, and drive sustainable growth in a dynamic business landscape. Showcase your products and services to industry leaders, establishing valuable partnerships and gaining exposure. . Share insights, promote collaboration, and become a thought leader within Posspole's dynamic ecosystem. Embrace Posspole's transformative environment, where creativity and technology converge to drive success and societal advancement.

Jobs

7

Hello Mentor Private Limited cover picture
Hello Mentor Private Limited's logo

Hello Mentor Private Limited

https://portal.hellomentor.in
Founded
2018
Type
Services
Size
100-1000
Stage
Bootstrapped

About the company

Jobs

6

AmpereHour energy cover picture
AmpereHour energy's logo

AmpereHour energy

https://amperehourenergy.co.
Founded
2017
Type
Products & Services
Size
100-1000
Stage
Raised funding

About the company

Jobs

3

Want to work at Sentiaflow?
Sentiaflow's logo
Why apply via Cutshort?
Connect with actual hiring teams and get their fast response. No spam.
Find more jobs