Join us

ContentUpdates and recent posts about GPT-5.3-Codex..
 Activity
@oseweka2 started using tool GitHub Actions , 1 week, 4 days ago.
 Activity
@oseweka2 started using tool Docker , 1 week, 4 days ago.
 Activity
@oseweka2 started using tool AWS EKS , 1 week, 4 days ago.
 Activity
@oseweka2 started using tool Argo CD , 1 week, 4 days ago.
 Activity
@oseweka2 started using tool Ansible , 1 week, 4 days ago.
 Activity
@oseweka2 started using tool Amazon Web Services , 1 week, 4 days ago.
 Activity
@oseweka2 started using tool Amazon ECS , 1 week, 4 days ago.
 Activity
@oseweka2 started using tool Amazon CloudWatch , 1 week, 4 days ago.
Story FAUN.dev() Team Trending
@eon01 shared a post, 1 week, 4 days ago
Founder, FAUN.dev

16 Things Anthropic Didn't Want You to Know About Claude Code

Claude Code

Earlier today (March 31, 2026), Anthropic accidentally shipped the full source code of Claude Code inside an npm package. The 512,000 lines of TypeScript have since been picked apart by the developer community, and what's inside is more revealing than anyone expected.

Claude Code Leaked
News FAUN.dev() Team Trending
@kala shared an update, 1 week, 4 days ago
FAUN.dev()

Anthropic Accidentally Leaks Claude Code's Entire Source Code via npm

Claude Code

Anthropic shipped a source map file inside the latest npm release of Claude Code - and with it, the full source code of its flagship AI coding CLI. The leak exposed 512,000 lines of TypeScript across 1,900 files, 43 built-in tools, 44 feature flags, 26 hidden slash commands, and over 120 secret environment variables. It is one of the most detailed accidental exposures of a commercial AI product's internals to date.

Claude Code leaked source
GPT-5.3-Codex is OpenAI’s advanced agentic coding model, designed to go beyond writing code and operate as a general-purpose collaborator on a computer. It builds on GPT-5.2-Codex by combining stronger coding performance with improved reasoning and professional knowledge, while running about 25% faster. The model is optimized for long-running tasks that involve research, tool use, and complex execution, and it performs at the top of industry benchmarks such as SWE-Bench Pro and Terminal-Bench.

Unlike earlier Codex models that focused primarily on code generation and review, GPT-5.3-Codex can reason, plan, and act across the full software lifecycle. It supports activities such as debugging, deploying, monitoring, writing product requirement documents, creating tests, and analyzing metrics. It can also autonomously build and iterate on complex applications and better interpret underspecified prompts, producing more complete and production-ready results by default.

A defining feature of GPT-5.3-Codex is its interactive, agentic workflow. Users can steer the model while it is working, receive progress updates, and adjust direction without losing context, making it feel more like a teammate than a batch automation tool. The model was even used internally to help debug its own training and deployment processes. GPT-5.3-Codex is available through paid ChatGPT plans in the Codex app, CLI, IDE extension, and web, with API access planned for the future.