frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

A Hormone Disorder May Be Driving High Blood Pressure Cases

https://scitechdaily.com/a-hidden-hormone-disorder-may-be-driving-millions-of-high-blood-pressure...
1•elo2000•1m ago•0 comments

StreamX – A new approach to online video streaming

https://streamx1.com/
1•streamx295•2m ago•0 comments

Weird Little Guys of FOSS

https://drewdevault.com/weird-guys/
1•HotGarbage•2m ago•0 comments

StatusPerch – Organize your Mac menu bar

https://qingtan-labs.github.io/StatusPerch/
1•eustoria•4m ago•0 comments

Sysdraw – System design diagrams, sketched in the browser

https://sysdraw.app
1•eustoria•5m ago•0 comments

Understanding technical papers is so hard & why are some authors so narcisstic?

1•ahanjura•8m ago•0 comments

NASA Ad Astra Initiative

https://science.nasa.gov/astrophysics/programs/physics-of-the-cosmos/community/ad-astra/
2•xqcgrek2•12m ago•0 comments

Sum types in Go, or how to model events the compiler can check

https://viviersoft.com/blog/ddd-go-1-sum-types/
1•lanath•14m ago•0 comments

Farmed Salmon May Not Be as Nutritious as It Once Was, New Research Suggests

https://insideclimatenews.org/news/04092026/farmed-salmon-losing-healthy-fatty-acids/
1•Alephinitesimal•14m ago•0 comments

Customer Support Is Broken. VoraDesk Is Building a Better Way

https://substack.com/profile/206275102-akanmu-akinkunmi/note/c-331801194
1•PetrJoe•17m ago•0 comments

Customizing my Compaq MX-11800 keyboard

https://blog.webb.page/WM-102
3•NetOpWibby•18m ago•0 comments

Gmail/Google Docs Down?

3•kappi•19m ago•0 comments

Tesla touts European supervised self-driving safety data ahead of EU vote

https://www.reuters.com/business/autos-transportation/tesla-touts-european-supervised-self-drivin...
1•tosh•20m ago•0 comments

CampRoo – Free Camping Spots

https://camproo.com
1•aziz10101•20m ago•0 comments

FSD Supervised now approved in Slovenia

https://twitter.com/teslaeurope/status/2097007168939593780
1•tosh•21m ago•0 comments

San Francisco institution 'heartbroken and furious' after erasure of public art

https://www.sfgate.com/local/article/clarion-alley-murals-erased-22420365.php
2•mikhael•21m ago•0 comments

The auto-formalization of mathematics versus law

https://lexifina.com/blog/auto-formalisation-of-law
2•alansaber•23m ago•0 comments

SnapFire FSR: Write TypeScript. Run Rust. Ditch Node.js

https://snapfirers.com/
1•excsn•26m ago•1 comments

A fast client only protein viewer

https://github.com/buyukakyuz/protein-foldspace
2•replaski16•26m ago•0 comments

The Aviation Herald was sued – July 31st 2026

https://avherald.com/h?article=53c8958a
2•embedding-shape•26m ago•0 comments

Ancient cave art suggests first known humans in Ireland walked over from Wales

https://www.bbc.com/news/articles/c5y75dl0jpko
2•bookofjoe•27m ago•1 comments

Humpback whales are interrupting orca hunts to rescue different species

https://spacedaily.com/k-humpback-whales-are-interrupting-orca-hunts-to-rescue-completely-differe...
2•cobbzilla•28m ago•0 comments

VDN Vai Dar Namoro

https://vaidarnamoroonline.netlify.app
1•gabrielantonio•31m ago•0 comments

Bun rewrite and FLT formalization had nearly identical resource usage

3•Zsfe510asG•32m ago•1 comments

Show HN: Raw Screen Recordings into Cinematic Apple-Style Product Demos

https://isolate.video/
6•vignesh_warar•33m ago•0 comments

YC Demo Day This Thursday

https://www.neweconomies.co/p/y-combinator-summer-26-batch
1•ollieforsyth•34m ago•0 comments

Russia opens first road bridge with North Korea

https://www.dw.com/en/russia-opens-first-road-bridge-with-north-korea/a-79142595
3•everybodyknows•36m ago•0 comments

Can the U.S. afford a major war? Not with this deficit

https://www.washingtonpost.com/opinions/interactive/2026/09/07/deficit-is-biggest-threat-us-natio...
2•moat•36m ago•1 comments

Show HN: Isle – managed application environments for computer-use agents

https://www.tryisle.com
4•sxhivs•38m ago•1 comments

Show HN: Security and JSON tools that run in the browser

https://sentrint.com/tools
3•xEcho•39m 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!