New Show Hacker News story: Show HN: Ghost Pepper Meet local meeting transcription and diarization

Show HN: Ghost Pepper Meet local meeting transcription and diarization
12 by MattHart88 | 2 comments on Hacker News.
100% local & private transcription engine for macOS. Captures & does speaker diarization. Originally was building as its own app, but can leverage same local models from my original push-to-talk voice transcription product so combined them into one app.

New ask Hacker News story: My GLM-5.1 coding agent scored 94.3% on LiveCodeBench Lite (348/369)

My GLM-5.1 coding agent scored 94.3% on LiveCodeBench Lite (348/369)
3 by univence | 0 comments on Hacker News.
I’ve been building Univence, a custom autonomous coding agent platform powered by GLM-5.1. We are building this to be a true Replit/Vercel competitor, but with zero vendor lock-in. You can build and develop entirely on our platform alongside our SOTA agent, but you own the code and can deploy it seamlessly to any 3rd-party host like DigitalOcean, Netlify, AWS, or your own VPS. To prove the core agent's capability, we just ran it against the LiveCodeBench Lite dataset (Python split). Here is the breakdown over a blind 369-problem run: Total: 348/369 passed (94.3%) Easy: 138/141 passed (97.9%) Medium: 152/156 passed (97.4%) Hard: 58/72 passed (80.6%) (Note: We achieved that 80% on Hard by engineering the agent's constraints to strictly prioritize optimal time complexities like O(n log n) over brute-force O(n^2), avoiding the Time Limit Exceeded errors that usually trip up standard wrappers). But we aren't just building this for the tech. My co-founder is a Palestinian refugee currently living in the Gaza Strip, and we are launching this to drive immediate humanitarian impact. 100% of the profits from 11 months of the year from this platform will be donated directly to support Palestinian refugees. The agent is this good already, but I have a roadmap of architectural ideas to make it even better. Right now, I'm looking for fast angel funding, compute sponsorships, or strategic partners to help us scale this ASAP. Try it out: https://univence.com Raw JSONL trajectory logs: https://ift.tt/92NWklP Follow our progress & proof of donations: https://ift.tt/YOEu8pn I would love any feedback on the platform or the agent architecture. If you are an investor or want to support the mission, my DMs are open on X, or you can reach us at univenceai@gmail.com.

New ask Hacker News story: Claude Code is no longer a part of the Pro plan

Claude Code is no longer a part of the Pro plan
8 by csoham | 0 comments on Hacker News.


New Show Hacker News story: Show HN: Backlit Keyboard API for Python

Show HN: Backlit Keyboard API for Python
8 by itsmeadarsh | 1 comments on Hacker News.
It currently supports Linux as of now. You can use this package to tinker with many things. Let's say, if you want to make a custom notification system, like if your website is down, you can make a blink notification with it. MacOS support is underway. I haven't tested Windows yet, I don't use it anymore btw. In future, if this package reaches nice growth, I'll be happy to make a similar Rust crate for it.