frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Hiraeth – AWS Emulator

https://github.com/SethPyle376/hiraeth
13•ozarkerD•2h ago•4 comments

Show HN: Libretto – Making AI browser automations deterministic

https://github.com/saffron-health/libretto
90•muchael•12h ago•32 comments

Show HN: I built a Wikipedia based AI deduction game

https://sleuththetruth.com/
5•brikym•4h ago•2 comments

Show HN: Sudomake Friends, personalized AI personas in a Telegram group chat

https://github.com/audiodude/sudomake-friends/
4•audiodude•4h ago•0 comments

Show HN: Omi – watches your screen, hears conversations, tells you what to do

https://github.com/BasedHardware/omi
8•kodjima33•8h ago•4 comments

Show HN: I rebuilt a 2000s browser strategy game on Cloudflare's edge

https://kampfinsel.com/
29•parzivalt•4d ago•25 comments

Show HN: Fakecloud – Free, open-source AWS emulator

https://github.com/faiscadev/fakecloud
25•lucas_vieira•11h ago•5 comments

Show HN: Every CEO and CFO change at US public companies, live from SEC

https://tracksuccession.com/explore
173•porsche959•16h ago•63 comments

Show HN: Leaking AWS Keys from a Trading Competition Sandbox via stdout

https://github.com/JakOb-dotcom/cloud-sandbox-security-analysis/
3•JakOb-dotcom•3h ago•0 comments

Show HN: Flint – A 30B model fine-tuned for less repetition

https://springboards.ai/models/flint-alpha
4•thmsmxwll•3h ago•0 comments

Show HN: LangAlpha – what if Claude Code was built for Wall Street?

https://github.com/ginlix-ai/langalpha
144•zc2610•1d ago•52 comments

Show HN: Plain – The full-stack Python framework designed for humans and agents

https://github.com/dropseed/plain
90•focom•1d ago•50 comments

Show HN: Compile English specs into 22 MB neural functions that run locally

9•yuntian•13h ago•0 comments

Show HN: US keyboards don't have enough keys, so I switched to Japanese

https://simone.org/hyperjis/
4•smnrg•7h ago•0 comments

Show HN: Ithihāsas – a character explorer for Hindu epics, built in a few hours

https://www.ithihasas.in
174•cvrajeesh•2d ago•45 comments

Show HN: Monadic Networking Library for Go

https://github.com/philip-peterson/fp-go-net
3•ironmagma•10h ago•0 comments

Show HN: Kelet – Root Cause Analysis agent for your LLM apps

https://kelet.ai/
47•almogbaku•1d ago•23 comments

Show HN: Pseudonymizing sensitive data for LLMs without losing context

https://atticsecurity.com/en/blog/why-llms-hate-fake-data-token-proxy/
4•n00pn00p•16h ago•4 comments

Show HN: Tine – Drive Wayland Around with Agents

https://github.com/smythp/tine
4•tarboreus•11h ago•4 comments

Show HN: Dependicus, a dashboard for your monorepo's dependencies

https://descriptinc.github.io/dependicus/
6•irskep•11h ago•1 comments

Show HN: Skillgrab – scan any project, auto-install matching AI skills

https://briascoi.github.io/skillgrab/
6•ismaelb•17h ago•1 comments

Show HN: Cush – curl your shell, an HTTP tunnel for AI agents

https://github.com/statespace-tech/cush
2•esafranchik•12h ago•1 comments

Show HN: MCP server gives your agent a budget (save tokens, get smarter results)

https://l6e.ai
5•bennettdixon•13h ago•2 comments

Show HN: The RUM Conjecture Explained [video]

https://www.youtube.com/watch?v=DGoI6T3SGfY
3•rcron•5h ago•0 comments

Show HN: Avec – iOS email app that lets you handle your Gmail inbox in seconds

https://apps.apple.com/us/app/avec-email-app-for-gmail/id6742199038
18•jnnnthnn•13h ago•4 comments

Show HN: CD-Deluxe for the Command Line

https://github.com/m6z/cd-deluxe
2•m6z•13h ago•1 comments

Show HN: boringBar – a taskbar-style dock replacement for macOS

https://boringbar.app/
516•a-ve•3d ago•298 comments

Show HN: Scope-structured arena memory for C, O(1) cleanup, no GC/borrow checker

https://github.com/hollow-arena/ariandel
3•theperezident•14h ago•0 comments

Show HN: SafeWeave – 8 security scanners as an MCP server inside your AI editor

https://safeweave.dev
2•techxeni•14h ago•0 comments

Show HN: Lazyagent – TUI for to watch all your AI coding agents

https://github.com/chojs23/lazyagent
8•neozz•15h ago•0 comments
Open in hackernews

Show HN: I built a Wikipedia based AI deduction game

https://sleuththetruth.com/
5•brikym•4h ago
I haven't seen anything like this so I decided to build it in a weekend.

How it works: You see a bunch of things pulled from Wikipedia displayed on cards. You ask yes or no questions to figure out which card is the secret article. The AI model has access to the image and wiki text and it's own knowledge to answer your question.

Happy to have my credits burned for the day but I'll probably have to make this paid at some point so enjoy. I found it's not easy to get cheap+fast+good responses but the tech is getting there. Most of the prompts are running through Groq infra or hitting a cache keyed by a normalization of the prompt.

Comments

rockstar2001•48m ago
this is pretty cool !
smartypant•7m ago
but for yes no game you can probably use a cheaper and smaller model and free credits ritght? Anyway, this sounds good geeky.