The Commonplace
Home Three-study pilot Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

An adaptable, evidence-focused AI companion integrated into a university SOC was rapidly adopted by analysts — when outputs matched existing verification workflows and could be tailored, users reused the AI's analysis in over 90% of cases and prolific users reported roughly 30–50% faster ticket handling.

It is Not Yet Another Tool: Creating and Deploying an Agentic AI Companion in a Security Operations Center
Kritan Banstola, Faayed Al Faisal, Duy Dao, Ryan Irving, Daniel Lende, Xinming Ou · September 05, 2026
arxiv descriptive medium evidence 7/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. Kritan Banstola unresolved corpus identity
  2. Faayed Al Faisal unresolved corpus identity
  3. Duy Dao unresolved corpus identity
  4. Ryan Irving unresolved corpus identity
  5. Daniel Lende unresolved corpus identity
  6. Xinming Ou unresolved corpus identity
An agentic, locally hosted LLM-based AI companion deployed in a university SOC was widely adopted when it produced verifiable evidence and allowed analysts to adapt its behavior, and frequent users reported substantial time savings per ticket.

Citation observations

Cumulative provider counts captured on specific dates; providers are never combined.

No provider observation is available for this paper.

Missing data, not a zero citation count.

Security Operations Centers (SOCs) process large amounts of tickets, most of which are low-interest events not worthy of further investigation. The repetitive nature of this task and similarity of the vast amounts of tickets make it a prime candidate for generative AI-based automation. We created and deployed an agentic AI companion utilizing large language models through fieldwork within a SOC for over one year. The design of the SOC AI companion was driven by researchers' participation and interactions within the SOC's daily work. SOC analysts were invited to use it during the last four months of the fieldwork. We analyzed the analysts' usage of the companion and found that in more than 90% of the cases the companion's outputs were reused by analysts in the ticket's closing report. Our results showed that when designed "in the trenches" with the intended users, a SOC AI companion can go beyond being yet another tool, but rather a system that co-evolves with its human users as it traverses through the various types of workloads. Analysts naturally started to shape the AI companion's behaviors to fit their particular needs. Our data show that the more human analysts shape the AI companion's behaviors, the more they become comfortable trusting the output from the AI system, resulting in improved productivity.

Summary

Main Finding

When an agentic AI companion for Security Operations Center (SOC) triage is designed "in the trenches" with users, presents its findings in verifiable, analyst-familiar formats, and is made adaptable by analysts, it is rapidly adopted and materially reduces analyst effort. In the study site, analysts reused the companion’s outputs in ticket closing reports in over 90% of cases, and the most active users reported estimated per-ticket time savings of roughly 30–50%.

Key Points

  • Intervention and setting

    • 14-month embedded field study in a university SOC. Two PhD researchers worked as tier‑1 analysts (participant observation). The companion was used by other experienced analysts voluntarily during the final 4 months.
    • Use was real-world and observational (not a controlled experiment); IRB-approved and voluntary.
  • System design

    • ReAct-style LLM agent (LangChain) running on locally hosted models (Ollama) on an NVIDIA DGX Spark.
    • Tool layer exposes read-only interfaces to ticketing, SIEM/log search, DHCP/MAC/device registries, identity portal, reputation/threat intel, and utilities. All tool calls are read-only and schema-validated.
    • Outputs include structured SOC-formatted reports and captured visual evidence (headless browser screenshots) of tool results.
    • Analysts can adapt the agent via editable, versioned system prompts that encode workflow order, abandonment rules, and report templates.
  • Adoption and behavior

    • Analysts reused the companion’s outputs in the closing report in >90% of cases where it was used.
    • Analysts naturally personalized system prompts and kept several named prompt versions, switching per investigation.
    • Making evidence presentation verifiable (same format as manual process, raw tool responses, screenshots) was critical to trust and adoption—accuracy alone was not sufficient.
    • Analysts could interrupt, ask follow-ups, or branch runs; the companion did not make state changes to SOC systems.
  • Productivity and perceived effects

    • Estimated time savings for the most prolific Companion users: ~30–50% per-ticket processing time (compared to self-reported manual time).
    • Analysts reported the time spent handling tickets with the companion felt more productive.
    • The more analysts shaped the companion (prompt customization), the more they trusted and used it.
  • Refinements and practical design lessons

    • Capturing screenshots of evidence pages and aligning report layout to analysts’ expectations materially increased adoption.
    • A shared base prompt plus personal versions provided a balance of defaults and individual adaptability.
  • Limitations

    • Single-site study (university SOC) with many student analysts; findings may not generalize to all enterprise SOCs.
    • Observational deployment (no randomized control); time-savings are estimated and self-reported for manual baseline.
    • Locally hosted models may limit model capabilities vs. latest cloud models, though that trade-off was deliberate for data governance.

