frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Qwen3.5-35B – 16GB GPU – 100T/s with 120K context AND vision enabled

https://github.com/willbnu/Qwen-3.5-16G-Vram-Local
1•willfinger•1m ago•1 comments

What Did Ilya See?

https://www.youtube.com/watch?v=glWvwvhZkQ8
2•pferdone•1m ago•0 comments

Rust Actor Framework Playground

https://knowledge.dev/playgrounds/rust-actor-framework
1•deniskolodin•1m ago•0 comments

Show HN: MTile – native macOS window tiler inspired by gTile

https://github.com/protortyp/mTile
1•protortyp•3m ago•0 comments

Show HN: Personalized financial literacy book for your kid

https://cointales.ai/en/create-your-book
1•mhalifax•7m ago•0 comments

Ask HN: Has anyone built an autonomous AI operator for their side projects?

2•rosasolana•7m ago•0 comments

Obituary for António Lobo Antunes

https://www.theguardian.com/books/2026/mar/06/antonio-lobo-antunes-portuguese-novelist-dies-aged-83
1•Archelaos•9m ago•0 comments

The legendary Mojave Phone Booth is back (2013)

https://dailydot.com/mojave-phone-booth-back-number
1•1970-01-01•11m ago•0 comments

Autonomous AI Newsroom

https://www.simplenews.ai/
2•goldkey•17m ago•0 comments

People love to hate twice-a-year clock change but can't agree on how to fix it

https://www.nbcnews.com/news/us-news/people-love-hate-changing-clocks-twice-year-cant-agree-fix-r...
2•anigbrowl•18m ago•0 comments

To be a better programmer, write little proofs in your head

https://blog.get-nerve.com/to-be-a-better-programmer-write-little-proofs-in-your-head/
1•fagnerbrack•19m ago•0 comments

Show HN: ScreenTranslate – On-device screen translator for macOS (open source)

https://github.com/hcmhcs/screenTranslate
1•hcmhcs0•19m ago•0 comments

A New Way to Synthesize Peptides (2024)

https://www.science.org/content/blog-post/new-way-synthesize-peptides
2•paulmist•20m ago•0 comments

Report from Vietnam (1968) Walter Cronkite [video]

https://www.youtube.com/watch?v=kcSeecx-Z1E
1•pcfwik•21m ago•0 comments

Airtable: Rewriting Our Database in Rust

https://medium.com/airtable-eng/rewriting-our-database-in-rust-f64e37a482ef
1•awans•22m ago•0 comments

A workflow driven web framework for Clojure

https://mycelium-clj.github.io/docs/guestbook.html
1•yogthos•23m ago•1 comments

Show HN: An AI-powered digital night vision system with drone video feed

https://www.indiegogo.com/en/projects/atx-system/atx-shadow-x1-professional-ai-night-vision
1•lukascodes•23m ago•0 comments

The Start-Stop Problem

https://kramkarthik.com/the-start-stop-problem/
1•ramkarthikk•23m ago•0 comments

Show HN: PlateSpinner – A Kanban board that orchestrates AI coding agents

https://github.com/moridinamael/platespinner
1•mordymoop•27m ago•0 comments

AI startup sues ex-CEO, saying he took 41GB of email and lied on Résumé

https://arstechnica.com/tech-policy/2026/03/ai-startup-sues-ex-ceo-saying-he-took-41gb-of-email-a...
1•pseudolus•29m ago•1 comments

Technical Beauty: FreeBSD Jails

https://vivianvoss.net/blog/technical-beauty-jails
3•vermaden•30m ago•0 comments

this css proves me human

https://will-keleher.com/posts/this-css-makes-me-human/
17•todsacerdoti•32m ago•7 comments

UK Gambling Commission explores how to keep bettors on licensed sites

https://www.coindesk.com/policy/2026/02/27/uk-s-gambling-watchdog-explores-allowing-gamblers-to-p...
1•PaulHoule•34m ago•0 comments

An IRC bot spawned the most prolific software [video]

https://www.youtube.com/watch?v=ohzzGy5K9Dk
1•todsacerdoti•36m ago•0 comments

Show HN: Auto-Co – 14 AI agents that run a startup autonomously (open source)

https://github.com/NikitaDmitrieff/auto-co-meta
3•formreply•36m ago•1 comments

Aldous Huxley on the Power of Technology (1961) [video]

https://www.youtube.com/watch?v=ZCOGFSwrGNc
2•mitchbob•37m ago•0 comments

Countries moving to ban social media for children

https://techcrunch.com/2026/03/06/social-media-ban-children-countries-list/
2•andrewstetsenko•38m ago•0 comments

White Collar Goes Blue

https://www.workingtheorys.com/p/white-collar
1•jger15•40m ago•0 comments

Research Shows Models Know Answers Before Finishing Chain-of-Thought Reasoning

https://www.simplenews.ai/news/research-shows-models-already-know-answers-before-finishing-chain-...
1•goldkey•41m ago•0 comments

Open-source LLM router with Thompson Sampling and energy-aware routing

https://github.com/beee003/astrai-router
1•bee003•41m ago•1 comments
Open in hackernews

Show HN: Desktop app to run Python agents over TCP with live server geolocation

https://github.com/Summoner-Network/summoner-desktop
5•rtuyeras•8h ago
I built an open-source desktop app for running and monitoring Python agents that talk over TCP.

It works on macOS, Linux, and Windows. The basic idea is simple: if a repo has an `agent.py` entrypoint, the app can import it from GitHub, install `requirements.txt` if needed, connect it to a TCP server, and show what it is doing in one UI.

Current features:

* import agent repos from GitHub, including private repos

* run agents through `agent.py`

* optional `requirements.txt` support

* optional `id.json` for agent metadata

* connect agents to TCP servers

* inspect message flow in one place

* map/network view showing where connected servers are

I originally built this because managing multiple agents by hand across terminals and scripts gets messy fast.

This is not an agent framework. It is more of an operational layer for Python repos that already follow a simple entrypoint and communicate over TCP.

Repo: https://github.com/Summoner-Network/summoner-desktop

Demo: https://youtu.be/yvD712Uj3vI

Interested in feedback on whether this workflow makes sense, and what might be missing for real multi-agent setups.

Comments

aadyantagrawal•6h ago
The desktop app looks really awesome! The feature where I can see the locations of the agents connected to my server is really awesome!
rtuyeras•6h ago
Yeah, I also really love that feature. Thanks!
jlongo78•6h ago
nice! multi-agent setups are sweet. ever tried scaling session persistence with real-time analytics? that could be fun!
rtuyeras•6h ago
Yes, I agree. Right now the desktop app only has basic dashboard analytics.

One direction I want to explore is real-time operational metrics (sessions, traffic, reconnects), plus a simple mechanism where agents can write structured data to a designated folder. The desktop client would watch that folder and dynamically surface those signals in the dashboard.

The idea is to let agents expose their own telemetry without hardcoding analytics into the platform.

jlongo78•5h ago
real-time metrics sound sick. agents’ own data? that’s a cool twist! gotta keep it flexible. scaling fun awaits!
kevinghim•5h ago
Cool. Similar to OpenClaw but one that learns after you. I love it that it can collab with other agents while you're away. Talk about autonomous collaborations!
rtuyeras•5h ago
Yeah the digital twin in the demo is an early version, similar to openclaw but could use more features right now.

The desktop app makes it easy to monitor when the agent travels across the servers