frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Datatype – variable font that turns text into charts

https://franktisellano.github.io/datatype/
1•colinprince•1m ago•0 comments

Codex 'Auto-Review' Agent Runs Malware

https://www.promptarmor.com/resources/agentic-auto-review-approves-malware
1•hackerBanana•2m ago•0 comments

AI Economic Indicators – Digital Economy – Stanford

https://digitaleconomy.stanford.edu/project/indicators/
1•aanet•3m ago•1 comments

Agent-Shell 0.55 Updates

https://xenodium.com/agent-shell-0-55-updates
1•xenodium•5m ago•0 comments

Show HN: I used AI to turn 8 years of texts into a love story

https://story-of-us-preview.vercel.app/hacker-news-post
1•LanceJones•6m ago•0 comments

Show HN: Helipad – a floating macOS panel showing which agent PRs need you

https://ronreiter.github.io/helipad/
1•ronreiter•7m ago•0 comments

WikiLambda the Ultimate

https://en.wikipedia.org/wiki/Wikipedia:Wikipedia_Signpost/2026-05-22/Recent_research
2•Antibabelic•8m ago•0 comments

Show HN: A quarterly check-in for co-founders, as a conversation game

https://www.seesaw.social/library/co-founders
1•diongeorge•9m ago•1 comments

I map your startup's external attack surface using passive OSINT

https://www.upwork.com/freelancers/~012e8c00af123f6297?p=2055652710620958720
1•busraugur•12m ago•0 comments

Completion is a Substrate, not a UI

https://www.chiply.dev/post-icr-primer
1•noelwelsh•14m ago•0 comments

Next 100 Days: Xbox Reset

https://news.xbox.com/en-us/2026/06/10/next-100-days-xbox-reset/
3•Tomte•14m ago•0 comments

Tell HN: np.reddit.com now redirects to www.reddit.com

3•kevinwang•16m ago•1 comments

Untrusted Impersonation of the Project at Simplescreenrecorder.com

https://github.com/MaartenBaert/ssr/issues/1086
1•notpachet•19m ago•0 comments

Vinod Khosla: We will need a new tax code for the wealth AI creates

https://www.ft.com/content/b277360e-bf23-4366-afd7-acab940f66b7
3•marojejian•20m ago•1 comments

NeuroMemor –- open source Python AI

https://github.com/erabytse/NeuroMemor
1•takouzlo•21m ago•0 comments

Show HN: Single Access Memory – Write in Markdown, read once, watch it dissolve

https://single-access-memory.onrender.com/
1•AnonymousThree•21m ago•0 comments

The Download: soccer's data Renaissance and China's big nuclear plans

https://www.technologyreview.com/2026/06/11/1138809/the-download-soccer-football-data-analytics-c...
1•joozio•21m ago•0 comments

Ask HN: Degree apprenticeships in engineering, do they exist?

2•adamofeden•22m ago•2 comments

What Is a Vertical Tab?

https://stackoverflow.com/questions/3380538/what-is-a-vertical-tab
2•basilikum•23m ago•0 comments

The First Taste Is Free

https://atlasprimeai.substack.com/p/the-first-taste-is-free
1•atlasprimeai•27m ago•0 comments

Homebrew CPU

https://www.homebrewcpu.com/
3•hggh•29m ago•0 comments

Secure Self-Hosted Infrastructure

https://app.localmail.uk/
1•peter_retief•29m ago•0 comments

Fable 5 Ported the Ladybird Browser to WebAssembly in One Shot and It Cost $552

https://twitter.com/HeyPuter/status/2065114471589089729
5•ent101•30m ago•3 comments

Ultimatum: Warrant Requirement or Bust

https://www.eff.org/deeplinks/2026/06/702-ultimatum-warrant-requirement-or-bust
2•Brajeshwar•30m ago•0 comments

CCTV – See which Claude Code agent needs you, from the menu bar

