JOIN US AT HYPERNATURAL
ML Engineer
Hypernatural is a generative video platform that puts the creation of great videos in reach for everyone. We’re hiring a Founding ML Engineer to build the future of video creation with us.
Opportunity
Hypernatural.ai is the best AI video creation tool to get you from idea to shareable video fast. We're building at the forefront of generative AI to make video creation and editing radically faster - and more fun. We're a small team of builders and we’re shipping custom fine-tuned generative models across multiple modalities (text, imagery, video) and tackling all the crazy latency and multi-player issues involved. We're backed by top Silicon Valley investors. Come join us to transform video creation and editing!
About you
You’ve trained and deployed models from start to finish that real users use, without the help of big-company infrastructure. You have an interest in diffusers and have probably fine-tuned one of these yourself for some purpose.
You have an opinion about how to host and optimize large models in production with various budgets and on various timescales.
You’re not afraid to jump into product code to get what you need, if some piece of data is missing or some integration needs to be done.
Our engineering ethos
The app prototype is a Django app with a React frontend. We use Postgres and Redis and Celery. It was the fastest way to get something built that we could show to real people, while still being easy to deploy and monitor.
Our frontend is TypeScript, thankyouverymuch dhh. We’re still using React Router — but we’re open to the idea that maybe it’s time to embrace the Next or Remix ecosystem.
We have tests, we have ci, we have automatic deploys. We use a generated TypeScript API client created by some OpenAPI scaffolding, so it’s easy for .ts to talk to .py. But for the first few months there was just an api.ts file with a bunch of fetch() calls in it (!).