Data & Methods

  • Study design

    • Longitudinal, embedded participant-observation over ~14 months inside one SOC.
    • Two researchers functioned as tier‑1 analysts to learn workflows and drive iterative design.
    • Final 4-month voluntary deployment to several experienced SOC analysts.
  • Data sources

    • Field notes and reflective memos documenting workflow, delays, tool use, and informal feedback.
    • Companion logs: prompts, AI responses, tool calls and outputs, versioned system prompts, timestamps, and transcripts of user-agent interactions.
    • Ticketing system records: final analyst reports and metadata showing whether companion output was reused.
  • Agent implementation specifics

    • ReAct agent loop alternating reasoning and tool calls, terminating when it can produce a structured report.
    • Tool calls executed on server; headless browser snapshots captured for each lookup.
    • Local models (run via Ollama) selectable per run; tool APIs are read-only; no external leakage of internal identifiers.
  • Analysis

    • Mixed-methods: qualitative analysis of field notes and transcripts; quantitative analysis of logs and ticket reuse rates, plus time-savings estimates based on timestamps and self-reports.
    • Research questions addressed: (1) Do analysts use the companion’s outputs? (2) Do analysts try to modify its behavior? (3) What improvements (or not) are observed?

Implications for AI Economics

  • Adoption drivers and product design

    • Verifiability > raw model accuracy for practitioner adoption in high‑stakes, accountable tasks. Economic models of AI adoption should weight evidence-format and verification costs heavily.
    • Customizability (user-editable system prompts, per-user workflows) materially increases uptake—markets will value platforms that enable easy local adaptation over rigid one‑size‑fits‑all offerings.
  • Labor impact and complementarities

    • Agentic companions can automate repetitive evidence-assembly tasks, reducing time spent on low-skill repetitive steps while leaving judgment to humans—this implies partial task displacement rather than full job loss, increasing demand for higher‑skill oversight and prompt/system-engineering capabilities.
    • Productivity gains (30–50% per-ticket for active users) translate into labor-cost savings or capacity increases; firms may reallocate analyst time to higher-value incident response, threat hunting, or coverage expansion.
  • Cost structure and deployment choices

    • Effective deployment requires engineering and compute resources (DGX-class hardware in study), integration effort with internal toolchains, and ongoing maintenance to keep tool interfaces and prompts aligned to changing workflows.
    • Data governance concerns push organizations toward local hosting despite potentially higher model/infra costs—this affects the TCO and the competitive landscape (in-house solutions vs. vendor cloud services).
  • Market and organizational implications

    • Vendors: opportunity to offer adaptable, transparent agent frameworks (versioned prompts, evidence capture, read-only tool APIs). Selling “companions” as modifiable platforms rather than closed features may accelerate enterprise uptake.
    • New services and labor markets: prompt engineering, internal agent orchestration, UI for evidence-verification, and SOC‑specific agent integration become valuable skills/services.
    • Heterogeneous adoption: smaller organizations with weak internal engineering may prefer vendor-managed offerings; larger orgs or those with strict data governance will invest in local, customizable systems.
  • Policy, liability, and incentives

    • Liability remains with human analysts; economic incentives will favor designs that minimize verification costs and make audit trails explicit (evidence screenshots, raw tool outputs).
    • Regulators or insurers may incentivize verifiable evidence formats and read-only operations for automated assistants in security operations.
  • For economic modeling and empirical work

    • Future models should incorporate: verification cost (time analysts spend validating AI output), adaptability benefit (value from personalization), compute & integration fixed costs, and heterogeneity in analyst workflows.
    • Empirical research should measure realized labor reallocation (what analysts do with freed time), long-run retention/turnover effects, and cross-site generalizability to enterprise SOCs.

