Cutshort logo
StoryTech logo
Senior Software Engineer
Senior Software Engineer
StoryTech's logo

Senior Software Engineer

Mani Challa's profile picture
Posted by Mani Challa
4 - 7 yrs
₹8L - ₹10L / yr
Hyderabad
Skills
skill iconJava
Hibernate (Java)
Algorithms
Data Structures
skill iconAmazon Web Services (AWS)
Spring
skill iconAngularJS (1.x)
Job Responsibilities: · Design and develop high-volume, low-latency applications for mission-critical systems, delivering high-availability and performance. · Contribute in all phases of the development lifecycle. · Write well designed, testable, efficient code. · Ensure designs are in compliance with specifications. · Prepare and produce releases of software components. · Build and deploy on to AWS · Support continuous improvement by investigating alternatives and technologies and presenting these for architectural review.
Read more
Users love Cutshort
Read about what our users have to say about finding their next opportunity on Cutshort.
Shubham Vishwakarma's profile image

Shubham Vishwakarma

Full Stack Developer - Averlon
I had an amazing experience. It was a delight getting interviewed via Cutshort. The entire end to end process was amazing. I would like to mention Reshika, she was just amazing wrt guiding me through the process. Thank you team.
Companies hiring on Cutshort
companies logos

About StoryTech

Founded :
2016
Type :
Product
Size :
20-100
Stage :
Bootstrapped

About

We're a product design and development company in Hyderabad that designs and develops extraordinary experiences for mobile and other platforms. We work with exceptional entrepreneurs and brands. We don't just build apps. We create the kind of apps that people use, everyday. We have the experience and knowledge to get there.
Read more

Connect with the team

Profile picture
StorTech Careers
Profile picture
Mani C
Profile picture
Mohit Kumar Fruitwala

Company social profiles

linkedin

Similar jobs

Unico Connect Private Limited
Mumbai
5 - 8 yrs
Best in industry
skill iconPython
Large Language Models (LLM)
Artificial Intelligence (AI)
Prompt engineering
LangGraph
+6 more

Senior AI Engineer

Code Generation, Agent Architecture & LLM Systems

📍 Mumbai (On-site) | Full-time | 5+ years


About the Role:

Unico Connect is an AI-first technology partner that builds custom mobile, web, and AI products for clients across multiple geographies.

We are hiring a Senior AI Engineer for a dedicated client engagement focused on building an AI-powered application builder platform - a product where users describe software in plain English and the system generates, previews, and iteratively refines working code.

The mandatory requirement for this role is hands-on production experience shipping LLM-powered systems with agent architectures, with experience in code generation or developer tooling contexts a strong advantage.


The role is product-focused and deeply hands-on. You will own everything between the user's prompt and correct code landing in the project: the agentic loop, code generation pipeline, context management, evaluation suite, and model cost strategy.

You will work alongside the Senior MLOps Engineer who operationalises the infrastructure around your system, and collaborate closely with backend, frontend, and DevOps engineers.


Responsibilities:


Agent Architecture

Design and own the agentic loop for the platform - request interpretation, planning, tool-calling sequence (read file, edit file, run build, search code, install package), and stop conditions.

Make and revisit architectural decisions on single-agent vs. multi-agent designs, including planner/executor splits and dedicated build-repair sub-agents.


Code Generation Pipeline

Own the end-to-end generation flow: task classification, context gathering, planning, targeted edits, verification, and commit.

Implement diff/search-replace-based file editing with fuzzy matching and fallback strategies.

Enforce scope discipline so the agent makes minimal diffs and does not modify code it was not asked to touch.


Self-Repair Loop

Build and tune the automated repair loop that pipes compiler, lint, build, and runtime errors back to the model with retry budgets and model escalation.

This loop is the primary quality lever - the difference between 60-70% and 90%+ build success rates.


Context Management

Build file-relevance retrieval so the agent sees the right files, not the whole codebase: dependency graphs, AST/tree-sitter-based chunking, embeddings, recency signals, and hybrid retrieval.

Implement conversation summarisation and memory for long sessions, and address long-project degradation through codebase summaries and periodic consistency passes.

