frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

AI isn't killing SaaS – it's killing single-purpose SaaS

2•JB_5000•57s ago•0 comments

Show HN: WaveGuard – Anomaly detection using wave physics simulation (GPU, MCP)

https://github.com/gpartin/WaveGuardClient
1•waveguard•1m ago•0 comments

Show HN: Jqueue: A job queue that runs on a single JSON file

https://github.com/janbjorge/jqueue
1•jeeybee•6m ago•0 comments

AST-Guided Translation of Natural Language into First-Order Logic with LLMs

https://arxiv.org/abs/2602.13237
1•PaulHoule•7m ago•0 comments

How Long Is the Coast of Britain? (1967)

https://www.jstor.org/stable/1721427
1•Hooke•7m ago•0 comments

Hegseth threatens to blacklist Anthropic over 'woke AI' concerns

https://www.npr.org/2026/02/24/nx-s1-5725327/pentagon-anthropic-hegseth-safety
1•cdrnsf•8m ago•0 comments

Ask HN: Do you use trading AI agents?

1•alphathetaquant•8m ago•1 comments

People-Shaped Problems

https://herbertlui.net/people-shaped-problems/
1•herbertl•9m ago•0 comments

In Pursuit of High-Fidelity GPU Kernel Benchmarking

https://standardkernel.com/blog/in-pursuit-of-high-fidelity-gpu-kernel-benchmarking/
1•matt_d•9m ago•0 comments

Chile's Project Cybersyn (1971-1973)

https://en.wikipedia.org/wiki/Project_Cybersyn
1•alhazrod•10m ago•0 comments

Mac mini plant was planned under the Biden administration

https://appleinsider.com/articles/26/02/24/apples-us-mac-mini-assembly-plant-was-planned-during-t...
2•alwillis•10m ago•0 comments

Cortex 2.0 – The Future of Robotic Intelligence

https://cortex2.sereact.ai
1•pancakenetwork•11m ago•0 comments

GRC Engineering

https://mattgoodrich.com/posts/grc-engineering/
1•mooreds•11m ago•0 comments

Prediction Marketing

https://ayeshaasiddiqi.substack.com/p/prediction-marketing
2•jbegley•13m ago•0 comments

Nerve Compression Syndrome

https://en.wikipedia.org/wiki/Nerve_compression_syndrome
1•Bowes-Lyon•13m ago•0 comments

Show HN: Vigilo – Local audit trail and cost tracker for AI coding agents

https://github.com/Idan3011/vigilo
1•idanr3011•13m ago•0 comments

A TV Transmitter from an STM32

https://hackaday.com/2026/02/24/a-tv-transmitter-from-an-stm32/
2•starkparker•14m ago•0 comments

Citrini Research's '2028 Global Intelligence Crisis': How Worried Should We Be?

https://seekingalpha.com/article/4874066-citrini-researchs-2028-global-intelligence-crisis-how-wo...
2•nis0s•16m ago•1 comments

OpenCode on a Budget – Synthetic.new, Chutes.ai, and Z.ai

https://blog.patshead.com/2026/02/opencode-on-a-budget-synthetic-dot-new-chutes-dot-ai-and-z-dot-...
2•sea-gold•16m ago•0 comments

Ansigpt: C89 Implementation of Microgpt

https://github.com/yobibyte/ansigpt
2•yobibyte•21m ago•0 comments

Shorter Certificate Lifetimes and Rate Limits

https://letsencrypt.org/2026/02/24/rate-limits-45-day-certs.html
2•CqtGLRGcukpy•22m ago•0 comments

Show HN: WSE Rust-powered WebSocket engine for Python up to 2.1M del/SEC fan-out

https://github.com/silvermpx/wse
1•silvermpx•24m ago•0 comments

Semantic Compiler: Natural language → LLVM IR, no programming language

https://semcom.ai
2•rightlane•25m ago•2 comments

Stack Overflow Beta

https://beta.stackoverflow.com/
4•fabian2k•25m ago•1 comments

Home of the First Website

https://info.cern.ch/
1•KuSpa•26m ago•0 comments

Stupid Simple Observability for Agents

https://github.com/heyojules/lotus
2•gintokinx•28m ago•0 comments

I thought offering free trials is impossible if you're a poor, but I was wrong

1•xucian•28m ago•2 comments

Show HN: A 100% free, universal ATS resume builder (no export paywalls)

https://makemycvfree.com/
1•mdmohseenraees•29m ago•1 comments

Compress Your Claude.md: Cut 60-70% of System Prompt Bloat in Claude Code

https://techloom.it/blog/compress-claude-md.html
3•jchilcher•29m ago•0 comments

Show HN: A free web utility to send WhatsApp messages without saving numbers

https://directwhatsapp.com/
1•mdmohseenraees•30m ago•0 comments
Open in hackernews

Show HN: Praxis, my personal take on Compound Engineering with AI

https://github.com/DFilipeS/praxis
4•DFilipeS•1h ago
Hey HN! I really enjoy Every's approach to Compound Engineering (https://every.to/guides/compound-engineering), but their plugin is tightly tied to their project (Cora) and stack (Ruby/Rails). I also found the files too big, and they used more context window than what I would like for my personal use.

So, with the help of Amp Code CLI, I've built my own take on the compound engineering workflow. I tried to keep it agnostic to project stacks and as efficient as possible, so the context window could be used in the best way. I also wanted it to be extendable (for example, just drop your own subagents for review that are specific to your project). I also wanted to be easy to set up and update, so I made a simple CLI tool that keeps track of files in the `.agents` directory, updates when new versions are found in the repository, and displays a diff in the terminal before overwriting any customisations.

I feel this matches well with my personal preferences when working with AI agents, but I would love to have feedback from more people.