Showing posts with label Anthropic Claude. Show all posts
Showing posts with label Anthropic Claude. Show all posts

4.7.26

How to Cut Your Fable Bill by 50–90% (Lessons From Someone Who Burned $1,486 in 4 Hours)

 Fable is back, it's brilliant, and it will happily drain your wallet. One creator spent over $1,400 in the first four hours after release — deliberately — to stress-test which token-reduction strategies actually work. I went through the whole breakdown, and the good news is most of the savings come from a handful of simple habits. Here's what stuck with me.

The core insight running through all of it: token management is context management. Almost every dollar wasted goes to Claude reading things it didn't need to read.

1. Minify tool output (RTK)

Claude Code runs tool calls constantly — hundreds or thousands per session — and the raw output is full of repeated noise: stdout, stdout, stdout, fixture setup lines, boilerplate. A tool called RTK (Rust Token Killer) strips and reformats tool inputs/outputs down to what the model actually needs. In the demo, one tool call went from 612 lines (36,700 characters) to 4 lines (177 characters) — a 99% reduction on that call. Not every call is that bloated, but across a real session you can expect 30–50% savings with zero quality loss.

2. Semantically compress your CLAUDE.md

Most system prompts and memory files are padded with pleasantries that carry zero information. "Hello, thank you so much for helping out with this project, we really appreciate..." compresses to "Project instructions and guidelines." Same meaning, fraction of the tokens. The demo took a CLAUDE.md from 865 words to 211 — roughly 1,125 tokens down to 274. Run this pass on every project's system prompt and memory files. Bonus: tighter instructions often produce better output, not just cheaper output.

3. Never let Claude read logs raw

If Claude needs to dig through a 5,000-line log file, don't let it read the file. Load the log into SQLite and give Claude a small query script instead. It finds the root cause — with exact line numbers — by running a query rather than eating thousands of lines of text. The same principle applies to CSVs and Google Sheets: query, don't read.

4. Block huge reads generally

Some files are just too big to read start to finish, and most never needed to be. A good pattern: have Claude sample the beginning and end of a large file, infer the structure, then use sed, grep, or a search function to jump straight to the relevant region. Instead of 20,000 lines, it reads 20 or 30. On large-resource tool calls, that's ~99% saved.

5. Prompt in English

English is unusually information-dense per token. The same query cost 51 tokens in English, 87 in Italian, 118 in German, 74 in Japanese. (Mandarin is a notable exception — symbolic characters are token-efficient.) Most models are also trained predominantly on English, so you're not trading quality away. If you work in another language, this alone can be a 20–80% swing.

6. Add context frugality rules

Bake frugality directly into your CLAUDE.md: read only files directly relevant to the task, ask before expanding beyond three files, prefer glob/grep to locate then read the region, never read generated files or fixtures unless asked. One caveat — this is the only tactic on the list that can hurt quality, because you're constraining where the model looks. The trade: be more specific in your prompts, pay less.

7. Audit your context regularly

Run /context periodically. Things creep in silently — the creator discovered he was running a dozen Chrome MCP instances simultaneously, each loaded with full context, bloating every request and confusing the model. System prompt, tools, memory files, and skills can quietly eat 8%+ of your window before you've typed a word. A neat trick: set up a looping watcher instance that snapshots your context daily and flags anything new.

8. Cap your thinking

Adaptive thinking tends to overspend. In a head-to-head bug-hunt test, low thinking found the bug in 7 turns and 1,028 output tokens; extra-high found the same bug in 9 turns and 1,363 tokens — typically closer to 1.5x over repeated runs. With a model as capable as Fable, default to low thinking and opt into big budgets only when a task demonstrably needs them. That's a 30–40% saving on its own.

21.2.26

AI Is Finally Fighting Back — And Anthropic Just Made It Official

 I've been watching the cybersecurity space for a while now, and I have to be honest — it's one of those areas that used to feel completely out of reach for someone like me. No coding background, no deep technical knowledge of exploits or patches. Just a person who's curious about what AI can actually do in the real world.

But here's the thing I kept noticing over the years: the good guys were always playing catch-up.

Think back to how security worked — and honestly, how it still works for most teams. You'd have a tool scan your code, it would match against a list of known bad patterns, and spit out a report. The problem? The sneaky stuff, the subtle logic flaws, the vulnerabilities that had been hiding in open-source code for decades — those never showed up. Because rule-based tools can't reason. They can only recognize what they've already been told to look for.