Own token budgeting and prompt caching strategy.


Prompt Engineering as a Discipline

Own the system prompt and per-task prompt variants (new feature, bug fix, styling change).

Maintain few-shot examples and enforce coding conventions, stack rules, and prohibited behaviours such as no hardcoded secrets and no whole-file rewrites.

Version prompts like code with changelogs and rollback capability.


Evaluation and Quality Measurement

Design and own the evaluation suite: representative test prompts run on every prompt and model change, scored on build success rate, instruction adherence, and output quality including LLM-as-judge and visual/screenshot checks where relevant.

Define regression gates that block quality-degrading changes from shipping.

Treat evals the way engineers treat automated testing: versioned, automated, and tracked over time.

This responsibility is non-negotiable at this level.


Model Strategy and Cost

Design model routing - cheap and fast models for classification and small edits, frontier models for complex generation.

Drive cost optimisation through prompt caching, diff-based edits over full-file rewrites, and tighter context selection.

Track cost per agent run and tokens per task; evaluate new model releases against the eval suite and lead migrations when results justify it.


Safety and Reliability of Agent Behaviour

Defend against prompt injection from user content and fetched web content.

Ensure secrets never appear in generated client code.

Define what the agent's tools may and may not do in collaboration with the platform team.

Contribute to output moderation and abuse-pattern awareness.


Mentorship and Engineering Standards

Run code reviews, define engineering conventions for AI work, and raise the engineering bar across the AI team.

Work closely with the Senior MLOps Engineer on handoff of eval design, prompt configurations, and model routing logic.


Requirements:


Hands-on Production Ownership of LLM-Powered Systems with Agent Architectures (Mandatory)

Must have personally shipped and operated at least one complex production AI system - agentic, multi-step, or code generation - with end-to-end ownership of architecture, evaluation, and cost.

POCs, internal demos, and tutorial-grade work do not qualify.


5+ Years of Professional Software or AI Engineering Experience

With at least 3 years focused on LLM applications, AI engineering, or production AI systems.

Candidates with strong backend backgrounds and a clear, substantive pivot into LLM systems qualify.


Strong Python Proficiency and Service Development

Production-grade Python with FastAPI or equivalent: type hints, async patterns, streaming responses, testing, and packaging.

Not notebook-only.


Depth Across LLM APIs and Agent Systems

Production experience with at least two of OpenAI, Anthropic Claude, Google Gemini, or open-weight models (vLLM, Ollama, Together).

Production experience with at least one agent framework (LangGraph, CrewAI, AutoGen, LlamaIndex Agents) or hand-rolled equivalent.

Hands-on with tool calling, structured outputs, and multi-step reasoning.


Demonstrated, Systematic Evaluation Practice - Non-Negotiable

Must have built evaluation harnesses that gate production releases, not ad-hoc testing.

Hands-on with at least one of LangSmith, Langfuse, Promptfoo, Ragas, or DeepEval.

Candidates with no systematic answer to evaluation should not be considered at senior level regardless of other strengths.


Cost Discipline for Production AI

Track record of measurable cost optimisation on production AI features.

Able to speak in specifics: cost per request, savings achieved through caching or model routing, context reduction decisions.


AWS Working Knowledge

Hands-on with EC2, S3, IAM, and Docker.

Comfort with CI/CD workflows and deploying AI services.


Awareness of LLM Security Failure Modes

Familiar with prompt injection patterns, understands that system prompt rules alone are insufficient, and has experience with output validation and content safety in production.


Nice to Have

  • Experience with AST/tree-sitter tooling, diff-based editing systems, or compiler-adjacent work
  • MCP server authoring
  • Open-source AI contributions
  • Published technical writing on LLM systems
  • Multi-modal model experience
  • Fine-tuning exposure (LoRA, QLoRA, PEFT)
Read more
Aquil Software
at Aquil Software
1 recruiter
Sheetal Shinde
Posted by Sheetal Shinde
Nashik
0 - 3 yrs
₹1L - ₹6L / yr
skill iconAngularJS (1.x)
skill iconNodeJS (Node.js)
skill iconPHP
skill iconCakePHP
skill iconLaravel

