frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Agent Memory: An Anatomy

https://brgsk.xyz/agent-memory-anatomy/
6•brgsk•5m ago•0 comments

Linux Journey Now Part of LabEx

https://support.labex.io/en/using-labex/linux-journey-now-part-of-labex
1•getvm•5m ago•0 comments

Lago Open-source SDK: Bill on top of your LLM token cost with no middleware

https://github.com/getlago/lago-agent-sdk-python
1•AnhTho_FR•5m ago•0 comments

Alcove – Persistent architectural memory for coding agents

https://github.com/epicsagas/alcove
1•epicsagas•6m ago•0 comments

Wikipedia Whitewashes Mao – The Anatomy of Ideological Capture

https://www.tracingwoodgrains.com/p/how-wikipedia-whitewashes-mao
1•appreciatorBus•9m ago•0 comments

Pope Leo warns AI challenges must be confronted with regulation, transparency

https://www.cbc.ca/news/world/pope-leo-magnifica-humanitas-encylical-9.7210842
2•1vuio0pswjnm7•10m ago•0 comments

If every OS was open source, you could run vista

1•ms_menardi•11m ago•0 comments

Bye-Bye, HR – Bolt Boots HR Dept

https://nypost.com/2026/05/26/opinion/bye-bye-hr-lets-hope-bolt-financial-ceo-ryan-breslow-starts...
2•appreciatorBus•12m ago•0 comments

Ersc.io: Jujutsu-native source forge

https://ersc.io/blog/ersc-availability
1•yegle•14m ago•0 comments

User Guide to Model Checking for Industrial Programmers with TLA+

https://github.com/gshanemiller/tla-examples
1•scrubs•15m ago•1 comments

Challenges for AI Misuse Prevention: Jurisdictions, Open Models, and Privacy

https://substack.norabble.com/p/challenges-for-ai-misuse-prevention
1•nedruod•15m ago•0 comments

Sonny Rollins, Jazz's Saxophone Colossus and Greatest Improvisor, Dead at 95

https://www.rollingstone.com/music/music-news/sonny-rollins-jazz-legend-saxophone-colossus-dead-o...
5•boarsofcanada•20m ago•0 comments

Cursorfy – recursive Cursor SDK and FastAPI dashboard that sees itself

https://github.com/crowdcent/cursorfy
1•jrai•20m ago•0 comments

AI Tools Are Only as Good as Your Judgment – and That's the Point

https://theaileverageweekly.com/posts/your-ai-tools-are-only-as-good-as-your-judgment-and-that-s-...
2•talvardi7•22m ago•0 comments

Diary of a Disabled DJ

https://medium.com/@samhenrycliff/diary-of-a-disabled-dj-entry-1-81f55f8c23bf
1•6stringmerc•23m ago•0 comments

Ask HN: Are recent tech layoffs affecting mostly Sr and Jr devs?

3•bubbamack•26m ago•1 comments

Ask HN: What is your tips or wild usages on gcloud?

1•revv00•27m ago•0 comments

The OSS Sabotage Manual Became Corporate Best Practice

https://www.alephic.com/sabotage
2•cyb0rg0•28m ago•2 comments

ALPR Mission Creep: School Residency, Background Checks, and Noise Complaints

https://www.eff.org/deeplinks/2026/05/more-license-plate-reader-mission-creep-school-residency-ve...
3•hn_acker•32m ago•1 comments

Show HN: Artifold – A local-first library for AI-generated HTML artifacts

https://github.com/shubhamgoel27/artifold
1•shubhamgoel27•34m ago•0 comments

Anthropic Appoints KiYoung Choi as Representative Director of Korea

https://www.anthropic.com/news/kiyoung-choi-representative-director-anthropic-korea
1•surprisetalk•38m ago•0 comments

CodeAtlas – Google Maps for your codebase, with a live differential UML engine

https://www.codeatlas.live/
2•vamsikanneganti•42m ago•0 comments

Ecosystem for (Studying) Network Programming

https://docs.packetcord.io/
1•vmetodiev•45m ago•0 comments

Cloudflare Flagship

https://developers.cloudflare.com/flagship/
4•tjek•47m ago•2 comments

Unit cell designer for 2d wallpaper groups

https://nasqret.github.io/symm/
1•mathgenius•48m ago•0 comments

The true reason C++ always wins [video]

https://www.youtube.com/watch?v=I7fEsbksKRE
1•abhaynayar•49m ago•0 comments

You're about to feel the AI money squeeze

https://www.theverge.com/ai-artificial-intelligence/917380/ai-monetization-anthropic-openai-token...
2•1vuio0pswjnm7•53m ago•1 comments

Qualcomm strikes AI chip deal with TikTok owner ByteDance

https://www.reuters.com/business/qualcomm-strikes-ai-chip-deal-with-tiktok-owner-bytedance-bloomb...
2•Voblit•57m ago•0 comments

Grok Build

https://grok.com/build
3•kristianpaul•1h ago•0 comments

Show HN: I made a simple Keyword Research tool for app devs

https://ezscreenshots.com/aso/
1•abrowniejr•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!