Claude Code

8 stories

Claude Code is an interface/runtime for running code-oriented or agentic AI models and agents. Recent coverage highlights its use inside the AgentsDock IDE alongside Codex and Cursor, and its role in a ModelRift benchmark where agents driven via Claude Opus 5 produced printable STLs for CadQuery vs OpenSCAD agentic CAD tasks.

Related topics

Panel: research workspace with agent-built panes

Panel is a local research workspace combining chat, files, PDFs, Markdown and Jupyter panes where an agent can read/write files and create custom viewers or apps. It requires Python 3.12+ and Claude Code for full features, runs at http://localhost:4173, and stores data in ~/Panel/panel.db and ~/Panel/workspaces. This is an early tester build with rough edges.

Hacker News · · Details

Ordewell: ordered plans of coding-agent tasks

Ordewell turns one goal into an editable, typed plan of tasks where each task has its own runner, model, and mode and only completes when a unique completion marker appears. Plans can be rewritten before tokens are spent, preserve completed work, and support multiple runners (built-in Claude Code, Codex, OpenCode). Requires Node.js ≥20 and the TUI needs tmux.

Hacker News · · Details

AgentsDock: IDE for agentic AI research

AgentsDock is an IDE for agentic AI research that lets users run Claude Code, Codex, Cursor and other agents side‑by‑side on desktop and mobile. It supports connecting multiple servers, inline plots and renderings in chats, remote file editing, and persistent tmux sessions; installation is documented on GitHub.

Hacker News · · Details

Benchmark: CadQuery vs OpenSCAD for agentic CAD work

ModelRift ran a controlled comparison of OpenSCAD versus CadQuery (OpenCascade B-rep) for fully agent-driven CAD tasks. Six agents solved three tasks using Claude Opus 5 through Claude Code; all resulting STLs were printable, but the tools differ in how they fail. Tests used CadQuery 2.8.0 on Python 3.14 and OpenSCAD 2026.06.12 on an M-series Mac; output sizes were ~13.1 KB for CadQuery and ~12.4 KB for OpenSCAD.

Hacker News · · Details
That is everything