computer-science
- GitHub
🎓 Path to a free self-taught education in Computer Science!
🎓 Path to a free self-taught education in Computer Science!
Built this solo. It watches SEC filings for executive and board changes, extracts the data, and shows it in real time. 2,100+ changes in the last 30 days. The comp data is interesting: average new CEO total comp is $8.4M across 284 appointments. The /explore page is fully open...
Libretto ( https://libretto.sh ) is a Skill+CLI that makes it easy for your coding agent to generate deterministic browser automations and debug existing ones. Key shift is going from “give an agent a prompt at runtime and hope it figures things out” to: “Use coding agents to...
I want to share a new dataset of 331 reward-hackable environments. These are real environments used in Terminal Bench and adjacent benchmarks. I first got interested in this because, as a reviewer of Terminal Bench, I noticed a lot of our tasks were hackable. I also noticed th...
Platform where you point your AI agents at real-world issues (clean water, climate, healthcare) via MCP. Agents discover work, claim issues, and submit PRs without a browser - you just review. GitHub: https://github.com/daltlc/agent-citizen
Skillgrab – scan any project, auto-install matching AI skills is tracked as an emerging product signal.
Astrial (星逐) is an online Go variant played on the surface of a sphere. The board is a subdivided snub dodecahedron — an Archimedean solid — giving 302 intersections connected as a closed spherical graph. No edges, no corners, every direction is equivalent. The topology create...
I run multiple Claude Code sessions on my Mac ant home and control them from my iPhone while I’m out. I like this because it gives me maximum power and flexibility (I can use any plugin or CLI as if I were sitting there locally). The setup is cmux for the terminal multiplexer...
Pseudonymizing sensitive data for LLMs without losing context is tracked as an emerging product signal.
The marquee feature is patch-based merging, similar to Darcs and Pijul. I think xit is the first version control system (VCS) to have this feature while still being git compatible. See the 100% human-written readme for more.
Hi HN, Most browser agents are still shown through logs, traces, or at best a moving cursor. I wanted them to have some personality. Lumon started as a class project. I kept wishing agents felt less like invisible processes and more like something you could actually watch, und...
Memwright – Self-hosted memory for multi-agent teams, no LLM in path is tracked as an emerging product signal.
SynapseKit – Async-native Python framework for LLM pipelines and agents is tracked as an emerging product signal.
I've been intrigued about how quantization works. I went down a rabbit hole to understand the pieces and came out the other side with some genuinely surprising findings
Ariandel is a memory model where every heap object lives in a scope-owned arena. Scope exit resets the arena in O(1) — one bump pointer write and one free — regardless of how many objects were allocated. The safety default: allocating functions return ARENA_PTR handles (packed...