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

DevOps Engineer

Tel Aviv · Full-time

About The Position

About Deci

Deci is the world’s most innovative deep learning platform, built for deep learning developers. Powered by our proprietary AutoNAC acceleration technology, we are enabling the future of deep learning-based applications across industries.

About The Position

You have the opportunity to join a small but crucial team that enables Deci AI's growth while maintaining quality. As a member of this team, you fully own our production training, optimization, and inference infrastructure, which is growing rapidly. Your work will help support our cutting-edge AI technology, and you will collaborate with our research and engineering teams on the latest hardware and software frameworks. This position requires an ownership mindset and a hands-on, can-do approach, and an eagerness to learn while working across multiple projects and technologies.



Requirements

  • 5+ years of experience as a DevOps Engineer or equivalent experience
  • A strong background in both traditional DevOps release process and modern infrastructure, with a thorough understanding of industry best practices like CI/CD, IAC, and GitOps
  • Experience with building CI/CD pipelines for applications and micro-services
  • Experience with K8S
  • Hands-on experience administering public clouds (AWS, GCP, or Azure)
  • In-depth understanding of Linux systems internals and networking

Preferred qualifications

  • Experience with deep learning frameworks and deep learning training pipelines
  • Experience building and maintaining On-Premise servers
  • Proficiency in managing and optimizing company-wide network infrastructure, ensuring seamless connectivity and efficiency
  • B.Sc. in Computer Science or a similar technical field
  • Experience working with small edge devices such as Nvidia Jetson devices

Responsibilities

  • Develop, deploy, maintain, scale, and monitor our hybrid (cloud and on-premise) Deep Learning training research and development environment.
  • Manage our multi-cloud Cloud-native production deployments (SaaS) running on Kubernetes clusters.
  • Build critical production components from scratch.
  • Evaluate new cloud-native technologies and vendor products to continuously improve our SaaS offerings.
  • Work closely with developers and researchers across the company to design and deliver new features, applications, and services. Develop tools and processes to enable them to automate everything.
  • Design and manage different monitoring and observability tools for troubleshooting and resolving production issues.
  • Solve problems in mission-critical services by creating solutions to prevent problem recurrence and automating remediation procedures.
  • Provide operational support for day-to-day activities involving deployments of services, configurations of service interaction, etc.

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")