https://github.com/manelrv/CCTV
2•manelrv•31m ago•0 comments

Meta Deletes Face-Recognition System from Its Smart Glasses App

https://www.wired.com/story/meta-removes-face-recognition-code-meta-ai-app-smart-glasses/
1•ameypandey•33m ago•0 comments

Visa Vulnerability Agentic Harness for Project Glasswing

https://github.com/visa/visa-vulnerability-agentic-harness
3•guessmyname•33m ago•0 comments

The only scalable delete in Postgres is DROP TABLE

https://planetscale.com/blog/the-only-scalable-delete
1•hollylawly•34m ago•0 comments

Show HN: Not Another Vibe-Coded YouTube Playlist Creator

https://skipvids.com/generateplaylist
1•01jonny01•35m ago•0 comments

AI is eating your moat

https://josepvidal.dev/blog/ai-is-eating-your-moat
4•jvidalv•37m ago•2 comments
Open in hackernews

Show HN: Kikubot – Each AI agent is an inbox

https://github.com/mxaiorg/kikubot
2•asp68•1h ago
Hi All, I’ve posted an OSS Agent framework with its main philosophy being the use of email as the message bus (no message queue, vector store, orchestrator). Essentially every agent is an email address. The main reason behind this project is to facilitate company adoption & deployment of AI agents.

# How it behaves (what it looks like) A user sends an email to a specific email address, e.g., kiku@agent.acme.com. Kiku was created as a designated coordinator agent that takes the requested task, like “take the attached article and prepare social media posts”, and routes it to one or more internal agents via email. Kiku knows to which agents to route to because “she” maintains a “roster” of the agents in the cluster. This roster describes the capabilities of each agent. Agents act on the part of the task sent to them and return the results to the coordinator who then returns it to the user.

One of the key design aspects is the project uses email threading as state memory. When the agent’s LLM is called, the the thread is passed in as history context.

Top Benefits of the Kikubot framework:

- Users engage AI agents via email which makes it easy for organizational deployment - no end-user installs, just an email address to send tasks too - Per agent user access controls - Per agent containerization - Highly scalable capabilities - agent teams can “nest” other teams. - Cost containment via per agent LLM selection - High visibility into intra-agent “conversations” via standard email tools

Ease of Deployment: We are working on making it easy to deploy and customize. We have a Configurator tool that we believe goes a long way in making setup much easier. We just added a ./demo.sh script that launches a complete demo on your machine included a local email server, webmail client and Kikubot agent. Just run ./demo.sh.

Comparison with OpenClaw: There’s a billion agent frameworks out there. Here is a side by side table comparison with OpenClaw to help understand where Kikubot fits:

  Dimension        | Kikubot                | OpenClaw
  -----------------+------------------------+-----------------------
  Message bus      | Email (IMAP/SMTP)      | Chat apps (Telegram,
                   |                        | Slack, Discord,
                   |                        | WhatsApp, etc.)
  -----------------+------------------------+-----------------------
  Architecture     | Multi-agent by design  | Single gateway with a
                   | - coordinator +        | channel/brain/body
                   | specialized sub-agents | layer separation
  -----------------+------------------------+-----------------------
  Target scale     | Organizational /       | Personal productivity
                   | enterprise (hundreds   | / individual assistant
                   | of agents,             |
                   | departments)           |
  -----------------+------------------------+-----------------------
  Agent topology   | Decentralized - each   | Local-first gateway
                   | agent independently    | process on your
                   | deployed anywhere in   | machine or VPS
                   | the org                |
  -----------------+------------------------+-----------------------
  End-user install | None - users just      | Requires installing
                   | email an address       | and running the
                   |                        | gateway runtime
  -----------------+------------------------+-----------------------
  Primary language | Go                     | Node.js

Anyway, a long winded post. Check out the project. If you find it interesting please join in! There are already some very interesting applications of Kikubot across different types of organizations!