What is (AI) Artificial Intelligence? artificialintelligence.com.ai



 What is (AI) Artificial Intelligence?

What is (AI) Artificial Intelligence? AI also known as Artificial intelligence is technology that enables computers and software to perform tasks that might usually require human intelligence, including understanding language, recognizing patterns, learning from information, solving problems, making predictions, generating content and taking actions.

Artificial intelligence is no longer confined to research laboratories or science fiction. AI is now embedded in search engines, smartphones, software applications, cybersecurity systems, healthcare, finance, manufacturing, education, transportation, customer service and scientific research.

The technology is also changing rapidly.

Earlier generations of AI were primarily designed to perform specific tasks, recognize patterns or make predictions. Modern artificial intelligence can generate text, images, audio, video and software code, understand multiple types of information, interact with external tools and, increasingly, complete multi-step tasks on behalf of people and organizations.

This evolution has created several major areas of AI, including machine learning, deep learning, generative AI, large language models, multimodal AI, AI agents and agentic AI.

Understanding these technologies is essential for understanding how modern computing and the internet are changing.

What does AI stand for?

AI stands for Artificial Intelligence.

Artificial intelligence is a broad field of computer science concerned with creating systems capable of performing tasks associated with capabilities such as learning, reasoning, perception, language understanding, prediction, planning, decision-making and problem-solving.

AI is not a single program, technology or type of computer.

Instead, it is an umbrella term covering many different approaches.

These include:

  • Machine learning

  • Deep learning

  • Neural networks

  • Natural language processing

  • Computer vision

  • Generative AI

  • Large language models

  • Multimodal AI

  • Predictive AI

  • Reinforcement learning

  • AI agents

  • Robotics

  • Autonomous systems

The National Institute of Standards and Technology (NIST) describes AI in terms of machine-based systems capable of making predictions, recommendations or decisions, as well as systems that perform tasks involving perception, cognition, planning, learning, communication and action.

In simple terms, AI enables machines to perform increasingly sophisticated tasks that previously depended heavily on human intelligence.

How does artificial intelligence work?

One of the biggest questions about artificial intelligence is how does AI Work?

There is no single way that every AI system works.

Different AI technologies use different algorithms, models, data and computing architectures.

However, a simplified AI workflow can be represented as:

Data → Learning or processing → AI model → Input → Inference → Output or action

For example, an AI system designed to identify fraudulent transactions could be trained using historical financial data.

The model learns patterns associated with normal and potentially fraudulent behaviour. When a new transaction is received, the system evaluates it and produces a prediction or classification.

Generative AI works differently from a traditional fraud-detection model because its purpose is to create new content.

An AI agent goes further still. It may interpret a goal, determine what needs to be done, use external tools, retrieve information, execute actions and evaluate the results.

This is one of the most significant developments in artificial intelligence today:

AI is moving from simply producing answers toward systems capable of completing tasks.

What is machine learning?

What is Machine learning (ML) is a branch of artificial intelligence that enables computers to learn patterns from data and use those patterns to make predictions, classifications or decisions.

Traditional software generally depends on rules explicitly written by programmers.

Machine learning takes a different approach.

Instead of manually writing every possible rule, developers provide data and a learning objective. The machine learning algorithm identifies statistical patterns within the data and creates a model that can be applied to new information.

Machine learning is used in:

  • Fraud detection

  • Recommendation systems

  • Search ranking

  • Spam filtering

  • Predictive maintenance

  • Medical analysis

  • Financial forecasting

  • Customer segmentation

  • Image recognition

  • Speech recognition

  • Natural language processing

  • Autonomous systems

Machine learning is one of the foundations of modern AI and underpins many of the systems people interact with every day.

What are the main types of machine learning?

Machine learning includes several major approaches.

Supervised learning

In supervised learning, a model is trained using examples where the desired outcome is known.

For example, a model could be trained using thousands of emails labelled as either spam or legitimate.

The model learns patterns associated with the labels and can then classify previously unseen emails.

Unsupervised learning

Unsupervised learning works with data without predefined labels.

The objective is often to discover patterns, relationships or groups within the data.

For example, an organization could use unsupervised learning to identify groups of customers with similar behaviour.

Reinforcement learning

Reinforcement learning involves an AI system interacting with an environment and receiving rewards or penalties based on its actions.