Meanwhile, attackers got smarter. And faster.

That gap — between what automated tools could catch and what skilled human researchers could catch — was always the weak point. And there just aren't enough human security researchers to close it. That's not a criticism, that's just math. The attack surface keeps growing. The backlogs keep piling up.

This is why what Anthropic announced on February 20, 2026 actually stopped me mid-scroll.

Claude Code Security is now in limited research preview, and what it does is genuinely different from what I'd seen before. Instead of scanning for known patterns, Claude reads your code the way a human security researcher would — tracing how data moves, understanding how different parts of an application talk to each other, and catching the complex, context-dependent vulnerabilities that traditional tools walk right past.

What really got me is the verification layer. Claude doesn't just flag something and move on. It goes back and tries to disprove its own findings, filtering out false positives before anything reaches a developer. Every validated finding comes with a severity rating and a confidence score, so teams know what to prioritize. And nothing gets applied automatically — a human always has to approve the fix. I love that. It's AI as a sharp, tireless assistant, not a rogue decision-maker.

But here's the connection I keep thinking about: Anthropic's Frontier Red Team has been quietly building toward this for over a year. They entered Claude in cybersecurity competitions. They partnered with the Pacific Northwest National Laboratory to test AI on critical infrastructure defense. They used Claude to review their own internal code. This wasn't a product announcement that came from nowhere — it's the result of real, careful work testing what Claude could actually do before putting it in the hands of others.

And the results of that work? Using Claude Opus 4.6, their team found over 500 vulnerabilities in production open-source codebases. Bugs that had survived years of expert human review, undetected.

That's the part that really lands for me. These weren't theoretical vulnerabilities. They were sitting in real code, in real projects that real people depend on — sometimes for decades.

The reason I find this so meaningful isn't just the technology. It's the timing and the intent. Anthropic is releasing this in a limited preview specifically because the same capabilities that help defenders could help attackers. They're being deliberate about who gets access first — Enterprise and Team customers, plus open-source maintainers who can apply for free expedited access. They're working with the community to get this right before it scales.

That's a different posture than "ship it and see what happens."

We're at a point where AI is going to scan a significant share of the world's code — that's not speculation anymore, it's the direction things are clearly heading. The question has always been who benefits from that first. Attackers who use AI to find weaknesses faster? Or defenders who use it to find and patch those same weaknesses before they're exploited?

Claude Code Security is Anthropic's answer to that question. 

12.9.25

Claude’s new file creation tools vs. ChatGPT and Gemini: who’s ahead on real productivity


What Claude offers now

From Anthropic’s announcements:

  • Creates and edits real files directly in chats or the desktop app: Excel (.xlsx), Word (.docx), PowerPoint (.pptx), PDFs. 

  • Users can upload data or supply shared input, then ask Claude to build files from scratch (e.g. spreadsheets with formulas, documents or slide decks). 

  • The outputs are downloadable, usable “ready-to-use” artifacts. Claude can also convert document formats (e.g. PDF→slides) and do statistical/analysis tasks within spreadsheets.

  • File size limits: up to 30 MB uploads/downloads. 

  • The feature is currently a preview for certain paid plans (Max, Team, Enterprise), with Pro plans getting access “soon.” 


What ChatGPT currently supports (vs. Claude)

Based on public info:

  • File uploads & summarization / extraction: ChatGPT can accept PDFs, presentations, plaintext documents, etc., and then respond to queries about their contents. 

  • Data analysis / code execution environment (“Code Interpreter” / “Advanced Data Analysis”): for spreadsheets or CSVs, you can upload, have it run code, do charts/visualizations, clean data, etc. 

  • File editing or direct file creation: ChatGPT so far does not create or modify Excel/Word/PPTX/PDF files as downloadable artifacts via a “create new file + edit” flow in chat (at least very broadly marketed). There are plugins and workflows, but not a core feature announced the way Claude’s was.

  • Canvas interface: ChatGPT introduced “Canvas,” allowing inline editing of texts or code alongside chat—helpful for refining, rewriting, collaborating. But this is about editing text/code drafts in the interface, not necessarily generating formal document files with formatting and exporting to PPTX, XLSX, etc. 


