Hacker News
Cadence ChipStack AI Super Agent Demo Overview [video]
Article URL: https://www.youtube.com/watch?v=p_U-4-jKgcU
Comments URL: https://news.ycombinator.com/item?id=46962381
Points: 1
# Comments: 1
Show HN: Vibe Coding with Centia.io
Centia.io now provides a dedicated Model Context Protocol (MCP) server that allows AI agents to interact directly with your Centia.io backend. And a comprehensive Agent Guide.
Comments URL: https://news.ycombinator.com/item?id=46961568
Points: 1
# Comments: 0
You can control snake game by your head
Article URL: https://sneck.1link.fun
Comments URL: https://news.ycombinator.com/item?id=46961558
Points: 1
# Comments: 0
Predicting cancer symptom trajectories requires longitudinal memory
Article URL: https://myaether.live/blog/predicting-cancer-symptom-trajectories-longitudinal-ehr
Comments URL: https://news.ycombinator.com/item?id=46961522
Points: 1
# Comments: 0
Show HN: A simple pricing and resource limit library
Hey Hacker News! No one likes to code pricing; it sucks. It shouldn't take up my time, yet it always does - too much of it. And pricing always needs to change, eating up valuable dev hours.
I created a simple pricing engine so that I could write all of my pricing rules & resource limits in a single YAML doc, then enforce them everywhere with a single policy check.
It's simple, intuitive, versionable, auditable, and easy to reason about or change quickly without bogging my development down.
My CTO friends liked the idea and wanted to use it, so I created this open-source library for everyone to try for themselves.
We also have a hosted version that's turnkey for adding Stripe billing & live customer data, so that you can evolve pricing independently from your codebase.
Check it out and let me know what you think! :)
Comments URL: https://news.ycombinator.com/item?id=46961521
Points: 2
# Comments: 0
Oz
Article URL: https://www.warp.dev/oz
Comments URL: https://news.ycombinator.com/item?id=46961506
Points: 1
# Comments: 0
How Institutions Forget How to Move
Article URL: https://www.seeingthesystem.com/p/how-institutions-forget-how-to-move
Comments URL: https://news.ycombinator.com/item?id=46961503
Points: 1
# Comments: 0
Show HN: We Love AI Jobs – AI jobs for people who don't write Python
Most AI job boards are just filters for PyTorch and CUDA. We think that misses the most interesting shift: AI is becoming the new "Excel" or "Typing."
We’re seeing a massive gap where companies need marketers, PMs, and designers who treat LLMs as a standard part of their stack, but these roles get buried under "ML Engineer" listings.
We built a board specifically for roles where AI is a core workflow requirement, not an infrastructure task. If the job requires being 10x more effective via agents and prompting rather than training models, it’s on here.
Is "AI Job" a useful category for non-engineers, or is this just the new definition of "knowledge work"?
Comments URL: https://news.ycombinator.com/item?id=46961498
Points: 1
# Comments: 0
Is AI helping you to do work, or just to do stuff?
Article URL: https://coyotetracks.org/blog/ai-work-vs-stuff/
Comments URL: https://news.ycombinator.com/item?id=46961481
Points: 2
# Comments: 0
Skly is a marketplace for AI agent skills
Article URL: https://skly.ai
Comments URL: https://news.ycombinator.com/item?id=46961474
Points: 1
# Comments: 1
Show HN: Asterbot, AI agent where every capability is a sandboxed WASM component
Asterbot is a modular AI agent where every capability, such as web search, memory, LLM provider, is a swappable WASM component, sandboxed via WASI.
Components only have access to what you explicitly grant (e.g. a single directory). They're written in any language (Rust, Go, Python, JS) and pulled from the asterai registry.
Under the hood, asterai is a WASM component model registry and runtime built on wasmtime. You publish a component, set an env var to authorize it as a tool, and asterbot discovers and calls it automatically.
I built this because I think the WASM component model is a great way to build software but the ecosystem is missing key infrastructure (especially an open, central registry). AI agents felt like a natural fit since tool security is a real problem, and WASM sandboxing addresses it by default.
Still early stage, but all functionality in the repo is tested and working. Happy to answer questions!
Comments URL: https://news.ycombinator.com/item?id=46961468
Points: 1
# Comments: 0
Stop Generating, Start Thinking
Article URL: https://amble.blog/bookmarks/019c3f43-aa11-7f73-9ca6-b2d267eb08ca
Comments URL: https://news.ycombinator.com/item?id=46961436
Points: 1
# Comments: 0
Pain. Or, Why Learning to Code Is Like Learning Chinese. (2010)
Article URL: https://amandapeyton.com/blog/2010/02/pain-or-why-learning-to-code-is-like-learning-chinese/
Comments URL: https://news.ycombinator.com/item?id=46961435
Points: 1
# Comments: 0
Obsidian Introduces Obsidian CLI
Article URL: https://help.obsidian.md/cli
Comments URL: https://news.ycombinator.com/item?id=46961430
Points: 1
# Comments: 1
Show HN: Bgpipe – pipe live BGP sessions through Python, add RPKI, etc.
bgpipe sits between BGP routers as a transparent proxy. It can work as a firewall for the Internet control plane. You build a pipeline of composable stages - connect, listen, grep, exec, rpki, write - and BGP messages flow through them, optionally being filtered, modified, or logged.
A few things you can do:
# Monitor global BGP for your prefix in real-time (via RIPE RIS Live) bgpipe -g -- ris-live -- grep 'prefix ~ 1.1.1.0/24' -- stdout # Add RPKI validation between two routers bgpipe -- listen 1.2.3.4 -- rpki -- connect 5.6.7.8 # Pipe through python bgpipe -- listen 1.2.3.4 -- exec -LR ./filter.py -- connect 5.6.7.8 # Convert MRT dump to JSON bgpipe -- read updates.mrt.bz2 -- write output.json The exec stage lets you process BGP in any language - bgpipe sends JSON to your script's stdin and reads JSON back. The grep stage has a small filter DSL (prefix operators, AS_PATH matching, community checks, RPKI tags, etc.).
Single static binary, pure Go, no deps. MIT license.
https://github.com/bgpfix/bgpipe https://bgpipe.org
Comments URL: https://news.ycombinator.com/item?id=46961425
Points: 1
# Comments: 0
Zillow wins court fight over private listings, enforcing ban on private listings
Open-source network simulators and emulators in 2026
Article URL: https://opensourcenetworksimulators.com/2026/02/open-source-simulator-emulator-in-2026/
Comments URL: https://news.ycombinator.com/item?id=46961376
Points: 1
# Comments: 0
Ex-GitHub CEO Launches a New Developer Platform for AI Agents
Article URL: https://entire.io/blog/hello-entire-world/
Comments URL: https://news.ycombinator.com/item?id=46961345
Points: 3
# Comments: 0
Pxlpal on CrowdSupply
Article URL: https://www.crowdsupply.com/meterbit-cybernetics/pixlpal
Comments URL: https://news.ycombinator.com/item?id=46961328
Points: 1
# Comments: 0
"Just one more feature" is my new "just one more turn"
Article URL: https://cauenapier.com/blog/just-one-more/
Comments URL: https://news.ycombinator.com/item?id=46961302
Points: 2
# Comments: 0
