panphora

@panphora.bsky.social

working on malleable files, the perfect software primitive: https://hyperclay.com

For pro coders: raise effort, compact earlier, and run in simple mode. { "showThinkingSummaries": true, "alwaysThinkingEnabled": true } export CLAUDE_CODE_EFFORT_LEVEL="max" export CLAUDE_CODE_AUTO_COMPACT_WINDOW=300000 export CLAUDE_CODE_SIMPLE=1 # Strips CLAUDE(.)md, hooks, skills, etc.

> Thinking depth had already dropped ~67% by late February

We landed two changes in Feb that would have impacted this. We evaluated both carefully:

1/ Opus 4.6 launch → adaptive thinking default (Feb 9)

Opus 4.6 supports adaptive thinking, which is different from thinking budgets that we used to support. In this mode, the model decides how long to think for, which tends to work better than fixed thinking budgets across the board. `CLAUDE_CODE_DISABLE_ADAPTIVE_THINKING` to opt out.

2/ Medium effort (85) default on Opus 4.6 (Mar 3)

We found that effort=85 was a sweet spot on the intelligence-latency/cost curve for most users, improving token efficiency while reducing latency. On of our product principles is to avoid changing settings on users' behalf, and ideally we would have set effort=85 from the start. We felt this was an important setting to change, so our approach was to:

1. Roll it out with a dialog so users are aware of the change and have a chance to opt out

2. Show the effort the first few times you opened Claude Code, so it wasn't surprising.

Hyperclay just got better. Went from allowing a very limited number of malleable HTML files per user (10-20) to allowing unlimited files, all by switching to username-namespaced file paths. Everything's more intuitive and Hyperclay Local syncing feels so much better! Solves ∞ UX problems

  location ~* \.(html|htmlclay)$ {
    root /var/www/hyperclay;
    default_type text/html;
    add_header Cache-Control "no-cache";
    add_header X-Served-By "nginx-static" always;
    add_header Access-Control-Allow-Origin * always;
    try_files ${try_static_path}$uri @app;
  }

Someone should freeze a copy of the internet right now and pass it down to future generations as one of the few digital ecosystems not completely overrun by AI

Shipped a big Hyperclay Local update! 🌹 It's like Dropbox for local malleable HTML files. • It's just a tray popover now • Quick sync status • Recent uploads/downloads • Tightened up the sync engine Desktop app feels way more focused now.

Hyperclay Local app screenshot

Chrome DevTools has a built-in filesystem proxy: you can locally override any HTML/JS/CSS on any site. Incredibly powerful. 🦸 But I just got burned. 🙈 Once enabled, it silently shadows any local file you open in Chrome without asking.

A stick figure requests to open a local HTML file, while a robot humorously suggests it will cache the file permanently.

"Every generation mistakes its current map for the territory." — ChatGPT I love having deep philosophical conversations with an LLM at 6 AM in the morning. Truly fun.

Remote state should feel like local state. Mjölnir.js: what if db.users.find(str) was just frontend JS, whether you’re hacking locally or running search across a distributed fleet? Time for browsers to let web citizens make the web.

Bild

Just did my product video with remotion! 🎥 My process: have Claude generate each scene as a single HTML file or static image, iterate with Claude until it's A+, then ask to convert it to React/Remotion.

The best AI tools get out of the way. That's why my local essay revision tool only shows exactly what you need: 1) The feedback 2) The context 3) What the AI understands 4) The proposed fix Glance, approve, continue. #buildinpublic www.youtube.com/watch?v=V6M...

The UI Claude Should Have for Editing Your Writing

I got tired of copying feedback into chat and losing track of what was done. Revise structures the whole process: see the passage, see the feedback, and see ...

youtube.com

anyone else looking at all these banger vibe coded projects on twitter and getting discouraged about their business? like: why am i building this big platform when someone could produce the same thing, custom to their use case, in a vibe session?

Claude Opus 4.5 is now the default in Claude Code. Here’s my take on the best coding model right now, and what I think is actually happening behind the scenes at Anthropic. 1/10 🧵 👇

Bild

I feel so lucky to be living in the age of AI. I just produced a script in 10 min that helps me automatically release NPM packages, using a local Claude Code to write the changelog entries. Mind blown 🤯

Bild