frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: MeetMoves – video/GIF backgrounds for Google Meet, no OBS needed

https://chromewebstore.google.com/detail/meetmoves/pcihfjkbfcfademdaplkhmgngdlkfepg
1•amu4biz•2m ago•0 comments

KTransformers 0.7 Expands AVX-512 Support to Benefit AMD EPYC Servers

https://www.phoronix.com/news/KTransformers-0.7
1•rbanffy•14m ago•0 comments

Global collaboration group for people worldwide

3•jonahSong•26m ago•0 comments

An X Live Show for Indie Founders

https://x.com/jaimememb
1•Jaime_MB•26m ago•0 comments

Lisp Used in Nanotechnology [video]

https://www.youtube.com/watch?v=fytGL8vzGeQ
1•dipanshuhappy•30m ago•0 comments

The Case for Tri-State Dark Mode Toggles

https://www.bram.us/2026/08/18/the-case-for-tri-state-dark-mode-toggles/
1•cheeaun•32m ago•0 comments

How the Dutch Police Clung to Predictive Policing for a Decade Without Evidence

https://algorithmwatch.org/en/dutch-police-cas-predictive-policing/
4•giuliomagnifico•32m ago•0 comments

Learning always pays dividends someday

https://ad4mou.com/posts/learning-pays-dividends
1•adamrjk•35m ago•0 comments

Minimo: Voice Translate and Note

https://apps.apple.com/us/app/minimo-voice-translate-note/id6783599378
1•minimoai•36m ago•0 comments

I built a way to let ChatGPT Web review your local repo

https://github.com/Lukie-81/RepoRelay
1•Lukie-81•36m ago•0 comments

Show HN: Self University – Interactive puzzles to learn programming

https://selfuniversity.site/en/welcome
2•dima853•38m ago•0 comments

DeepSeek-V4-Pro-0813 outperforming Fable

https://github.com/Tiger3807861189/DeepSeek-V4-J-Space-Capability-Realization-Report
1•ed_mercer•38m ago•0 comments

Show HN: Reproof – A non-linear writing app for perfectionists

https://reproof.app
2•maguay•39m ago•1 comments

Lucille Ball Is the Reason We Have 'Star Trek' – Here's What Happened (2016)

https://www.businessinsider.com/lucille-ball-is-the-reason-we-have-star-trek-heres-what-happened-...
4•thunderbong•40m ago•0 comments

PkgDiet – Find unused, bloated, and unmaintained NPM packages and alternatives

https://www.npmjs.com/package/pkgdiet
2•omtajne•43m ago•0 comments

Kraubex AI

https://www.kraubex.de/product
1•venu1807•43m ago•0 comments

PromptQuorum, optimize locally prompts and analyze results of multiple AIs

https://www.promptquorum.com/waitlist
1•PromptQuorum•45m ago•1 comments

A self-hosted, database-less note taking web app

https://github.com/dullage/flatnotes
2•saikatsg•45m ago•0 comments

Funding internet freedom together: results of first participatory funding round

https://blog.torproject.org/funding-internet-freedom-together/
2•raybb•46m ago•0 comments

Proposed Architecture for Next Generation Payment Infrastructure

https://zenodo.org/records/21991408
1•sangamdas•55m ago•0 comments

OpenAI and Anthropic in price war as Chinese AI rivals gain ground

https://www.ft.com/content/32a70a3c-7d28-40b4-808e-36edb58c7d01
2•mgh2•59m ago•1 comments

Arctype – An AI workspace that builds documents, apps, and handles email

https://arctype.org/
1•AdamNeto•1h ago•1 comments

Show HN: Roadmark – roadmaps that branch instead of overwriting the plan

https://yourroadmark.com
1•alekstret•1h ago•0 comments

When I worked at Apple, I remember seeing code that was 15 years old

https://twitter.com/sean_geiger/status/2089487682305216534
15•tosh•1h ago•8 comments

GenOffice fork that works with any local LLM instead of a cloud account

https://github.com/douglas168/open-genoffice
2•douglas168•1h ago•0 comments

I'm done coding with AI [video]

https://www.youtube.com/watch?v=2ZU3j4GQ4K8
1•mike-the-brain•1h ago•0 comments

What's behind the rise of teens spying for Russia?

https://mssv.net/2026/08/13/whats-behind-the-rise-of-teens-spying-for-russia/
1•adrianhon•1h ago•0 comments

Show HN: Dozenal – Daily Spatial Math Puzzle

https://dozenal.game
3•sarreph•1h ago•0 comments

Breakthrough as scientists use AI to predict how breast cancer could progress

https://www.independent.co.uk/news/health/breast-cancer-diagnosis-cure-ai-symptoms-b3034278.html
1•01-_-•1h ago•0 comments

GitHub runner related pages down

2•jahnu•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!