top | item 46262651

(no title)

tajd | 2 months 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?

discuss

order

jiehong|2 months ago

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|2 months ago

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|2 months ago

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|2 months ago

Instead of YAML workflows you write code, and there is an analog of the Github Actions Marketplace (the Daggerverse).