TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Cortex – Open-source alternative to SageMaker for model serving

65 pointsby calebkaiserabout 5 years ago

7 comments

Lemaxoxoabout 5 years ago
Hey there, great work. I used Cortex as an inspiration when designing chantilly: <a href="https:&#x2F;&#x2F;github.com&#x2F;creme-ml&#x2F;chantilly" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;creme-ml&#x2F;chantilly</a>, which is a much less ambitious solution tailored towards online machine learning models. Keep up the good work.
itsderek23about 5 years ago
This certainly looks like a cleaner way to deploy an ML model than SageMaker. Couple of questions:<p>* Is this really for more intensive model inference applications that need a cluster? It feels like for a lot of my models, a cluster is overkill.<p>* A lot of the ML deployment (Cortex, SageMaker, etc) don&#x27;t see to rely on first pushing changes to version control, then deploying from there. Is there any reason for this? I can&#x27;t come up for a reason why this shouldn&#x27;t be the default. For example, this is how Heroku works for web apps (and this is a web app at the end of the day).
评论 #22871632 未加载
boboshaabout 5 years ago
Has anyone used Cortex in production?<p>- Could you share your experiences?<p>- why would one choose this over docker for instance?
评论 #22870000 未加载
wikibobabout 5 years ago
The name Cortex is in use for the scalable Prometheus storage backend: <a href="https:&#x2F;&#x2F;github.com&#x2F;cortexproject&#x2F;cortex" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;cortexproject&#x2F;cortex</a>
评论 #22871486 未加载
dodataabout 5 years ago
One of the things that has deterred me from SageMaker is how expensive it can be for a side project. Real-time endpoints start at $40-$50 per month, which would be a bit too much for a low-budget project on the side. I love the idea of using an open-source alternative, but I noticed that all of the systems combined for Cortex would be a bit more expensive. Do you have any tips on how to keep a model deployed cheaply for a side project using Cortex? Id be fine with a little bit of latency on the first request, similar to how Heroku&#x27;s free dynos work.
评论 #22872809 未加载
cameronfraserabout 5 years ago
Why would I use this over deploying the model to a lambda function aside from lack of GPU? (not trying to be confrontational, genuinely don&#x27;t know) Won&#x27;t lambda functions scale as needed? How does this compare cost wise?
评论 #22872163 未加载
_____smurf_____about 5 years ago
How is this compared to KubeFlow?
评论 #22870522 未加载