The system attempts to learn which actions produce better outcomes.

This approach has been used extensively in areas such as robotics, games and complex decision-making.

Self-supervised learning

Self-supervised learning allows models to generate learning signals from the data itself.

This has become particularly important for modern AI because enormous quantities of text, images, audio, video and other information can be used without requiring every example to be manually labelled.

Self-supervised learning is an important part of the development of modern foundation models.

What is deep learning?

Deep learning is a branch of machine learning that uses neural networks containing multiple layers to learn increasingly complex patterns from data.

Deep neural networks can process enormous quantities of information and automatically learn useful representations.

This has made deep learning particularly important for:

  • Computer vision

  • Speech recognition

  • Natural language processing

  • Generative AI

  • Autonomous systems

  • Medical imaging

  • Robotics

  • Scientific research

Deep learning played a major role in the modern AI revolution because improvements in algorithms, computing power and available data enabled neural networks to solve increasingly complex problems.

What are neural networks?

Neural networks are machine learning models made up of interconnected computational units commonly called neurons or nodes.

They are loosely inspired by biological neural networks, although artificial neural networks do not reproduce the human brain.

A basic neural network can contain:

  1. An input layer

  2. One or more hidden layers

  3. An output layer

During training, the system adjusts numerical parameters called weights so that its predictions become increasingly accurate.

Deep neural networks contain many layers.

Different neural network architectures have been developed for different types of tasks, including language, images, audio and sequential data.

Neural networks are fundamental to many modern AI systems.

What is generative AI?

What is Generative AI? Generative AI is aartificial intelligence designed to generate new content.

Depending on the model, generative AI can create:

  • Text

  • Images

  • Video

  • Audio

  • Music

  • Software code

  • Presentations

  • Documents

  • Synthetic data

Generative AI became widely known to the public following the rapid adoption of conversational AI systems, but the underlying research and technologies developed over many years.

Modern generative AI uses sophisticated machine learning models trained on large datasets to learn patterns and relationships within their training material.

When given an instruction or prompt, the model generates an output based on what it has learned and the context supplied to it.

NIST defines generative AI as a class of AI models that can generate synthetic content such as text, images, video and audio.

How does generative AI work?

Modern generative AI systems generally involve several important concepts.

Foundation models

A foundation model is a broadly trained AI model that can serve as the basis for multiple applications.

Foundation models may be designed to work with:

  • Text

  • Images

  • Audio

  • Video

  • Code

  • Multiple modalities

Training

During training, an AI model processes very large quantities of data.

The model adjusts its parameters to learn patterns and relationships contained within that data.

Training large models can require substantial computing resources.

Inference

Inference is what happens when a trained model is used to produce an output.

For example, when a user asks an AI model a question, the model processes the input and generates a response.

Fine-tuning

A foundation model can be adapted for specific tasks, industries or applications through additional training and optimization.

Retrieval-augmented generation

Retrieval-augmented generation (RAG) connects a generative AI model to external information.

Instead of relying exclusively on knowledge learned during training, a RAG system can retrieve relevant information from documents, databases, websites or other approved sources and provide that information to the model as context.

RAG is particularly useful for enterprise knowledge bases, technical documentation, customer support and information that changes frequently.

What are large language models?

Large language models (LLMs) are AI models designed to process and generate human language.

LLMs can perform tasks including:

  • Answering questions

  • Summarizing information

  • Writing and editing

  • Translation

  • Classification

  • Information extraction

  • Software development

  • Document analysis

  • Research assistance

  • Conversational interaction

Many modern large language models use transformer-based architectures.

Transformers became particularly important because they provided an effective way of processing relationships within sequences of information at very large scale.

LLMs are now frequently used as the language and reasoning layer within AI applications and AI agents.

What is multimodal AI?

Multimodal AI is artificial intelligence capable of working with multiple types of information.

A multimodal system may process combinations of:

  • Text

  • Images

  • Audio

  • Video

  • Speech

  • Code

  • Structured data

For example, a user could provide an image and ask an AI system to explain what it contains.

A multimodal AI system can potentially combine information from several sources rather than treating every form of data separately.

This is important because real-world information is inherently multimodal.

People communicate through language, images, sound, video and physical environments.

As AI models become increasingly multimodal, the interface between people and computers is also becoming more natural.

What is an AI agent?

