diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index 1dcf3dc..7f2e26a 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -20,6 +20,7 @@ const { title } = Astro.props; diff --git a/src/pages/research/area.astro b/src/pages/research/area.astro new file mode 100644 index 0000000..ffca69a --- /dev/null +++ b/src/pages/research/area.astro @@ -0,0 +1,81 @@ +--- +export const prerender = true; + +import BaseLayout from '../../layouts/BaseLayout.astro'; +--- + + +
+

AREA

+

Agentic Reasoning and Engagement Analysis

+ +

+ AREA is the first phase of Tech-Clusive Solutions’ multi-agent + systems research program — a study of how AI agents actually + behave when several of them have to coordinate, rather than how they + perform in isolation. I run it as Principal Investigator on behalf of + Tech-Clusive Solutions LLC. +

+ +

The question

+

+ No existing research into agentic systems clearly defines how the + individual agents in a multi-agent deployment behave as specific + complexity factors vary across a session. AREA sets out to measure + that behavior with a reasonable degree of confidence, organized + around three foundational research questions: +

+
    +
  1. + Given specific criteria, how confidently can we predict how + multi-agent AI systems will behave in concert with one another? +
  2. +
  3. + Given specific criteria, how confidently can we predict how + multi-agent AI systems behave in concert with humans? +
  4. +
  5. + How closely do functional cognitive models map from human-based + systems to mixed human and AI systems? +
  6. +
+ +

The hypothesis

+

+ Given specific contextual parameters — deployment environment, + agent configuration, and task type — the degree of structural + integrity and richness in the instructions given to a multi-agent AI + system is positively correlated with the collective coordination + quality of the group, independent of any individual agent’s own + task completion rate. +

+ +

How it’s studied

+

+ AREA runs controlled scenarios in which agents are given tasks built + from a sequence of discrete actions, with instruction coherency, + completeness, complexity, and context systematically varied from run + to run. Every action an agent takes — what it was told, what it + inferred, what it communicated to other agents, and why — is + recorded, so the resulting behavior can be traced back to the + specific conditions that produced it, not just scored as pass or + fail. +

+ +

Where it fits

+

+ AREA is the first of three phases in Tech-Clusive Solutions’ + research arc: AREA studies what multi-agent systems do; the + next phase, CAIRE, studies what agents are — whether + cognitive processing profiles can be reliably assigned and mutually + modeled between agents; and the convergence phase, FROST, asks + whether a system can turn those findings on itself, safely. +

+ +

+ View the program documentation on GitHub (opens in a new tab) +

+ +

Back to research

+
+
diff --git a/src/pages/research/index.astro b/src/pages/research/index.astro new file mode 100644 index 0000000..66e08e2 --- /dev/null +++ b/src/pages/research/index.astro @@ -0,0 +1,26 @@ +--- +export const prerender = true; + +import BaseLayout from '../../layouts/BaseLayout.astro'; +--- + + +
+

Research

+ +

+ The AI I use every day already describes an interface to me. The + research I’m doing now asks what happens when AI agents stop + just describing, and start acting — and coordinating with each + other while they do it. +

+ + +
+