INQUIRING LINE

Can users adapt their competencies to match how AI actually operates?

This explores whether people can build new skills to work well with AI — and the corpus suggests the harder problem isn't users adapting, but accurately knowing what they're adapting to.


This explores whether users can develop competencies that fit how AI actually behaves. The corpus reframes the question: before you can adapt, you have to perceive the system clearly — and that's exactly where things break. AI doesn't sit still. Its working context (prompt, history, retrieved data, hidden state) is mutable and ephemeral, so users can't internalize it the way they internalize a fixed interface How does AI context differ from conventional software context?. The output itself is plastic — it shifts with sampling, wording, and audience, which is a feature of the medium rather than a bug Why does AI output change with every prompt and context?. You're trying to build competence against a moving target that resists the stable mental model competence usually rests on.

The deeper obstacle is that AI distorts your read of your own ability. The LLM Fallacy is a self-perception error: users misattribute the model's output to their own skill, independently of whether the output is even correct How does AI-assisted work reshape how people see their own abilities?. Four mechanisms feed this — attribution ambiguity, a fluency illusion, cognitive outsourcing, and pipeline opacity — and they multiply each other How do AI tools trick users into overestimating their own skills?. The fluency one is especially sneaky: smooth, high-quality output feels like a signal of *your* capability, even though you didn't generate it, because LLMs optimize for fluency regardless of whether you understood anything Does processing ease mislead users about their own competence?. So the naive adaptation — "I'm getting good at this" — is often a measurement error, not a real skill gain.

There's also the question of how users even conceptualize their AI partner. People evaluate dialogue agents along three axes — perceived competence (dominating at ~49% of the variance), human-likeness, and communicative flexibility How do users mentally model dialogue agent partners?. Notice that the thing users weight most heavily, competence, is precisely the dimension the fluency illusion corrupts. The mental models people bring may be miscalibrated by the same surface smoothness that fools them about themselves.

What's striking is that the corpus shows the *systems* adapting fluidly in exactly the ways users struggle to. Models compose task-specific expert vectors at inference time without retraining Can models dynamically activate expert skills at inference time?; meta-agents generate a bespoke multi-agent workflow per individual query Can AI systems design unique multi-agent workflows per individual query?; personas evolve in real time as intermediaries between memory and action, tuned against live feedback Can personas evolve in real time to match what users actually want?. The asymmetry is the real finding: the machine side is built for continuous, test-time adaptation, while the human side is fighting a perceptual fog about both the system and itself.

So: can users adapt their competencies to match how AI operates? The corpus suggests the answer hinges less on learning prompts and more on building *metacognitive* competence — interventions that clarify the human-machine contribution boundary, since better accuracy or forced verification alone won't fix a self-perception problem How does AI-assisted work reshape how people see their own abilities?. The competency worth developing isn't "using the tool well" — it's seeing clearly through its fluency to tell what you actually know from what the model handed you.


Sources 9 notes

How does AI context differ from conventional software context?

AI interactions operate on a substrate of constantly shifting context—prompt, history, retrieved data, hidden state—that users cannot internalize like traditional UIs. This structural mutability demands a new design discipline centered on context engineering rather than interface design.

Why does AI output change with every prompt and context?

AI outputs exhibit essential mutability—they vary with sampling, prompt wording, and audience interpretation. This is not a defect but a defining feature of tokens as media, making them fundamentally different from fixed commodities and resistant to traditional quality assurance.

How does AI-assisted work reshape how people see their own abilities?

Research shows the LLM Fallacy operates through misattribution of AI outputs to personal capability, independent of output accuracy or reliance behavior. It requires interventions that clarify human-machine contribution boundaries, not just better system accuracy or forced verification.

How do AI tools trick users into overestimating their own skills?

Attribution ambiguity, fluency illusion, cognitive outsourcing, and pipeline opacity combine to systematically misattribute AI outputs as user competence. The effect is multiplicative—each mechanism amplifies the others.

Does processing ease mislead users about their own competence?

