Tacit: An LLM-First Programming Language Built with Claude Code and Opus 4.7

✍️ OpenClawRadar📅 Published: May 18, 2026🔗 Source
Tacit: An LLM-First Programming Language Built with Claude Code and Opus 4.7
Ad

Tacit is a new experimental LLM-first programming language built with Claude Code and Opus 4.7. The core idea: design a language that plays to LLM strengths and removes unnecessary human conveniences, aiming for fewer tokens in generated code.

Key Features

  • LLM Primer: The toolchain includes a "primer" that teaches mid-tier or higher LLMs (Sonnet and above) how to write Tacit code. This is not a compiler but a learning mechanism for the model.
  • Multiple Source Code Views: Supports task-specific views of the abstract syntax tree (AST), allowing different representations of the same program depending on the task.
  • Standard Library, Testing, Packaging: Comes with a standard library, unit testing support, package management, and dependency resolution.
  • Hostable in C/Rust: The language runtime can be embedded as a binary written in another language (C or Rust mentioned).
Ad

Token Efficiency

One of the explicit goals was to reduce token count. According to the creator, Tacit succeeded in some areas and failed in others. No specific benchmarks are provided, but token optimization is a central design consideration.

Try It Yourself

The blog post (linked in the source) includes instructions on how to experiment with Tacit using your own LLM model. The primer and toolchain are publicly available.

This is early-stage, but it's a concrete attempt at rethinking programming languages for current-generation LLMs — not just wrapping existing languages with prompts.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

Chat Saver CG: Browser Extension Built with Claude Exports Conversations Across 12 AI Platforms
Tools

Chat Saver CG: Browser Extension Built with Claude Exports Conversations Across 12 AI Platforms

A developer built Chat Saver CG, a browser extension that exports and transfers conversations between Claude, ChatGPT, Gemini, and 9 other AI platforms, using Claude extensively for development including architecture decisions, debugging DOM parsing issues, and writing adapter logic.

OpenClawRadar
Structured Reasoning Template Improves AI Code Review Accuracy
Tools

Structured Reasoning Template Improves AI Code Review Accuracy

A Reddit user shares a structured reasoning template adapted from Meta research that forces AI models to complete specific analytical steps before generating code reviews, improving accuracy by 5-12 percentage points according to arXiv:2603.01896.

OpenClawRadar
No-Code Persistent Memory System for Claude Using Notion and MCP
Tools

No-Code Persistent Memory System for Claude Using Notion and MCP

A radiologist built a 'Cognitive Hub' in Notion that Claude reads and writes to through MCP, creating a structured knowledge base with a routing table to load only relevant information per conversation. The system has grown to 70+ pages after a month of daily use.

OpenClawRadar
Transloadit MCP Server Connects AI Agents to Media Processing Pipeline
Tools

Transloadit MCP Server Connects AI Agents to Media Processing Pipeline

Transloadit built an MCP server that connects Claude and other AI agents to their media processing pipeline with 86 Robots for video, audio, image, and document processing. Setup in Claude Code requires one line: npx -y @transloadit/mcp-server stdio with TRANSLOADIT_KEY and TRANSLOADIT_SECRET environment variables.

OpenClawRadar