frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

MCP as Observability Interface: Connecting AI Agents to Kernel Tracepoints

https://ingero.io/mcp-observability-interface-ai-agents-kernel-tracepoints/
35•ingero_io•4d ago

Comments

gcifuentes•3d ago
Couldn't you create a MCP eBPF module and dynamically generate probe points?
chaoz_•3d ago
You absolutely could. It'd be cool (not easy from security/compliance perspective) to be able to deeply "scan" your prod-deployed app.

There are a quite a few startups created by connecting relevant eBPF/OTel traces e.g. in response to uncaught exceptions (traditional RAG-based bug-fix generation).

Vunovati•3d ago
I've built something similar to what you described: https://kopai.app

OTEL is the common denominator for all the observability purposes including the ones that come from eBPF and the application layer.

Same architectural idea as Ingero. We skip the aggregation layer. We also skip the MCP part. The agent uses a CLI instead, which keeps it composable with any coding agent workflow.

You can have your claude poke at the logs/metrics/traces using a dedicated cli tool paired with some agent skills. It is Apache-licensed and you can try it locally.

neil_naveen•3d ago
Isn't the MCP endpoint that allows AI agents to run custom SQL queries, essentially letting your monitoring database be manipulated by a potentially malicious AI agent? Like, if the AI agent has full reign over the DB and it can't find a solution to, let's say, a perf bug, it may just rewrite that data and say it has "solved" the bug. And this is literally the least concerning example I could come up with.
wongarsu•3d ago
Maybe they have limited the MCP endpoint to reject any query that modifies the db. With sqlite that's probably easily achieved by opening the db in read-only mode (as opposed to the role-based approach you'd take with most other dbs)
jimmypk•3d ago
@neil_naveen The read-only mode wongarsu mentions closes the direct modification vector, but there's a subtler one not addressed: prompt injection via the telemetry itself. If the MCP server traces arbitrary workloads, a malicious process can craft CUDA kernel names, string arguments, or function identifiers that produce adversarial text in the trace DB. The LLM reads those verbatim as part of its context and may follow embedded instructions.

This is indirect prompt injection through the observation channel rather than through user input. Read-only access and invocation logging both assume the threat arrives from outside the pipeline. When the observed data itself is the attack surface, you need output sanitization or context sandboxing before telemetry reaches the model. Multi-tenant or production environments where the MCP server traces workloads from multiple teams would be particularly exposed.

Eldodi•3d ago
Most of MCP servers and Apps are way under-designed today. A lot of MCP B2B servers still wrap legacy APIs, and most MCP Apps try to reproduce a website experience instead of trying to reinvent the experience from scratch.

It feels like we're in the early mobile years where companies have not figured out what to do with this new technology. I hope the Uber and Candy Crushes of the AI era will land in 2026! (well maybe not candy crush, but some IA native games would be nice)

hrimfaxi•3d ago
Every week these model providers are coming out with new toys. I don't fault orgs for minimally investing in MCP when the space is moving so fast and there's no telling whether or not MCP is here to stay.
sharts•3d ago
Real friends don’t let friends MCP
weavie•3d ago
Why?
ai_slop_hater•3d ago
We no longer need dashboards, just connect ChatGPT to a metrics database or whatever.
localhost•3d ago
why can't this be a cli tool? then you can get an agent to write a script that programmatically calls the cli tool in addition to the agent calling it directly.
jauntywundrkind•3d ago
It could be a cli tool, and it should be a cli tool, for exactly this reason.

Let the LLM work in code mode. Don't make it have to be the execution engine too. It can do it but it's slow and giving it tools script what it wants will go far better.

