frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: I made PythonStarter so I could launch faster with no Next.js or React

https://pythonstarter.co/
1•dan_easterman•22s ago•0 comments

Grand jury subpoena for Signal user data in the United States District Court

https://signal.org/bigbrother/district-of-columbia/
1•nobody9999•1m ago•0 comments

The Marginal Hire

https://tomtunguz.com/marginal-hire/
1•vinhnx•3m ago•0 comments

AMD and KDE improve Linux HDR/color, co-developed using Claude Code

https://www.phoronix.com/news/AMD-More-HDR-KWin-Claude-Code
1•speckx•3m ago•0 comments

Show HN: Search 7,500 MCP servers across NPM, PyPI, and the official registry

https://api.rhdxm.com/blog/crawled-7500-mcp-servers
1•c5huracan•3m ago•0 comments

Ask Maps and Immersive Navigation: New AI Features in Google Maps

https://blog.google/products-and-platforms/products/maps/ask-maps-immersive-navigation/
1•emschwartz•3m ago•0 comments

BigQuery Graph Series – Query and Visualize Your Graph

https://medium.com/google-cloud/bigquery-graph-series-2e35bb203aac
1•tanelpoder•3m ago•0 comments

Inside the cutthroat competition for the best baguette in Paris

https://www.washingtonpost.com/travel/2026/02/27/best-baguette-paris-contest/
1•bookofjoe•5m ago•1 comments

A Good Startup Idea Checklist (2016)

https://www.tillett.info/2016/01/27/a-good-idea-checklist/
1•matthieu_bl•5m ago•0 comments

Entangl – Post-quantum secure communication protocol for AI agents

https://github.com/amitb-quantum/entangl
1•xmas123•5m ago•1 comments

MCP server that audits AI agent reasoning before decisions commit

https://espiradev.org/blog/sentinel-ai-reasoning-observatory.html
1•aespira•5m ago•1 comments

OpenClaw agents always freeze. We fixed it by building ClaWatch

https://github.com/GENWAY-AI/clawatch
3•GalDayan•6m ago•3 comments

LLMs generate billing race conditions. Every one catches it when asked

https://forward.deployed.agency/blog/check-call-deduct
1•grandSpecial•6m ago•0 comments

Show HN: Riventa.Dev – AI-native DevOps that acts, not just alerts

https://www.riventa.dev/
2•christopherAs•6m ago•0 comments

Custom programming languages make agents good

https://blog.firetiger.com/custom-programming-languages-make-agents-really-really-smart/
2•matsur•6m ago•0 comments

A Large-Scale Synthetic Dataset Generated from Programming Concept Seeds

https://huggingface.co/blog/nvidia/synthetic-code-concepts
1•ibobev•7m ago•0 comments

Show HN: View WhoisHiring post ranked against your resume using a CLI

https://github.com/jsonresume/jsonresume.org/tree/master/packages/job-search
1•thomasfromcdnjs•7m ago•0 comments

Firefly128/sparccord: Discord client for Solaris 7 SPARC

https://github.com/firefly128/sparccord
1•surprisetalk•8m ago•0 comments

OverTheWire: Wargames

https://overthewire.org/wargames/
1•surprisetalk•8m ago•0 comments

Teleprinter

https://notebook.zoeblade.com/Teleprinter.html
1•surprisetalk•8m ago•0 comments

Did Indigenous People Live in Harmony with the Land?

https://www.jenn.site/did-indigenous-people-really-live-in-harmony-with-the-land/
1•surprisetalk•9m ago•0 comments

Show HN: An embeddable fractional indexing library in C

https://github.com/sqliteai/fractional-indexing
2•marcobambini•10m ago•1 comments

Show HN: President: A Strategy Game

https://storage.googleapis.com/presidents-game/index.html
2•squigs25•11m ago•1 comments

WP Engine Acquires WPackagist

https://wpengine.com/blog/wp-engine-acquires-wpackagist/
1•mesklin•11m ago•1 comments

What is wisdom, and can it be taught?

https://knowablemagazine.org/content/article/mind/2026/what-is-wisdom-can-it-be-taught
1•speckx•11m ago•0 comments

Voices – say something you've never said out loud

https://www.justvoiceit.com
1•bassiebas•11m ago•0 comments

Websites That Look Like Desktops

https://desktops.zip/
1•TigerUniversity•12m ago•0 comments

Middle East energy shock revives interest in nuclear power

https://www.ft.com/content/694d1009-95b6-4cb8-ac3b-3fa639c826d3
2•mpweiher•12m ago•1 comments

Show HN: LegalTech – A curated list of tools and software

https://github.com/Vaquill-AI/awesome-legaltech
1•pkhodiyar•12m ago•0 comments

"This Is Not the Computer for You"

https://samhenri.gold/blog/20260312-this-is-not-the-computer-for-you/
1•Xiol•13m ago•0 comments
Open in hackernews

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

2•David1238•10mo 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•10mo 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!