10 interesting stories served every morning and every evening.
10 interesting stories served every morning and every evening.
We’re checking if you’re a real person and not an automated bad bot. Usually, the captcha below will complete itself. If it doesn’t, simply click the checkbox in the captcha to verify. Once verified, you’ll be taken to the page you wanted to visit.
If for some reason after verifying the captcha above, you are constantly being redirected to this exact same page to re-verify the captcha again, then please click on the button below to get in touch with the support team.
Contact Support
Please mention the “Ray ID: 9f045ebfaefa5ed0” and “Client IP: 167.99.127.20″ to your ticket.
Finally, great battery life in a Framework Laptop
20 hours
Netflix 4K streaming250nit brightness, 30% volume, Windows 11
17 hours
Active web usage
250nit brightness, 30% volume, Windows 11
11 hours
Video conferencing250nit brightness, 30% volume, Windows 11
7 days
Standby without charging
Wi-Fi connected on Ubuntu
Intel® Core™ Ultra Series 3 processors
The Framework Laptop 13 Pro runs on Intel® Core™ Ultra Series 3 processors, unlocking 20 hours of battery ϟ life, up to 64GB of LPCAMM2 LPDDR5X memory, and support for up to 8TB of PCIe Gen 5.0 NVMe storage. It’s designed to stay responsive under sustained, heavy workloads.
Power-efficient memory, made upgradeable
We’re among the first to pair Intel® Core™ Ultra Series 3 with LPCAMM2. A high-density interposer enables LPDDR5X in a modular form, delivering 7467 MT/s and high performance per watt without soldering it down.
A laptop that you own
You can customize it,
Pick your ports with the Framework Expansion Card system and install them directly into your laptop without relying on external adapters. The magnet-attach Bezel lets you customize with bold or translucent color options.
USB-C
USB-A
Audio Jack
DisplayPort
HDMI
MicroSD
SD
Storage - 250GB
Storage - 1TB
Ethernet
repair it,
A truly easy-to-repair laptop that’s built to respect your rights. Just scan the QR codes, follow the guides, and replace any part with a single tool that’s included in the box.
upgrade it.
When you’re ready for more performance, you can upgrade individual components instead of replacing your entire laptop. Install a new Mainboard for generational processor upgrades, add memory to handle heavier workloads, or expand your storage to increase capacity or enable dual booting. The Framework Marketplace makes it easy to find the compatible parts you need.
Runs Linux. Really well.
(you can also use Windows 11 if you want)
We don’t just support Linux; we live in it. Framework Laptop 13 Pro with Intel® Core™ Ultra Series 3 is our first Ubuntu Certified system. We seed development hardware and provide funding to a range of other distros like Fedora, Bazzite, NixOS, CachyOS, and more to ensure reliable support.
A sensory upgrade
13.5″ 2880x1920 Touchscreen Display
A custom 13.5″ 3:2 touchscreen display with sharp 2880×1920 resolution gives you the vertical space you need for coding and productivity. A 30 – 120Hz variable refresh rate keeps motion smooth while optimizing power, and with up to 700nits of brightness and a matte surface, it stays clear across a wide range of lighting conditions.
A haptic touchpad that beats your expectations
The large 123.7mm × 76.7mm Haptic Touchpad, powered by four piezoelectric actuators, delivers consistent, high-quality clicks across the surface. Feedback and gestures are fully tunable, so you can set it up exactly how you want.
The keyboard you love, now even better
With 1.5mm of key travel, the keyboard delivers deeper, more tactile feedback than most modern laptops without increasing noise. A CNC aluminum Input Cover Frame reduces deck flex for a more solid and consistent feel. Available in multiple ANSI and ISO layouts, in black, black with lavender, and black with gray and orange.
Dolby Atmos® audio
The side-firing speakers are tuned with Dolby Atmos® to deliver clear, balanced audio on Windows, ideal for calls or music while you work.
Thin, light, and fully aluminum
At just 15.85mm thick and 1.4kg, gaining durability doesn’t mean losing portability. The Top Cover, Input Cover, and Bottom Cover are now CNC machined from 6063 aluminum, increasing rigidity and durability.
296.63mm
Width
228.98mm
Depth
15.85mm
Height
1.4kg
Weight
Open source ecosystems
We’ve open sourced design files and documentation for many core components and firmware on GitHub, giving you the freedom to modify, extend, or repurpose them.
Respecting your privacy
Privacy switches
Your privacy is protected at a hardware level, with physical switches that electrically cut off the webcam and microphones whenever you need.
No crapware
We hate software bloat as much as you do. Our pre-builts ship with Ubuntu or stock Windows 11 plus the necessary drivers, and our DIY Edition lets you bring whichever operating system you’d like.
The choice is yours
Framework Laptop 13 Pro is available pre-built with Windows or Ubuntu pre-installed, or as a DIY Edition that lets you install the operating system of your choice.
Upgrade, customize, and repair
Pick up new parts and modules for your Framework Laptop 13 Pro.
Keep track of what we’re working on with the Framework Newsletter.
ϟ
Testing conducted by Framework in April 2026 using Framework Laptop 13 Pro tested with Intel® Core™ Ultra X7 358H Processor, Intel® Arc™ B390 graphics, 2.8K touchscreen display, 32GB memory and 1TB storage, with display brightness set to 250nits, display refresh rate set to 60Hz, speaker volume as 30%, Dolby Atmos® disabled, and wireless enabled. Battery life tested by streaming Netflix 4K content in the Netflix app on Windows 11 under Best Power Efficiency mode. Battery life varies by use and configuration.
A collection of principles and patterns that shape software systems, teams, and decisions.
56 laws
•
Click any card to learn more
Vercel Security Checkpoint
|
iad1::1776858290-Ip8KkCWND9o3n62cDsDz4QHjjdkMYCPq
Listen to this article in summarized format
Please enable JS and disable any ad blocker
For workloads that need to run in the US, US-only inference is available at 1.1x pricing for input and output tokens. Learn more.
This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Learn more about Bluesky at bsky.social and atproto.com. It appears that Anthropic has removed Claude Code from its $20-a-month pro subscription based on its pricing page. Anyone able to confirm who has a $20 plan?
Anthropic (Claude)
Anthropic builds the Claude model family and provides access via an API and
Claude CLI. In OpenClaw, Anthropic API keys and Claude CLI reuse are both
supported. Existing legacy Anthropic token profiles are still honored at
runtime if they are already configured.
Option A: Anthropic API key
Best for: standard API access and usage-based billing.
Create your API key in the Anthropic Console.
CLI setup
openclaw onboard
# choose: Anthropic API key
# or non-interactive
openclaw onboard –anthropic-api-key “$ANTHROPIC_API_KEY”
Anthropic config snippet
{
env: { ANTHROPIC_API_KEY: “sk-ant-…” },
agents: { defaults: { model: { primary: “anthropic/claude-opus-4 – 6” } } },
}
Thinking defaults (Claude 4.6)
Anthropic Claude 4.6 models default to adaptive thinking in OpenClaw when no explicit thinking level is set.
You can override per-message (/think:<level>) or in model params:
agents.defaults.models[“anthropic/<model>“].params.thinking.
Related Anthropic docs:
Adaptive thinking
Extended thinking
Adaptive thinking
Extended thinking
Fast mode (Anthropic API)
OpenClaw’s shared /fast toggle also supports direct public Anthropic traffic, including API-key and OAuth-authenticated requests sent to api.anthropic.com.
/fast on maps to service_tier: “auto”
/fast off maps to service_tier: “standard_only”
Config default:
{
agents: {
defaults: {
models: {
“anthropic/claude-sonnet-4 – 6”: {
params: { fastMode: true },
},
},
},
},
}
Important limits:
OpenClaw only injects Anthropic service tiers for direct api.anthropic.com requests. If you route anthropic/* through a proxy or gateway, /fast leaves service_tier untouched.
Explicit Anthropic serviceTier or service_tier model params override the /fast default when both are set.
Anthropic reports the effective tier on the response under usage.service_tier. On accounts without Priority Tier capacity, service_tier: “auto” may still resolve to standard.
Prompt caching (Anthropic API)
OpenClaw supports Anthropic’s prompt caching feature. This is API-only; legacy Anthropic token auth does not honor cache settings.
Configuration
Use the cacheRetention parameter in your model config:
{
agents: {
defaults: {
models: {
“anthropic/claude-opus-4 – 6”: {
params: { cacheRetention: “long” },
},
},
},
},
}
Defaults
When using Anthropic API Key authentication, OpenClaw automatically applies cacheRetention: “short” (5-minute cache) for all Anthropic models. You can override this by explicitly setting cacheRetention in your config.
Per-agent cacheRetention overrides
Use model-level params as your baseline, then override specific agents via agents.list[].params.
{
agents: {
defaults: {
model: { primary: “anthropic/claude-opus-4 – 6” },
models: {
“anthropic/claude-opus-4 – 6”: {
params: { cacheRetention: “long” }, // baseline for most agents
},
},
},
list: [
{ id: “research”, default: true },
{ id: “alerts”, params: { cacheRetention: “none” } }, // override for this agent only
],
},
}
Config merge order for cache-related params:
agents.defaults.models[“provider/model”].params
agents.list[].params (matching id, overrides by key)
This lets one agent keep a long-lived cache while another agent on the same model disables caching to avoid write costs on bursty/low-reuse traffic.
Bedrock Claude notes
Anthropic Claude models on Bedrock (amazon-bedrock/*anthropic.claude*) accept cacheRetention pass-through when configured.
Non-Anthropic Bedrock models are forced to cacheRetention: “none” at runtime.
Anthropic API-key smart defaults also seed cacheRetention: “short” for Claude-on-Bedrock model refs when no explicit value is set.
1M context window (Anthropic beta)
Anthropic’s 1M context window is beta-gated. In OpenClaw, enable it per model
with params.context1m: true for supported Opus/Sonnet models.
{
agents: {
defaults: {
models: {
“anthropic/claude-opus-4 – 6”: {
params: { context1m: true },
},
To add this web app to your iOS home screen tap the share button and select "Add to the Home Screen".
10HN is also available as an iOS App
If you visit 10HN only rarely, check out the the best articles from the past week.
If you like 10HN please leave feedback and share
Visit pancik.com for more.