I do think there's an interesting possibility where we turn MCP into something composable. Capnproto has promise pipelining where you can issue new instructions with results you don't have yet. If MCP could copy those tricks, & express promises... and those promises worked across MCP servers ("third party handoff", https://github.com/capnproto/go-capnp/issues/597)... you'd start to have something as compellingly composable as the shell.

Archive of Byte magazine, starting with issue #1 in 1975

https://archive.org/details/byte-magazine-1975-09
177•DamnInteresting•1d ago•41 comments

SPEAKE(a)R: Turn Speakers to Microphones for Fun and Profit [pdf] (2017)

https://www.usenix.org/system/files/conference/woot17/woot17-paper-guri.pdf
87•Eridanus2•4h ago•39 comments

Game devs explain the tricks involved with letting you pause a game

https://kotaku.com/video-game-devs-explain-how-pausing-works-and-sometimes-it-gets-weird-2000686339
202•speckx•2d ago•127 comments

The seven programming ur-languages (2022)

https://madhadron.com/programming/seven_ur_languages.html
69•helloplanets•5h ago•28 comments

Shader Lab, like Photoshop but for shaders

https://eng.basement.studio/tools/shader-lab
20•ragojose•2d ago•1 comments

What are skiplists good for?

https://antithesis.com/blog/2026/skiptrees/
152•mfiguiere•1d ago•29 comments

NIST scientists create 'any wavelength' lasers

https://www.nist.gov/news-events/news/2026/04/any-color-you-nist-scientists-create-any-wavelength...
346•rbanffy•16h ago•150 comments

College instructor turns to typewriters to curb AI-written work

https://sentinelcolorado.com/uncategorized/a-college-instructor-turns-to-typewriters-to-curb-ai-w...
331•gnabgib•18h ago•328 comments

Anonymous request-token comparisons from Opus 4.6 and Opus 4.7

https://tokens.billchambers.me/leaderboard
555•anabranch•21h ago•537 comments

The electromechanical angle computer inside the B-52 bomber's star tracker

https://www.righto.com/2026/04/B-52-star-tracker-angle-computer.html
362•NelsonMinar•21h ago•95 comments

Ask HN: How did you land your first projects as a solo engineer/consultant?

84•modelcroissant•4h ago•41 comments

Changes in the system prompt between Claude Opus 4.6 and 4.7

https://simonwillison.net/2026/Apr/18/opus-system-prompt/
54•pretext•2h ago•28 comments

Show HN: Prompt-to-Excalidraw demo with Gemma 4 E2B in the browser (3.1GB)

https://teamchong.github.io/turboquant-wasm/draw.html
8•teamchong•2h ago•6 comments

Why Japan has such good railways

https://worksinprogress.co/issue/why-japan-has-such-good-railways/
448•RickJWagner•1d ago•425 comments

The world in which IPv6 was a good design

https://apenwarr.ca/log/20170810
100•signa11•10h ago•30 comments

Updating Gun Rocket through 10 years of Unity Engine

https://jackpritz.com/blog/updating-gun-rocket-through-10-years-of-unity-engine
92•tyleo•3d ago•41 comments

It's cool to care (2025)

https://alexwlchan.net/2025/cool-to-care/
32•surprisetalk•3d ago•14 comments

Binary Dependencies: Identifying the Hidden Packages We All Depend On

https://vlad.website/binary-dependencies-identifying-the-hidden-packages-we-all-depend-on/
38•PaulHoule•2d ago•2 comments

State of Kdenlive

https://kdenlive.org/news/2026/state-2026/
424•f_r_d•1d ago•130 comments

Modern Common Lisp with FSet

https://fset.common-lisp.dev/Modern-CL/Top_html/index.html
170•larve•3d ago•21 comments

Migrating from DigitalOcean to Hetzner

https://isayeter.com/posts/digitalocean-to-hetzner-migration/
815•yusufusta•1d ago•409 comments

Binary GCD

https://en.algorithmica.org/hpc/algorithms/gcd/#binary-gcd
12•tosh•5h ago•0 comments

Keep Pushing: We Get 10 More Days to Reform Section 702

https://www.eff.org/deeplinks/2026/04/keep-pushing-we-get-10-more-days-reform-section-702
111•nobody9999•6h ago•22 comments

Optimizing Ruby Path Methods

https://byroot.github.io/ruby/performance/2026/04/18/faster-paths.html
114•weaksauce•16h ago•40 comments

Turning Point USA Is Expanding Its Reach to K-12 Schools

https://www.edweek.org/policy-politics/how-charlie-kirks-turning-point-usa-is-expanding-its-reach...
3•geox•17m ago•0 comments

Metatextual Literacy

https://www.jenn.site/metatextual-literacy/
45•dado3212•3d ago•4 comments

Dizzying Spiral Staircase with Single Guardrail Once Led to Top of Eiffel Tower

https://www.smithsonianmag.com/smart-news/a-dizzying-spiral-staircase-with-a-single-guardrail-onc...
35•bookofjoe•2d ago•17 comments

Airline worker arrested after sharing photos of bomb damage in WhatsApp group

https://www.lbc.co.uk/article/dubai-police-spied-private-whatsapp-5HjdXwr_2/
5•aa_is_op•22m ago•1 comments

Sumida Aquarium Posts 2026 Penguin Relationship Chart, with Drama and Breakups

https://www.sumida-aquarium.com/special/sokanzu/en/2026/
227•Lwrless•3d ago•14 comments

Zero-Copy GPU Inference from WebAssembly on Apple Silicon

https://abacusnoir.com/2026/04/18/zero-copy-gpu-inference-from-webassembly-on-apple-silicon/
96•agambrahma•14h ago•37 comments