frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

99% on ARC-AGI 3 (public eval, with harness)

https://xcancel.com/akanazawa/status/2077790673131229195#m
1•E-Reverance•54s ago•0 comments

Show HN: View GitHub attachments in a gallery (HTML explainers, screen videos)

https://twitter.com/plannotator/status/2077798652974874940
1•ramoz•1m ago•0 comments

I built a game for Claude and Fable to fight

https://twitter.com/simonvc/status/2077806793447674304
1•simonvc•1m ago•1 comments

Fireworks – Announcing our Series D and $1B ARR

https://fireworks.ai/blog/series-d-announcement
1•verdverm•2m ago•0 comments

I made LLMs think spatially before generating prompts

https://github.com/dilidin2/tic
1•dilidin•2m ago•0 comments

Tracing Digital Links Between Viory and Ruptly

https://www.bellingcat.com/news/2026/06/04/viory-ruptly-rt-russia-uae-propaganda-video-news/
1•Jimmc414•2m ago•0 comments

Curie: A fast, minimal build tool for Java, Kotlin, and Groovy, written in Rust

https://curie-build.org
1•arto•3m ago•0 comments

Context Graphs in Production: Happy Writers, Happy Readers

https://materialize.com/blog/happy-writers-happy-readers/
2•nate_stewart•3m ago•0 comments

Atlassian wants developers to finally like Jira

https://thenewstack.io/atlassian-jira-coding-agents/
1•Brajeshwar•4m ago•0 comments

Washington Law Says to Alert the Public When Doctors Are Accused of Misconduct

https://www.propublica.org/article/washington-doctor-misconduct-failed-disclosure
2•Jimmc414•5m ago•0 comments

Orram: An OpenROAD-Integrated RAM Generator Using Standard Cells

https://arxiv.org/abs/2607.12244
1•Jimmc414•5m ago•0 comments

Young adults are poor despite every metric which suggests otherwise

https://becomingnoble.substack.com/p/young-adults-are-poor-despite-every
2•takoid•5m ago•0 comments

CD Sales Growth Outpaced Vinyl in the First Half of 2026

https://consequence.net/2026/07/the-cd-revival-is-getting-hard-to-ignore/
1•speckx•9m ago•0 comments

The causal influence of brain size on human intelligence (2019)

https://pmc.ncbi.nlm.nih.gov/articles/PMC7440690/
2•measurablefunc•9m ago•0 comments

Mesh Gradient Editor

https://colorflow.ls.graphics/
1•marvel_boy•9m ago•1 comments

Show HN: APIWatermark – Automation Tool for Image, Video and PDF Watermarking

https://apiwatermark.com
1•ryant123•9m ago•0 comments

Show HN: WordRank: A Word Frequency Game

https://timd73.github.io/word-rank/
1•edan•12m ago•0 comments

Show HN: Latch – Lightweight hybrid post-quantum proxy (X25519M-KEM-768)

https://github.com/itsVentie/Latch
1•ventie•15m ago•0 comments

42% of adults rely on their parents for financial support

https://www.cnbc.com/2026/07/16/42percent-of-adults-rely-on-their-parents-for-financial-supportth...
4•root-parent•16m ago•0 comments

I built a Mac app that turns native-language drafts into natural English

https://www.echoo.ai/
1•mike-el•18m ago•1 comments

The Growing Compute Shortage

https://www.apollo.com/wealth/insights-news/insights/2026/06/growing-compute-shortage
1•dmitriy_ko•19m ago•0 comments

Harnessing Harnesses

https://blog.zsec.uk/harnessing-harnesses/
1•wslh•20m ago•0 comments

The Mind-Bending Company That Gets a Million Job Applications–and Rejects 99.9%

https://www.wsj.com/business/bending-spoons-jobs-hiring-stock-eaed2b8e
2•simonebrunozzi•21m ago•0 comments

Bokal – An open-source cookie editor that asks for no host permissions up front

https://bokal.dev
1•bolalapp•23m ago•0 comments

ChatGPT Has Merch

https://openai.com/supply/shop/
2•mrmarket•23m ago•2 comments

Should I Use an Agent?

https://shouldiuseanagent.com/
1•gregsadetsky•23m ago•0 comments

California Steps Back From Dangerous Expansion of its Age-Gating Law

https://www.eff.org/deeplinks/2026/07/california-steps-back-dangerous-expansion-its-age-gating-law
2•Brajeshwar•25m ago•0 comments

Reverse Engineering the Firmware of an MP3 Player with LLMs

https://im.not.ci/echo-mini-rse/
1•uneven9434•25m ago•0 comments

Chinese filing implies DeepSeek valuation of around $52B

https://www.reuters.com/world/asia-pacific/chinese-filing-implies-deepseek-valuation-around-52-bi...
1•01-_-•25m ago•0 comments

Energy IPOs surge as investors hunt for ways to play AI boom

https://arstechnica.com/information-technology/2026/07/energy-ipos-surge-as-investors-hunt-for-wa...
2•joozio•26m 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!