| ▲ | tajd 13 hours ago | |
This looks interesting but I’m trying to understand it in more layman’s terms. Is it more about providing abstractions for llms to work within to do things? | ||
| ▲ | jiehong 13 hours ago | parent | next [-] | |
It’s actually a CI/CD as code tool, where some pieces can be LLM agents. But, the marketing heavily focuses on LLM stuff to the point of making everyone confused. | ||
| ▲ | mayhemducks 11 hours ago | parent | prev | next [-] | |
I've never tried it. My first impression based purely on reading the homepage is it adds complexity to something I can already do with a Dockerfile and bash. What can it do that I can't already do more simply? | ||
| ▲ | lowmagnet 12 hours ago | parent | prev | next [-] | |
It does a pretty good job of caching and that does help speed up builds. I also run all of my end to end tests from it because I can coordinate secrets and clusters of containers through it. | ||
| ▲ | esafak 9 hours ago | parent | prev [-] | |
Instead of YAML workflows you write code, and there is an analog of the Github Actions Marketplace (the Daggerverse). | ||