What is an AI Agent? An AI agent is a software system that can use AI to pursue a goal, make decisions and perform actions using available tools.

This is an important distinction from traditional conversational AI.

A basic chatbot might answer a question.

An AI agent may be capable of determining what needs to be done and then taking the necessary steps.

For example, an AI agent could potentially:

  1. Understand a user's objective

  2. Break the objective into smaller tasks

  3. Search for relevant information

  4. Analyse the information

  5. Use external software

  6. Call APIs

  7. Retrieve information from databases

  8. Produce an output

  9. Evaluate the result

  10. Continue working until the objective is completed or human approval is required

Google Cloud describes AI agents as systems that use AI to pursue goals and complete tasks, with capabilities including reasoning, planning, memory and tool use.

The important shift is from answering to acting.

What is agentic AI?

What is Agentic AI? Agentic AI refers to AI systems designed to operate with a higher degree of autonomy in pursuit of goals.

Traditional AI applications generally respond to a specific input.

Agentic systems can potentially interpret a broader objective, plan a sequence of actions and adapt their behaviour as they work.

A simplified agentic loop can be represented as:

Perceive → Reason → Plan → Act → Evaluate → Adapt

For example, rather than simply answering:

"Find me information about three suppliers."

an agentic system might research suppliers, compare their products against specified requirements, gather additional information, organize the findings and prepare the result.

The exact capabilities and degree of autonomy vary between systems.

NIST is now specifically researching agentic AI, including evaluation, standards, interoperability, governance and risk management.

AI agents vs chatbots

AI Agents vs Chatbots !! What is an AI agent? and What is a chatbot? The terms chatbot, AI assistant and AI agent are sometimes used interchangeably, but there are meaningful differences.

CapabilityTraditional chatbotAI assistantAI agent
Conversational interactionYesYesYes
Generates informationYesYesYes
Uses external informationSometimesOftenOften
Uses toolsLimitedIncreasinglyCore capability
Plans multiple stepsLimitedSometimesCommon
Takes actionsLimitedSometimesCore capability
Goal-oriented operationLimitedModerateStrong
AutonomyLowModerateHigher

These categories are not rigid. Modern AI systems can combine characteristics of all three.

What can artificial intelligence do?

Another common question is what can AI do for my business. AI is already being used across almost every major sector of the economy.

Customer service

AI assistants can answer common questions, retrieve information, classify requests and support human customer-service teams.

More advanced systems can connect directly to business software and perform actions.

Software development

AI coding systems can assist with:

  • Writing code

  • Explaining code

  • Debugging

  • Testing

  • Documentation

  • Refactoring

  • Application development

  • Software modernization

Cybersecurity

AI can help security teams analyse large volumes of security events, identify unusual patterns, detect anomalies and assist with investigation.

AI can also introduce new security risks, making AI security an increasingly important discipline.

Healthcare

AI is being researched and deployed across areas including medical imaging, administrative automation, research, drug discovery and clinical decision support.

High-stakes applications require appropriate validation, oversight and safeguards.

Finance

AI can be used for fraud detection, risk analysis, forecasting, customer support, financial operations and anomaly detection.

Manufacturing

Manufacturers use AI for quality control, predictive maintenance, robotics, process optimization and supply-chain management.

Marketing

AI can support customer segmentation, personalization, content generation, campaign analysis and forecasting.

Education

AI can provide tutoring, generate educational materials, explain difficult subjects and support personalized learning.

Scientific research

AI can analyse large datasets, identify patterns, assist with simulations and help researchers explore potential hypotheses.

Creative industries

Generative AI can assist with writing, graphic design, image creation, video production, music, voice generation and other creative workflows.

What are the benefits of artificial intelligence?

What are the benefits of Artificial intelligence? AI can provide several important advantages when appropriately designed and deployed, you can Ask AI anything and it replies instantly with answers to your questions maybe you want it to draft you a letter, sum up your bills, make an image, make a video, make a profile photo, banner, business card or any artwork possible, AI can code for you build and develop websites software and apps.

Automation

AI can automate repetitive digital and physical tasks.

Speed

AI systems can process large quantities of information rapidly.

Scale

Digital AI systems can potentially serve many users or process large numbers of tasks simultaneously.

Pattern recognition

Machine learning can identify relationships and anomalies within datasets.

