Concepts, Environments, and Collaboration
2026-06-17
“We shape our tools and thereafter they shape us.”
— Marshall McLuhan (via John Culkin)
Social Collaboration
Jaron Lanier’s There is no AI reframes AI as a medium for human cooperation, emphasizing data dignity and creator credit.
Core References
Call for Guardrails
Scientists warn in Nature that uncritical adoption of AI in science requires urgent regulatory guardrails.
Ethics Resources:
Interactive Workflow
Rather than copying and pasting code, the AI agent directly reads and modifies local code blocks based on natural conversations.
Enable students and teams to build and test code without complex local setup:
Launched May 2026 with four primary tools: - Antigravity 2.0: Multi-agentic code platform. - Antigravity CLI: Command line terminal tool. - Antigravity SDK: Building custom agent apps. - Antigravity IDE: Workspace-integrated assistant.
Transition Note
IDE version 2.0 does not carry over history automatically. See Recovering Antigravity Conversations for step-by-step help.
Gemini Resources:
AI-native environments have quickly expanded beyond standard editor integrations:
Caution
Be careful when using terminal-based interactive interpreters (like radian) alongside background AI terminal execution.
Key characteristics of open-source models available viaCyVerse AI Verde:
prompts.md) to retain your workflow.prompts.md and walkthrough.md as you code.Core References
Split complex workflows into human-sized, manageable chunks:
functions.R).workflow.qmd) that sources functions.R.Note
Check out ESIIL’s Three Rivers working group AI Prompt Engineering docs for examples.
Context Inflation
Avoid oversized onboarding files. Keep repository rules focused to preserve conversation token budget.
AGENTS.md vs Agent SkillsAI coding assistants (Claude Code, Antigravity, Cursor) leverage two core standards to organize context:
| Feature | AGENTS.md | Agent Skills (SKILL.md) |
|---|---|---|
| Purpose | Static repository context (coding standards, project layout). | Procedural knowledge and automation recipes (deployment, tests). |
| Scope | Bound to a single repository. | Reusable/portable across projects. |
| Structure | Single Markdown file in root. | Folder with SKILL.md + scripts. |
| Trigger | Loaded automatically. | Activated dynamically on keywords. |
AGENTS.md (Repository Context)Acts as the onboarding handbook for an AI agent entering a repository:
Button components”).AGENTS.md can layer constraints on specific sub-folders.SKILL.mdAgent Skills represent a portable toolbox extending what an agent can perform:
Artificial Intelligence (AI) | Concepts & Environments