Aidan Gomez
VERIFIED TECHNICAL DOSSIERSources checked

Aidan Gomez

AI Founder

2 Verified ArtifactsSource Checked & Attributed

Verified Proof of Work Artifacts

2 items cataloged

Each artifact below represents an authenticated research publication, production code repository, or technical architectural framework directly authored or co-created by Aidan Gomez. Every entry undergoes editorial source verification.

#1
RESEARCH Checked Sep 20, 2026

Attention Is All You Need: The Seminal Transformer Architecture Paper

Co-authored the groundbreaking NeurIPS 2017 research paper introducing the Transformer, an architecture dispensing entirely with recurrence and convolutions in favor of multi-head self-attention mechanisms, founding modern LLM technology.

Model & Execution Context:8-head multi-head self-attention, sinusoidal positional encodings, trained on 8 NVIDIA P100 GPUs.
Scope & Limitations

Original architecture scaled quadratically O(N^2) with sequence length, prompting subsequent research into grouped-query attention, sparse attention, and linear recurrence hybrids.

#2
IMPLEMENTATION Checked Sep 20, 2026

Cohere Command R+ Enterprise Agentic Retrieval & Tool Calling Engine

Directed the development of Command R+, an open-weights 104B parameter model optimized specifically for multi-step agentic workflows, multi-lingual enterprise Retrieval-Augmented Generation (RAG), and cited tool calling across complex relational schemas.

Model & Execution Context:104B parameters, 128k context window, native citation grounding, multi-turn tool use API schema.
Scope & Limitations

Heavy memory footprint requiring 4x NVIDIA A100 (80GB) or quantized 8-bit / 4-bit deployments in production environments.