AI removed the struggle from coding.

Turns out, that was the learning.

> Make the dinosaur jump when spacebar is pressed
function handleKeyDown(e) { if (e.code === "Space" && !isJumping) { velocity = JUMP_FORCE; isJumping = true; } }
Entendi Game Physics
The jump uses a constant JUMP_FORCE applied once. How would you make the jump height depend on how long the player holds the spacebar?

A plugin for your editor that asks whether you understand what AI writes for you. Not a test. Just enough to keep you honest.

Install

One command. Auto-detects your editor.

$ npx @entendi/cli@latest init
Claude Code
Cursor
VS Code / Copilot
JetBrains / Junie
Windsurf
Zed
Gemini CLI
Codex
And 5 more...

AI literacy compliance, measured

Article 4 of the EU AI Act requires companies to ensure staff AI literacy. Enforcement starts August 2, 2026.

payments-api 12/15 sufficient
Export CSV PDF
Developerstripe-webhooksidempotencysql-injectionjwt-auth
Alice Chen0.910.840.780.88
Bob Kim0.670.720.810.69
Carol Wu0.450.220.310.58

Per concept, per developer, tied to the code your team ships. Not a generic training score.

  • Per-developer, per-concept mastery tracking
  • Audit-ready CSV and PDF reports
  • Automation bias detection (Article 14b)
  • Continuous measurement, not one-time training
Talk to us about compliance
Tomas Korenblit Lara Rodrigues La Moglie Andres Kaminker
Tomás Lara Andrés

We built Entendi because AI is changing how people write code, but not how they learn.

Every day, developers accept hundreds of AI-generated suggestions. Some they understand. Many they don't. The gap between "it works" and "I know why it works" keeps growing, and nobody is measuring it.

Entendi sits inside your coding environment and watches the technical concepts that come up as you work with AI. At natural moments, it asks you a question. Not a quiz. Not a test. Just a check: do you actually get this?

Your answers build a knowledge profile over time. You see where you're strong and where you're trusting the machine. Your team lead sees which parts of the codebase the team actually understands. Your university sees whether students are learning or just generating.

How it works

Entendi is a plugin for Claude Code, Cursor, VS Code, and any MCP-compatible editor. It observes the concepts in your AI conversations, probes your understanding with Socratic questions, and maintains a Bayesian knowledge graph of what you truly comprehend.

For individuals, it's free. For teams and universities, we offer dashboards that surface comprehension gaps, track learning over time, and generate compliance reports for the EU AI Act.

Get in touch

We'd love to hear from you. Email us at tomas@entendi.dev.

Blog

Thinking about understanding, learning, and building with AI.

Mar 30, 2026 The EU AI Act just made understanding your code a legal requirement Article 4 requires AI literacy for anyone deploying AI systems. Most companies using copilots have no way to prove compliance. 35 reads 4 min read Mar 28, 2026 If you read this, go out for a walk today and think about a problem Some thoughts about disconnecting 27 reads 2 min read Mar 13, 2026 There is still no silver bullet 91 reads 5 min read