Summary takeaway Design agentic AI companions as adaptable, verifiable partners embedded in existing workflows. Economic value accrues primarily from reducing repetitive evidence-assembly time while preserving human judgment; adoption depends critically on how easily outputs can be verified and personalized to local practice.

Assessment

Paper Typedescriptive Evidence Strengthmedium — The paper provides strong, real-world descriptive evidence of adoption (e.g., >90% reuse of companion outputs) and process-level observations from a 14-month embedded field study with system logs and ticket records. However, claims about productivity gains (30–50% time savings) rely on voluntary use, self-reported manual times, and non-randomized comparisons, so causal inference is weak and selection/Hawthorne effects are possible. Methods Rigormedium — The study uses rigorous ethnographic participant observation combined with operational logs and ticket records, and it iteratively refines the deployed system — appropriate for evaluating design and adoption. It lacks experimental controls, pre-registered hypotheses, or counterfactual comparators, and sample size/selection are limited to one university SOC, reducing internal and external validity for causal claims. SampleSingle-site study in a large university Security Operations Center over 14 months; two PhD researchers embedded as tier-1 analysts, with a SOC staff of ~10–20 student analysts at any time plus two full-time analysts and two managers; the AI companion ran on local infrastructure and was voluntarily used by a subset of experienced analysts during the final four months; data include participant-observation field notes, companion interaction logs (prompts, tool calls, timestamps, screenshots), and ticketing-system records. Themesproductivity human_ai_collab adoption GeneralizabilitySingle-site, higher-education SOC with many student analysts — may not generalize to enterprise or industry SOCs with different staffing, scale, and risk profiles, Voluntary adoption by experienced analysts may bias toward early-adopter behavior; results may not hold under mandatory or broader rollouts, Local, read-only tool integrations and in-house model deployment may differ from cloud-based vendor solutions, No randomized assignment; productivity estimates rely partly on self-reported manual times and could be affected by Hawthorne or selection effects, Duration and sample of active users (final four months) limit ability to observe long-term effects and wider operational impacts

Claims (9)

ClaimDirectionOutcomeConfidence & EvidenceDetails
In more than 90% of cases, analysts reused the AI companion's outputs in the ticket's closing report. Adoption Rate positive Reuse of AI-generated outputs in ticket-closing reports
Reading fidelity high
Study strength medium
more than 90% of cases
0.18
The SOC AI companion saved an estimated 30–50% of ticket-processing time for the most prolific companion users. Task Completion Time positive Time required to process and close SOC tickets
Reading fidelity high
Study strength medium
30–50% of ticket-processing time saved
0.18
Analysts reported that closing a ticket with the AI companion was perceived as more productive than handling the ticket manually. Organizational Efficiency positive Perceived productivity of AI-assisted versus manual ticket closure
Reading fidelity high
Study strength low
not reported
0.09
Presenting the companion's output in an easy-to-verify format was associated with analysts overwhelmingly using its results in ticket-closing reports. Adoption Rate positive Analyst adoption and use of AI results for ticket closure
Reading fidelity high
Study strength medium
not reported
0.18
Analysts attempted to modify the AI companion's behavior to better fit their needs and work habits, primarily by creating and using personalized system prompts. Task Allocation positive Analyst adaptation and customization of the AI system
Reading fidelity high
Study strength medium
not reported
0.18
The ability of analysts to adapt the AI companion was associated with a higher adoption rate. Adoption Rate positive Adoption of the AI companion
Reading fidelity high
Study strength low
not reported
0.09
The AI companion was designed to automate repetitive evidence gathering and report drafting while leaving final ticket decisions under analyst control. Task Allocation mixed Allocation of evidence-gathering, reporting, and decision-making tasks between AI and analysts
Reading fidelity high
Study strength medium
not reported
0.18
The field study lasted approximately fourteen months and was conducted in the SOC of a large university. Other other Scope and duration of the field study
Reading fidelity high
Study strength high
not reported
0.3
The study involved two PhD student researchers joining the SOC as tier 1 analysts and conducting participant observation. Other other Researcher participation and observation method
Reading fidelity high
Study strength high
n=2
0.3

Notes