Faq | Innoraft Skip to main content

Search

Frequently asked questions

FAQ

Frequently asked questions

RAG is a method of connecting an AI model to your private, trusted data (like company PDFs, databases, or emails). It is crucial for business problem solving because it prevents the AI from guessing or "hallucinating" facts. It ensures the solutions provided are relevant to your specific business context.

No, and it shouldn't. AI excels at processing data, identifying patterns, and generating options. However, it lacks moral judgment, deep contextual understanding of human relationships, and accountability. AI should be viewed as a tool to inform and challenge human intuition, not replace it.

The Tree of Thoughts technique forces the AI to explore multiple lines of reasoning rather than just predicting the next word. By breaking a problem into branches and exploring sub-solutions for each branch, the AI can evaluate the validity of different paths before committing to a final answer, resulting in much higher logic quality.

Generative AI typically refers to models that create content (text, images) based on a user prompt. Agentic AI takes this a step further by having the ability to break down a goal, plan a sequence of actions, and use external tools (like web search or APIs) to execute tasks autonomously to solve a problem.

If you use the free, public versions, your data may be used to train the model. For business use, you should use Enterprise versions or API-based implementations that explicitly state data is not retained for training.

You cannot eliminate it entirely, but you can reduce it. Use "grounding" techniques where you provide the specific source material the AI must use to answer. Explicit instructions to "admit if you don't know" also help.

This is currently a legal grey area and varies by country. In the US, current rulings suggest that purely AI-generated work cannot be copyrighted, but work with significant human modification might be.

It is unlikely to replace entire roles but will replace specific tasks. Roles that rely heavily on repetitive creation or basic data synthesis will evolve. The most effective employees will be those who use GenAI to augment their capabilities.

No. Generative AI is specialized in creating outputs based on patterns. AGI refers to a theoretical machine with human-level consciousness and the ability to perform any intellectual task a human can. GenAI does not "know" what it is doing; it is predicting sequences.

This is the primary advantage of Drupal's Unified AI Framework. Because the system uses an abstraction layer, you are not hard-coded to one vendor. If a provider becomes too expensive or changes their terms, you can switch to a different provider (e.g., from OpenAI to Anthropic or Google Gemini) by simply changing a configuration setting, without rewriting a single line of code.