From abc3975b8d5f8ebb2f439dc379021c5c57bb3bdf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 19:33:42 +0200 Subject: [PATCH] chore: sync content to repo (#10036) Co-authored-by: nilbuild <4921183+nilbuild@users.noreply.github.com> --- .../vibe-coding/content/codex@XY2l96sry3WyLzzo3KUeU.md | 9 +++++---- ...te-a-list-of-possible-causes@cz--AlEn0cc2-keXeuk9g.md | 3 +-- ...-mockups-code-samples-images@ODqMzOAN1je004chwATTl.md | 3 +-- ...ssage-and-let-ai-do-the-rest@GW5I1z7D1945AxqYHbW6F.md | 3 +-- ...ogs-to-find-the-error-faster@vnm51qAe2C1cszHfh-o6P.md | 3 +-- ...ul-eg-act-as-a-ux-researcher@h2oehkZSKfMqlVBAgt46P.md | 3 +-- .../content/what-is-vibe-coding@lzHnwx_3gftRZbstk6INB.md | 4 ++-- ...-to-build-everything-at-once@CJV5OV_Whoz4_7L8yhDG1.md | 3 +-- 8 files changed, 13 insertions(+), 18 deletions(-) diff --git a/src/data/roadmaps/vibe-coding/content/codex@XY2l96sry3WyLzzo3KUeU.md b/src/data/roadmaps/vibe-coding/content/codex@XY2l96sry3WyLzzo3KUeU.md index d02a59109..129e49212 100644 --- a/src/data/roadmaps/vibe-coding/content/codex@XY2l96sry3WyLzzo3KUeU.md +++ b/src/data/roadmaps/vibe-coding/content/codex@XY2l96sry3WyLzzo3KUeU.md @@ -1,8 +1,9 @@ -# Codex +# ChatGPT -Codex is an AI model developed by OpenAI that translates natural language instructions into functional code. It acts as the engine behind many modern programming assistants, allowing developers to describe what they want to build in plain English and receiving the corresponding code snippets in return. +ChatGPT is a large language model chatbot developed by OpenAI. You can give it a prompt, and it'll generate text that attempts to answer or continue the conversation. Think of it as a super-smart auto-complete that can understand context and hold a conversation. It's been used for things like writing code, answering questions, and even creative writing. Visit the following resources to learn more: -- [@official@Codex Docs](https://developers.openai.com/codex) -- [@video@Codex Crash Course](https://www.youtube.com/playlist?list=PL4cUxeGkcC9iDBeA8IyR1IE1kl4w5IDEG) \ No newline at end of file +- [@official@ChatGPT](https://chatgpt.com/) +- [@official@ChatGPT Overview](https://chatgpt.com/overview) +- [@video@ChatGPT Tutorial - A Crash Course on Chat GPT for Beginners](https://www.youtube.com/watch?v=JTxsNm9IdYU) \ No newline at end of file diff --git a/src/data/roadmaps/vibe-coding/content/if-errors-persist-ask-al-to-create-a-list-of-possible-causes@cz--AlEn0cc2-keXeuk9g.md b/src/data/roadmaps/vibe-coding/content/if-errors-persist-ask-al-to-create-a-list-of-possible-causes@cz--AlEn0cc2-keXeuk9g.md index 798b7dfa5..57b3be4cb 100644 --- a/src/data/roadmaps/vibe-coding/content/if-errors-persist-ask-al-to-create-a-list-of-possible-causes@cz--AlEn0cc2-keXeuk9g.md +++ b/src/data/roadmaps/vibe-coding/content/if-errors-persist-ask-al-to-create-a-list-of-possible-causes@cz--AlEn0cc2-keXeuk9g.md @@ -1,7 +1,6 @@ # Ask Al to create a list of possible causes -Articles -======== +If a bug keeps coming back after fixes, ask AI to step back and list all the possible reasons it could be happening. This forces a more systematic approach and often surfaces the real root cause instead of just patching symptoms. Visit the following resources to learn more: diff --git a/src/data/roadmaps/vibe-coding/content/illustrate-ai-with-examples-mockups-code-samples-images@ODqMzOAN1je004chwATTl.md b/src/data/roadmaps/vibe-coding/content/illustrate-ai-with-examples-mockups-code-samples-images@ODqMzOAN1je004chwATTl.md index 31f2ea0b8..f2b459582 100644 --- a/src/data/roadmaps/vibe-coding/content/illustrate-ai-with-examples-mockups-code-samples-images@ODqMzOAN1je004chwATTl.md +++ b/src/data/roadmaps/vibe-coding/content/illustrate-ai-with-examples-mockups-code-samples-images@ODqMzOAN1je004chwATTl.md @@ -1,7 +1,6 @@ # Illustrate AI with Examples -Articles -======== +Always give AI something to look at, not just something to read. Paste in existing files, attach screenshots, or link to references. The more relevant material you provide, the less it has to guess and the better the output will be. Visit the following resources to learn more: diff --git a/src/data/roadmaps/vibe-coding/content/prompt-the-error-message-and-let-ai-do-the-rest@GW5I1z7D1945AxqYHbW6F.md b/src/data/roadmaps/vibe-coding/content/prompt-the-error-message-and-let-ai-do-the-rest@GW5I1z7D1945AxqYHbW6F.md index 4abff8306..9c9bab4ef 100644 --- a/src/data/roadmaps/vibe-coding/content/prompt-the-error-message-and-let-ai-do-the-rest@GW5I1z7D1945AxqYHbW6F.md +++ b/src/data/roadmaps/vibe-coding/content/prompt-the-error-message-and-let-ai-do-the-rest@GW5I1z7D1945AxqYHbW6F.md @@ -1,7 +1,6 @@ # Prompt the error message and let AI do the rest -Articles -======== +When something breaks, copy the full error message and paste it directly into your prompt along with a short description of what you were doing. In most cases, this is enough for AI to find the problem and suggest a fix without any back and forth. Visit the following resources to learn more: diff --git a/src/data/roadmaps/vibe-coding/content/tell-ai-to-add-logs-to-find-the-error-faster@vnm51qAe2C1cszHfh-o6P.md b/src/data/roadmaps/vibe-coding/content/tell-ai-to-add-logs-to-find-the-error-faster@vnm51qAe2C1cszHfh-o6P.md index a161e40c6..5299d12d0 100644 --- a/src/data/roadmaps/vibe-coding/content/tell-ai-to-add-logs-to-find-the-error-faster@vnm51qAe2C1cszHfh-o6P.md +++ b/src/data/roadmaps/vibe-coding/content/tell-ai-to-add-logs-to-find-the-error-faster@vnm51qAe2C1cszHfh-o6P.md @@ -1,7 +1,6 @@ # Tell AI to add logs -Articles -======== +Keep track of the mistakes AI keeps repeating and include them in your prompts. Telling AI what to avoid is just as important as telling it what to do. A simple line like "do not add placeholder data" can prevent a lot of unnecessary back and forth. Visit the following resources to learn more: diff --git a/src/data/roadmaps/vibe-coding/content/use-act-as-framing-when-helpful-eg-act-as-a-ux-researcher@h2oehkZSKfMqlVBAgt46P.md b/src/data/roadmaps/vibe-coding/content/use-act-as-framing-when-helpful-eg-act-as-a-ux-researcher@h2oehkZSKfMqlVBAgt46P.md index 5f9947d30..ecc6ef755 100644 --- a/src/data/roadmaps/vibe-coding/content/use-act-as-framing-when-helpful-eg-act-as-a-ux-researcher@h2oehkZSKfMqlVBAgt46P.md +++ b/src/data/roadmaps/vibe-coding/content/use-act-as-framing-when-helpful-eg-act-as-a-ux-researcher@h2oehkZSKfMqlVBAgt46P.md @@ -1,7 +1,6 @@ # Use "act as" framing when helpful -Articles -======== +When you want a specific type of thinking, tell AI to take on a role. "Act as a senior developer" or "act as a UX researcher" shifts how it approaches your question and gives you more relevant, role-specific advice than a generic prompt would. Visit the following resources to learn more: diff --git a/src/data/roadmaps/vibe-coding/content/what-is-vibe-coding@lzHnwx_3gftRZbstk6INB.md b/src/data/roadmaps/vibe-coding/content/what-is-vibe-coding@lzHnwx_3gftRZbstk6INB.md index 44dd05d71..203e7e1e7 100644 --- a/src/data/roadmaps/vibe-coding/content/what-is-vibe-coding@lzHnwx_3gftRZbstk6INB.md +++ b/src/data/roadmaps/vibe-coding/content/what-is-vibe-coding@lzHnwx_3gftRZbstk6INB.md @@ -4,6 +4,6 @@ Visit the following resources to learn more: -- [@article@https://roadmap.sh/vibe-coding/tutorial](https://roadmap.sh/vibe-coding/tutorial) -- [@article@https://roadmap.sh/vibe-coding/best-practices](https://roadmap.sh/vibe-coding/best-practices) +- [@article@Vibe coding tutorial: Build your first app with Claude Code](https://roadmap.sh/vibe-coding/tutorial) +- [@article@Vibe Coding Best Practices: How To Get Consistent Results](https://roadmap.sh/vibe-coding/best-practices) - [@article@The 10 Best Vibe Coding Tools in 2026: Our Choices](https://roadmap.sh/vibe-coding/best-tools) \ No newline at end of file diff --git a/src/data/roadmaps/vibe-coding/content/work-step-by-step-rather-than-trying-to-build-everything-at-once@CJV5OV_Whoz4_7L8yhDG1.md b/src/data/roadmaps/vibe-coding/content/work-step-by-step-rather-than-trying-to-build-everything-at-once@CJV5OV_Whoz4_7L8yhDG1.md index 80d5b6776..987446c02 100644 --- a/src/data/roadmaps/vibe-coding/content/work-step-by-step-rather-than-trying-to-build-everything-at-once@CJV5OV_Whoz4_7L8yhDG1.md +++ b/src/data/roadmaps/vibe-coding/content/work-step-by-step-rather-than-trying-to-build-everything-at-once@CJV5OV_Whoz4_7L8yhDG1.md @@ -1,7 +1,6 @@ # Work step by step rather than trying to build all at once -Articles -======== +Build one feature at a time. Ask the AI to do it, test it, make sure it works, then move to the next one. If you ask AI to build too many things at once, things will break, and you won't know why. Small steps make debugging easy because you only changed one thing, so you know exactly where the problem is. Visit the following resources to learn more: