Hacker News

Subscribe to Hacker News feed
Hacker News RSS
Updated: 45 min 47 sec ago

Show HN: Agentic Shift: Peter Steinberger Joins OpenAI

Mon, 02/16/2026 - 6:42am

The Agentic Shift: Peter Steinberger Joins OpenAI to Scale OpenClaw By Sai Srikanth Madugula, PhD Research Scholar & Product Manager | February 16, 2026

In a move that signals the definitive start of the "Agentic Era," Peter Steinberger, the architect behind the viral open-source framework OpenClaw, has officially joined OpenAI. This transition isn't just a high-profile hire; it represents a fundamental change in how the industry views the intersection of proprietary intelligence and open-source orchestration.

As I continue my PhD research into AI-Blockchain models, I view this as a seminal moment. We are moving away from simple chatbots toward autonomous "workers" that can interact, reason, and execute. Steinberger’s integration into OpenAI provides the missing bridge between world-class models and real-world execution frameworks.

In the Words of Sam Altman Sam Altman, CEO of OpenAI, took to X (formerly Twitter) to welcome Steinberger and clarify the future of the framework. His statement highlights a newfound commitment to the open-source community as part of OpenAI's core product strategy:

"Peter Steinberger is joining OpenAI to drive the next generation of personal agents. He is a genius with a lot of amazing ideas about the future of very smart agents interacting with each other to do very useful things for people... OpenClaw will live in a foundation as an open source project that OpenAI will continue to support." Altman’s vision of a "multi-agent" future confirms what many of us in product management have suspected: the next billion-dollar startups won't be built on a single LLM, but on the orchestration of many specialized agents working in concert.

Why This Matters: The OpenClaw Foundation The decision to house OpenClaw in an independent open-source foundation while receiving OpenAI’s backing is a strategic masterstroke. It ensures that the framework remains a neutral ground for developers while benefiting from the massive compute and research resources of OpenAI. This helps solve several critical bottlenecks:

Interoperability: By standardizing how agents talk to each other, OpenClaw can become the "HTTP of AI," allowing different models to collaborate seamlessly. Reduced Friction: Developers can leverage pre-built "agent personas" (like the AI Engineer or AI Researcher) without reinventing the orchestration logic every time. Trust and Transparency: Keeping the foundation open-source helps demystify the "black box" of agentic decision-making, an area I am particularly focused on in my doctoral studies. A Catalyst for Solo Founders and Nano-Startups For the solo founder, this news is transformative. When the creator of the most robust orchestration tool joins forces with the creator of the world's most capable models, the barriers to entry collapse. We are entering a phase where a single human can manage a "digital corporation."

The implications for latency and data privacy are also significant. As OpenAI supports the foundation, we can expect more optimizations for on-device and edge-native agents—a direction I recently analyzed through the lens of Karpathy’s MicroGPT. Small, fast, and local agents are the future, and OpenClaw is the engine that will run them.

The Human in the Loop: The Conductor Role Does this mean human roles are disappearing? Quite the opposite. As I’ve argued in previous posts, our role is evolving into that of a Strategic Conductor. Peter Steinberger's move to OpenAI suggests that the industry is ready to provide us with a much more powerful orchestra. Our value now lies in the vision we set and the ethical guardrails we implement.

The workplace of tomorrow is no longer a collection of desks; it is a symphony of digital intelligence, and the baton is firmly in our hands.

Comments URL: https://news.ycombinator.com/item?id=47033865

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: EXIF Cleaner – Remove image metadata directly in the browser

Mon, 02/16/2026 - 6:36am

A simple web tool that removes EXIF metadata (location, camera info, etc.) directly in the browser without uploading images to a server. Built as a minimal, privacy-focused utility. Would appreciate feedback on performance, edge cases, and UX.

Comments URL: https://news.ycombinator.com/item?id=47033836

Points: 1

# Comments: 0

Categories: Hacker News

Frame Problem in A.I

Mon, 02/16/2026 - 6:31am
Categories: Hacker News

The Secret Life of Vector Generators (Atari)

Mon, 02/16/2026 - 6:30am
Categories: Hacker News

