Cutshort logo
For Employers
Semantic search Jobs in Pune

11+ Semantic search Jobs in Pune | Semantic search Job openings in Pune

Apply to 11+ Semantic search Jobs in Pune on CutShort.io. Explore the latest Semantic search Job opportunities across top companies like Google, Amazon & Adobe.

icon
Sentiaflow
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
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
Nevis Software Solutions Pvt Ltd
Pune
3 - 5 yrs
₹7L - ₹12L / yr
skill iconDjango
skill iconPython
RESTful APIs
Web API

About the Role

We are looking for an experienced Django Developer to join our on-site engineering team in Pune. This role involves building and scaling high-performance backend systems for our SaaS products. You will work closely with product, frontend, and DevOps teams to design robust APIs, optimize databases, and deliver production-grade solutions.

This is a hands-on role with ownership, technical depth, and real impact.


Key Responsibilities

  • Design, develop, test, and maintain scalable backend services using Django & Python
  • Architect and implement secure, high-performance RESTful APIs
  • Work extensively with PostgreSQL for schema design, query optimization, indexing, and performance tuning
  • Build and manage asynchronous workflows using Celery
  • Implement real-time features using Daphne, Redis, and WebSockets (ASGI stack)
  • Containerize applications using Docker; manage Docker Compose and environment setups
  • Collaborate with frontend developers, product managers, and designers for seamless delivery
  • Perform code reviews, mentor junior developers, and enforce best practices
  • Ensure application security, scalability, and reliability
  • Monitor system performance and handle debugging, logging, and error management
  • Maintain clear documentation for APIs, services, and deployment workflows

Required Skills & Qualifications

  • 3-4 years of hands-on experience with Django & Python
  • Strong expertise in REST API design and backend architecture
  • Advanced knowledge of PostgreSQL (queries, indexing, optimization)
  • Solid experience with Celery for background tasks
  • Hands-on experience with Daphne, Redis, and WebSockets
  • Strong command over Docker & containerized deployments
  • Proficiency with Git/GitHub workflows, PR reviews, and basic CI
  • Excellent understanding of ORM concepts and database modeling
  • Strong problem-solving, debugging, and communication skills
  • Experience using AI/LLM tools to improve productivity is a plus

Nice-to-Have

  • Experience with cloud platforms (AWS / GCP / Azure)
  • Exposure to CI/CD pipelines and deployment automation
  • Familiarity with monitoring tools (Sentry, Prometheus, Grafana, etc.)
  • Basic frontend understanding (HTML, CSS, JavaScript)
  • Experience handling high-traffic systems and performance optimization
  • Exposure to Agile / Scrum environments

What We Offer

  • Competitive salary package
  • Opportunity to work on scalable SaaS and AI-driven platforms
  • Strong engineering culture with ownership and autonomy
  • On-site collaborative environment with fast decision-making
  • Learning, growth, and leadership opportunities
  • Challenging projects with end-to-end responsibility

Expectations & Deliverables

  • Production-ready, well-tested, and maintainable code
  • Proactive communication and ownership of deliverables
  • High-quality documentation and clean architecture practices
  • Adherence to security, compliance, and IP standards


Read more
STUBA

at STUBA

2 candid answers
Hephzibah Susan
Posted by Hephzibah Susan
Pune
3 - 7 yrs
₹10L - ₹20L / yr
skill iconC#
ASP.NET
skill icon.NET
Web API
ASP.NET MVC
+1 more

ESSENTIAL EXPERIENCE 


1.   3.5 to 12-14 years of experience as a Software Developer.

2.   Experience in .Net technologies - C#, ASP.net is must.

3.   Experience in developing REST based PAPIs.

4.   Experience in building web user interface.

5.   Good to have experience in developing single page apps using modern JS framework.

6.   Skills in cross browser development.

7.   Understanding of Agile methodology.

8.   Excellent trouble shooting and communication skills.

