• Structure for instructions, agents and skills
    AI,  Code,  Mini essays

    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…

    Możliwość komentowania Structure for instructions, agents and skills została wyłączona
  • Mini essays,  AI

    Tokenization and embedding of song lyrics „We will, we will…”

    Tokenization and embedding of song lyrics „We will, we will…” i know you know how it ends. but have You wondered what would an LLM say ? Let us find out. I want to ask the Clause Sonnet 4.5 about the embeddings, tokenizations and probability of figuring out the lyrics for „We will, we will…” prompt 🙂 Can you show me the tokenization, embeddings, emtadata and probabilities for „We will, we will …” Tokenization Any kind of machine learning uses numbers in the back stage. The text is split into tokens, each mapped to an ID ( example values ) : Token ID Token Text Type Position Length 1234 We…

    Możliwość komentowania Tokenization and embedding of song lyrics „We will, we will…” została wyłączona
  • Mini essays,  AI

    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…

    Możliwość komentowania What is a token in AI ? Prompt examples została wyłączona
  • Mini essays,  AI

    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,…

    Możliwość komentowania RICO prompt model została wyłączona
Piotr Kowalski