SShortSingh.
Back to feed

Essay argues digital consciousness, if real, exists at hardware not software level

0
·1 views

A philosophical essay published on smoothbrains.net in May 2026 explores the nature of consciousness in digital computers. The author argues that if digital machines are capable of consciousness, that experience would arise at the physical hardware level rather than in software or code. The piece challenges common assumptions about where computation and subjective experience might intersect. The article drew early attention on Hacker News, though it had yet to generate significant discussion at the time of posting.

Read the full story at Hacker News

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

AI in DevOps: What Worked, What Failed, and Why Human Oversight Still Matters

A development team spent a year evaluating agentic AI tools across their DevOps workflows, finding sharply mixed results. Tools that reduced cognitive load with low-risk tasks — such as AI-generated deploy changelogs, pull request reviews via CodeRabbit, and alert correlation — delivered measurable value. In contrast, AI-generated Terraform infrastructure code, a pipeline optimizer, and an infra chatbot either negated efficiency gains or introduced serious safety risks due to errors and overreliance. The team found that AI tools requiring full human review of every output offered no net productivity benefit, while one chatbot nearly caused a dangerous production command to be executed. Their guiding principle became clear: AI agents may read and summarize, but humans must retain decision-making authority over all high-precision, high-stakes tasks.

0
ProgrammingDEV Community ·

Developer builds privacy-first screen time blocker with no account, server, or data collection

A software developer frustrated by three hours of daily doomscrolling built SproutGuard, a free iOS app that blocks distracting apps and websites without requiring any user account or cloud connectivity. Existing screen time apps either mimic parental controls or collect usage data via subscriptions, neither of which suited an adult seeking self-imposed limits. SproutGuard leverages Apple's on-device Screen Time API, which uses opaque app tokens that prevent even the developer from identifying which apps a user has blocked. All data including streaks, session history, and settings is stored locally, meaning there are no network calls and nothing to leak or sell. The app includes daily streaks and usage trends to help habits stick, and is available for free on the App Store.

0
ProgrammingDEV Community ·

Developer Scraps AI Plan for Compliance Report, Finds Most of It Already Built

A developer tasked with building a quarterly compliance report using AI first spent a day auditing a 22,000-file Laravel codebase before writing any code. The review revealed an existing scheduled tracker, unused attendee exports, and 17 compliance sheets already in the repository that no one had connected to the project. A column-by-column triage of the 147-field compliance template showed 47 fields mapped directly, 61 were derivable from existing data, and only 39 were genuine gaps. Since the report required identical, auditable outputs across runs, the developer replaced the AI approach with a fixed alias table and a hash-chained log, ensuring every data point traces back to its source record. The project shipped without a machine learning model, with the developer concluding that AI is only appropriate where inputs are unstructured and variable outputs are acceptable.

0
ProgrammingDEV Community ·

Outdated conclusions in your notes can silently mislead you and your AI tools

A knowledge-management reflection published on DEV Community highlights a problem the author calls 'Ghost Memory' — the tendency of note-taking and AI systems to store time-sensitive conclusions alongside permanent facts without any distinction. A three-month-old meeting note claiming users did not need a search feature was later cited as current truth, illustrating how stored judgments can outlive their accuracy. The author argues the issue is not carelessness but a structural flaw in how records are formatted, since both historical observations and enduring facts sit side by side with no expiry signal. Proposed fixes include appending a trigger condition to every conclusion — asking under what circumstances it still holds — or assigning explicit expiration dates to important entries. The concern is especially relevant when feeding background documents to AI tools, which will act on whatever context they are given without independently flagging stale information.

Essay argues digital consciousness, if real, exists at hardware not software level · ShortSingh