Proving Model Identity with Tinfoil's Modelwrap Technology

Tinfoil has introduced Modelwrap, a solution designed to cryptographically verify the exact model weights being used by inference providers during API calls. This addresses a recurring issue where users cannot confirm if they are being served the exact weights or a potentially quantized variant.
Key Details
The Modelwrap system employs several core components to achieve its objective:
- Public Commitment to Model Weights: This involves creating a root hash via Merkle trees to provide a single-point verification method for the model's integrity.
- Secure Hardware Enclaves: These are utilized to ensure that the system initially loads verified binaries, with attestation verifying the launch state of the system.
- Runtime Verification: Critically, Modelwrap uses
dm-verity, a Linux kernel-level system that enforces verification of model weights at every read operation. This ensures that any pieces of data fetched after the system boots conform to the committed hash.
The combination of Merkle trees and dm-verity enables each model's weights to be authenticated quickly and accurately. This has significant implications for ensuring providers deliver the specified model each time, minimizing performance variations due to undisclosed model alterations, like quantizations.
This tool is particularly beneficial for environments where maintaining the integrity and consistency of model outputs is crucial, such as in commercial AI deployments or academic research benchmarks.
📖 Read the full source: HN AI Agents
👀 See Also

Coasty AI Agent Solves CAPTCHA Challenges Up to Level 6 Without Training
Coasty's Computer Using Agent (CUA) achieved 82% on the OSWorld benchmark, solving CAPTCHAs up to Level 6, browser popups, and cookie banners without specific training for 'I'm not a robot' challenges.

Claude Code 2.1.84 adds general-purpose agent prompt and PowerShell tool, removes redundant prompts
Claude Code 2.1.84 introduces a new general-purpose subagent prompt for codebase operations and a PowerShell tool description with sleep command avoidance guidelines. The update removes nine redundant prompts and simplifies multiple tool descriptions.

Anthropic ships 1M context window for Claude Opus at no extra cost
Anthropic has made the 1M token context window available to all Claude Code users on Max, Team, and Enterprise plans in version 2.1.75, removing the previous extra usage fee. The default window remains 200k tokens.

Gemini Embedding 2: Google's First Natively Multimodal Embedding Model Released
Google has released Gemini Embedding 2, its first natively multimodal embedding model that maps text, images, video, audio, and documents into a single embedding space. The model supports up to 8192 text tokens, 6 images per request, 120 seconds of video, and PDFs up to 6 pages long, with flexible output dimensions from 3072 down to 768.