LIVE
ANTHROPICOpus 4.7 benchmarks published2m ago
CLAUDEOK142ms
OPUS 4.7$15 / $75per Mtok
CHATGPTOK89ms
HACKERNEWSWhy has not AI improved design quality the way it improved dev speed?14m ago
MMLU-PROleader Opus 4.788.4
GEMINIDEGRADED312ms
MISTRALMistral Medium 3 released6m ago
GPT-4o$5 / $15per Mtok
ARXIVCompositional reasoning in LRMs22m ago
BEDROCKOK178ms
GEMINI 2.5$3.50 / $10.50per Mtok
THE VERGEFrontier Model Forum expansion announced38m ago
SWE-BENCHleader Claude Opus 4.772.1%
MISTRALOK104ms
ANTHROPICOpus 4.7 benchmarks published2m ago
CLAUDEOK142ms
OPUS 4.7$15 / $75per Mtok
CHATGPTOK89ms
HACKERNEWSWhy has not AI improved design quality the way it improved dev speed?14m ago
MMLU-PROleader Opus 4.788.4
GEMINIDEGRADED312ms
MISTRALMistral Medium 3 released6m ago
GPT-4o$5 / $15per Mtok
ARXIVCompositional reasoning in LRMs22m ago
BEDROCKOK178ms
GEMINI 2.5$3.50 / $10.50per Mtok
THE VERGEFrontier Model Forum expansion announced38m ago
SWE-BENCHleader Claude Opus 4.772.1%
MISTRALOK104ms

CLAUDE.md Generator

Build a custom CLAUDE.md configuration file for your project in seconds. Select your stack, set your preferences, and copy the result directly into your repo.

Project Configuration

Generated CLAUDE.md

CLAUDE.md
# My Project

## Project Overview
My Project is built with Next.js using TypeScript.

## Stack
- Framework: Next.js
- Language: TypeScript
- Styling: Tailwind CSS
- Hosting: Vercel

## Common Commands
- `npm run dev`: Start the development server
- `npm run build`: Create a production build
- `npm run start`: Run the production server
- `npm run lint`: Run ESLint

## Code Style
- TypeScript strict mode enabled; avoid using `any` types
- Use functional components with hooks (React/Next.js)
- Prefer `const` over `let`; never use `var`
- Use arrow functions for callbacks
- Use Tailwind utility classes for styling
- Write clear, descriptive commit messages
- Keep functions small and focused on a single responsibility

## Notes
This CLAUDE.md was generated with TensorFeed.ai. Update this file as your project evolves: add new commands, refine style rules, and document conventions as they emerge.

Save this file as CLAUDE.md in the root of your project. Claude Code will read it automatically when you start a conversation in that directory.