Careers at Deci

Be a part of the team that’s pushing the boundaries of AI

If you run toward learning, innovation, and the extraordinary, join us.

What our team loves about Deci

careers-page-testimonials-kate
“I love working at Deci because it provides an open-minded and stimulating environment. We work collaboratively and inspire each other to continuously find new ways to grow the company.”
Kate Yurkova, Deep Learning Engineer
Group 1000002769 (2)
“Deci allows me to learn new skills. I get to work on and solve challenging problems that expand my knowledge in AI and enhance my creativity. Thanks to Deci, I can now write rock-solid production software on the fly.”
Avi Lumelsky, Deep Learning Software Engineer
deci-careers-testimonial-mike
“Working at Deci is a rewarding experience. We are constantly creating and building together to help deliver a state-of-the-art AI platform to the world’s best AI teams. Being on the sales team has pushed me to continuously develop my skill set and also grow as a person. I look forward to solving new challenges every day.”
Mike Flynn, Sales Development Manager

Open Positions

Careers

Deep Learning Software Engineer

Tel Aviv · Full-time

About The Position

We’re looking for a deep learning software engineer who is versatile, curious, independent, and keen to embark on true challenges. As part of the Deci AI Inference Team, you will play a crucial role in optimizing and deploying deep learning models for real-time inference in various applications. You will work closely with our research scientists, software engineers, and product team to ensure efficient and accurate model deployment - from microprocessors to multi-accelerator cloud instances. You will utilize cutting edge hardware and state-of-the-art models, all while practicing software development best practices.

To succeed in this role, you must possess a thorough understanding of both software engineering principles and deep learning theory. Your contributions will encompass the development of Deci’s core products - enabling graph compilation, runtime optimization, model deployment and more - all aimed at squeezing the most out of Deci’s customers’ HW

Requirements


  • Familiarity with highly concurrent systems and their SW stacks - GPUs, DL accelerators, CUDA, Triton, etc.
  • Extensive experience deploying deep neural models to production settings - on cloud or edge devices
  • Track record of profile-based performance analysis, methodical discovery of bottlenecks, and general hardware utilization maximization
  • Knowledge of common SOTA deep learning architectures, their pre and post-processing transformations, and the relevance of these transformations to different deep learning tasks
  • A deep understanding of the transformer architecture, the latest attention mechanisms (FlashAttention, PagedAttention, …), and the LLM optimization and serving space is a large bonus
  • Familiarity with cloud computing platforms (AWS, GCP, Azure) and knowledge of containerization-related technologies (Docker, Kubernetes, containers)


Preferred qualifications


  • Familiar with highly concurrent systems, GPU programming, CUDA and the CUDA Toolkit
  • Extensive experience deploying deep neural models to production settings - on cloud or edge devices
  • Track record of profile-based performance analysis, methodical discovery of bottlenecks, and general hardware utilization optimization
  • Familiar with stream processing frameworks (GStreamer, ROS, …) and efficient data-management techniques that they leverage
  • Knowledge of common SOTA deep learning architectures, their pre and post processing data transformations, and the relevance of these transformations to different deep learning tasks
  • Deep understanding of Unix-based OS internals - from process and thread management to the virtual memory system and file systems


Responsibilities


  • Develop the core logic behind Deci’s DL development platform. Contribute to inference libraries and internal model optimization tools used by Deci’s customers, researchers, and algorithm teams
  • Develop strategies and infrastructure aimed at improving the reliability of Deci’s deep learning systems
  • Develop and deliver production-grade, high-throughput real time inference-enabling frameworks
  • Adopt and integrate cutting-edge research - in the fields of deep learning model optimization and deployment - into Deci products and tools


Apply for this position

Accelerate your career in a hyper-growth company

Gain a competitive edge and easily scale your business by delivering your customers better results faster.

Work with the brightest minds

Together, we are pushing the boundaries of AI. At Deci you will encounter and work with some of the brightest minds in the AI industry as well as with the top AI companies.

Life at Deci

Office Activities

Celebrating holidays, learning from subject matter experts, playing foosball. There’s always a new activity that encourages the team to take a break, unwind, and learn new things in a fun way.

Pets

We’re a pet friendly office, and we’re happy to share that there are several cute, fluffy dogs that are part of our team.

Events and conferences

Our team members actively participate in various conferences on a regular basis to stay up to speed on the latest research, technological breakthroughs in their respective fields.

Continuous learning

The Deci team doesn’t only solve problems and create value, but we also unlock new opportunities and drive impactful change. We sharpen our skills and adopt new capabilities with continuous learning.

Perks

Birch Coffee

Drive conversion rates sky-high by letting your customers choose when to pay at no extra cost. No lengthy applications. Instant online approval, as it should be.

Birch Coffee

Drive conversion rates sky-high by letting your customers choose when to pay at no extra cost. No lengthy applications. Instant online approval, as it should be.

Birch Coffee

Drive conversion rates sky-high by letting your customers choose when to pay at no extra cost. No lengthy applications. Instant online approval, as it should be.

Birch Coffee

Drive conversion rates sky-high by letting your customers choose when to pay at no extra cost. No lengthy applications. Instant online approval, as it should be.

Our values

Open-mindedness

Together, we are pushing the boundaries of AI. At Deci you will encounter and work with some of the brightest minds in the AI industry as well as with the top AI companies.

Open-mindedness

Together, we are pushing the boundaries of AI. At Deci you will encounter and work with some of the brightest minds in the AI industry as well as with the top AI companies.

Open-mindedness

Together, we are pushing the boundaries of AI. At Deci you will encounter and work with some of the brightest minds in the AI industry as well as with the top AI companies.

Open-mindedness

Together, we are pushing the boundaries of AI. At Deci you will encounter and work with some of the brightest minds in the AI industry as well as with the top AI companies.

Add Your Heading Text Here
				
					from transformers import AutoFeatureExtractor, AutoModelForImageClassification

extractor = AutoFeatureExtractor.from_pretrained("microsoft/resnet-50")

model = AutoModelForImageClassification.from_pretrained("microsoft/resnet-50")