ESLint v10.0.0 Released

Mon, 02/16/2026 - 6:29am
Categories: Hacker News

Show HN: Claude Relay – Web UI for Claude Code, zero install, push notifications

Mon, 02/16/2026 - 6:21am

I built a local relay server that puts Claude Code in your browser.

No signup, no install, no cloud. Just "npx claude-relay".

The problem: Claude Code runs in the terminal. When it needs approval for a command, you have to be staring at that terminal. Walk away for coffee, and it sits there waiting.

claude-relay runs a local WebSocket server that streams Claude Code's output to a browser tab. When approval is needed, you get a push notification on your phone. Tap to approve or deny.

Technical choices:

Built on Anthropic's Agent SDK (TypeScript)

WebSocket streaming, not polling

Web Push API for mobile notifications (no app install)

Everything runs locally — no data leaves your machine

PIN-based auth for the web UI

It also supports multiple sessions (one per git worktree), so you can run parallel Claude Code instances from one dashboard.

Setup: npx claude-relay

Comments URL: https://news.ycombinator.com/item?id=47033722

Points: 1

# Comments: 1

Categories: Hacker News

Show HN: HS5 – Open Source fast single-node S3 compatible object storage

Mon, 02/16/2026 - 6:21am

HS5 ([website](https://hs5.eu) | [GitHub](https://github.com/uroni/hs5)) is a high-performance scale-up self-hosted S3 compatible object storage server. It is ideal for use cases where single-node scaling, performance, and data-loss risk are acceptable, or as a building block for more robust systems. For example use cases might be local testing environments or temporary storage for data processing workflows.

HS5 features a web interface for managing buckets and users.

License: LGPLv3+

I was previously using MinIO for my single node object storage needs, but it did not scale well with many objects since it creates multiple files for each object. Now it does not aim to solve the single-node use case anymore anyway and is unmaintained as well.

Some technical details: It is written in C++ since I already had an implementation of the main object storage from another project ( SingleFileStorage.cpp ). For the main object to disk location mapping it uses LMDB (a copy-on-write memory mapped database). Once the database memory is mapped, the mapping operations run at in-memory database speeds. The copy-on-write makes writing (small) changes slower. To mitigate this there is an optional WAL mode, where changes are committed to a WAL, then asynchronously committed to the LMDB. Alternatively there is a manual commit mode where commit is done via writing to a special object. Using this might be interesting for bulk-loading or for testing use cases.

Comments URL: https://news.ycombinator.com/item?id=47033721

Points: 2

# Comments: 0

Categories: Hacker News

Show HN: Synesthetic Computation

Mon, 02/16/2026 - 6:20am

"When perception shifts, and the feeling of control takes over")

I wrote up a deep dive into a security issue in OpenClaw that escalates from a seemingly small UX/trust boundary problem into full remote code execution via a single malicious link.

The article walks through the full exploit chain from a systems perspective rather than just a CVE summary. The key theme is what I call “synesthetic computation”: when subjective context, UI state, agent memory, and system permissions get blended together in ways that feel natural to users but collapse important security boundaries. When an agent is allowed to act across chat, browser, and local tooling, those boundaries become part of the attack surface.

In this case, a crafted link can cause a client to connect to an attacker-controlled gateway, leak a token, and then allow that attacker to reconfigure the agent’s execution environment and run arbitrary commands on the host. The interesting part isn’t just the bug—it’s how quickly convenience-driven design patterns in local AI agents can produce “god-mode” blast radius when trust is mis-scoped.

The write-up focuses on: – how local agents collapse UI + infra trust layers – why “runs locally” doesn’t automatically mean “safe” – how agent autonomy changes the RCE threat model – what defensive patterns might look like for agent platforms

Curious how others are thinking about the security model for local autonomous agents and whether we need new mental models beyond traditional sandboxing and token scoping.

Comments URL: https://news.ycombinator.com/item?id=47033719

Points: 1

# Comments: 0

Categories: Hacker News

Qwen 3.5

Mon, 02/16/2026 - 5:48am
Categories: Hacker News

Pages