LLM based CI pipeline code generator for DSCI DSCI, a self-hosted Git and CI server, now offers an LLM-based pipeline code generator that produces CI configurations from natural-language requests, according to a post on Hacker News. Users submit a prompt such as "Build DSCI pipeline for typical Python project with pytest unit tests and code coverage more then X" to the service at dsci.sparrowhub.io:8080, wait less than a minute, then open the latest dsci@* build's artifacts to read answer.md. The post lists example outputs for a Python/pytest/coverage pipeline and a Golang pipeline with unit tests, coverage, and Docker image push. DSCI is a dead simple CI - self hosted Git and CI server included. Use this link - http://dsci.sparrowhub.io:8080/repo/test1.git To build pipeline for your requirements, just say something: Build DSCI pipeline for typical Python project with pytest unit tests and code coverage more then X You can do more than that. AI agent is smart enough to nail it down for you. Once your request is queued wait for less then minute, go to builds pages, pickup latest dsci@ build, go to arifacts and finally view your answer.md Examples: Python+pytest+coverage - http://dsci.sparrowhub.io:8080/file view/dsci/1c9fb55.1789570454/answer.md Golang+unit tests+ coverage + docker image push - http://dsci.sparrowhub.io:8080/file view/dsci/1c9fb55.1789570619/answer.md PS ... and don't waste all my free tokens Comments URL: https://news.ycombinator.com/item?id=49728085 https://news.ycombinator.com/item?id=49728085 Points: 1 Comments: 0