High-quality AI output triggers a metacognitive heuristic: users experience fluency as a signal of their own capability, even though they didn't generate it. This self-directed fluency illusion systematically inflates perceived competence because LLMs optimize for fluency regardless of user understanding.

How do users mentally model dialogue agent partners?

The Partner Modelling Questionnaire reveals that perceived competence dominates user impressions (49% of variance), followed by human-likeness (32%) and communicative flexibility (19%). This three-factor structure reflects how people evaluate dialogue partners against both functional and social standards.

Can models dynamically activate expert skills at inference time?

Transformer2 demonstrates that tuning only singular values within weight matrices produces composable expert vectors that dynamically mix at inference without interference, outperforming LoRA with fewer parameters and enabling continual specialization.

Can AI systems design unique multi-agent workflows per individual query?

FlowReasoner demonstrates that meta-agents trained with reinforcement learning and external execution feedback can generate unique multi-agent architectures for each user query, optimizing across performance, complexity, and efficiency—moving beyond fixed task-level workflow templates.

Can personas evolve in real time to match what users actually want?

PersonaAgent uses structured personas to bridge episodic/semantic memory and personalized actions, optimizing them at test time by simulating recent interactions against textual feedback. Learned personas cluster meaningfully in latent space, suggesting genuine user-specific separation beyond standard post-training drift.

Research prompt for your LLMexpand ↓

Copy into ChatGPT or Claude to take this line of inquiry further — it asks the model to find newer work and re-test which earlier constraints still hold.

You are a researcher stress-testing claims about human adaptation to AI systems. The question remains open: **Can users develop genuine competencies that align with how AI actually operates?**

What a curated library found — and when (dated claims, not current truth):
Findings span 2023–2026; treat as perishable snapshots:
- Users heavily weight *perceived competence* (~49% of variance) when evaluating AI partners, but this dimension is corrupted by fluency illusion — smooth output triggers false confidence in the user's own skill, independent of correctness (2023).
- The LLM Fallacy is a self-perception error distinct from hallucination: four mechanisms (attribution ambiguity, fluency illusion, cognitive outsourcing, pipeline opacity) multiply to distort users' sense of what *they* actually know vs. what the model generated (2026).
- AI systems themselves adapt fluidly at test time — composing expert vectors per query, generating personalized multi-agent workflows, evolving personas against live feedback — while users remain trapped in perceptual fog about both the system and themselves (2025–2026).
- Mere accuracy gains or forced verification do not fix the self-attribution problem; metacognitive clarity about the human-machine boundary is the missing lever (2026).

Anchor papers (verify; mind their dates):
- arXiv:2308.07164 (2023): Partner Modelling Questionnaire
- arXiv:2604.14807 (2026): The LLM Fallacy
- arXiv:2501.06252 (2025): Transformer2: Self-adaptive LLMs
- arXiv:2506.06254 (2025): PersonaAgent

Your task:
(1) **RE-TEST EACH CONSTRAINT.** For each claim above — fluency illusion, the LLM Fallacy's four mechanisms, test-time adaptation asymmetry — judge whether newer evals, training methods (RLHF refinements, self-play, adversarial steering), or user-facing tooling (explanation overlays, contribution audits, uncertainty quantification) have since *relaxed* or *overturned* it. Separate the durable question (likely: can humans perceive and correct for their own misattribution?) from the perishable limitation (possibly: fluency illusion is less powerful if users have access to model confidence scores or step-by-step reasoning).
(2) **Surface the strongest CONTRADICTING or SUPERSEDING work from the last 6 months.** Has anyone shown that users *can* build stable mental models of mutable AI? Or that test-time adaptation is learnable by humans, not just machines?
(3) **Propose 2 research questions that ASSUME the regime has moved:** (a) If models now consistently expose their uncertainty and reasoning chain, does metacognitive competence become teachable? (b) Can multi-agent orchestration be *transparently* visible to users in a way that grounds their mental models?

Cite arXiv IDs; flag anything you cannot ground in a real paper.

Next inquiring lines