About Us

Aquil Software is a dynamic and innovative IT company focused on delivering cutting-edge web applications and digital solutions. We pride ourselves on a collaborative team culture, continuous learning, and rapid growth.


Role Overview

We’re seeking an experienced Full Stack Developer to architect, develop, and maintain scalable web applications. The ideal candidate will be comfortable working across the entire stack—from crafting responsive front-end interfaces in Angular to building robust back-end services in PHP (Laravel & CakePHP) and Node.js.


Key Responsibilities

Front-End Development:

  • Design and implement frontend integration using Angular (v8+).
  • Ensure optimize performance.

Back-End Development:

  • Build RESTful APIs and microservices using PHP (Laravel and CakePHP) and Node.js.
  • Integrate with databases (MySQL, PostgreSQL, MongoDB) and third-party services.

Maintenance & Troubleshooting:

  • Diagnose and resolve production issues with minimal downtime.
  • Monitor application performance and implement optimizations.

Collaboration & Documentation:

  • Work closely with UX/UI designers, QA engineers, and stakeholders.
  • Write clear technical documentation and user guides.


Required Qualifications

Education: Bachelor’s degree in Computer Science, Engineering, or related field (or equivalent experience).

Experience:

  • Fresher willing to learn and commit for long term bright future.
  • 1-3 years building applications with Angular.
  • Strong PHP background, with at least one year each in Laravel and CakePHP.
  • Experience developing server-side applications in Node.js.

Technical Skills:

  • Proficient in JavaScript/TypeScript, HTML5, CSS3/Sass.
  • Deep understanding of MVC frameworks (Laravel, CakePHP) and dependency injection.
  • RESTful API design and implementation.
  • Experience with relational and NoSQL databases (MySQL, PostgreSQL, MongoDB).
  • Familiarity with Git version control workflows.
  • Knowledge of authentication/authorization (OAuth, JWT).

Soft Skills:

  • Strong problem-solving and debugging abilities.
  • Excellent communication and teamwork.
  • Self-motivated, detail-oriented, and adaptable to changing requirements.


What We Offer

  • Competitive salary and performance bonuses.
  • Flexible working hours.
  • Professional development learning resources.
  • Collaborative, inclusive culture with regular team events.



Read more
India’s only B2B Construction Materials Supply Chain Company
India’s only B2B Construction Materials Supply Chain Company
Agency job
via Qrata by Prajakta Kulkarni
Bengaluru (Bangalore)
3 - 10 yrs
₹20L - ₹35L / yr
skill iconGo Programming (Golang)
skill iconJava
skill iconNodeJS (Node.js)
Web Development
Mobile App Development
+1 more
India’s only B2B Construction Materials Supply Chain Company.
Construction & Infrastructure is one of the industries, with the most complex problems in Supply Chain and they are fundamentally reengineering the way construction materials get procured. Their Clients include the biggest names in India & the World– The
LafargeHolcim Group, JSW Group, The Tatas and many others. They are backed by some of the world’s top marquee funds in their journey to create transparency and standardization to an otherwise opaque industry.

Your responsibilities:

● Understand the business context and build high quality code using proven design patterns
● Develop, test and deploy integrations required to meet business requirements
● Carry out unit tests and other quality control mechanisms to inform and validate the code and design
● Utilizing and monitoring cloud infrastructure resources (such as AWS, Azure) efficiently
● Participate in a highly fluid environment applying agile software development principles
● Ensure the coding standards are on-par with the best in the industry
Educational Qualifications:
● Bachelor's or Master’s degree in a quantitative field (e.g. Mathematics, Engineering, Computer Science).

Must have skills:

● 3+ years of work experience with mobile/web development
● Experience in working with either of languages: Go, Java, Scala
● Strong understanding of relational and non-relational databases (MySQL, PostgreSQL, MongoDB,
● Cassandra)
● Strong understanding of Message brokers
● Must have hands on experience in Restful APIs
● Must have a strong foundation of Data structures and Algorithms
● Using logic and reasoning to identify the strengths and weaknesses of alternative solutions, conclusions
● or approaches to problems
● Ability to deploy features on a daily basis: should be good at time management and prioritization
● Hands-on experience in CI/CD principles and TDD
● Strong written and verbal English communication skills