Personalization

AI can adapt recommendations and experiences to individual users.

Decision support

AI can help people analyse information and identify relevant options.

Accessibility

Natural-language interfaces can make sophisticated software easier to use.

New capabilities

Generative and agentic AI can enable forms of automation that were previously difficult or impractical.

What are the risks of artificial intelligence?

What not to tell AI? Artificial Intelligence (AI) can create significant challenges.

The technology should not be treated as automatically accurate, unbiased or safe.

AI Privacy 

When it comes to AI although the chat feels private this does not mean you should tell AI your passwords, secret developer keys, your bank details, address or anything else you don't want it to know or others to know AI retains data even after the chat or even if you delete the chat that dara is now stored somewhere and it only takes a human in the loop or a cyber attack to make your data permenently on the internet for ever.

 

AI hallucinations

Generative AI can produce information that sounds convincing but is incorrect.

Important information should therefore be verified, particularly in medical, legal, financial, scientific and other high-stakes situations.

Bias

AI systems can reproduce or amplify biases present in training data, system design or deployment environments.

Privacy

AI systems can process substantial amounts of information, including potentially sensitive data.

Organizations need appropriate controls over what information enters an AI system and how that information is stored and used.

Security

AI introduces new security considerations.

These can include:

  • Prompt injection

  • Data poisoning

  • Model manipulation

  • Unauthorized tool use

  • Sensitive information disclosure

  • Adversarial attacks

  • Supply-chain vulnerabilities

Reliability

AI systems can behave differently depending on their inputs, context, model version, external information and system configuration.

Over-automation

Giving an AI system too much authority without appropriate controls can create operational and security risks.

Intellectual property

AI-generated and AI-assisted content raises continuing questions about copyright, licensing, ownership and the use of training data.

Workforce changes

AI can automate some tasks and transform others.

The effect varies significantly between industries, occupations and individual tasks.

What is responsible AI?

Responsible AI is the practice of developing and deploying artificial intelligence with appropriate consideration for safety, reliability, security, privacy, fairness, transparency and accountability.

Responsible AI needs to be considered throughout the lifecycle of a system:

Design → Data → Development → Testing → Deployment → Monitoring → Improvement

Responsible AI is therefore not simply a document or policy.

It needs to become part of how AI systems are designed, evaluated and operated.

What is AI governance?

AI governance is the framework of policies, processes and controls used to manage artificial intelligence responsibly.

AI governance can address:

  • Data governance

  • Privacy

  • Cybersecurity

  • Model evaluation

  • Human oversight

  • Access control

  • Auditability

  • Transparency

  • Risk management

  • Regulatory compliance

  • Monitoring

  • Incident response

  • Model changes

Governance becomes especially important when AI systems can access external tools or take actions.

The more authority an AI system has, the more important it becomes to understand:

What can the system access?

What can it change?

What decisions can it make?

What happens if it makes a mistake?

When does a human need to intervene?

What is narrow AI?

Narrow AI, sometimes called weak AI, describes AI designed to perform specific tasks or operate within a defined domain.

Most AI systems available today fall into this category.

An AI system may be extremely capable at language, image recognition, coding, search or another specific area without possessing general human intelligence.

What is artificial general intelligence?

Artificial general intelligence (AGI) generally refers to a hypothetical form of AI capable of performing a broad range of intellectual tasks at a level comparable to humans or beyond.

There is no universally agreed technical definition or test for AGI.

Different researchers and organizations use different criteria.

Consequently, claims about whether a particular AI system has achieved AGI depend heavily on how AGI is defined.

AGI should therefore be distinguished from the highly capable but still specialized AI systems currently deployed across industry.

What is artificial superintelligence?

Artificial superintelligence is a hypothetical concept referring to AI that would substantially exceed human intellectual capabilities across a broad range of domains.

Unlike today's deployed AI systems, artificial superintelligence remains theoretical.

It is therefore important to distinguish between:

Narrow AI: Existing systems designed for particular tasks.

AGI: A hypothetical general intelligence capable of broad intellectual performance.

Artificial superintelligence: A hypothetical intelligence substantially exceeding human capabilities across a wide range of domains.

A brief history of artificial intelligence

Artificial intelligence has a much longer history than today's generative AI systems.

1950: Alan Turing

