From 3e884878ab4dd032300c333a1cba24bb8ea326d0 Mon Sep 17 00:00:00 2001 From: Jeremy Vyska Date: Wed, 1 Apr 2026 09:19:07 +0200 Subject: [PATCH] Add Kine article: AI Knowledge Gap That Ships to Production to vibe coding resources Co-Authored-By: Claude Sonnet 4.5 --- .../agentic-coding/CommunityResources/articles.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/content/docs/agentic-coding/CommunityResources/articles.md b/content/docs/agentic-coding/CommunityResources/articles.md index 02c52e86..44ec92a6 100644 --- a/content/docs/agentic-coding/CommunityResources/articles.md +++ b/content/docs/agentic-coding/CommunityResources/articles.md @@ -14,6 +14,21 @@ This page curates blog posts, articles, and written guides from the Business Cen ### Getting Started +#### "AI for BC Development - The Knowledge Gap That Ships to Production" — Kine +**Author**: Kine (blog.kine.cz) +**Published**: 2025 +**Summary**: A critical self-assessment guide on whether you are ready to validate what AI produces for BC development. Covers common AI mistakes in AL code (wrong field assignment, missing keys, reinventing standard libraries) and what BC knowledge areas you need to review AI output responsibly. + +**Key Takeaways**: +- Common AI mistakes in AL code that ship to production +- Self-assessment framework for AI-assisted development readiness +- BC knowledge areas required to review AI output responsibly +- Practical examples of wrong field assignments, missing keys, and reinvented standard libraries + +**Link**: https://blog.kine.cz/posts/bcdevelopmentserie-02b/ + +--- + #### "Vibe Coding — yes or no?" — Demiliani **Author**: Demiliani **Published**: 2025-08-21