Urgent.News

What's breaking now, across thousands of outlets.

Tech

This PCB is brought to you by Fable 5

This article covers an experiment in designing a simple printed circuit board (PCB) without any tool use, using only plain English descriptions. The author aimed to create a development board that could drive an E-ink display, but initially used Claude Opus 4.8 to generate the design, which resulted in multiple errors. They then tried Fable 5, which successfully generated the design autonomously after several hours of work.

The design process had some issues, including component selection errors and routing problems, but these were addressed with the help of a colleague and open-source routing tools. After ordering the PCB from JLCPCB, the author was impressed with the straightforward process and the final product's functionality. They enjoyed the simplicity of describing their board design in English and shipping it overseas to receive a fully functional result without any PCB design knowledge.

Despite the convenience, the author acknowledges a loss of personal accomplishment in the process and hopes for future advancements that will make PCB generation even simpler and more accessible.

Written by urgent.news from Lobsters's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at a6mzero.com →

More in Tech

3 MCP servers I actually use daily (and how to set them up)

Not a hype list. These are the three MCP servers I have running right now in Claude Desktop. 1. Filesystem mcp-hub install @modelcontextprotocol/server-filesystem I use this to let Claude read project…

  • Filesystem server allows Claude to access project files directly, eliminating copy-paste.
  • GitHub server enables Claude to examine issues, PRs, and browse repositories for code reviews.
  • PostgreSQL server lets Claude interact with a database to run queries and retrieve insights.

My verifier accepted "13 of 13" by finding the number 13 once

Claims in my project are written as a pair: some count out of some total, each side backed by a cell in a generated table. A checker resolves the claim by finding the evidence for both numbers.

  • Checker resolved 13/13 by finding a single cell with number 13
  • Split pairs now require resolution over two distinct cells
  • Carried tables must either count or be declared out of scope explicitly

More from Sunday 13 September →