Hacker News new | ask | show | jobs
by jackmpcollins 616 days ago
I'm working on a very abstraction light package for LLMs called magentic. The goal is to handle the main boilerplate of building with LLMs, but leave the abstractions up to the user. I'd be interested to hear your opinion on it vs others.

https://github.com/jackmpcollins/magentic

1 comments

Interesting! How does it compare to something like Mirascope? I feel like I'm constantly on the hunt for the slimmest llm interface layer, and mirascope is my most recent attempt.
I found `ell` pretty appealing, but I still prefer using the raw openai/anthropic packages.