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

https://lexler.github.io/augmented-coding-patterns/


https://lexler.github.io/augmented-coding-patterns/

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

          

# Augmented Coding Patterns

This repository is an evolving collection of emerging patterns and anti-patterns for developing software with LLMs.

## View Online
[lexler.github.io/augmented-coding-patterns/](https://lexler.github.io/augmented-coding-patterns//)

## Repository Structure

```
documents/
├── patterns/ # Solutions to common AI coding problems
├── anti-patterns/ # Common mistakes to avoid
└── obstacles/ # Inherent AI limitations
```

## Contributing

See [CONTRIBUTE.md](./CONTRIBUTE.md) for detailed guidelines on adding patterns, anti-patterns, or obstacles.

New contributions go in the appropriate `documents/` subdirectory following the structure and format described in the contributing guide.