GitHub license

Notes

Introduction to Gen-AI

It’s important to note that artificial intelligence (AI) is a broader concept that has been around since the 1956. Currently, we are exploring Generative AI, which is the result of years of research and breakthroughs. Modern AI approaches are non-deterministic, working by translating text into a series of tokens and then predicting the next possible token in a sequence using statistics and a randomness factor known as temperature.

Using Gen AI responsibly

Everything we commit to must be taken with responsability looking for a greater benefit.

LLMs will halluciate that’s a fact and we cannot avoid but we can take responsible approaches to avoid harmful or biased content to be generated.

Prompt Engineering

Prompt engineering and education are our primary tools for responsible AI use. By learning and teaching others how to craft prompts that elicit appropriate responses, and by consistently reading and verifying the model’s output, we can enhance system safety and prevent biases or incorrect information from being propagated.

flowchart LR
    A[Operate] -->B[Identify]
    B --> C[Measure]
    C --> D[Mitigate]
    D --> A 

Mitigation Layers

Mitigation Layers