What we know less about Gemini (Google)

  • Public info is less detailed for Gemini’s ability to generate downloadable files like PowerPoints, spreadsheets with formulas, etc. Gemini can export Deep Research reports as Google Docs, which implies some document generation + formatting functionality. But whether it handles real .xlsx spreadsheets or retains formula logic is less clear. (This comes from secondary sources referencing export of reports as Google Docs.) 

  • Gemini does well with research-style reports, text generation, multimedia input/output; but direct file editing workflows (upload file, edit content, download in formatted artifact) are not obviously at parity with Claude’s newly announced capability as of now (publicly).


Side-by-side strengths & gaps

FeatureClaude’s new file creation/editChatGPT’s current capacitiesGoogle Gemini (publicly known)
Create + download Word / PPTX / Excel / PDF from scratch via chat✅ Yes (Claude)❓ Mostly no / limited; chat drafts or upload → extract, but not full artifact creation with formatting & formulas✅ Some doc export (e.g. Google Doc), but file formats & formula support unclear
Edit existing files (spreadsheets, slide decks, PDFs) by specifying edits✅ Yes (Claude can modify uploaded file)Partial: you can ask ChatGPT to suggest edits, maybe produce updated content; but usually via text, not editing the actual file artifact internallyLess clear publicly
Formulas / spreadsheet logic, charts, data analysis within file✅ Claude supports formulas, chart generation in Excel sheets etc. ✅ ChatGPT’s Advanced Data Analysis / Code Interpreter can run code, generate charts etc., but output often image or code rather than in Excel with working formulasUnknown detail for Gemini
Format preservation / bulk edits (e.g. replace terms, style, layout)Claude claims it preserves formatting and supports direct editing without opening the file manually. ChatGPT can manipulate content, but not always preserve all formatting when exporting to external files; often conversion‐based or re‐rendered textGemini likely similar to document export, with less file format variety known
File size & limitsClaude: upload/download up to ~30 MB.ChatGPT file uploads also have size limits (for large files or large images), but the limit & support for editing artifacts with formulas or presentation layouts is more constrainedNot fully disclosed / varies across features / tools
Availability / plan restrictionsPreview for paid tiers in Claude; not yet general free access. Many advanced features gated to Plus / Pro / Teams; “Canvas” is in beta etc. Gemini similarly has tiered and regionized feature access; some users may have access, but not universally confirmed for all features

Implications & what this means

  • Claude’s added file creation/edit increases its utility for document + presentation work flows, especially for business / enterprise use, where formatted deliverables (slides, reports, spreadsheets) are key.

  • If ChatGPT (or Gemini) wants to match this, they'd need to support not just text/coding, but full artifact generation + editing with retention of formula logic/formatting + download/export in common office file formats.

  • Users whose workflows involve formatting, layout, bulk edits, or converting between formats will benefit more from Claude’s new feature—less manual reformatting and fewer copy-paste hacks.

  • For many use cases, existing tools (ChatGPT + Code Interpreter) suffice, especially when output is data or charts. But for file artifacts that are meant to be “finished” or shared, Claude’s offering tightens the gap.

Claude’s Leap: From Chat to File Factory

 Anthropic just upgraded Claude to be more than a conversational assistant. A fresh feature preview lets users create and edit real files—Excel sheets, Word docs, PowerPoint decks, and PDFs—directly through Claude.ai and the desktop app. Rather than simply getting text output, you can describe what you need, upload data, and receive usable files already formatted and ready to share or export. 


What’s New

  • File types supported: .xlsx, .docx, .pptx, .pdf—spreadsheet, word-processed, slide, and presentation formats. 

  • Complex workflows enabled: You can ask Claude to build financial models with formulas and multiple sheets, convert PDFs into slides, clean raw data, run statistical analyses, produce charts, or stitch together reports—all via natural instructions. 

  • Sandboxed computing: Claude now operates in a restricted internal computing environment. It can run code (e.g. Python), load libraries, and generate artifacts without exposing your local machine. 


Availability & Plans

  • Already available now for those on Max, Team, and Enterprise plans. 

  • Pro users will get access soon

  • It’s currently a feature preview—opt-in required per user via the Claude settings (“Upgraded file creation and analysis”) and may still be tweaked. 


Use Cases: What You Can Do

  • Transform raw data into polished reports (CSV → charts → formatted Word or PDF). 

  • Build project trackers, scenario models, dashboards in Excel with working formulas. 

  • Convert existing documents from one format to another: e.g., meeting notes → slide decks; PDF reports → editable docs. 


