frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Jemalloc 5.4.0

https://github.com/jemalloc/jemalloc/releases/tag/5.4.0
1•gkfasdfasdf•1m ago•0 comments

Nowmine

https://signal.nowmine.site/
2•tjjune•8m ago•0 comments

Ask HN: Why have we normalized jobs and soft skills bullshit so much?

3•thomasjeff1•8m ago•0 comments

The Scourge of x86 Emulation

https://fex-emu.com/Scourge-of-emulation/
2•dagmx•11m ago•0 comments

Ngrx Inspector

https://marketplace.visualstudio.com/items?itemName=fredyang.ngrx-inspector
1•freddy18•13m ago•0 comments

Reflections on Trusting Trust, Revisited: Poisoning Self-Modifying AI Coding

https://arxiv.org/abs/2609.17817
2•sbulaev•14m ago•0 comments

Hacker

2•jurryythg•17m ago•2 comments

Anderon (IBM) finalizes $1B CHIPS award for US quantum foundry R&D

https://newsroom.ibm.com/2026-09-16-anderon,-an-ibm-company,-finalizes-agreement-with-the-u-s-dep...
2•osnium123•18m ago•0 comments

A Bitter Lesson for Data Filtering

https://arxiv.org/abs/2605.19407
2•nujan_dev•19m ago•1 comments

Mojo 1.1: the compiler now accepts contributions

https://www.modular.com/blog/modular-26-6-open-compiler-contributions-audio-generation-and-expand...
2•user142•20m ago•0 comments

Show HN: Continuity – project state your AI sessions can't silently contradict

https://github.com/vikcena01/ai-continuity-plugin
1•vikcena01•24m ago•0 comments

Show HN: Free Tournament Bracket Maker and Generator

https://snapbracket.com/
1•littlelight•25m ago•0 comments

macOS 27 is a lifesaver for killing leftover AI Agent processes

https://9to5mac.com/2026/06/09/macos-27-golden-gate-makes-it-clear-when-apps-are-sneakily-running...
2•pierreneter•25m ago•2 comments

The Provenance Tax: How LLM Watermarking Changes AI Agent Behavior

https://www.lasso.security/blog/the-provenance-tax-understanding-the-impact-of-llm-watermarking-o...
2•fourfire•27m ago•0 comments

Waymo in Singapore

https://waymo.com/waymo-in-singapore/
3•ramanan•32m ago•1 comments

The Concerns Surrounding Rapid Rise of AI and What We Should Do About It

https://medium.com/@f9121212/this-article-addresses-the-concerns-surrounding-the-rapid-rise-of-ai...
1•ortrich•33m ago•0 comments

Age of Beyond [video]

https://www.youtube.com/watch?v=vp7xoPeWzEw
1•suopspaces•35m ago•0 comments

Natural General Intelligence

https://naturalgeneralintelligence.ai/
2•jbegley•41m ago•0 comments

Youper is shutting down – What kills mental health AI?

https://www.youper.ai/notice
2•batman2019•58m ago•0 comments

Show HN: Free GitHub Action that scans PR diffs for malicious code, not quality

https://github.com/marketplace/actions/vigil-pr-scanner
2•arsalsajjad•1h ago•0 comments

The Bitterest Lesson

https://typesafe.ai/blog/bitterest-lesson
2•emersonmacro•1h ago•0 comments

Google announces new experimental "CC" AI agent for families

https://arstechnica.com/google/2026/09/google-announces-new-experimental-cc-ai-agent-for-families/
2•geoffbp•1h ago•0 comments

Show HN: Green Screen Remover – free in-browser chroma key, nothing uploaded

https://greenscreenremover.net/
2•wangqing333•1h ago•0 comments

I built the fastest PHP webserver in the world

https://qbixserver.com
2•EGreg•1h ago•0 comments

Data

2•justavalidman•1h ago•0 comments

Running OpenBAO on Kubernetes with a CloudNativePG PostgreSQL Back End

https://www.cncf.io/blog/2026/09/16/running-openbao-on-kubernetes-with-a-cloudnativepg-postgresql...
2•geoffbp•1h ago•0 comments

Show HN: Concat: the open-source CapCut replacement.

https://github.com/jub0t/Concat
3•calanus•1h ago•0 comments

Pre-Greek: The lost language hidden within Ancient Greek

https://linguisticdiscovery.com/posts/pre-greek/
7•axiologist•1h ago•0 comments

Code Scans

https://devin.ai/blog/introducing-code-scans
8•geoffbp•1h ago•0 comments

Warez: The Infrastructure and Aesthetics of Piracy Culture

https://archive.org/details/b904a8eb-9c98-4bb1-bf25-3cb9d075b157
6•succinct_ideas•1h ago•0 comments
Open in hackernews

Show HN: Toolbase – Build reliable AI teammates by example, not instruction

2•David1238•1y ago
Hey HN, we’re David and Ethan, co-founders of Toolbase.

Toolbase is an AI agent and workflow builder that helps you quickly create production-grade AI automations — batteries included.

Try it without registering here: https://gettoolbase.com/

------- The dev cycle in Toolbase -------

1. Define a rough goal.

2. Connect any API or MCP server (we have thousands, or bring your own).

3. Teach the AI what valid input and output examples look like (these later become your unit tests!).

4. Let Toolbase generate the perfect prompt, code, workflow, or agent.

5. Deploy your project as an API, MCP server, or chat interface!

Coding optional. Sharing encouraged.

Note: If you’re familiar with Cursor/Windsurf and the core concepts behind frameworks like Mastra (which Toolbase runs on), you already know how to use Toolbase. You retain the flexibility of coding but avoid boilerplate and plumbing tasks (integration, validation, context mapping, testing, etc.) unless you explicitly choose to do them.

------- Demo -------

https://www.loom.com/share/540c61b2c5634996b088ebbb16989cf0?...

This simple agent validates company billing addresses in our CRM (Pipedrive) by researching them through Tavily search. If there’s an address mismatch, it asks a human to pick the right one via email (watch on 2x speed):

Output email for the example shown in the demo: https://gettoolbase.com/assets/demo-screenshot.png

Producing code and more deterministic workflows follows a similar process.

------- Why another agent/workflow builder? -------

We started building Toolbase out of frustration with existing frameworks, especially for production use, and the lack of IDE support for MLOps artifacts, such as prompts, golden data, workflows, and evaluations. Since much of the code for agentic systems can be dynamically generated and validated using these artifacts, they often become even more important than the code itself.

After speaking with other builders, we also realized that manually coding workflows, experimenting with prompts through trial-and-error, and setting up infrastructure/integrations all took far more time than they should. Tools like Cursor and Windsurf help, but extracting meaning from AI-generated code is slow. Chatbots whipping up arcane code potions in tinted chat windows, which is the other end of the spectrum, demos really well but isn’t maintainable at all (sorry, vibe-coding). So we went with something in the middle: an AI-assiststed visual builder with full code fallback.

------- What do you think? -------

We’re excited for any feedback, thoughts, or questions from the HN community.

Let us know what you think in the comments!

- David & Ethan

Comments

David1238•1y ago
If you want to jump straight to trying it, you can preview it here:

https://gettoolbase.com

Try clicking the play button at the bottom right of workflow pane that appears next to the big blue text.

Clicking each node after you submit your query shows you its results for the run.

Full-screening the experience (icon on the top right) and expanding a node (same icon within a step of the workflow) lets you train that prompt in the same way we did in the demo.

The first node (“User Intent Extractor”) is purposefully vague so you can train it yourself!