frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Strix Is an Open-Source Claude Code Security

https://www.strix.ai/
1•bearsyankees•1m ago•0 comments

Show HN: Plyra-guard – intercepts AI agent tool calls before execution

https://github.com/plyraAI/plyra-guard
1•plyra•1m ago•0 comments

Learn Visual Studio Code (E-Book)

https://lazarpress.gumroad.com/l/learnvscode
1•LouisLazaris•1m ago•1 comments

Global Intelligence Crisis – Summary

https://toolong.co/s/dl2dyojl
1•a_void_sky•2m ago•0 comments

Let's Discuss Sandbox Isolation

https://www.shayon.dev/post/2026/52/lets-discuss-sandbox-isolation/
1•shayonj•2m ago•0 comments

Claude Code for MBAs (Part 1)

https://essilfie.substack.com/p/claude-code-for-mbas-part-1
1•lordleft•4m ago•0 comments

Meta found 19% of young teen Instagram users saw unwanted nude or sexual images

https://www.reuters.com/legal/litigation/meta-survey-found-19-young-teen-instagram-users-saw-unwa...
1•giuliomagnifico•4m ago•0 comments

Cripix Technology?

1•kellkell•5m ago•0 comments

Open-AutoGLM: Zhipu AI's Open-Source Framework for Phone Agents (23k Stars)

https://theagenttimes.com/articles/open-autoglm-23k-stars-the-phone-agent-framework-from-chinas-a...
1•Ross00781•5m ago•0 comments

Decided to fly to the US to buy some hard drives

https://old.reddit.com/r/DataHoarder/comments/1rb9ot4/decided_to_fly_to_the_us_to_buy_some_hard_d...
1•HelloUsername•5m ago•0 comments

Some silly Z3 scripts I wrote

https://www.hillelwayne.com/post/z3-examples/
1•azhenley•5m ago•0 comments

Cryptographic Reciprocity for Shared Reality in the Deepfake Era

https://aquariuos.com
1•AquariuOS•6m ago•1 comments

Show HN: Yet Another Firebase Alternative

https://linkedrecords.com/
1•WolfOliver•6m ago•0 comments

AI is destroying open source, and it's not even good yet [video]

https://www.youtube.com/watch?v=bZJ7A1QoUEI
1•delduca•6m ago•0 comments

Simon Wardley – From here to there and back again

https://www.youtube.com/watch?v=hEjjCI3kTM4
1•RebootStr•6m ago•0 comments

The first general computer action model

https://si.inc/posts/fdm1/
5•nee1r•7m ago•1 comments

Rozenite Zustand Devtools

https://github.com/IronTony/rozenite-zustand-devtools
1•IronTony•7m ago•1 comments

Museum of Plugs and Sockets

https://plugsocketmuseum.nl/index.html
2•ohjeez•8m ago•0 comments

What the Wealthy Want in Their Private Jets

https://www.wsj.com/style/design/what-the-wealthy-want-in-their-private-jets-46b94ea0
1•bookofjoe•8m ago•1 comments

Sell Everything for This 1997 McLaren F1 GTR That's Going to Auction

https://www.thedrive.com/news/sell-everything-and-then-some-for-this-1997-mclaren-f1-gtr-thats-go...
1•PaulHoule•8m ago•0 comments

Federal Gov Trafficking Pregnant Children to Texas So They Can't Get Abortions

https://www.throughline.news/p/the-trump-administration-is-trafficking
1•hn_acker•9m ago•1 comments

Show HN: What I've learned from shipping 25 mobile apps

https://newsletter.masilotti.com/p/what-ive-learned-from-shipping-25
1•joemasilotti•9m ago•0 comments

Why doesn't Anthropic use Claude to make a good Claude desktop app?

https://manualdousuario.net/en/claude-desktop-app-ai-electron/
1•rpgbr•10m ago•0 comments

Infosec Exchange Mastodon server downsizing due to Hetzner price increase

https://infosec.exchange/@jerry/116120025252406744
1•speckx•11m ago•0 comments

Quick Share compatibility with AirDrop expanding to more Pixel devices

https://support.google.com/pixelphone/thread/409524163/quick-share-compatibility-with-airdrop%C2%...
1•em3rgent0rdr•11m ago•0 comments

Show HN: Blucast – An Nvidia Broadcast Alternative for Linux

https://github.com/Andrei9383/Blucast
1•Andrei9383•14m ago•0 comments

Ask HN: Are we good using nested CSS?

1•soperj•15m ago•1 comments

Vector search using only Parquet and DataFusion

https://blog.xiangpeng.systems/posts/vector-search-with-parquet-datafusion/
3•xiangpeng•15m ago•0 comments

Can your site handle agents?

https://agentscore.exe.xyz/
2•tenrick•15m ago•0 comments

Large study finds link between cannabis use in teens and psychosis later

https://text.npr.org/nx-s1-5719338
2•BostonFern•15m ago•0 comments
Open in hackernews

TinySDLC – Agent orchestrator with SDLC role discipline for AI coding (MIT)

1•dttai•1h ago
Problem: when multiple AI coding agents collaborate, there's no structure — no separation of duties, no handoff discipline, no traceability.

TinySDLC is a minimal agent orchestrator that adds SDLC role discipline to AI coding. 8 roles (researcher, architect, coder, reviewer, tester, etc.), each with isolated workspaces, scoped tool permissions, and enforced separation of duties. Coder can't self-approve. Reviewer can't be bypassed.

Design constraints: file-based queue (zero external dependencies), multi-channel (Discord, Telegram, WhatsApp, Zalo), security hardening (7 credential scrubbing patterns, 12 injection patterns blocked, 8 shell deny patterns).

Protocol-first: roles are contracts, AI providers are swappable.

Companion repo MTS-SDLC-Lite contains the governance methodology (Spec → Gate → Evidence → Approval) — templates, playbooks, processes. Both MIT.

Result of 12 iterations across 5 production projects.

GitHub: https://github.com/Minh-Tam-Solution/tinysdlc

Methodology docs: https://github.com/Minh-Tam-Solution/MTS-SDLC-Lite

Both MIT licensed. Feedback and criticism welcome.