frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Wheesper – Start an anonymous discussion with a link

https://wheesper.com/
7•whatdoyouthink2•59m ago•3 comments

Show HN: I replaced a $120k bowling center system with $1,600 in ESP32s

2725•section33•1d ago•314 comments

Show HN: Stacks – an hourly card solitaire about building four gardens

https://plan9.kr/stacks/
13•sungchi•5d ago•6 comments

Show HN: A Pipeline for Making 10-minute AI Movies with Claude Code and Seedance

https://github.com/dawndrain/movie-gen
6•dawndrain•2h ago•1 comments

Show HN: Codex Harness for Java Unit Testing

https://github.com/JAIPilot/jaipilot-cli
2•surajkrajan•1h ago•0 comments

Show HN: A browser-based canvas for custom physical notepads

https://www.theframepad.com/
4•awahed•1h ago•2 comments

Show HN: Fair500 – Ranking the S&P500 on pay ratios and worker equity

https://fair500.com/
4•BlakeBalbirnie•1h ago•2 comments

Show HN: An open database of 1,355 global problems with a zero-auth API

https://www.worldsolve.org/
4•pep-6067•1h ago•1 comments

Show HN: We let Muse Spark 1.1 vibe code itself to produce 2048

https://github.com/awesoftsolutions/idea_meta-muse-2048-game
3•favurdev•1h ago•1 comments

Show HN: The Plato Programming Language

https://github.com/cdiggins/plato
3•d166e8•1h ago•0 comments

Show HN: VoxThermic – A macOS journaling app that uses Apple's Foundation Models

https://voxthermic.jbri.workers.dev/
3•midnightbobarun•1h ago•0 comments

Show HN: Compare public holidays across countries side by side

https://worldholidays.me
2•weijunext•1h ago•0 comments

Show HN: Sidereon: GNSS and Astrodynamics (Python, Rust, JavaScript, C, Elixir)

https://sidereon.dev
2•nberkman•2h ago•0 comments

Show HN: Building a product for humans and AI agents

https://slobodan.me/posts/introducing-competitor-tracker/
2•slobodan_•2h ago•0 comments

Show HN: Grid Words – sudoku meets Wordle meets crosswords

https://www.gridwordsgame.com/
4•jschomay•2h ago•1 comments

Show HN: CodeTrain – an AI tutor that refuses to write code for you

https://codetrain.ai
2•inferhaven•2h ago•1 comments

Show HN: Pathfinding Puzzle Game

https://pathology.thinky.gg/
2•k2xl•2h ago•0 comments

Show HN: The0 – self-hosted runtime for trading bots, bring your own language

https://github.com/alexanderwanyoike/the0
4•mercutio93•2h ago•1 comments

Show HN: HN Comment Saver

https://github.com/overflowy/hn-comment-saver
5•overflowy•2h ago•2 comments

Show HN: OTP Inspired actor supervisor based full stack templates

https://shipstacks.net
2•annrap1d•2h ago•1 comments

Show HN: QUBE Predict – A cloud platform for drug response prediction

https://qube-predict.streamlit.app/
2•gfam999•3h ago•0 comments

Show HN: Give your AI agent a personality (and a voice) without external APIs

https://fellowgeek.github.io/mcp-speak/
2•pcbmaker20•3h ago•0 comments

Show HN: Vestige - Splits large AI diffs into reviewable chunks

https://marketplace.visualstudio.com/items?itemName=Vestige.vestige-vscode-extension
2•glendatxn•57m ago•1 comments

Show HN: Send your agent to solve open math missions

https://mission.land/
2•timqian•1h ago•0 comments

Show HN: A 16-control subtractive synth for microcontrollers (39k ELF, web demo)

https://mini000.itch.io/beeper
4•isitcontent•2h ago•0 comments

Show HN: Bribes.fyi – Built something to report bribes

https://bribes.fyi/
43•neverenderr•1d ago•36 comments

Show HN: Q3Edit – Edit and play Quake 3 maps in the browser

https://q3edit.com
101•drdator•2d ago•26 comments

Show HN: IKEA Complexity Index

https://ikea.greg.technology/
178•gregsadetsky•2d ago•87 comments

Show HN: A canvas-based note taking and organizer app

https://www.passinote.app/
60•passiflora96•18h ago•32 comments

Show HN: A comprehensive, filterable list of AI agent jails

https://pleasedonotescape.com/
8•petesergeant•5h ago•3 comments
Open in hackernews

Show HN: Chalie – AI peer not employee

https://github.com/chalie-ai/chalie
6•dylangrech92•20h ago

Comments

dylangrech92•20h ago
Hey HN — I'm the main dev behind Chalie.

Why I built Chalie: When I first started developing it, the idea of agents was still very new (late 2025, early 2026). I wanted a clean web UI, not a terminal window, and I wanted to use it from anywhere in the world — not stuck on one machine.

Why did it take so long: I released the first alpha around mid-March but never really marketed anywhere, Chalie has actually pushed me towards making this post.

What makes it different: My thesis is simple — I don't want to juggle sessions, I want the ChatGPT experience but with some agency. I don't want to create another coding agent. I want something to discuss daily topics with: diet, family drama, job, ideas. Something that won't judge me but be a peer. That is why memory was critical from day one and is what the whole harness is designed around.

Is it done? It will never be done, but I've poured my heart and soul into making it as clean and efficient as possible, and I'm constantly coming up with new ways to pressure test and optimize it to work on smaller and smaller models so that it can be truly private.

Can it run totally local? Yes, kinda. For quality usage it's best paired with frontier models for now, but I've tested extensively with local models such as qwen3.6:27b and ornith:35b, and the results are satisfactory.

Is it a competitor to OpenClaw / Hermes / Claude / Codex / etc? If you consider an AI harness a competitor, sure — but at the same time, not really. Chalie is designed to be a peer, not an employee. If you want an agent to just do work, use any of the ones mentioned earlier (Chalie itself is developed with Claude). But if you want a partner, a listener, a peer — then Chalie is for you.

Thanks :)