HackerTrans
TopNewTrendsCommentsPastAskShowJobs

atls

no profile record

comments

atls
·hace 4 meses·discuss
It's not a complete replacement, but if you're in a Python ecosystem, you might find Moto to be of interest.

https://github.com/getmoto/moto
atls
·hace 4 meses·discuss
Oh, the irony
atls
·hace 4 meses·discuss
AGPLv3 attempts to solve this problem, by forcing SaaS providers to open-source their modifications.

https://www.gnu.org/licenses/agpl-3.0.en.html
atls
·hace 5 meses·discuss
There is also the use case of delegating tasks programmatically to an LLM, for example, transforming unstructured data to structured data. This task often can’t be done reliably without either 1. lots of manual work, or 2. intelligence, especially when the structure of the individual data pieces are unknown. Problems like these can be much more efficiently solved by LLMs, and if you imagine these programs are processing very large datasets, then sub-millisecond inference is crucial.