

Octobotics Tech
https://octobotics.techAbout
Octobotics Tech is an early-stage robotics engineering startup focused on building advanced robotic solutions for the maritime and oil & gas industries, where inspection and maintenance are complex, risky, and costly.
The company is developing a next-generation marine and aerial robotic platform with modular manipulators designed for autonomous inspection and non-destructive testing (NDT), even on heavily corroded surfaces. The platform supports techniques such as Eddy Current and other NDT methods, and the core technology is already at a matured stage, not just experimental R&D.
Alongside platform development, Octobotics delivers robotic inspection and maintenance services, using specialized robots to navigate challenging environments and perform precision-driven tasks that reduce human risk, downtime, and operational costs. The team also builds custom robotic solutions, working closely with clients to address specific operational and infrastructure challenges.
Backed by a pre-seed round from a Hong Kong–based investor, Octobotics operates as a flat, non-toxic organization that values unconventional thinking, ownership, and hands-on problem solving. The company is now hiring its first core team members to help push the boundaries of applied robotics in real-world industrial environments.
Connect with the team
Jobs at Octobotics Tech
The Opportunity: Building the "Eyes" of Industrial Inspection
At Octobotics, we are addressing the challenge of finding the right "Who" to build the next generation of autonomous industrial inspection systems. We aren't just looking for a coder; we are looking for a Strategic Lead Developer—a high-impact individual who can transform high-bandwidth hardware data into life-saving, intuitive user experiences.
This role is the critical link in our mission. Our autonomous platforms—serving the Oil & Gas, Rail, and Chemical sectors—generate massive sensor payloads that must be visualized in real-time to prevent catastrophic infrastructure failure. You will own the bridge between raw physics and the inspector’s fingertips, ensuring that sustained success and exceptional results are built into our interface.
Key Responsibilities: Where Systems Meet Strategy
- High-Throughput Engine-to-UI Integration: Architect and develop robust WPF (C#) and Qt (C++) applications capable of ingesting and processing sustained sensor data streams of 100–200 MBPS.
- Interoperability Bridge Engineering: Design, implement, and optimize the high-speed data layer (via C++/CLI, Shared Memory, or gRPC) that connects low-level C++ sensor drivers to our C#-based visualization tools used across diverse industrial environments.
- Performance Engineering & Hardware Acceleration: Implement advanced rendering techniques (DirectX/OpenGL) to ensure seamless, 60 FPS visualization of dense PAUT (Phased Array Ultrasonic Testing) datasets, eliminating UI jitter even under peak load.
- Cross-Sector Technical Leadership: Collaborate with the Principal Architect to define scalable data structures and communication protocols for inspection bots operating in specialized Oil, Gas, and Chemical facilities.
- Mission-Critical Reliability: Ensure the stabilization of our software culture by building cohesive, high-performing codebases that avoid the "ripple effect" of technical debt and hiring mistakes.
Required Experience: The Technical Blueprint
- WPF & C# Mastery: Extensive professional experience with XAML, MVVM, and sophisticated asynchronous programming. You must be able to handle high-frequency data notifications without overwhelming the UI Dispatcher.
- Qt/QML Proficiency: Proven track record of building modern, responsive, and performance-oriented interfaces in C++ that interface directly with hardware layers.
- High-Bandwidth Data Handling: Demonstrated experience managing massive data pipelines (100MBps+) where memory management and thread priority are the difference between success and system failure.
- Cross-Language Marshalling: Deep understanding of the performance trade-offs involved in moving data between managed (C#) and unmanaged (C++) memory spaces.
- Strategic Engineering Mindset: An innate ability to identify bottlenecks before they derail projects and the "scrappiness" to implement long-term architectural solutions in a lean startup environment.
Why Join Octobotics?
We offer a culture of excellence where roles are filled by high-performing individuals aligned with our goals and values. You will have the autonomy to choose the best tools for the job and the impact of seeing your work directly influence the safety of global energy and chemical infrastructure. We prioritize growth, meaningful work, and a clear sense of purpose.
Senior Robotics Engineer (ROS 2 Migration & Systems) - WorkFlow
Department: R&D Engineering
Location: Octobotics HQ (Noida/On-Site)
The Mission
To successfully migrate our legacy ROS 1 architecture to a high-performance ROS 2 Native ecosystem, architecting a navigation stack that survives the "unheard-of" edge cases of the real world.
1. The Context: The Great Migration
Octobotics is at a pivot point. Our legacy stack was built on ROS 1 (Noetic). It got us to MVP.
But to scale, we are tearing it down and rebuilding in ROS 2 (Humble/Iron).
We are not looking for someone to maintain old code. We are looking for an Architect to lead this migration. You will deal with the pain of bridging ros1_bridge, porting custom messages, and rewriting node lifecycles from scratch.
If you are afraid of breaking changes and complex dependency hell, stop reading now.
2. The "Scorecard" (Outcomes)
- The Migration: Port our core navigation and control logic from ROS 1 to ROS 2. This involves rewriting nodes to utilize Lifecycle Management and Node Composition for zero-copy transfer.
- Nav2 Architecture: We don't just "install" Nav2. You will write custom Behavior Tree plugins and Costmap layers to handle dynamic obstacles in unstructured environments.
- Middleware Optimization: You will own the DDS layer (FastDDS/CycloneDDS). You must tune QoS profiles for lossy WiFi environments and debug discovery traffic issues that traditional network engineers don't understand.
- Sensor Fusion & State Estimation: Implement and tune EKF/UKF pipelines (robot_localization) to fuse IMU, Wheel Odometry, and LiDAR. You must understand Covariance Matrices—if your covariance grows unbounded, you have failed.
- Serialization Strategy: Implement Protocol Buffers (Protobuf) for high-efficiency, non-ROS internal data logging and inter-process communication where overhead must be zero.
3. Technical Requirements (The Hard Skills)
The Stack (ROS 1 & ROS 2):
- Deep ROS 2 Mastery: You know the difference between spin(), spin_some(), and Multi-Threaded Executors. You understand why we are moving to ROS 2 (Real-time constraints, DDS security, QoS).
- Navigation Stack: In-depth knowledge of Nav2 (Planners, Controllers, Recoveries). You understand Global vs. Local planners (A*, DWB, TEB).
- SLAM & Localization: Experience with Graph-based SLAM (Cartographer, SLAM Toolbox). You know how to close loops and optimize pose graphs.
The Math (The "Weeder"):
- Linear Algebra & Geometry: Rigid body transformations are your second language. You understand Quaternions, homogeneous transformation matrices ($T \in SE(3)$), and how to avoid Gimbal Lock.
- Kinematics: You can derive Forward and Inverse Kinematics for Differential Drive and Ackermann steering chassis.
- Probabilistic Robotics: Understanding of Bayesian estimation. You know that sensors are noisy and that "Ground Truth" is a myth.
The Code:
- C++ (14/17): Real-time safe coding standards. RAII, Smart Pointers, and template metaprogramming.
- Python: For prototyping and complex orchestration.
4. The "Topgrading" Filter (Do NOT apply if...)
- You think roslaunch is the same as ros2 launch.
- You have never defined a custom .msg or .srv file.
- You struggle to visualize a TF tree in your head (map -> odom -> base_link).
- You think latency "doesn't matter" in a control loop.
5. The Challenge: Surfing the Tsunami
Let’s be honest: AMR (Autonomous Mobile Robots) is hard.
We are solving problems that are unheard of in the standard "warehouse" world. We deal with dynamic crowds, changing lighting, and network black holes.
There will be days when the Sensor Fusion drifts for no reason. There will be days when the DDS discovery fails because of a multicast storm. There will be architectural "Tsunamis" that threaten to wipe out our sprint.
We are looking for the engineer who doesn't run for higher ground, but grabs a board and says, "I’m ready to surf."
Senior C++/Qt Backend Engineer
(High-Performance Systems)
Location: Noida (On-site)
Introduction: Who We Are
We are a lean, product-based startup building the next generation of industrial robotics. Our products are deployed in critical, high-stakes environments, including Railways, Oil & Gas, Chemicals & Fertilizers, and Offshore operations.
We are not just writing code; we are building rugged, intelligent machines that operate in the real world.
1. The Mission (Pure Backend Focus)
You will architect the high-performance C++ Backend of our robotics software.
- No UI Work: You will NOT be designing UI pixels or writing QML front-end code.
- The Engine: Your mission is to build the “invisible engine” that processes 50 Mbps of raw scientific data and feeds it efficiently to the UI layer.
- Ownership: You own the threads, the data structures, and the logic.
2. Critical Outcomes (The First 4 Months)
- Architect the Data Ingestion Layer:
- Design a C++ backend capable of ingesting 50 Mbps of live sensor data (from embedded hardware) without dropping packets or consuming excessive CPU.
- Decouple Backend from UI:
- Implement Ring Buffers and Lock-Free Queues to separate high-speed data acquisition threads from the main Qt Event Loop, ensuring the backend never freezes the UI.
- Crash-Proof Concurrency:
- Refactor the threading model to eliminate Race Conditions and Deadlocks using proper synchronization (Mutexes/Semaphores) or lock-free designs.
- Efficient IPC Implementation:
- Establish robust Inter-Process Communication (Shared Memory / Sockets) to allow the C++ backend to exchange data with other Linux processes instantly.
3. Strategic Outcomes (Months 5 Onward)
As the product matures, your focus will shift from “Building the Engine” to “Hardening and Scaling the Ecosystem.”
- Robust OTA & Redundancy:
- Implement Linux A/B Partitioning strategies. You will design the fallback mechanism where the system uses atomic updates to revert to the last known good configuration in case of an update failure, ensuring high availability in remote offshore locations.
- Containerized Deployment:
- Move from manual builds to automated deployment. You will containerize the application (Docker / Podman) and integrate it with Jenkins / GitLab CI to enable seamless remote deployment to the robot fleet.
- Remote Diagnostics Engine:
- Build the internal logic to capture, compress, and transmit critical system logs and core dumps securely to the cloud without saturating the robot’s bandwidth.
- Fleet Monitoring Infrastructure:
- Distinct from simple logging, you will architect the heartbeat and telemetry protocols that allow our central command to monitor the health of robots deployed in railways and chemical plants in real time.
4. Competencies (Must-Haves)
- Qt Core (Backend Only):
- Expert in QObject, QThread, QEventLoop, and Signal/Slot mechanisms. You understand how to push data to QML, but you don’t style it.
- High-Performance C++:
- You handle data at the byte level, preferring Circular Buffers (Ring Buffers) over standard vectors for streams.
- Concurrency Mastery:
- You know when to use Lock-Free programming to avoid thread contention and can manage interactions between Data Acquisition and Processing threads without bottlenecks.
- Design Patterns:
- Competence in Producer-Consumer (for streams), Singleton (hardware managers), and Factory patterns.
- Linux System Programming:
- Comfortable with IPC (Shared Memory, Unix Domain Sockets) and optimizing process priorities.
5. The “Squad” (Your Team)
- Embedded Engineers:
- They push the raw 50 Mbps stream to the OS; you write the drivers to catch it.
- UI / Frontend Developers:
- They handle QML / UX; you provide the data APIs they need.
- Robotics (ROS) Engineers:
- You ensure their heavy algorithms don’t starve your data acquisition threads.
- Testers:
- You ensure your code stands up to their stress testing.
6. Why This Role Defines Your Career
- Deep Backend Engineering:
- Escape the “button styling” trap. This is 100% logic, memory management, and architecture.
- Real Engineering Problems:
- Solve race conditions, memory leaks, and high-velocity data streams.
- Architectural Autonomy:
- You decide how the data moves and choose the patterns. You own the “Engine Room.”
The recruiter has not been active on this job recently. You may apply but please expect a delayed response.
We're hiring at Octobotics! You will be a member of our robotics team. As a Robotics Engineer Intern, you will be responsible for engineering solutions to automation problems alongside the product development team. You can expect to co-craft innovative automated solutions and interfaces with C++/python, test third-party embedded modules in real-world scenarios, and use these experiences to pioneer the company's pioneering robotics platforms.
The candidate should have above-average Linux skills. With experience using ROS and a comprehensive grasp of robotics fundamentals, the candidate should be able to deliver efficient and reliable code. The candidate should be able to work with vision systems and hardware like motor and controller systems, sensors, microcontrollers, communication protocols such as Ethernet or Modbus.
The candidate must be comfortable working in a dynamic environment with prototypes arising mid-project, and the discovery of new areas requiring attention at any given time is required.
Ways To Stand Out From The Crowd:
- A Bachelor's degree in Robotics, Computer Science, Mechanical Engineering, or Electrical Engineering.
- Understand Computer Fundamentals - Compilers, linkers, Cmake.
- Understand DSA - Topcoder, CodeChef, HackerRank.
- SLAM ( Graph SLAM, Lidar based Localization )
- Use Rviz & Gazebo.
- Use Git - Add, Commit, Push.
About Us:
We are working on next-generation maritime and aerial robotics for the future. We are developing the first Marine & Aero Robotic Platform in the World with Modular Manipulators for Autonomous Inspection & NDT even on heavily corroded surfaces (Matured Technology)/Eddy Current/Other NDT Techniques. We are a close-knit group of dreamers and doers who are willing to take risks, think outside the box, and try to accomplish the seemingly impossible.
We are ready to push the boundaries and are looking for people who want to be a part of this exciting journey. We may not promise the moon, but we will try our best to provide a conductive, non-toxic environment within a flat organization where "Every Opinion Matters."
Octobotics Tech raised its pre-Seed round from a Hong Kong-based investor and is now hiring our very first few members of the Octobotics Tech family.
The recruiter has not been active on this job recently. You may apply but please expect a delayed response.
Octobotics is currently recruiting! You'll be working as part of our software development team. As a Full-Stack developer, you'll be working on web application development. We need your talent, collaboration, and energy to help us do big things that will inspire people all across the world. We need your innovative ideas and various backgrounds to help us imagine, create, and deliver systems that will benefit people. We are passionate about what we do, and we want you to be a part of our team as we take on new challenges at Octobotics Tech.
The full-stack developer for robotics will be:
- Collaborating with other developers on the UI's integration with new and existing hardware platforms.
- As needed, carry out other duties.
- Visualize live and simulated data.
- Develop real-time browser-based applications to support the design and development.
- In a collaborative atmosphere, you will create smart, elegant, and helpful software user interfaces and experiences for workstations.
Qualifications: required education, experience, or skills:
- Bachelor's degree in computer science, computer engineering, or related field of study, or comparable experience
- Expertise in creating user-facing software specifications and adhering to graphical specs
- Expertise with design software such as Sketch, Adobe XD, Figma, and others.
- 3 years of full-stack programming experience with Unity or QT Creator is required.
- Full-Stack design principles are well understood.
- Synthesizing function requirements into logical wireframes is something you've done before.
- The ability to work on a variety of robotic platforms
- Hands-on experience in using Node. JS, npm, Git, TypeScript, ExpressJS, Angular 10 and up, Angular Server-Side Rendering (Angular Universal)
Requisition Preferences:
- Front-end and back-end development for a web-based robotics system.
Why Work on Our Team?
We are working on next-generation maritime and aerial robotics for the future. We are developing the first Marine & Aero Robotic Platform in the World with Modular Manipulators for Autonomous Inspection & NDT even on heavily corroded surfaces (Matured Technology)/Eddy Current/Other NDT Techniques. We are a close-knit group of dreamers and doers who are willing to take risks, think outside the box, and try to accomplish the seemingly impossible.
We are ready to push the boundaries and are looking for people who want to be a part of this exciting journey. We may not promise the moon, but we will try our best to provide a conductive, non-toxic environment within a flat organization where "Every Opinion Matters."
Octobotics Tech raised its pre-Seed round from a Hong Kong-based investor and is now hiring our very first few members of the Octobotics Tech family.
Similar companies
About the company
To hire better and faster, companies need rich candidate data, smart software and sound human judgement.
Cutshort is using AI to combine all these 3 to offer a 10x talent sourcing solution that is faster, better and cheaper.
We have 3 AI-powered offerings
- Hire using our AI platform: Affordable annual subscriptions
- Get only sourcing: 3.5% of annual CTC when you hire
- Get full recruiting: 6.99% of annual CTC when you hire
Customers such as Fractal, Sprinto, Shiprocket, Highlevel, ThoughtWorks, Deepintent have built strong engineering teams with Cutshort.
Jobs
1
About the company
We are a globally awarded UX & UI design studio trusted by brands like Adobe, Kotak, AU Bank, VMware, Fossil, and many more
We are a team of deep-thinking designers and strategists driven by the impact of design. We believe great design isn't just functional — it's thoughtful, scalable, and emotionally resonant. At Ungrammary, we go beyond crafting interfaces — we design experiences that solve real-world problems and touch millions of users.
Specializing in fintech, healthcare, SaaS, e-commerce, and enterprise tech. We've helped global enterprises and high-growth startups create products that are as intelligent as they are intuitive. With a strong foundation in user experience, user research, and design thinking, we bring clarity to complexity.
If you're ready to be part of a fast-paced, high-impact design team or want to work on world-class products, drop us a line at [email protected] — we’d love to hear from you.
More about us:
- 🏆 iF Design Award 2024, IDA 2022, DNA Paris Design Award 2022, MUSE Creative Gold Award 2021
- Ranked among the Top 20 Global UX Agencies by Clutch
- 70+ brands served across 10+ countries.
- 100+ million user interactions impacted.
- Trusted by global brands like Adobe, Kotak Mahindra Bank, Adani Capital, AU Bank, VMware, Fossil, Brooks, and more.
- Designed products across 15+ industries including fintech, healthcare, SaaS, and e-commerce
Jobs
2
About the company
Jobs
2
About the company
Jobs
14
About the company
BPO Hirings
Jobs
14
About the company
Forbes Advisor is a global consumer-finance platform under the Forbes brand, dedicated to simplifying decisions around money, insurance, loans, banking, real estate and more. Its mission is “Smart Financial Decisions Made Simple.”
The site publishes deep research-backed reviews, product comparisons, advice and guides — all of which help people make confident financial choices.
Headquartered in Jersey City, New Jersey (US) at 499 Washington Blvd
Jobs
3
About the company
Jobs
2
About the company
Jobs
1
About the company
Jobs
1
About the company
Jobs
1



