GenI-Lab Banner

Home | Projects | Publications | Education | Team | Collaborate

Exercises

These exercises are designed to reflect real-world business scenarios and challenges, showcasing how Generative Intelligence Systems are applied across diverse industries. You will gain hands-on experience by working with solutions grounded in industry-standard frameworks and best practices.

Resources:

  • Owlmind: framework for fast-prototyping of Generative Intelligence Systems.
  • Use Case Compendium: open-science list of industry use cases compiled from exchanges with experts, publications, and experiences.

How to implement the exercises?

GenI System Architecture

These exercises are designed for fast prototyping, using configurations based on our toolkits. You will make use of our Owlmind framework for experimentation and education, local model providers (e.g., Ollama), and Discord Bots - so you can focus on system logic without spending time designing user interfaces.

To begin working on the exercises:

  1. Understand the core components of Generative Intelligence Systems.
  2. Get Started with Owlmind
    • This framework accelerates your prototyping process and supports a wide range of GenAI workflows.
  3. Set up your Discord Bot
    • Follow the step-by-step instructions and you should have a conversation Bot running in no time.

Once you have your environment setup:

  1. Define your Use Case
    • Check for ideas in the Use Case Compendium
    • Key Questions:
      • What should the bot / application do?
      • What interactions should it support?
      • What GenAI techniques will be used?
  2. Decide what parts of the framework must be configured:
    • There are a few changes you can implement for quick results:
      1. Agent orchestration rules.
      2. Prompt augmentation workflows.
      3. RAG modules.
      4. Model provider and specific model (e.g., Llama 3.2).
      5. Model parameters (e.g., temperature, context window size, etc.).
  3. If needed, curate the Datasets required for your experiments.
  4. Deploy your setup.

Check Also