Good to have skills:

● Experience in event-driven & asynchronous I/O frameworks
● Exposure to business process and workflow automation
● Working experience in process driven and data intensive business applications
● Experience in working on web infrastructure with React.js and React Native

Professional traits:

● Self-motivated, persistent and “Never Give Up” attitude
● Passion for innovation and adaptability to a lean startup culture
● Ability to work with minimal supervision, independently and / or as a member of a team
Read more
LDT Technology
LDT Technology
Agency job
via LDT Technology by Renuka Thanwal
Mohali
2 - 6 yrs
₹6L - ₹18L / yr
skill iconJava
skill iconSpring Boot
Hibernate (Java)
Microservices
Urgent Hiring # Java Developer#
Experience -2 yrs to 7yrs .
Must have good hands-on experience in spring-boot, hibernate, microservices
Salary- Good  hike on current CTC 
Location - Zirakpur (Mohali )
Notice Period - up to 1 months 
interested candidates share your CVs.
 
Read more
Kapture CRM
at Kapture CRM
3 recruiters
Surbhi Sinha
Posted by Surbhi Sinha
Bengaluru (Bangalore)
3 - 7 yrs
₹8L - ₹17L / yr
skill iconJava
Spring
J2EE
Struts
Hibernate (Java)
+1 more
Senior Java Developer with Spring Boot, Kafka, and Kubernetes

Technical Skills: Java Technologies 
Primary Skills: Java Spring MVC, WEB & Spring Boot
Secondary Skills: Apache Kafka

Experience : 3 to 7 Years of experience
  • Proven experience in Java8, Spring Boot, Microservices/API
  • Strong experience with Kafka, Kubernetes
  • Strong experience in using RDBMS (Mysql) and NoSQL.
  • Experience in working in Eclipse / Maven environments.
  • Hands-on experience in Unix / Shell scripting.
  • Hands-on experience in fine-tuning application response/performance testing.
  • Experience in Web Services.
  • Strong analysis & problem-solving skills
  • Strong communication skills - both verbal and written
  • Ability to work independently with limited supervision
  • Proven ability to use own initiative to resolve issues
  • Full ownership of projects/tasks
  • Ability and willingness to work under pressure, on multiple concurrent tasks, and to deliver to agreed deadlines
  • Eagerness to learn
  • Strong team-working skills
Read more
Think n Solutions
at Think n Solutions
2 recruiters
TnS HR
Posted by TnS HR
Bengaluru (Bangalore)
3 - 11 yrs
Best in industry
MySQL
SQL
skill iconJava
J2EE
skill iconSpring Boot
+10 more
Why Think n Solutions Software?
• Exposure to latest Technology
• Opportunity working in different platforms
• Rapid Career Growth
• Friendly Knowledge sharing Environment

Criteria:
• BE/MTech/MCA/MSc
• 3+yrs Hands on Experience in TSQL / PL SQL / PG SQL or NOSQL
• Immediate joiners preferred/ Maximum notice period between 15 to 30days
• Candidates will be selected based on logical / technical and scenario-based testing

Note: Candidates who have attended the interview process with TnS in the last 6 months will not be
eligible.

Job Description:

Technical Skills Desired:
  • Experience in either of these Relational DB’s MS SQL Server / PostgreSQL / AWS Aurora DB / MySQL / Oracle / NOSQL DBs (MongoDB / DynamoDB / DocumentDB) in an application development environment and eagerness to switch DB.
  • Design database tables, views, indexes
  • Write functions and procedures for Middle Tier Development Team
  • Work with any front-end developers in completing the database modules end to end (hands-on experience in parsing of JSON & XML in Stored Procedures would be an added advantage).
  • Query Optimization for performance improvement
  • Design & develop SSIS Packages or any other Transformation tools for ETL

