Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Self-Hosted Inference for Agents (github.com/superlinked)
9 points by rafaepta 28 days ago | hide | past | favorite | 5 comments


> SIE is an open-source inference engine that runs the models behind every agent task through one API: search and retrieval, document-to-markdown conversion, structured output, content safety, and the agent loop itself. It replaces the patchwork of a separate model server per task with one system that serves 100+ models, loading each on demand.

3rd time reading this and it's still confusing.

> an open-source inference engine that runs the models behind every agent task through one API

"the models"? - it means "various models that are called by an agent, per task" (then lists all the tasks that it covers)

> "It replaces the patchwork of a separate model server per task with one system that serves 100+ models, loading each on demand."

Which says nothing about how it works.

The About block is poorly written.


SIE exposes 4 task oriented primitives: encode, score, extract, generate. The application calls the relevant primitive with a supported model, while SIE automatically handles the model specific runtime, loading, batching and GPU sharing. Models load on demand, and the least recently used ones are evicted when GPU memory is needed. So the "100+ models" refers to the supported catalog, not 100 models loaded simultaneously.


Parent deprecated?


not really (just saw Show HN is only for one owns projects). i don't have any credits in this. Edited


Thanks




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: