From 91b0f11cf254b917948f0170ed9d70b9736e390d Mon Sep 17 00:00:00 2001 From: mrT23 Date: Thu, 30 Jan 2025 07:44:09 +0200 Subject: [PATCH] docs: add link to article about effective AI code suggestions --- docs/docs/core-abilities/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/core-abilities/index.md b/docs/docs/core-abilities/index.md index a70c04dea..be61cd4c0 100644 --- a/docs/docs/core-abilities/index.md +++ b/docs/docs/core-abilities/index.md @@ -19,6 +19,7 @@ Here are some additional technical blogs from Qodo, that delve deeper into the c These resources provide more comprehensive insights into leveraging LLMs for software development. ### Code Generation and LLMs +- [Effective AI code suggestions: less is more](https://www.qodo.ai/blog/effective-code-suggestions-llms-less-is-more/) - [State-of-the-art Code Generation with AlphaCodium – From Prompt Engineering to Flow Engineering](https://www.qodo.ai/blog/qodoflow-state-of-the-art-code-generation-for-code-contests/) - [RAG for a Codebase with 10k Repos](https://www.qodo.ai/blog/rag-for-large-scale-code-repos/)