Postingan

Show HN: OJCP – an open protocol for agent-consumable job data https://ift.tt/ApdW81r

Show HN: OJCP – an open protocol for agent-consumable job data Author here! Agents are applying to jobs for people right now, with progressively more volume, and there's nothing built for it. So they scrape career pages and fight ATS forms with Playwright/Browser Use, which breaks constantly (or they get bot blocked). Employers get buried in applications that don't fit, candidates hear nothing back, and the resume is now an AI-written thing that another AI scores (which breaks the existing model entirely, btw). OJCP is MCP tools for search and apply, a manifest at /.well-known/ojcp.json so agents can find providers, and schemas that extend schema.org instead of replacing it. The playground on the site is a live MCP endpoint, so you can throw calls at it right now. Why a spec at all when models keep getting better at figuring things out? Inference can't produce authorization. An agent can work out what a form wants. It can't establish that someone consented to this speci...

Show HN: At 16K features, flat autoencoders break. Curved space doesn't https://ift.tt/Qpoy0xW

Show HN: At 16K features, flat autoencoders break. Curved space doesn't https://ift.tt/kze0dDu August 13, 2026 at 11:16PM

Show HN: Dynobox – A test runner for AI agent skills and workflows https://ift.tt/fCKdU0I

Show HN: Dynobox – A test runner for AI agent skills and workflows https://ift.tt/jktzu0i August 12, 2026 at 11:14PM

Show HN: Pulp – Zero-allocation C11 telemetry engine (28M logs/SEC to disk) https://ift.tt/Qy3fMhL

Show HN: Pulp – Zero-allocation C11 telemetry engine (28M logs/SEC to disk) https://ift.tt/JtdG6lK August 12, 2026 at 01:45AM

Show HN: HyperSAE – Hyperbolic Sparse Autoencoders for LLM Interpretability https://ift.tt/vdZjn53

Show HN: HyperSAE – Hyperbolic Sparse Autoencoders for LLM Interpretability https://ift.tt/diyzbqC August 12, 2026 at 01:19AM

Show HN: Proxima serves 4x more requests with no hardware change on vLLM https://ift.tt/NolYc8x

Show HN: Proxima serves 4x more requests with no hardware change on vLLM hey everyone, i decided to make a vLLM plugin that implements the Star-KV paper. the results are quiet promising with a decode kernel thats faster than FA2 in higher batch sizes. would love any thoughts and recommendations https://ift.tt/IKDHYO7 August 11, 2026 at 10:04PM

Show HN: 100% native Swift harness (NOT Electron) https://ift.tt/ieZwjP0

Show HN: 100% native Swift harness (NOT Electron) hi everybody, I’ve been working on this harness that is all native Swift for macOS. It’s fully featured with every feature i could find in cline, codex, and claude code. There is all swift command line too It’s taking me a long, long time, a few months to build this, and it’s fully open source Apache 2 licensed. Hoping people fork this and make many branches I’m looking for people who want to work on something that has much lower memory usage and much more potential to be just more efficient. Every other single harness has is written in using electron, so this harness is really unique in this way. It’s connected to trusted router so that it has end-to-end encryption confidential mode as well as access to hundreds of models, any model in the world. It works great with Deepseek. it’s great for swift development ios development. and for people who love Linux, I also made a compatibility layer that lets you compile SwiftUI into native Linu...