9.   Knowledge of Azure will be an added advantage. 


JOB DESCRIPTION


  1. Developing and implementing web-based applications using .Net technology and MS-SQL.
  2. Developing front end with highly responsive user interface concept using React concept.
  3. Identifying web-based user interaction.
  4. Participate in requirement analysis.
  5. Collaborate with internal teams and positive mindset to help and seek help.
  6. Documentation of application development changes and updates. 
Read more
Aureus Tech Systems

at Aureus Tech Systems

3 recruiters
Krishna Kanth
Posted by Krishna Kanth
Hyderabad, Bengaluru (Bangalore), Chennai, Visakhapatnam, Pune, Delhi, Gurugram, Noida, Ghaziabad, Faridabad
6 - 14 yrs
₹18L - ₹25L / yr
skill icon.NET
skill iconC#
ASP.NET
Web API
LINQ
+3 more

Title : .Net Developer with Cloud 

Locations: Hyderabad, Chennai, Bangalore, Pune and new Delhi (Remote).

Job Type: Full Time


.Net Job Description:

Required experience on below skills:

Azure experienced (Mandatory)
.Net programming (Mandatory)
DevSecOps capabilities (Desired)
Scripting skills (Desired)
Docker (Desired)
Data lake management (Desired)
  . Minimum of 5+ years application development experience 

. Experience with MS Azure: App Service, Functions, Cosmos DB and Active Directory

· Deep understanding of C#, .NET Core, ASP.NET Web API 2, MVC

· Experience with MS SQL Server

· Strong understanding of object-oriented programming

· Experience working in an Agile environment.

· Strong understanding of code versioning tools such as Git or Subversion

· Usage of automated build and/or unit testing and continuous integration systems

· Excellent communication, presentation, influencing, and reasoning skills.

· Capable of building relationships with colleagues and key individuals.

. Must have capability of learning new technologies.

Edited
Read more
GradMener Technology Pvt. Ltd.
Priya Suryawanshi
Posted by Priya Suryawanshi
Pune
4 - 6 yrs
₹15L - ₹18L / yr
skill icon.NET
ASP.NET
skill iconC#
Microservices
Web API
+3 more
Job Role: .Net Developer
Company: MNC
Location: Pune (Currently WFH)
Experience: 4-6 Years
Shift: 11:30AM - 8:30PM
Skills: .Net Core, Microservices, Web API / Rest API, C#, Azure Functions, CosmosDB

Job Details:

  • Develop client projects using Asp.net core 3.1 and above, MySQL Database, Azure Functions, CosmosDB, C#.
  • Communicate with external clients on a regular basis regarding progress, challenges, timelines and results of client projects
  • Gather technical requirements as needed
  • Create and update, design and functional documents
  • Identify and troubleshoot issues as needed
  • Perform a new development as required
  • Implement project applications according to specifications
  • Research technical issues and provide recommendations to enhance client websites
  • Work both independently and as part of a team to create reliable and high-performing Web Applications
  • Unit test code to ensure quality
  • Develop client projects using Asp.net core 3.1 and above, MySQL Database, Azure Functions, CosmosDB, C#.
  • Communicate with external clients on a regular basis regarding progress, challenges, timelines and results of client projects
  • Gather technical requirements as needed
  • Create and update, design and functional documents
  • Identify and troubleshoot issues as needed
  • Perform a new development as required
  • Implement project applications according to specifications
  • Research technical issues and provide recommendations to enhance client websites
  • Work both independently and as part of a team to create reliable and high-performing Web Applications
  • Unit test code to ensure quality

 

Read more
Prescinto Technologies

at Prescinto Technologies

2 recruiters
Vishal Singh
Posted by Vishal Singh
Pune, Bengaluru (Bangalore), Gurugram
8 - 16 yrs
₹10L - ₹20L / yr
skill icon.NET
skill iconC#
ASP.NET
Object Oriented Programming (OOPs)
OOAD
+22 more

