Jump to content

AI Programming Assist: Difference between revisions

From Wiki
mNo edit summary
mNo edit summary
Line 2: Line 2:


Instead of writing your robot program from scratch, you can use an AI assistant to create the basic structure of you program for you.
Instead of writing your robot program from scratch, you can use an AI assistant to create the basic structure of you program for you.
= Setup =


The AI agent need to be set up correctly before it knows what to do exactly. This is where '''Markdown Runbooks''' come into play. These files tell the agent everything they need to know.
The AI agent need to be set up correctly before it knows what to do exactly. This is where '''Markdown Runbooks''' come into play. These files tell the agent everything they need to know.
Line 9: Line 11:


Download [https://downloads.cpr-robots.com/Wiki-Files/AI_Assistant/Markdown/iRC_Programming_Guide_for_LLM.md Markdown Runbook for iRC programming]
Download [https://downloads.cpr-robots.com/Wiki-Files/AI_Assistant/Markdown/iRC_Programming_Guide_for_LLM.md Markdown Runbook for iRC programming]
= Example =
[[File:Copilot programming prompt.png|thumb|400px|left]]
[[File:Copilot programming enquire.png|thumb|400px|left]]
[[File:Copilot program result.png|thumb|800px|left]]
<div style="clear:both;" /div>
(You can find the result of this little example here: [https://downloads.cpr-robots.com/Wiki-Files/Examples/Copilot_Test/GantryPickAndPlace.xml GantryPickAndPlace.xml])

Revision as of 16:10, 8 April 2026

Using an AI agent can help you getting started with your project really fast!

Instead of writing your robot program from scratch, you can use an AI assistant to create the basic structure of you program for you.

Setup

The AI agent need to be set up correctly before it knows what to do exactly. This is where Markdown Runbooks come into play. These files tell the agent everything they need to know.

We've created a general Markdown Runbook for iRC programming, that you can use freely. Just download the file and post it into an AI agent of your choice. It will then know how to create a robot program and will help you creating yours!

Download Markdown Runbook for iRC programming

Example

(You can find the result of this little example here: GantryPickAndPlace.xml)