frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Share your AI Setup, Learn from others

https://mysetup.ai/
85•steveybrown•4h ago•43 comments

Show HN: Aclif – Agent CLI framework: one grammar, canonical names across SaaS

https://www.aclif.ai/
9•chris_marino•56m ago•3 comments

Show HN: I built a new version of my fun spatial 3D online meeting app

https://flat.social
80•pawelwentpawel•4h ago•49 comments

Show HN: AutoBot – live voice control for long-running AI work

https://github.com/demeyer1/Autobot
5•demeyer1•49m ago•0 comments

Show HN: What if you could review code without reading code?

https://github.com/coldteadotai/pr-lens
3•ohans•14m ago•0 comments

Show HN: An e-ink frame that hears birds and draws them as 1800s illustrations

https://github.com/arnegiacomo/fugleramme
2255•arnemunthekaas•2d ago•253 comments

Show HN: Repodify: Make Podcasts Out of Podcasts

https://www.repodify.app/
2•runnr_az•46m ago•1 comments

Show HN: Pappice live demo in browser via WASM

https://pappice.eu/
3•lallero317•49m ago•0 comments

Show HN: Craigslist for agent skills, curated by a human

https://skillbay.sh/
3•skeptrune•50m ago•0 comments

Show HN: Dishlist – my favorite things on the menu

https://testflight.apple.com/join/VB1YAe63
2•coopers•51m ago•0 comments

Show HN: Content-aware PII redaction with Jev in Postgres

https://pg-redact.vercel.app
2•rishi_•52m ago•0 comments

Show HN: Graph RAG in Postgres. New facts replace older facts

https://github.com/crajah/post-graph-rag
2•chandanrajah•56m ago•0 comments

Show HN: Open-source AI teammates with their own computer

https://runerrand.dev/
6•shiqimei•2h ago•3 comments

Show HN: VOSR 2 image upscaling, in the browser

https://getemerald.co/
2•gangster_dave•2h ago•0 comments

Show HN: Reintroducing Micro: A Personal Assistant for Everyone

https://micro.mu/blog/post?id=1789656583547416701
2•asim•2h ago•0 comments

Show HN: Live honeypot telemetry – 941K attack events, 160 countries

https://lurescope.com/stats
4•lurescope•2h ago•1 comments

Show HN: Smart Crosshair – A lightweight C++/Win32 adaptive contrast crosshair

https://store.steampowered.com/app/5012860/Smart_Crosshair/
2•SmartCrosshair•44m ago•0 comments

Show HN: Smart Mouth Billy Bass – another fishy LLM assistant

https://existens.org/billy/
2•ryandrake•3h ago•0 comments

Show HN: AttaLambda: a language where types and data are made of untyped lambdas

https://attalambda.com
43•kserrec•3d ago•7 comments

Show HN: How Stale Is Your AI? Release age and training cutoff for 20 models

https://stale.jock.pl/
78•joozio•1d ago•44 comments

Show HN: Trading on-chain with 0 gas: A <1ms DEX router at 0.50% fees

https://rhopool.com/
9•lachlanallen45•6h ago•0 comments

Show HN: I made a flight simulator, except you're just a passenger

https://inflightsimulator.com
438•rkotcher•3d ago•205 comments

Show HN: Hacking a $20 4G wireless hotspot into a texting device

https://bkovac.github.io/modem-thing/
203•bobili1234•2d ago•36 comments

Show HN: Restarted – a 2026 remake of the classic 2015 startup generator

https://restarted.io/
24•zxcvbn4038•2d ago•8 comments

Show HN: Capsule – Single-file web apps that save their data into SQLite

https://withcapsule.app/
374•bashtian•2d ago•161 comments

Show HN: Pizza Bot – An inbox for AI agents that work in the background

https://github.com/pizza-bot-app/pizza-bot
59•jd_•2d ago•33 comments

Show HN: Redis City – Explore how Redis works in an interactive 3D model

https://poltora.dev/redis
180•poltora•4d ago•27 comments

Show HN: Ear Training Exercise

https://clarena.app/app/try
2•AlexFromClarena•11h ago•0 comments

Show HN: ManyBot – Framework to build WhatsApp bots, without the boring part

https://manybot.org
9•synt-xerror•1d ago•0 comments

Show HN: SeasonMap – when to travel where? visualized with climate data

https://seasonmap.app
20•alongtheflow•1d ago•9 comments
Open in hackernews

Show HN: Aclif – Agent CLI framework: one grammar, canonical names across SaaS

https://www.aclif.ai/
8•chris_marino•56m ago
Simple discovery of the provider's default schemas is possible without any credentials (since they are built into the binary). If you want it to fetch customizations of your specific instance, give it credentials to your org.

The repo has more details. https://github.com/agent-cli-framework/aclif

Comments

chris_marino•40m ago
We found after deploying many enterprise agents that letting the model choose tools at run time can cause problems. The agent holds the credential and sometimes chooses the wrong tool. Using the same tool every time prevents this.
tikimcfee•7m ago
Absolutely in love. I'll be testing this after the daily grind.

I've had nothing but success with converting daily work into "notes" that then translate into runnable, deterministic application CLIs to completely sidestep "what do I need to say to you to make you do the thing??"

I'm interested in how this spreads across enterprise flows, because the issue is always discovery and usability.

How deep do you usually go with CLI composition and layering? Do you tend to find a flat list of commands and sub command help works most? Have you experimented with connecting CLIs Linux-pipe-style as if it was a dynamic application in the OS?