A developer who has written design documents at Google, Microsoft and his own startups has published a full example design doc for a real web application he is building, explaining that he could not find any public high-quality examples elsewhere. He created the document before writing any code and is following it during implementation, using it to demonstrate the principles behind effective design documentation.
refactoringenglish.com
· 2026-09-14
Apple is publicly releasing iOS 27, the newest iPhone operating system, after months of beta testing since June. The update's headline feature is an overhauled Siri chatbot built around new AI capabilities, and testers have reported gains in overall speed and stability.
fastcompany.com
· 2026-09-14
An industry commentator argues that software engineers face far less accountability than structural engineers, despite code failures already causing mass casualties, citing examples like AI-driven military drones and safety-critical AI systems. The piece contrasts civil engineering's licensing system, born from disasters like the 1928 St Francis Dam collapse, with software's near-total lack of formal oversight. It also outlines why regulating code is structurally harder than regulating physical construction, including the sheer number of self-taught coders and software's borderless nature.
petewarden.com
· 2026-09-14
Gene Moody, Field CTO at Action1, argues that IT teams face an unsustainable mismatch between the growing volume of software patches and the shrinking time available to test them, forcing many organizations to skip review steps and push updates straight to production. He warns that simply automating patch deployment to go faster does not solve the underlying problem, since automation can propagate a bad update across thousands of endpoints just as quickly as a good one.
bleepingcomputer.com
· 2026-09-14
Prior Software Inc. has released Prior, a predictive intelligence tool that lets users ask questions about future events—from sports and financial markets to personal choices—and receive a forecast report. The platform gathers context through follow-up questions, scans current web information, and reviews a user's past predictions before generating a calibrated probability, weighted scenarios, key drivers, and suggested actions. Pricing ranges from a free weekly prediction to tiered subscriptions up to $499 monthly for unlimited forecasts.
prior.chat
· 2026-09-13
An experienced software engineer argues that AI agents perform well in domains their operators understand deeply, but operators are blindly trusting model judgment in countless other areas they cannot personally evaluate. The author points to 'slop'—technically functional but poor-quality code patterns—as evidence that models were rewarded during training by non-experts, embedding flawed defaults into the model's behavior.
hyperbo.la
· 2026-09-13
A software developer's essay argues against the industry habit of labeling programmers who avoid LLMs as 'artisanal,' contrasting them with 'serious' AI-assisted engineers. The author contends that valuing correctness, precision, and deep understanding of code is itself engineering discipline, not a hobbyist affectation, and criticizes the implicit framing that only AI-assisted coding counts as real engineering.
purplesyringa.moe
· 2026-09-13
A programmer describes a personal breakdown driven by anxiety over generative AI's impact on creative and technical work, particularly coding. They argue AI art is easy to dismiss as inferior, but AI-assisted programming poses a harder challenge because large language models have become genuinely competent at generating code, forcing every developer to decide how to respond.
joelotter.com
· 2026-09-12
A software engineer tested OpenAI's GPT-6 Astra model by setting up an autonomous 'software factory' where the model managed its own workflow, context and subagents to build a Python variant with virtual threads and lexical scoping. After roughly 35 hours and about 4 billion tokens consumed, the effort produced nothing usable and taught the author little about how to actually apply the model to real software engineering work.
lucumr.pocoo.org
· 2026-09-11
An essayist contends that software projects, despite being fundamentally simple systems of forms, databases and workflows, tend to make otherwise rational people behave erratically. The piece attributes this to the unique combination of speed, cost, complexity and near-limitless ability to change direction that software allows, unlike physical construction where changes have visible, immediate costs.
graybeard.ing
· 2026-09-10
Apple has released the Release Candidate build of tvOS 27 for both developers and public beta testers, signaling the software is nearly finalized. No new Apple TV hardware was announced despite some predictions, but the update can be installed via Settings > System > Software Update on Apple TV devices.
9to5mac.com
· 2026-09-09
A new project compiles the GNU Radio DSP engine and its Qt GUI sinks to WebAssembly, letting users build and run software-defined radio flowgraphs directly in a browser tab without installing Python or GNU Radio. It supports the same .grc flowgraph files as the desktop app, includes sample flowgraphs and IQ recordings, and can connect to RTL-SDR, PlutoSDR or HackRF hardware through WebUSB.
gnuradioworld.com
· 2026-09-09