14
Views
4
Comments
ODC Generative AI : Model selection and model visibility

Hello team

I have questions regarding the generative AI features built into ODC, 
such as automatic screen generation, logic generation, and app generation.
(These questions are not about AI agent development)

Regarding these built-in generative AI features, I would like to understand the following points:

- Can users select or configure the AI/LLM model to use?
   (I suspect this is not possible...)
- If model selection is not supported, 
 is it possible to determine which model (or model provider) ODC currently uses?
- Is the input provided (requirements, text, generated code, etc.) used in any way for training or 
 fine-tuning the model?

I haven't found documentation that clearly explains these points,
so I would appreciate it if you could share any information you have.


Thank you in advance.

UserImage.jpg
Jayaprakash Ramesh

hi @Kazuna Fujimori
i hope you find this well , 

Model selection: No. ODC’s built-in generative AI features are fully managed by OutSystems; users cannot choose or configure the underlying LLM.

Model/provider visibility: No. OutSystems does not disclose the specific model or provider used, and this may change transparently as the platform evolves.

Use of customer input: No. Inputs are processed to generate outputs but are not used to train or fine-tune public models, in line with OutSystems’ security and data-privacy commitments.

Thankyou , 

2023-10-16 05-50-48
Shingo Lam

As my understanding:

  1. Can users select or configure the AI/LLM model to use?  Cannot
  2. If model selection is not supported, is it possible to determine which model (or model provider) ODC currently uses? I think No, they call it OutSystems Model in the document
  3. Is the input provided (requirements, text, generated code, etc.) used in any way for training or fine-tuning the model? I think No, too. The Mentor App Generator is one time generation, the right approach is to prompt clearly what you wanna include in your application
2024-07-12 05-57-50
Gourav Shrivastava
Champion

Hello @Kazuna Fujimori ,

You cannot choose or configure which AI / LLM model is used. This is fully managed by OutSystems.

OutSystems also doesn’t publicly state the exact model or provider behind these built-in features, and they may change them over time as the platform evolves.

The information you provide (requirements, prompts, generated code, etc.) is not used to train or fine-tune public AI models. It’s only used to generate the result and for internal service improvement and monitoring.

UserImage.jpg
Kazuna Fujimori

@Jayaprakash Ramesh  @Shingo Lam  @Gourav Shrivastava


Thank you for the detailed explanation.

I understand it well now.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.