Paraline
Getting Started

Core mental model

A simple way to understand the roles of AI, the operating framework, and the application your team uses.

The easiest way to understand Paraline is to separate the worker from the workplace.

AI is like a capable worker. It can read, interpret, compare, draft, and recommend. Paraline is the workplace around that worker: the records, tools, rules, responsibilities, and shared history that make its work useful to the business.

The application is how the team experiences that workplace through familiar screens such as tables, forms, queues, and dashboards.

IntelligenceModels and agents reason, plan, generate, and choose tools.
Paraline runtimeObjects, interfaces, permissions, workflows, state, and history.
Operational softwareCRM, tickets, orders, projects, dashboards, and custom modules.

This distinction answers an important question: why is a good AI response not automatically a completed business outcome?

Because the response still needs a place to belong, rules that determine whether it is valid, authority to take action, and evidence that the action actually happened.

The three layers in plain language

Intelligence

The AI understands variable information and proposes what to do. It is flexible and powerful, but its output can be uncertain.

Operating framework

Paraline remembers business state, checks permissions and rules, coordinates workflows, and records outcomes. Technical pages call this the runtime.

Application

The application is what people use: customer pages, work queues, forms, approval screens, dashboards, and specialized operational tools.

None of the three is enough alone. AI without an operating framework can produce useful suggestions but cannot maintain a dependable process. A framework without intelligence can enforce rules but cannot interpret varied language and documents as flexibly. An application needs both the underlying state and the capabilities that act on it.

A quick test

If replacing the AI model would erase customer records, permissions, or business history, the model has been given responsibilities that belong to the operating framework.

AI proposes; the business system decides

Suppose an AI reads a customer email and concludes that the request is urgent. That conclusion is a proposal.

Before the case changes, the operating framework can ask:

  • Is this the correct customer and case?
  • Is “urgent” a valid priority?
  • Does the available evidence satisfy the company’s urgent-case policy?
  • Is this agent allowed to change priority?
  • Should a person review the decision?

If the answers support the change, a defined action updates the case and records what happened. If evidence is missing, the proposal can remain unresolved or move to review.

This boundary lets the business benefit from AI judgment without treating every confident answer as truth.

Storage is only one part of the framework

A database stores values. An operating framework gives those values business meaning.

For example, a field might contain the word approved. A dependable system also knows who may approve, what evidence is required, which action produces that state, and what should happen next.

A direct database edit changes a value. A business action such as approve_refund represents a responsibility. It can check the amount, confirm the reviewer’s authority, preserve evidence, update the record, and start the payment step.

This is why Paraline refers to a runtime rather than simply a database. The runtime holds the contracts around the data.

The blueprint and the work are different

Another helpful distinction is between defining an operation and running it.

The blueprint

Objects, fields, views, actions, workflows, roles, and policies describe how the operation is meant to work.

The live work

Customer records, cases, approvals, workflow runs, errors, and outcomes are the work happening inside that blueprint.

Defining a service-ticket process changes the blueprint. Opening ticket ST-1048 creates live work. Changing the approval policy affects future cases. Approving one specific case executes the existing policy.

AI may help with both, but the authority should differ. An agent might create ordinary records while a person reviews any change that would alter the operation for everyone.

One request across all three layers

Imagine an owner says:

Create a service desk, route urgent requests to an escalation queue, and require approval before a customer response is sent.

The request is short, but the resulting system needs several kinds of work.

The AI can identify the implied concepts: customers, tickets, urgency, assignment, drafts, and approvals. It can propose the necessary records, screens, actions, and workflow.

The operating framework validates that proposal. It checks whether the relationships make sense, which policy questions remain unanswered, and who may publish the change.

A person reviews the important choices—such as what qualifies as urgent and who may approve a response. Once published, the application gives the team a queue for new work, a page for each case, and a review screen for outbound messages.

During operation, people and AI work with the same tickets. The AI can prepare the case; the runtime preserves the rules; the application gives the team a usable experience.

The screen is a view, not the source of truth

A queue of overdue cases is one way to view business state. An agent may retrieve the same cases through a tool. A workflow may react when a deadline passes.

These are three interfaces to the same underlying records and rules.

Keeping the source of truth separate from the screen has practical benefits. The business can introduce a mobile view without duplicating the data. An agent can receive structured context instead of trying to understand a screenshot. Permissions can apply consistently whether the request comes from a person, API, workflow, or agent.

Every participant has an identity

People, agents, workflows, and integrations can all act in a workspace. They should not automatically receive the same authority.

ParticipantA common roleWhat the framework controls
PersonReview, correct, approve, and operateIdentity, role, record access, and action authority
AI agentInterpret, extract, draft, plan, and request toolsAvailable context, tools, limits, and execution history
WorkflowCoordinate repeatable steps over timeState, waiting, retries, approvals, and exceptions
IntegrationExchange data with another systemConnection scope, payload validation, delivery, and provenance

The useful security question is not “Does AI have access?” It is “Which actor is doing what, to which record, through which action, under which rule?”

Common mistakes this model prevents

Using the prompt as a database. Important facts disappear into transcripts that are difficult to search, permission, reconcile, or preserve.

Using the AI as the policy engine. A prompt tells the model what should be allowed, but nothing reliably prevents a prohibited action.

Treating tool access as permission. Because an agent can technically call a service, the system assumes it may perform every exposed operation.

Treating output as outcome. A draft is marked complete even though it was never approved, delivered, or recorded.

Treating the interface as reality. People and agents infer state from what one screen displays rather than from shared records.

These shortcuts can look convincing in a demonstration. They become fragile when work lasts for days, involves several people, affects sensitive data, or needs to be explained later.

Use the model when designing a feature

When adding a capability, ask three questions:

  1. What part requires interpretation or judgment from AI?
  2. What state, rule, permission, or history must remain dependable?
  3. What interface helps a person understand and operate the work?

“Draft a customer response” touches all three. AI prepares the language. The runtime supplies permitted context and enforces approval. The application shows the draft and evidence to a reviewer.

The goal is not to force every feature into one box. It is to make each responsibility visible.

The durable boundary

Intelligence may change frequently. Business identity, state, authority, and history must remain coherent.

Continue to AI and automation to see how model reasoning participates in a complete workflow. Read How the operating layer works when you are ready for the more technical view.

On this page