Functional Skills Desired:

  • Banking / Insurance / Retail domain would be a plus.
  • Interaction with a client a plus

Good to Have Skills:

  • Knowledge in a Cloud Platform (AWS / Azure)
  • Knowledge on version control system (SVN / Git)
  • Exposure to Quality and Process Management
  • Knowledge in Agile Methodology

Soft skills: (additional)
  • Team building (attitude to train, work along, mentor juniors)
  • Communication skills (all kinds)
  • Quality consciousness
  • Analytical acumen to all business requirement
  • Think out-of-box for business solution
Read more
Zuddl
at Zuddl
3 recruiters
Sahiba  Ali
Posted by Sahiba Ali
Remote only
3 - 5 yrs
₹15L - ₹22L / yr
skill iconJava
skill iconJavascript
skill iconReact.js
skill iconAngular (2+)
skill iconAngularJS (1.x)
+4 more

About Zuddl

Zuddl allows companies and organisations to set up their premier flagship event from anywhere in the world within 20 minutes. The one platform for all enterprise events, internal or external, hybrid or virtual. Over the last few months, we have had companies like Microsoft, Deloitte, HSBC, Adobe, Barclays, Ab InBev, Razorpay, Synopsys, WhiteHat Jr, Groww etc host their events on Zuddl. NASSCOM uses Zuddl to host their marquee conferences like Product Conclave, ER&D Summit and GCC Conclave.

Responsibilities / Things you would do

 

Things you would do

  • Work on highly interactive React app with video, live streaming, real-time engagement etc
  • Handle backend with thousands of concurrent users on large-scale events
  • Optimising app performance and build for low-latency and efficient bundle size
  • Follow best practices to build high quality app with unit testing
  • Modern stack with React, Redux, Java 11, Postgres, Redis
  • Collaborate with engineers and designers in fast-paced and high growth environment
  • Passion for clean and appropriately tested code
  •  

Things you would need

  • 3-5 years of experience as Full Stack Developer
  • Key expertise in React, Java
  • Well rounded Full-Stack developer with exposure to all layers of application and development
  • Proficiency with fundamental front end languages such as HTML, CSS, and Javascript
  • Strong understanding of different software development practices, infrastructure
  • Strong background in technology and application design
  • Self-starter, able to deliver project on time meeting high quality standards

Nice to Have

  • Experience with WebRTC, Live Streaming or other related video technologies
  • Previously worked at high growth Indian startups and/or startup founders highly preferred
Read more
s
s
Agency job
via groxily technology by Jothi Groxily
Remote, Chennai
4 - 8 yrs
₹10L - ₹15L / yr
skill iconJava
skill iconSpring Boot
J2EE
Struts
Spring
+2 more
skills Required:
 
  • java 8+
  • springcore 
  • springboot
  • MongoDB
  • Angular
  • Agile

TamilNadu candidates can apply
Experince:4 to 8 years.
Read more
They provide both wholesale and retail funding. (PM1)
They provide both wholesale and retail funding. (PM1)
Agency job
via Multi Recruit by Rachana Deshpande
Bengaluru (Bangalore)
4 - 7 yrs
₹30L - ₹40L / yr
skill iconJava
Data Structures
Algorithms
Microservices
Product design
  • Computer Science fundamentals in object-oriented design, design patterns, data structures, algorithm design,
  • Proficiency with Java
  • 1+ years of experience contributing to architecture and design in a product setup


Key Responsibilities

  • Understand customer needs by collaborating with Product Managers and Business stakeholders
  • Design, development, delivery, and support of large-scale, distributed software applications and tools
  • Use software engineering best practices to ensure a high standard of quality and maintainability for all deliverables
  • Work in an agile, startup-like development environment, where you are always working on the most important stuff.
  • Take initiatives and come up with new ideas to invent solutions for customers