Company Profile

 

Prescinto is a VC funded SaaS company in the renewable energy space enabling digital transformation for customers across the globe.

Prescinto provides solutions to improve power generation for Renewable energy power plants by identifying areas of underperformance and lost generation opportunities through patent pending methodologies; systematically addressing these through an automated workflow system to improve power generation for our customers.

 This is achieved by leveraging the IoT and Analytics platform built to collect high frequency data from distributed renewable energy assets and the comprehensive data lake.

 

 Roles & Responsibilities

 

 You are responsible for understanding the product architecture and Design laid out by the Architect and Develop product features in alignment with the architecture.

Product is built on Microsoft stack with Angular 11, .NET and data residing in MS SQL Server and InfluxDB, mobile application built on Flutter and data lake deployed on Azure environment. It extensively uses multi-threading for parallel processing, stored procedures for data access and leverages time-series database for storing high frequency equipment data.

In this role, you should be able to work independently as well as work with vendor and junior members to collaboratively build the features and take them to production. You need to be both a big picture thinker and in-depth problem solver, your knowledge and skills are both broad and deep.

Do you take pride in building customer centric functionalities with an eye on performance? Are you remembered for the quality of your code? This position is for you.

 

Desired Skills & Experience

 

  • 8+ years of Product development experience of which at least 2 years should comprise of working independently with minimal supervision and guidance
  • Experience with at least one full cycle development of product features from requirements to Production deployment to Post production support is critical
  • Excellent Programming Skills using C#, WPF, MVVM, Winforms, .NET Framework, Windows Communication Foundation (WCF), ASP.net web api, SQL Server, Store Procedure, Triggers
  • Solid Understanding of Multi-Threading and Parallel Programming
  • Excellent understanding of Windows Operating System Internals (Process, Threads, Memory Management).
  • Clear understanding of OOP and OOAD
  • Excellent application debugging skills using Visual Studio Debugger
  • Strong knowledge in design patterns, data structures and algorithms
  • Experienced in developing Windows desktop applications
  • Ability to work independently and be self-driven
  • Should have knowledge on code repositories like SVN, GitHub etc and Agile tools like JIRA
  • Should have excellent communication skills, excellent analytical and problem-solving skills
  • Have working experience in Test-driven Development and Test Automation experience in third party control like DevExpress, Telerik WPF controls
  • Experience building a SaaS product preferable
  • Startup experience preferable
Read more
C & C Technology

at C & C Technology

2 recruiters
Krishna Badireddy
Posted by Krishna Badireddy
Hyderabad, Pune
4 - 5 yrs
₹8L - ₹10L / yr
skill iconC#
RESTful APIs
skill iconNodeJS (Node.js)
NOSQL Databases
MEAN stack
+3 more
Minimum 4 years of experience in working with C#, JavaScript (NodeJS), .Net Framework, MVC, MEAN Stack, for developing web applications/Web API with Storage like SQL server, MongoDB etc. using ORM like Entity Framework or Custom ORM Working experience in writing high performance and secured Web Services ( WCF, REST Web API) Ability to write a quality and modular code Extensive Web development expertise using Html/Html5, CSS, JavaScript, jQuery, XML,JSON, AJAX along with C#, NodeJS and .Net Framework. Experience in implementing required Design Patterns, good understanding on Solid Principles and Object-oriented application design. Experience in various source control/Agile/Build and release tools like TFS, JIRA, Jenkins etc. Working with Chart controls, Excel Files, Reporting tools is preferable Passionate about building high-quality systems with software implementation best practices while leading and mentoring a team of developers, if assigned to. Analyse, diagnose and resolve errors related to the product/application Capable of defining LOE, project plans based on business requirement Investigate operational or systematic problems and user queries as required Interact and communicate effectively with all levels of staff, senior management and customers Strong debugging skills, communication skills and Dedicated Team player Bachelor degree in related field, or relevant experience
Read more
DelaPlex Software

at DelaPlex Software

2 recruiters
Ashish Lawrence
Posted by Ashish Lawrence
Hyderabad, Pune, Nagpur, Bengaluru (Bangalore)
4 - 8 yrs
₹3L - ₹12L / yr
skill icon.NET
ASP.NET
skill iconC#
Web API
ASP.NET MVC
+7 more

Job description:

 

Job Title/Designation/Position: Dotnet Developer / Sr. Dotnet Developer

 

Total Experience: 4-8 years

Relevant Experience: 4-8 years

Job Location: Pune/Hyderabad/Bangalore & Hyderabad

 

Skills/Qualifications:

Primary Skills (Must have):

  • C# with good understanding of OOPS, design patterns and multi-threading
  • ASP.Net MVC, WEBAPI, RESTful services, JavaScript, jQuery
  • .Net Framework
  • Advanced knowledge of Microsoft SQL Server
  • Knowledge of Unit Testing and Automated tests (nUnit)
  • Knowledge of SQL Server/Oracle database and able to write Store-Procedures
  • Strong analytical and problem-solving skills
  •         Good analytical skills along with Excellent written and verbal communication skills in English
  • Bachelor’s Degree in Engineering /Technology / MCA

 

Secondary Skills (Nice to have):

  • HTML5
  • CSS3
  • Node JS
Read more
Techspian Services

at Techspian Services

2 recruiters
Chhaya G
Posted by Chhaya G
Pune
3 - 8 yrs
₹6L - ₹13L / yr
skill icon.NET
skill iconC#
NOSQL Databases
Object Oriented Programming (OOPs)
Web API

Must Have Skills :
  • Hand on experience on .NET core
  • Experience in C#
  • Looking for experience into No Sql.

Other Skill set required :

  • 3+ years of building sophisticated, world-class, highly reliable multi-tenant software systems that have stood the test of time.
  • From being highly proficient to being an expert in at least one OOPS language, SOLID principles, and design patterns, C#, Dotnet core, WebAPI, NoSQL.
  • Experience with microservices architecture OR distributed systems.
  • Strong analytical and problem-solving skills.
  • Ability to work independently.
Read more
CloudMoyo

at CloudMoyo

3 recruiters
Sarabjeet Singh
Posted by Sarabjeet Singh
Pune
10 - 15 yrs
₹10L - ₹20L / yr
skill icon.NET
ASP.NET MVC
Web API
SQL Azure
  • Hands-on experience with various Microsoft technologies like .Net, ASP.Net, WCF, Web API, MVC SharePoint and/or Azure.
  • Effective project and work-stream management.
  • Strong understanding of Agile methodology and processes.
  • Managing, mentoring and developing individuals into strong leads.
  • Managing project effectively by defining milestones and schedules.
  • Critically evaluating information gathered from multiple sources and reconciling conflicts.
  • Interacting effectively with both technical and non-technical members on the team.
  • Managing risks related to people, technology and processes.
  • Ensuring adherence to standards and best practices.

Desired Profile:

  • Minimum 10+ years of experience of shipping high quality software.
  • Minimum 2 years’ experience of people management with proven track record of building and growing strong teams.
  • Strong technical skills with computer science background or equivalent experience.
  • Quick learner, ability to multi-task and work under pressure, and work with geographically distributed teams.
  • Ability to influence management through presentations, written and verbal communication.
  • Great leadership skills to work effectively with.
  • Preferred candidates with valid US B1 visa and available to travel onsite at a very short notice.
Read more
Get to hear about interesting companies hiring right now
Company logo
Company logo
Company logo
Company logo
Company logo
Linkedin iconFollow Cutshort
Why apply via Cutshort?
Connect with actual hiring teams and get their fast response. No spam.
Find more jobs
Get to hear about interesting companies hiring right now
Company logo
Company logo
Company logo
Company logo
Company logo
Linkedin iconFollow Cutshort