Alan Turing published Computing Machinery and Intelligence and explored whether machines could demonstrate intelligent behaviour.

His work became an important foundation for later discussions about machine intelligence.

1956: The Dartmouth workshop

The Dartmouth research project helped establish artificial intelligence as a formal field of research and popularized the term "artificial intelligence."

1960s and 1970s: Early AI research

Researchers developed symbolic reasoning systems, early neural networks and programs designed to solve specific problems.

1980s: Expert systems

Rule-based expert systems became an important area of commercial AI development.

These systems attempted to encode specialist knowledge into computer-readable rules.

1990s: Statistical machine learning

Machine learning increasingly shifted toward statistical methods capable of learning patterns from data.

1997: IBM Deep Blue

IBM's Deep Blue defeated world chess champion Garry Kasparov, demonstrating the capabilities of specialized computational systems.

2010s: The deep learning revolution

Advances in computing power, neural network architectures and access to large datasets produced major improvements in computer vision, speech recognition and other AI applications.

2016: AlphaGo

DeepMind's AlphaGo defeated leading Go player Lee Sedol, demonstrating the potential of deep learning and reinforcement learning for complex decision-making.

2017: Transformers

The introduction of transformer architectures became a major milestone in modern AI.

Transformers subsequently became central to many large language models and generative AI systems.

2022: Generative AI reaches the mainstream

The public release and rapid adoption of ChatGPT brought generative AI to an enormous global audience.

AI suddenly became a mainstream consumer and business technology.

2023–2025: Multimodal and agentic AI

AI systems increasingly expanded beyond text into images, audio, video, coding, tool use and automated workflows.

2026: The agentic era

In 2026, major AI platforms are increasingly focused on reasoning, tool use, autonomous workflows and AI agents.

The direction of development is increasingly moving beyond systems that simply answer questions toward systems capable of completing multi-step objectives.

How AI is changing the internet

Artificial intelligence is not only changing individual applications.

It is changing how people interact with the internet.

Traditional websites were primarily designed around pages, menus, search boxes and forms.

AI-enabled websites can increasingly provide:

  • Conversational interfaces

  • AI assistants

  • AI agents

  • Personalized experiences

  • Intelligent search

  • Knowledge retrieval

  • Automated workflows

  • AI-generated content

  • AI-powered customer service

  • Developer tools

  • Model selection

  • Automated business processes

This creates the possibility of a new generation of AI-native websites.

An AI-native website is designed around artificial intelligence from the beginning rather than simply adding a chatbot to an existing website.

The website can become an intelligent interface connecting people with information, services, models, tools and automated workflows.

AI and search

Artificial intelligence is also changing search itself.

Traditional search engines primarily discover, index and rank documents.

AI-powered search can additionally interpret questions, understand context, summarize information and generate responses.

For website owners, this makes useful and authoritative content increasingly important.

A website needs to be understandable not only to traditional search engines but also to AI systems attempting to determine:

  • What the website is about

  • Who created the information

  • Whether the information is trustworthy

  • How specific concepts relate to one another

  • Whether the content actually answers the user's question

This makes clear information architecture, original research, accurate explanations, useful resources and strong topical coverage important components of a modern search strategy.

Why AI agents could change software

For decades, software has largely worked by waiting for users to operate interfaces.

A person opens an application.

They navigate menus.

They enter information.

They click buttons.

They complete the workflow.

AI agents introduce another possibility.

A user can increasingly describe the desired outcome and allow an AI system to determine which steps are necessary.

The conceptual shift can be represented as:

Traditional software:

User → Interface → Commands → Application → Result

AI-assisted software:

User → Natural language → AI → Application → Result

Agentic software:

User → Goal → AI reasoning → Planning → Tools → Actions → Evaluation → Result

This does not mean human oversight disappears.

In many applications, particularly high-risk environments, human approval and controls remain essential.

But it does change the potential role of software from a passive tool into an active participant in a workflow.

What is the future of artificial intelligence?

The future of  Artificial Intelligence (AI) is unlikely to depend on one technology alone.

The emerging AI ecosystem includes:

  • Foundation models

  • Specialized AI models

  • Large language models

  • Multimodal models

  • AI agents

  • Multi-agent systems

  • AI infrastructure

  • AI chips

  • AI security

  • AI governance

  • Retrieval systems

  • Knowledge graphs

  • AI-native applications

  • Robotics

  • Autonomous systems

