▲ | ilove196884 2 days ago | |
I know this this might sound scripted or can be considered cliche but what is the use case for DBOS. | ||
▲ | qianli_cs 2 days ago | parent [-] | |
The main use case is to build reliable programs. For example, orchestrating long-running workflows, running cron jobs, and orchestrating AI agents with human-in-the-loop. DBOS makes external asynchronous API calls reliable and crashproof, without needing to rely on an external orchestration service. |