Daily Digest - 2026-06-09
Total articles in digest: 6
Must Read
Two Brains
- Source: I, Cringely
- Words: 1004
- Category: Tech
- Published: 2026-06-09T14:38:22+00:00
- Score: 3.7
For two months this column has been describing an architecture.
- Why it's relevant: matches terms: web; fits Tech category
- Summary:
- Brains has developed a two-brain AI architecture that separates knowledge storage from language generation, preventing hallucinations by ensuring the language model has no facts of its own to invent.
- Their system fabricates information only 3% of the time when asked questions outside its verified knowledge domain, significantly outperforming GPT-4o (77% fabrication) and Salesforce's system (32% fabrication).
- The architecture uses a small, fact-free language model for generating responses and a separate knowledge system for verified facts, making it dramatically more energy-efficient (20 watts on a laptop) than large language models.
- This approach creates inherently honest AI by design rather than through constraints, as the machinery for fabricating information is physically removed from the language generation component.
Enshittifier: replace AI with 💩
- Source: Sidebar
- Words: 272
- Category: Design
- Published: 2026-06-09T07:03:50+00:00
- Score: 3.9
The web is drowning in AI.
- Why it's relevant: matches terms: web; fits Design category
- Summary:
- AI is a tool, not salvation or apocalypse—focus on craft rather than hype.
- Many AI implementations fail due to misaligned incentives and lack of care, not malice.
- Created tools (Chrome extension and Mac app) that replace "AI" with 💩 to highlight AI overuse.
- Be selective about implementing AI—don't force it where it's not needed or helpful.
How to center an element horizontally and vertically
- Source: Sidebar
- Words: 1921
- Category: Design
- Published: 2026-06-09T07:04:51+00:00
- Score: 2.9
100 different ways to center a single element horizontally and vertically inside a container.
- Why it's relevant: fits Design category
- Summary:
- Here's a concise summary of the article:.
- Modern CSS offers simple centering solutions:** The most practical methods use
display: gridwithplace-content: centerordisplay: flexwithalign-items: centerandjustify-content: center. - Avoid hacky workarounds:** Many of the 100+ methods listed are complex, outdated, or not recommended (marked as "red codes"). Stick to modern, semantic approaches.
- Absolute positioning with
translateis versatile:** For specific cases,position: absolutewithinset: 0andtranslate: -50% -50%provides reliable centering.
Also Interesting
Building a general-purpose accessibility agent
- Source: Sidebar
- Words: 2316
- Category: Design
- Published: 2026-06-09T07:04:26+00:00
- Score: 2.9
The experimental general-purpose accessibility agent that GitHub is piloting.
- Why it's relevant: fits Design category
- Summary:
- GitHub's accessibility agent has reviewed 3,535 pull requests with 68% resolution rate, focusing on top issues like structure clarity, control naming, and text alternatives.
- Implement a sub-agent architecture with separate reviewer and implementer roles, executing instructions in linear order with template schemas for consistency.
- Invest in manually cataloging accessibility issues to build a knowledge base for AI agents, while implementing code complexity evaluation to identify cases requiring human expertise.
- Recognize that AI agents can only address ~64% of WCAG criteria automatically, necessitating continued manual testing for comprehensive accessibility coverage.
Tiny Awards
- Source: Brad Frost
- Words: 78
- Category: Design
- Published: 2026-06-08T18:27:53+00:00
- Score: 2.9
This is the home of the Tiny Awards, which, since 2023, has celebrated the best of the small, poetic, creative, handmade web.
- Why it's relevant: matches terms: web; fits Design category
- Summary:
- The Tiny Awards is an annual competition (since 2023) celebrating small, poetic, creative, and handmade websites.
- It specifically highlights personal, non-commercial web projects often overlooked by traditional awards.
- Each year, nominations are accepted for creative, non-commercial websites created within the past 12 months.
You never stop cultivating taste
- Source: Figma Blog | Shortcut
- Words: 1055
- Category: Design
- Published: 2026-06-08T16:26:36.446000+00:00
- Score: 2.4
Having the right tools can only take you so far.
- Why it's relevant: fits Design category
- Summary:
- Develop taste through continuous practice, mentorship, and feedback to cultivate a unique point of view that guides intentional decisions in your craft.
- Focus on three essential elements of taste: love for your craft, care for your audience, and attention to details others might overlook.
- When evaluating talent, look for discernment (ability to articulate what's not working), empathy (considering end users), and creative energy (compulsive making).
- Use tools to bridge the gap between imagination and execution, but remember that taste—not technology—ultimately determines the quality and intentionality of your work.
Connections
- Design leads today's digest with 5 posts.
- Recurring themes: web.
- Sidebar appears 3 times, signaling strong recent output.
Stats
- Posts in digest: 6
- Posts fetched: 71
- Feeds considered: 892
- Feeds with new content: 17
- Feed fetch failures: 83
- Candidates selected: 8