Support FAQ

What Is Generative AI?

What is generative AI?

Generative AI is AI that creates new output. It may draft text, write code, generate images, summarize documents, produce audio, translate language, answer questions, or turn messy input into structured fields. Unlike a classifier that only labels an input, a generative system constructs an output that did not previously exist in that exact form.

The output is shaped by several things at once: the model's training, the user's prompt, system instructions, retrieved documents, tool results, safety rules, and application code. That mix is why generative AI can feel flexible. It is also why it needs careful governance. A generated answer can sound polished while being inaccurate, incomplete, unsafe, or based on data the user should not have accessed.

Common examples

The most familiar examples are chat assistants and image generators, but generative AI now appears inside many operational tools. A support system may draft replies from knowledge base articles. A developer tool may generate code or tests. A marketing workflow may produce product descriptions. A security tool may summarize an incident timeline. A data application may produce SQL or convert a user question into an API call.

The same capability can be used by attackers. Generative AI can scale phishing copy, vary spam text, write scraping scripts, summarize target pages, generate credential stuffing variations, and help automated agents plan their next request. The risk is not just fake content. It is speed, variation, and adaptation. A defender who blocks one obvious phrase or pattern may find that the next attempt is worded differently but aimed at the same goal.

How generative AI systems are built

A production generative AI application is more than a model. It usually has an interface, prompt templates, retrieval sources, tool permissions, logging, evaluation data, and policy checks. Retrieval-augmented generation adds selected documents to the prompt so the model can answer from current or private material. Tool use lets the model request actions, such as searching records, opening tickets, calling an API, or formatting a response.

Those pieces create different risk levels. A model that rewrites a paragraph has limited authority. A model that can read customer records and submit account changes has much more authority. A model that can call external APIs must be treated like an application component with credentials, permissions, audit logs, and failure handling.

Accuracy and trust

Generative AI does not guarantee truth. A model predicts plausible output from its context. It may invent citations, blend facts, omit uncertainty, or follow an irrelevant instruction if the prompt is poorly designed. Even when the answer is broadly correct, it may be wrong for a specific policy, market, customer, or date.

Evaluation should use real tasks rather than only ideal examples. Teams should test unclear questions, missing context, adversarial prompts, long documents, sensitive records, and cases where the right answer is "I do not know." They should also decide what quality means. A support draft needs tone and policy accuracy. A code suggestion needs security review. A security summary needs source traceability. A content generator needs editorial accountability.

Security and abuse risks

Prompt injection is one of the central security risks. A malicious page, file, support message, or user prompt may instruct the model to ignore rules, reveal hidden instructions, or misuse tools. If the application treats model output as trusted, the attack can move from text into action.

Data exposure is another major risk. Sensitive details can enter prompts, logs, retrieved context, generated output, analytics systems, or vendor storage. Public generative features can be abused for spam, fraud, scraping assistance, and resource exhaustion. Internal tools can create quiet failures if staff assume generated summaries are complete and stop checking source evidence.

For web operators, generative AI also changes traffic behavior. Automated agents can browse, compare, scrape, and probe sites with a level of variation that looks less like a simple script. Defensive controls need to consider intent, route sequence, cadence, identity, and policy context rather than only user agent strings or one-off request signatures.

Operational controls

Controls should match the authority of the feature. Low-impact drafting tools may need content review, retention rules, and clear ownership. Tools that read private data need access control, retrieval filtering, and audit logs. Tools that can write records, send messages, change configuration, or call APIs need stronger approval gates and deterministic checks.

Useful checks include prompt injection tests, data leakage tests, rate limits, abuse monitoring, output validation, source citation requirements where appropriate, and human review for high-impact output. Teams should log enough to investigate failures: prompt template version, retrieved sources, tool calls, model version, output, user identity, and final action. Privacy and retention rules still apply, so logging should be deliberate rather than unlimited.

Governance questions to answer

Before launch, teams should decide who owns the generated content, who approves prompt changes, which data sources are allowed, what the model may never do, and how users can challenge or correct output. They should define the difference between a suggestion and an action. A model can recommend that a request looks risky; policy should decide whether to block it. A model can draft a customer response; a human or validated workflow may need to approve it.

Governance should also cover vendors and third-party models. Review where data is processed, whether prompts are used for training, how abuse is handled, how model changes are announced, and what fallback exists during outages or quality regressions.

Key takeaway

Generative AI is useful because it turns instructions and context into new output at scale. Its risks come from the same flexibility: it can be wrong, manipulated, overused, or connected to systems that give it too much authority. A mature deployment defines allowed use cases, constrains data and tools, tests hostile inputs, monitors real behavior, and keeps humans accountable for high-impact decisions.

Related Articles

AI Crawler User Agents

A practical reference for common AI crawler user agents, operators, purposes, and recommended Peakhour bot-management actions.

AI For Cybersecurity

AI For Cybersecurity explains the concept in the context of AI security, with practical checks and mitigation considerations for site operators.

AI Image Generation

AI Image Generation explains the concept in the context of AI security, with practical checks and mitigation considerations for site operators.

AI Misuse

AI Misuse explains the concept in the context of AI security, with practical checks and mitigation considerations for site operators.

© PEAKHOUR.IO PTY LTD 2025   ABN 76 619 930 826    All rights reserved.