-
Dealing with github copilot errors
Dealing with github copilot errors is pretty irritating. Especially when dosing some more complex stuff and suddenly “Bam”. Red message. Easiest thing to do ? Switching the model family often works because some models have different capacity pools or stricter preview limits. GitHub documents vaguely that if you are rate limited, you can wait and try again. Just type “continue” and keep your fingers crossed. Otherwise check usage patterns, change the model, or contact support. Common github copilot errors Some run of the mill You probably know already, just put them together as a ‘review’ : Why changing the model helps ? Changing from one model family (vendor) to another…
-
Structure for instructions, agents and skills
This all is the provide a nice clean idea on how to store your files so You can make Your AI assistant / LLM network understand what and how to do. Acording to Your more or less strict rules. This should help You to achieve more repeatable results as expected. The problem : generic answer Do not confuse with generic functions, those rock ! Out-of-the-box, any LLM (here copilot) creates generic code. You could call it ‘vanilla’ flavour. It doesn’t know your conventions, library preferences patterns / anti patterns. This results in something that might work but is hard to maintain, totally different then the rest of the lot and…
-
What is a token in AI ? Prompt examples
What is a token in AI ? – A piece of text, usually a word that we send to the LLM. The same goes for when we get a response ( usually number of words = number of tokens, roughly). How to use it ? Since we pay for it , rather cautiously. We want to send the minimum and get the maximum out of every request. Pretty much the basics of economics. Below are couple of prompts i used to analyze my tokens usage. Something are obsiously hallucinations but on the other hand we get a prety decent breakdown of all the data i did send for that coding…
-
RICO prompt model
RICO prompt model is a simpler RICECO method and is NOT based on one of the penguins from the madagraskar…. You won`t remember this because of him 🙂 Rico is one of the simpler methods out there, not much complicated, just like a good kaboom 🙂 Simple and easy to remember. Rico can help You start Kabooming more effective prompts for any AI. RICO is a simple framework that helps you structure prompts to help and guide AI so it understands exactly what you want. The RICO Method: A Kaboom Framework for Better AI Prompts Recently one skill is becoming more and more valuable: prompting. Good prompts lead to clearer,…