The direction of development is increasingly toward systems that can combine intelligence with access to information and tools.

Instead of simply generating an answer, an AI system can increasingly be designed to:

Understand → Reason → Retrieve → Plan → Act → Evaluate

That could fundamentally change how people interact with computers.

Why artificial intelligence matters

The significance of artificial intelligence is not simply that machines can generate better text, images or videos.

The larger transformation is that computers are becoming increasingly capable of understanding information, recognizing patterns, reasoning over context, generating content, using tools and taking actions.

Machine learning allows systems to learn from data.

Deep learning enables increasingly sophisticated pattern recognition.

Generative AI allows machines to create new content.

Large language models provide powerful language interfaces.

Multimodal AI allows systems to work across different types of information.

AI agents introduce tool use, planning and action.

Agentic AI takes this further by enabling systems to pursue goals with greater autonomy.

Together, these technologies are creating a new generation of software.

Frequently asked questions about artificial intelligence

What is artificial intelligence in simple terms?

Artificial intelligence is technology that enables computers and software to perform tasks that normally require human intelligence, such as understanding language, recognizing patterns, solving problems, making predictions and generating content.

What does AI stand for?

AI stands for Artificial Intelligence.

What is the difference between AI and machine learning?

Artificial intelligence is the broader field. Machine learning is one approach used to create AI systems by allowing computers to learn patterns from data.

What is the difference between AI and generative AI?

AI covers a broad range of technologies including prediction, classification, perception, automation and decision-making. Generative AI specifically focuses on creating new content such as text, images, video, audio and code.

What is deep learning?

Deep learning is a branch of machine learning that uses multilayer neural networks to learn complex patterns from data.

What is an LLM?

LLM stands for Large Language Model. LLMs are AI models designed to process and generate human language.

What is an AI agent?

An AI agent is an AI-powered software system that can pursue a goal, use tools and perform actions with some degree of autonomy.

What is agentic AI?

Agentic AI refers to AI systems designed to reason, plan and act toward goals rather than simply responding to individual prompts.

Is ChatGPT artificial intelligence?

Yes. ChatGPT is a generative AI system based on large language model technology.

Is AI the same as a robot?

No. AI is a computational technology, while a robot is a physical machine. Robots can use AI, but AI does not require a physical body.

Can AI learn?

Many AI systems can learn patterns from data during training. Some systems can also adapt or update their behaviour using additional information or feedback, depending on how they are designed.

Can AI make mistakes?

Yes. AI systems can produce incorrect predictions, inaccurate information, biased outputs or unintended actions. AI systems should therefore be evaluated and appropriately monitored.

Will AI replace humans?

AI can automate particular tasks and change how work is performed, but the effects vary considerably between occupations and industries. In many situations, AI is used to augment human capabilities rather than completely replace people.

Has artificial general intelligence been achieved?

There is no universally accepted definition or test for AGI, so claims about whether it has been achieved depend on the criteria being used. AGI remains a debated concept.

Final thoughts

Artificial intelligence has evolved from an academic research discipline into one of the most important technologies in modern computing.

It now encompasses far more than traditional machine learning.

AI systems can analyse information, recognize patterns, understand language, generate content, work across multiple modalities, retrieve knowledge, use software tools and increasingly perform actions.

The evolution can be summarized simply:

AI → Machine Learning → Deep Learning → Generative AI → Multimodal AI → AI Agents → Agentic AI

Each stage builds on capabilities developed previously while opening new possibilities for software and digital services.

The defining question is therefore changing.

It is no longer simply:

"Can artificial intelligence answer a question?"

Increasingly, the question is:

"What can artificial intelligence understand, create, connect and accomplish?"

That question will shape the next generation of software, business, research, digital services and the internet itself.

 To learn more visit Ask AI Artificial Intelligence Intergration Artificial Intelligence LLC or AI Limited the leaders in AI Enterprise Intergration AI Chat Assistants AI Chat Bots 

Article Written By 

Entrepeneur Aston Kennedy 

Founder Of Domain Investors domaininvestors.co.uk & Ask AI Artificial Intelligence artificialintelligence.com.ai artificialintelligence.llc

 

Comments

Popular posts from this blog

Ask AI Artificial Intelligence Official Launch of our AI Agent Integration Hub