SShortSingh.
Back to feed

MarbleOS proposes a card-based workspace GUI to move AI agents beyond chat

0
·1 views

Developers Akilan and Miguel have launched a beta for MarbleOS, called Marble, which reimagines how users interact with AI agents by replacing the standard chat interface with a visual, card-based workspace. Drawing inspiration from landmark GUI milestones like Xerox PARC, the 1984 Macintosh, and NeXTSTEP, the creators argue that current AI tools like ChatGPT and Claude still resemble early command-line interfaces in their reliance on user recall. In Marble, each delegated task becomes a visible card, allowing multiple jobs to run simultaneously alongside their associated files, tools, and output artifacts. The interface also previews which tools an AI agent plans to use before a task begins, aiming to reduce the mental load on the user. The beta is targeted at people already using AI chat tools who have not yet adopted agent-based workflows, with the goal of making AI capabilities more discoverable and directly actionable.

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 ·

New npm Packages Fix LLM Math Notation Mismatch in Markdown Rendering

Large language models like OpenAI's commonly output math using TeX-style delimiters such as \(...\) and \[...\], while most Markdown math plugins only recognize dollar-sign syntax like $...$ and $$...$$. A developer attempted to resolve this mismatch using regex-based preprocessing but found it unreliable, particularly with nested code blocks, escaped characters, and unclosed delimiters in streamed model output. Instead of patching the input, the developer extended the micromark tokenizer to natively recognize both delimiter styles. This approach produced two open-source packages — micromark-extension-math-extended and remark-math-extended — which support all four math delimiter formats simultaneously. The remark-math-extended package is designed as a drop-in replacement for the existing remark-math plugin in unified/remark pipelines.

0
ProgrammingDEV Community ·

AWS Retires Bedrock Agents Classic, Developers Urged to Migrate to AgentCore

Amazon Web Services has moved Bedrock Agents into maintenance mode, now rebranding it as Bedrock Agents Classic, with the service closed to new customers from July 30, 2026. Existing agents will continue to function with no announced end-of-life date, but the platform is frozen, meaning no new features or updated AI models will be added. AWS is directing developers toward its newer Amazon Bedrock AgentCore platform, which takes a different approach by letting developers write agent logic in frameworks of their choice while AWS manages the surrounding production infrastructure. A developer who built an AI-powered AWS billing monitor on the Classic platform documented the full migration process after being alerted to the change by an AWS community manager. The shift means any tutorials or projects built on the original Bedrock Agents console are effectively outdated for users with new AWS accounts.

0
ProgrammingDEV Community ·

IoT Engineer Shares Hard-Won Lessons From a Year of AI-Assisted Coding

A developer working on IoT systems — where software errors can require physical site visits — reflects on a year of using AI coding tools as of July 2026. Unlike typical web-app developers, they found AI most useful for completing half-formed ideas rather than teaching entirely new concepts, and learned that precise technical vocabulary is essential to getting useful answers. A key insight came when adding two domain-specific terms, FXO and FXS, instantly transformed the quality of AI responses to a hardware problem. The engineer also warns that AI agents given unrestricted shell access can cause irreversible damage, a lesson learned firsthand when a Raspberry Pi was rendered unusable. Their practical takeaway is to limit AI agent actions by 'blast radius' rather than by category, and to invest in understanding the underlying domain before relying on AI-generated solutions.

0
ProgrammingDEV Community ·

Browser-Based HTML Minifier Processes Code Locally With No Signup Required

DevTools has released an HTML Minifier, a free client-side utility that compresses HTML files by removing whitespace, line breaks, indentation, and non-functional comments. The tool runs entirely within the user's browser, meaning no code is transmitted to external servers, making it suitable for proprietary or sensitive markup. It preserves semantic content inside script, style, pre, and textarea tags, and typically reduces file sizes by 10 to 30 percent. Users paste raw HTML into an input panel and receive minified output in real time, with no configuration options or account registration needed. The tool is part of DevTools' suite of over 200 free developer utilities and is aimed at developers working on legacy projects, prototypes, or any workflow without a formal build pipeline.

MarbleOS proposes a card-based workspace GUI to move AI agents beyond chat · ShortSingh