Read more
Mutual Mobile
at Mutual Mobile
7 recruiters
Pavan Paruchuri
Posted by Pavan Paruchuri
Hyderabad
1 - 5 yrs
₹3L - ₹17L / yr
skill iconPython
skill iconDjango
skill iconJavascript
skill iconReact.js
skill iconAngular (2+)
+3 more
Mutual Mobile is a world leading agency in mobile and emerging technology innovation and we are looking for an accomplished and capable full stack engineer to join our team! We have built our success through timely bets on emerging technology and rapid execution of targeted marketing campaigns and skills development. This approach has resulted in a list of premier clients that come to us to build innovative experiences using emerging technology (Nike, Google, GM, Nestle, UnderArmour). We’ve seen this happen with iOS, Android, Wearables and IoT. We continue to evolve - it’s in our DNA - we stay on the forefront of innovation. Now, in 2018, we stand at the foot of a massive transition in emerging technology with the growth of Virtual Reality, Augmented Reality, Voice, Bots, and more. We are ready to embrace these changes and to help our clients make the most of the opportunities they bring. At Mutual Mobile, Engineers are highly-capable, experienced producers of high-quality, extensible code. They know the ins-and-outs of their field, apply that knowledge to solve the most difficult problems, and pass along that knowledge to the next generation through mentorship. They: Improve the structure, quality, and extensibility of code bases Implement tools and best practices Create reusable libraries and frameworks Act as subject matter expert and contribute to the server center of excellence Accurately estimate level of effort Discover and evaluate new tools and technology partners We expect Engineers to: Be highly-capable experts in at least one technology Build breadth across multiple tech stacks Write high-quality, extensible, testable code Participate in planning activities and provide accurate story estimates Conduct code reviews and act as a role model on the team Proactively breakdown work, identify risks, and explore solutions Engineers have experience: Building server applications in Python Strong knowledge on Flask or Django Employing strong TDD and performance optimization strategies Architecting and deploying applications for AWS and other cloud providers Provisioning Devops tooling and continuous integration Designing APIs consumed by many mobile or web applications Using relational and document-store databases Building high-performance, scalable cloud applications Shipping fault-tolerant, highly-available systems in production Good knowledge on basic authentication, authorization and security technologies. Preferred experience includes: Building server applications using several different open-source stacks Using BaaS providers like Firebase or Heroku Familiarity with modern front-end development such as React or Angular Using containerization systems like Docker or Kubernetes Integrating third-party systems: CRM, CMS, shopping carts, and payments Broad architectural knowledge and experience: serverless, microservices, traditional server-based (monolithic) services System monitoring and security design and implementation Why work for Mutual Mobile? We make great products. We craft beautiful mobile interfaces and solve complex software challenges. Clients such as HEB, Google, lynda.com, Citi, Nike, and Under Armour come to us for our deep experience in mobile and emerging technology — from establishing a mobile strategy that provides impactful business value, to building those solutions from the ground up. We bring together the brightest minds in interactive & visual design, engineering, and business management to deliver solutions that actually matter. You’ll love working here, because this isn’t a company of silos. Team members are empowered and encouraged to pursue cool ideas, think for themselves, and make mistakes. If your passion extends beyond the role, we’ll invite your views and assistance with improving our culture, systems and processes. We know you’re smart, and that you love learning new technologies--so you’ll be able to work on a variety of projects with many different types of people.
Read more
Why apply to jobs via Cutshort
people_solving_puzzle
Personalized job matches
Stop wasting time. Get matched with jobs that meet your skills, aspirations and preferences.
people_verifying_people
Verified hiring teams
See actual hiring teams, find common social connections or connect with them directly.
ai_chip
Move faster with AI
We use AI to get you faster responses, recommendations and unmatched user experience.
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
Get to hear about interesting companies hiring right now
Company logo
Company logo
Company logo
Company logo
Company logo
Linkedin iconFollow Cutshort
Users love Cutshort
Read about what our users have to say about finding their next opportunity on Cutshort.
Shubham Vishwakarma's profile image

Shubham Vishwakarma

Full Stack Developer - Averlon
I had an amazing experience. It was a delight getting interviewed via Cutshort. The entire end to end process was amazing. I would like to mention Reshika, she was just amazing wrt guiding me through the process. Thank you team.
Companies hiring on Cutshort
companies logos