Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/flavienbwk/awesome-llm-devops

A list of DevOps features enabled by awesome LLM software.
https://github.com/flavienbwk/awesome-llm-devops

List: awesome-llm-devops

awesome devops gpt llm software strategy

Last synced: 21 days ago
JSON representation

A list of DevOps features enabled by awesome LLM software.

Awesome Lists containing this project

README

        

# Awesome LLM for DevOps [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)

A list of DevOps features enabled by LLM software.

This repo is intended to be powered by the community. Feel free to pick up ideas and start a profitable business πŸ€‘.

## Foreword

LLMs represent a major step forward for all digital professions. Software engineering can (and must) take advantage of it to speed up its development cycles, make software more secure, and succeed in maintaining it more easily and for longer.

## Features

Features are listed by category and sub-categories, along with the name of tools that meet them.

Checked titles are those where products are considered addressing the issue (at least 3 projects, including 1 product, should exist). Cited tools must be specifically trained for the category they are stated in.

- πŸ”“ Open source / πŸ” Closed source
- πŸ†“ Free (or including free tier) / πŸ’Έ Paid 3rd party (i.e. OpenAI API) / πŸ’Ά Paid
- πŸ“„ Project / πŸ“¦ Product (early stage) / πŸ—„ Product (production-ready)
- #️⃣ CLI interface / πŸ–₯️ browser interface / πŸ‘¨β€πŸ’» IDE interface

### Software productivity

- [x] Code & configuration writing, suggestion or explanation (chat-based / auto-complete)
- πŸ”πŸ’ΆπŸ—„πŸ–₯️ [ChatGPT](https://chat.openai.com/)
- πŸ”πŸ’ΆπŸ—„πŸ‘¨β€πŸ’» [GitHub Copilot](https://github.com/features/copilot)
- πŸ”“πŸ†“πŸ“¦πŸ‘¨β€πŸ’» [fauxpilot/fauxpilot](https://github.com/fauxpilot/fauxpilot)
- πŸ”“πŸ†“πŸ“¦πŸ‘¨β€πŸ’» [TabbyML/tabby](https://github.com/TabbyML/tabby)
- πŸ”πŸ’ΆπŸ—„πŸ–₯️ [Harness AIDA](https://www.harness.io/products/aida)
- πŸ”πŸ’ΆπŸ—„πŸ‘¨β€πŸ’» [Replit Ghostwriter](https://replit.com/site/ghostwriter)
- πŸ”πŸ’ΆπŸ—„πŸ‘¨β€πŸ’» [AWS CodeWhisperer](https://aws.amazon.com/codewhisperer)
- πŸ”πŸ†“πŸ—„πŸ–₯️ [Claude](https://claude.ai/)
- πŸ”πŸ†“πŸ“¦πŸ‘¨β€πŸ’» [Google Project IDX](https://idx.google.com/)
- πŸ”πŸ†“πŸ“¦πŸ‘¨β€πŸ’» [Google Duet AI](https://cloud.google.com/duet-ai)
- πŸ”πŸ’ΆπŸ—„πŸ–₯️ [GitLab Duo](https://about.gitlab.com/gitlab-duo/)
- πŸ”πŸ’ΆπŸ“„πŸ–₯️ [SafeCoder](https://huggingface.co/blog/safecoder)
- πŸ”πŸ’ΈπŸ—„πŸ‘¨β€πŸ’» [Cody](https://sourcegraph.com/cody) (VSCode Extension)
- πŸ”πŸ†“πŸ—„πŸ‘¨β€πŸ’» [Cursor](https://www.cursor.com/)
- πŸ”πŸ†“πŸ“¦πŸ‘¨β€πŸ’»πŸ–₯️ [Amazon Q](https://aws.amazon.com/fr/q/)
- πŸ”“πŸ’ΈπŸ“„#️⃣ [Repochat Action](https://github.com/flavienbwk/repochat-action) (GitHub Action)
- [x] Code, tests & configuration writing, refactoring or suggestion (automated integration with software lifecycle)
- πŸ”“πŸ’ΈπŸ“¦πŸ–₯️ [sweepai/sweep](https://github.com/sweepai/sweep)
- πŸ”πŸ’ΆπŸ—„πŸ–₯️ [GitLab Duo](https://about.gitlab.com/gitlab-duo/)
- πŸ”“πŸ†“πŸ“¦πŸ‘¨β€πŸ’» [DevOpsGPT](https://github.com/kuafuai/DevOpsGPT)
- [ ] Software documentation exploration (Q&A)
- πŸ”πŸ’ΆπŸ—„πŸ–₯️ [GitLab Duo](https://about.gitlab.com/gitlab-duo/)
- [ ] Automated MR/PR or issues descriptions, summarization or completion
- πŸ”πŸ’ΆπŸ—„πŸ–₯️ [GitLab Duo](https://about.gitlab.com/gitlab-duo/)

### Software maintainability

- [ ] Check code readability and typos
- [ ] Check for valid commit messages (format and relevance)
- [ ] Check for valid issues (format and relevance)
- [ ] Check for code best practices
- πŸ”“πŸ’ΈπŸ“„πŸ–₯️ [truskovskiyk/pr-reviewer](https://github.com/truskovskiyk/pr-reviewer)
- πŸ”πŸ’ΆπŸ—„πŸ–₯️ [GitLab Duo](https://about.gitlab.com/gitlab-duo/)
- [ ] Check for abnormal/dangerous contributions
- [ ] Recognize code license
- πŸ”πŸ’ΆπŸ—„πŸ‘¨β€πŸ’» [AWS CodeWhisperer](https://aws.amazon.com/codewhisperer/)
- [ ] Code optimization
- πŸ”“πŸ’ΈπŸ“„#️⃣ [sshh12/llm_optimize](https://github.com/sshh12/llm_optimize)
- [x] Code vulnerabilities explanation and refactoring suggestions
- πŸ”πŸ’ΆπŸ—„πŸ–₯️ [Harness AIDA](https://www.harness.io/products/aida)
- πŸ”πŸ’ΆπŸ—„πŸ‘¨β€πŸ’» [AWS CodeWhisperer](https://aws.amazon.com/codewhisperer/)
- πŸ”πŸ’ΆπŸ—„πŸ–₯️ [GitLab Duo](https://about.gitlab.com/gitlab-duo/)

### Infrastructure productivity and maintainability

- [ ] Infrastructure alerts (automated)
- [ ] Infrastructure optimization
- πŸ”πŸ†“πŸ“¦πŸ‘¨β€πŸ’»πŸ–₯️ [Amazon Q](https://aws.amazon.com/fr/q/)
- [ ] Infrastructure exploration (i.e: cost analysis, network description etc...)
- πŸ”πŸ†“πŸ“¦πŸ‘¨β€πŸ’»πŸ–₯️ [Amazon Q](https://aws.amazon.com/fr/q/)
- πŸ”“πŸ’ΈπŸ“¦#️⃣ [OpsTower.ai](https://github.com/opstower-ai/llm-opstower)
- [ ] Infrastructure troubleshooting
- πŸ”“πŸ’ΈπŸ“¦#️⃣ [OpsTower.ai](https://github.com/opstower-ai/llm-opstower)
- [ ] Detect vulnerabilities and misconfiguration in running machines
- πŸ”“πŸ’ΈπŸ“¦#️⃣ [K8sGPT](https://github.com/k8sgpt-ai/k8sgpt)
- [ ] Detect vulnerabilities and misconfiguration in running webservers/APIs
- [ ] Detect viruses on volumes/disks