frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Why AI hallucinations make automated SoC triage dangerous

https://thehgtech.com/articles/ai-soc-analyst-future-2026.html
1•thehgtech•55s ago•0 comments

Red Dwarf creator Rob Grant has died

https://www.beyondthejoke.co.uk/content/17193/red-dwarf-rob-grant
1•nephihaha•1m ago•0 comments

Something for My Friends and Colleagues

https://stackresearch.org/blog/
1•dnmacon•1m ago•0 comments

How LDAP Works

https://growingswe.com/blog/ldap
1•PROTechThor•3m ago•0 comments

Show HN: NutriAssess – AI body composition for nutritionists

https://nutri-assess.vercel.app
1•caffaroai•3m ago•0 comments

Show HN: Interactive Resume/CV Game

https://breezko.dev
1•breezk0•6m ago•0 comments

NASA announces change to its Moon landing plans

https://www.bbc.com/news/articles/c6270030neyo
3•colinprince•7m ago•0 comments

Anthropic says it 'cannot in good conscience' allow Pentagon to remove AI checks

https://www.theguardian.com/us-news/2026/feb/26/anthropic-pentagon-claude
3•devonnull•7m ago•0 comments

Myrient Is Shutting Down

https://www.timeextension.com/news/2026/02/this-is-what-ai-and-greed-does-video-game-preservation...
1•kn0where•8m ago•0 comments

From 60 APM to 60 Agents: A Reluctant Convert's Guide to Agentic Workflows

https://github.com/chao2zhang/chao2zhang/blob/main/blog/apm-for-software-engineers.md
2•chao2zhang2•9m ago•0 comments

Ask HN: Is Claude Code slow for you as well? It thinks a lot

1•Gooblebrai•10m ago•0 comments

Show HN: Roxlit – Open-source launcher that connects AI tools to Roblox Studio

https://github.com/Roxlit/installer
1•juanzab•10m ago•1 comments

AI Won't Automatically Accelerate Clinical Trials

https://www.asimov.press/p/ai-clinical-trials
1•mailyk•11m ago•0 comments

Show HN: I Built AGI on GitHub Actions

https://github.com/statespersons/AGI
2•Alexander9•12m ago•0 comments

Confused about how to keep up with the pace they themselves created

https://lucumr.pocoo.org/2026/2/13/the-final-bottleneck/
1•hypertexthero•12m ago•0 comments

Congress finds data brokers cost consumers tens of billions of dollars

https://themarkup.org/privacy/2026/02/27/following-markup-investigation-congress-finds-data-broke...
3•billybuckwheat•15m ago•0 comments

The Ownership Problem: Why We Get Territorial and What to Do About It

https://www.thecaringtechie.com/p/how-to-handle-territorial-behavior
2•rbanffy•16m ago•0 comments

Show HN: Open‑Source Capital Formation OS (Postgres and AI Agents)

https://github.com/agio711/Riserva-Fly
1•tgiordano•17m ago•0 comments

Suicide forum in breach of Online Safety Act after failing to block UK users

https://www.theguardian.com/technology/2026/feb/27/suicide-forum-in-breach-of-online-safety-act-a...
1•chrisjj•18m ago•1 comments

AI Agents to validate your idea

https://www.founderspace.work
1•VladCovaci•18m ago•0 comments

Using Reticulum, open-source, using decentralized parallel networking stack [video]

https://www.youtube.com/watch?v=XTnYVh7K6xQ
1•PeteZa•18m ago•1 comments

A Day in the Life of an Enshittificator

https://www.youtube.com/watch?v=T4Upf_B9RLQ
3•adipid•19m ago•0 comments

Leaving Google has actively improved my life

https://pseudosingleton.com/leaving-google-improved-my-life/
3•speckx•19m ago•0 comments

California forcing age verification on every operating system

https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=202520260AB1043
1•vsgherzi•19m ago•2 comments

Washington state hotline callers hear AI voice with Spanish accent – AP News

https://apnews.com/article/washington-dol-spanish-accent-ai-3a1b8438a5674c07242a8d48c057d5a3
2•rbanffy•20m ago•0 comments

Show HN: High Tech Before/After Cleaning Gallery

https://hounty.app/
1•valeriavg_dev•20m ago•0 comments

Show HN: Yeethook, Enriched App Store Connect Webhooks to Slack

https://www.yeethook.com
1•ronistrom•20m ago•0 comments

Ask HN: What real work did you automate with OpenClaw?

1•waitwat•20m ago•0 comments

Signal launches version 8.0 with Signal Secure Backups

https://aboutsignal.com/news/signal-launches-version-8-0-with-signal-secure-backups/
1•guilamu•21m ago•0 comments

Page to Markdown, Single Click

https://plainmarkdown.com/
1•p_bits•21m ago•1 comments
Open in hackernews

Show HN: I got tired of syncing Claude/Gemini/AGENTS.md and .cursorrules

2•wolfejam•1h ago
I use Claude, Codex, Cursor, and Gemini on different projects. Each one has its' own md file in its own format. CLAUDE.md, AGENTS.md, .cursorrules, GEMINI.md. Four files saying roughly the same thing, four chances to get out of sync!

  I kept forgetting to update one, then wondering why Cursor was hallucinating my project structure while Claude had it right.

  So I built an MCP server that reads a single YAML file (project.faf) and generates all
   four formats. 7 bundled parsers handle the differences between them. You edit one file, and bi-sync keeps everything current.

  It's an MCP server, so Claude Desktop can use it directly. 61 tools, 351 tests, no CLI dependency.

  Try it: npx claude-faf-mcp

  Source: https://github.com/Wolfe-Jam/claude-faf-mcp

  The .faf format itself is IANA-registered (application/vnd.faf+yaml).

  Curious if others are dealing with this multi-AI config problem, or if there's a simpler approach I'm not seeing.

Comments

verdverm•1h ago
use git with a repo, like so many do for their dotfiles

if your agent cannot be populated from there as well, you are using the wrong framework / setup

wolfejam•40m ago
Totally — git handles syncing files. The problem is these four files have different formats and conventions. Same project context, four dialects. That's why I wrote bi-sync --all: one YAML source, four native outputs.
verdverm•30m ago
that's not my experience, LLMs are flexible enough, ln -s is sufficient
wolfejam•15m ago
ln -s makes all four files identical. Whichever format you write it in, the other three get the wrong structure. This generates each in its native format.
verdverm•14m ago
show me good evals that it actually makes a difference

that is the opposite of what I see

wolfejam•6m ago
ETH Zurich tested this: LLM-generated prose context = -3% performance, +20% cost. Even human-written = +4% at +19% cost. The problem is prose bloat. Structured formats avoid that by design. https://arxiv.org/abs/2602.11988