Claude Code /Loop – Here Are 3 Autonomous Loops for My Daily Work
(alirezarezvani.medium.com)
Programming (General)
RSSBuilding a TikZ library for ML researchers — styles, macros, and layout. Tools to make figures like these without starting from scratch each time. Does anyone actually need this? Would love to hear if figure-making is a pain point for you.<p>https://x.com/gvsh_maths/status/2...
sentinel is an open-source CLI + GitHub Action that scans MCP server configurations, live endpoints, and Docker containers for security misconfigurations. It runs 26 detection rules across 3 modules CFG (static config analysis), PRB (live probe), CTR (container inspection) — and outputs in terminal,...
Hi HN,<p>We built OrvexPay, a crypto payment gateway that allows businesses to accept 50+ cryptocurrencies.<p>Features:
• Hosted checkout
• Payment links
• Webhook API
• Simple integration<p>Would love feedback from developers.<p><a href="https://orvexpay.com" rel="nofollow">https:/&#...
Show HN: Bunway – Express-compatible web framework for Bun
(bunway.jointops.dev)
Express developers moving to Bun face a full rewrite — every Bun framework (Hono, Elysia) has a completely different API. bunway keeps the exact same app.get(), app.post(), req, res, next pattern but runs on Bun's native HTTP server. Batteries included: routing, CORS, sessions, auth, WebSockets...
Grasp Protocol: A simple protocol for code collaboration
(gitgrasp.com)
I started building with the idea of "Next.js for production readiness". Then quickly realized I didn't want to create an AI wrapper. So it's a reporting tool instead! Then you are free to fix however you like on your own terms.<p>Attune auto-detects your framework, knows what pat...
Show HN: XLA-based array computing framework for R
(github.com)
Cortical Labs: Programmable Organic Neural Networks
(corticallabs.com)
Claude Code Taught Itself to Escape Its Own Sandbox
(awesomeagents.ai)
Every MCP server injects its full tool schemas into context on every turn — 30 tools costs ~3,600 tokens/turn whether the model uses them or not. Over 25 turns with 120 tools, that's 362,000 tokens just for schemas.<p>mcp2cli turns any MCP server or OpenAPI spec into a CLI at runtime. The ...
tmux new-session -d -s all \; set -t all mouse on \; set-option -t all destroy-unattached off >/dev/null 2>&1; for s in $(tmux list-sessions -F '#{session_name}' | grep -v '^all$'); do tmux link-window -s "$s:" -t all:; done; tmux attach -t all
Imprisoned hacker hints GTA 6 source code could leak, threatening release date
(notebookcheck.net)
Show HN: Claude Code hook that nudges about accumulating WIP
(windyroad.com.au)
Show HN: Slacrawl CLI app to wiretap Slack messages
(github.com)
Build slacrawl based on discrawl to use local storage data from Slack to wiretap messages to feed into my openclaw instance realtime.
Mitchell Hashimoto's new way of writing code
(twitter.com)
Magnet-Metadata-API: Torrent Metadata API Service
(github.com)
LLM coding agents (Claude Code, Codex, etc.) have structural weaknesses: blind retry loops, volatile learning, silent
spec drift, and gate gaming. These aren't bugs in specific models — they're properties of goal-optimizing systems.<p><pre><code> ANDON applies Toyota Production System p...
After repeatedly asking Claude Code to rewrite things in my coding style, I decided to write a skill to do it automatically. Articulating my coding style made me realize that beyond aesthetics, it actually serves an important function: it minimizes the distance between variable references, which mea...
Spatial Programming [video]
(youtube.com)
Tiled – Flexible Level Editor
(mapeditor.org)
Open source Claude Code swarms WTF
(github.com)
Rectified Flow Auto Coder
(world-snapshot.github.io)