Risks & Safeguards

  • Security: Because Claude gets limited internet access in order to import packages or execute code, there is risk of malicious content or prompt injection. Users are encouraged to monitor outputs and disable the feature if suspicious behavior arises.

  • Sandbox isolation: Enterprise settings allow admins to enable or disable file creation organization-wide. Team users must opt in; individuals can toggle the feature. 


Why It Matters

This move shifts Claude (and similar models) further into hands-on productivity automation. Rather than merely advising, Claude can now execute parts of what used to require manual effort: formatting, data manipulation, cross-format conversion. That reduces friction for users who want to go from idea → usable artifact in fewer steps. It’s also a more natural way to blend AI into workflows: you stay in chat, give instructions, and get back files—not just text dumps you have to reformat. It’s a signal of what’s next: smarter agents embedded in the tools people use daily.

Blog Link

1.6.25

Token Monster: Revolutionizing AI Interactions with Multi-Model Intelligence

 In the evolving landscape of artificial intelligence, selecting the most suitable large language model (LLM) for a specific task can be daunting. Addressing this challenge, Token Monster emerges as a groundbreaking AI chatbot platform that automates the selection and integration of multiple LLMs to provide users with optimized responses tailored to their unique prompts.

Seamless Multi-Model Integration

Developed by Matt Shumer, co-founder and CEO of OthersideAI and the creator of Hyperwrite AI, Token Monster is designed to streamline user interactions with AI. Upon receiving a user's input, the platform employs meticulously crafted pre-prompts to analyze the request and determine the most effective combination of available LLMs and tools to address it. This dynamic routing ensures that each query is handled by the models best suited for the task, enhancing the quality and relevance of the output.

Diverse LLM Ecosystem

Token Monster currently integrates seven prominent LLMs, including:

  • Anthropic Claude 3.5 Sonnet

  • Anthropic Claude 3.5 Opus

  • OpenAI GPT-4.1

  • OpenAI GPT-4o

  • Perplexity AI PPLX (specialized in research)

  • OpenAI o3 (focused on reasoning tasks)

  • Google Gemini 2.5 Pro

By leveraging the strengths of each model, Token Monster can, for instance, utilize Claude for creative endeavors, o3 for complex reasoning, and PPLX for in-depth research, all within a single cohesive response.

Enhanced User Features

Beyond its core functionality, Token Monster offers a suite of features aimed at enriching the user experience:

  • File Upload Capability: Users can upload various file types, including Excel spreadsheets, PowerPoint presentations, and Word documents, allowing the AI to process and respond to content-specific queries.

  • Webpage Extraction: The platform can extract and analyze content from webpages, facilitating tasks that require information synthesis from online sources.

  • Persistent Conversations: Token Monster supports ongoing sessions, enabling users to maintain context across multiple interactions.

  • FAST Mode: For users seeking quick responses, the FAST mode automatically routes prompts to the most appropriate model without additional input.

Innovative Infrastructure

Central to Token Monster's operation is its integration with OpenRouter, a third-party service that serves as a gateway to multiple LLMs. This architecture allows the platform to access a diverse range of models without the need for individual integrations, ensuring scalability and flexibility.

Flexible Pricing Model

Token Monster adopts a usage-based pricing structure, charging users only for the tokens consumed via OpenRouter. This approach offers flexibility, catering to both casual users and those requiring extensive AI interactions.

Forward-Looking Developments

Looking ahead, the Token Monster team is exploring integrations with Model Context Protocol (MCP) servers. Such integrations would enable the platform to access and utilize a user's internal data and services, expanding its capabilities to tasks like managing customer support tickets or interfacing with business systems.

A Novel Leadership Experiment

In an unconventional move, Shumer has appointed Anthropic’s Claude model as the acting CEO of Token Monster, committing to follow the AI's decisions. This experiment aims to explore the potential of AI in executive decision-making roles.

Conclusion

Token Monster represents a significant advancement in AI chatbot technology, offering users an intelligent, automated solution for interacting with multiple LLMs. By simplifying the process of model selection and integration, it empowers users to harness the full potential of AI for a wide array of tasks, from creative writing to complex data analysis.

 Fable is back, it's brilliant, and it will happily drain your wallet. One creator spent over $1,400 in the first four hours after rele...