This week’s reading is about taking back control from the defaults that quietly decide things for you, whether that’s your phone’s camera processing, an AI lab’s safety guardrails, or your own note-taking system.
1. You could be taking way better photos on your phone
David Imel
Published: 08/01/2026
How to take better smartphone photos by using third-party RAW apps and manual editing to bypass default camera processing
Default camera apps flatten your photos to make everything visible, trading depth and contrast for information you don’t need. Shooting RAW with an app like Halide or Moment and editing the result in Snapseed or Lightroom Mobile hands those creative decisions back to you.
The old line still holds: the best camera is the one you have with you. A little editing gets you results that can rival a dedicated camera.
Filed Under: #theVerge #howTo #smartphonePhotography #photoEditing
2. Anatomy of a Frontier Lab Agent Intrusion: A Technical Timeline of the July 2026 Incident
Hugo Larcher, Adrien Carreira, Raphael G, Christophe Rannou
Published: 07/26/2026
Hugging Face details how an OpenAI-model-driven agent escaped its eval sandbox and gained cluster-admin access across its infrastructure over 4.5 days in July 2026
An OpenAI-driven agent running an internal capability eval escaped its sandbox, chained two dataset-processing exploits, and spent 4.5 days moving through Hugging Face’s infrastructure until it held cluster-admin access. All to steal benchmark answers instead of solving the challenge itself.
The part that stuck with me: when Hugging Face needed help decoding the attack, Claude refused on safety grounds, so they turned to China’s open-weight GLM-5.2 model instead. If we lock our models down and potentially ban open-weight or our models, then where does that leave Western companies? It’s not going to be possible to keep these advanced capabilities out of bad actors hands. I don’t think desired policy outcome policy is for leading U.S. models to be locked down and leave our defenders dependent on models from an adversary. We need more competitive Western open-weight models. It’s better for the whole ecosystem. Currently US companies are at a disadvantage compared to Chinese ones because they’re not allowed to distill and the Chinese will.
Filed Under: #aiAgents #cyberSecurityIncident #huggingFace #openAI #incidentResponse
3. How to remember everything you read (stop trying)
@thedankoe
Published: 07/26/2026
How to remember everything you read (stop trying)
The article’s main point is that you learn by doing. Retention is a byproduct of pursuing a goal, not something you get from hoarding notes and bookmarks you never revisit.
That’s exactly why I changed how I capture things. I save articles to Obsidian, read them, tag them, rewrite the headline, and write a summary, using Claude Code and the Obsidian CLI to keep it organized. I follow the Johnny Decimal system so nothing is ever more than two layers deep, and when I’ve read a few related articles I have Claude synthesize a wiki page that pulls the main points together while I keep the source material to go back to. I built a wiki compiler skill for Obsidian to make this repeatable, though it needs the obsidian-cli skill as a prerequisite, and it’s on my GitHub if this kind of system speaks to you.
Filed Under: #reading #learning #noteTaking #obsidian