frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Helix: A post-modern text editor

https://helix-editor.com/
1•doener•1m ago•0 comments

Turns out making games is the easy part

1•clamlotus•2m ago•0 comments

Show HN: A governance pattern for self-evolving AI skills

https://github.com/191341025/Self-Evolving-Skill
1•tiansenxu•3m ago•0 comments

If Muslims Accept Noah's 950 Years, Why Instantly Dismiss the Sumerian Kings?

https://mystudentfailedtheirmid.substack.com/p/if-muslims-accept-noahs-950-years
2•darkhorse13•4m ago•0 comments

Follow-Up: Build Awesome's Kickstarter Is Cancelled

https://brennan.day/build-awesomes-kickstarter-is-cancelled/
1•brennanbrown•4m ago•0 comments

London tech ecosystem map (235 companies)

https://www.londonmaxxxing.com/
1•birdmania•4m ago•1 comments

Polymarket Removes Betting Market on Nuclear Detonation

https://www.wsj.com/livecoverage/stock-market-today-dow-sp-500-nasdaq-03-04-2026/card/polymarket-...
1•bookofjoe•5m ago•0 comments

Agent Office – Slack for (OpenClaw Like) AI Agents

https://github.com/baturyilmaz/agent-office
1•arbayi•5m ago•1 comments

WebSocket+Huffman vs. SSE+JSON for streaming LLM tokens

https://github.com/vidur2/token_entropy_encoder
1•vidur2•7m ago•1 comments

Learning makes brain cells work together, not apart: study

https://www.rochester.edu/newscenter/learning-makes-brain-cells-work-together-not-apart-694722/
1•hhs•7m ago•0 comments

Show HN: WTF-CLI – An AI-powered terminal error solver written in Rust

https://github.com/JitseLambrichts/WTF-CLI
1•JitseLambrichts•7m ago•0 comments

GoldRush Agent Skills for blockchain data and pricing

https://goldrush.dev/agents/
1•Ferns765•9m ago•0 comments

Show HN: Kaeso – infrastructure for connecting AI agents to real services

https://kaeso.ai
1•devinoldenburg•9m ago•0 comments

Telemetry helps. you still get to turn it off

https://ritter.vg/blog-telemetry.html
1•birdculture•10m ago•0 comments

Ask HN: Anyone else feel this community has changed recently?

2•kypro•10m ago•0 comments

Food fortification is cost-effective in fighting hunger across 63 countries

https://www.cochrane.org/about-us/news/food-fortification-highly-cost-effective-fighting-hidden-h...
1•hhs•10m ago•0 comments

Scalify.ai – Order your own website in under 10 minutes

https://www.scalify.ai
1•josh-ternyak•12m ago•0 comments

Supa Claw

https://github.com/vincenzodomina/supaclaw
1•rmason•13m ago•0 comments

Show HN: PureMark – JSON, Base64, Diff tools that never send data to a server

https://json.puremark.app
1•tommy_worklab•16m ago•0 comments

Show HN: An OTLP observability plugin for OpenClaw AI agents in Grafana

https://github.com/awsome-o/grafana-lens
1•AwesomeO3000•16m ago•0 comments

A simplified PostgreSQL-backed ordered message queue with webhook delivery

https://github.com/alaminopu/pypgmq
1•alaminopu•18m ago•0 comments

The Mirror and the Gift

https://www.robpanico.com/articles/display/?entry_short=the-mirror-and-the-gift
1•retrocog•20m ago•1 comments

CERN upgrade to LHCb experiment threatened by UK funding cuts

https://physicsworld.com/a/cern-upgrade-to-lhcb-experiment-threatened-by-uk-funding-cuts/
1•elashri•21m ago•0 comments

Poet-X Enables Billion-Parameter LLM Training on Single H100 GPU

https://www.simplenews.ai/news/poet-x-enables-billion-parameter-llm-training-on-single-h100-gpu-ktw3
1•goldkey•23m ago•0 comments

Show HN: A simple habit tracker focused on clarity and consistency

https://play.google.com/store/apps/details?id=com.shadowstudios.habitonlinetracker&hl=en_US
1•Belsonsan•23m ago•0 comments

Show HN: Kaeso: an OAuth hub for AI agents

1•devinoldenburg•24m ago•0 comments

Show HN: WebBridge turns any website into MCP tools by recording browser traffic

https://github.com/jalabulajunx/WebBridge
2•nonstopnonsense•25m ago•0 comments

You were born without an account

https://simplex.chat/why/
2•Cider9986•25m ago•0 comments

Crowning the protein that makes jellyfish glow green as a model

https://phys.org/news/2026-02-crowning-protein-jellyfish-green-scientists.html
1•PaulHoule•27m ago•0 comments

Show HN: MultiPowerAI – Trust and accountability infrastructure for AI agents

https://multipowerai-trust.vercel.app
1•rogergrubb•30m ago•0 comments
Open in hackernews

Show HN: Droidctx – generate Markdown docs from your prod infra for coding agent

https://github.com/DrDroidLab/context-builder
2•TheBengaluruGuy•6h ago
Hi HN,

I'm Siddarth, co-founder at DrDroid. We build tooling for engineering teams to detect and debug production issues faster. Our product is an always-on autonomous AI agent that listens to alerts, investigates issues and escalates where necessary, before an engineer even picks them up.

While building that, we noticed something: our agent debugged issues significantly faster (and more accurately) when it had pre-built context about the infrastructure. Which services exist, which dashboards track what, what the DB schema looks like. Without it, agents spend the first stretch of every session re-exploring things they should already know. We kept hitting the same thing with Claude Code and Cursor internally when using it with MCP servers.

So we extracted that idea into droidctx, an open source CLI that connects to your production tools and generates structured .md files capturing your infrastructure. Run droidctx sync and it pulls metadata from Grafana, Datadog, Kubernetes, Postgres, AWS, and 20+ other connectors into a clean directory. Add one line to your CLAUDE.md pointing at that directory, and your agent starts every session already knowing your stack.

Outcome to expect: fewer tool calls, fewer hallucinations about your specific setup, and lesser context to share every time. We've had some genuinely surprising moments too. The agent once traced a bug to a specific table column by finding an exact Grafana query in the context files, something it wouldn't have known to look for cold.

It's MIT licensed and pre-built with 25 connectors across monitoring, Kubernetes, databases, CI/CD, and logs. It runs entirely locally. Credentials stay in credentials.yaml and never leave your machine.

Curious whether others have hit this problem with coding agents, and whether "generate context once, reuse across sessions" feels like the right abstraction or if we're solving this the wrong way. Happy to hear what's missing or broken.

Comments

jlongo78•3h ago
love the idea! automating docs saves so much time. ever tried merging it with real-time session insights? would be nuts!