Wilhelm Erasmus's Feed
Show HN: Build and deploy AI agents from your own data in under 60 seconds
Hi HN,I built Bot The Builder to solve a recurring problem I kept facing while building chatbots for clients: every time, I had to rebuild the same RAG stack, embed the same knowledge base, and deploy from scratch—even for small use cases.So I created a tool that lets you build and deploy AI agents from your own data (PDFs, docs, URLs, text) in under 60 seconds — no code required. You can embed the agent in any website or access it via API.### Why I built it:
- Most “AI chatbot builders” are eit
Gröbner Bases Explained: From Abstract Algebra to Real-World Optimization
The applications are indeed vast. Think of Gröbner bases as a "universal coordinate system" for solving multivariate polynomial systems. Some concrete examples:Robotics & Kinematics:
Calculate exact joint angles for robotic arms to reach target positions while avoiding collisions and singularities.Structural Engineering:
Determine optimal load distribution in bridges and buildings with multiple support points and material constraints.Game Development:
Solve inverse kinematics fo
Show HN: CheatSheet An Open-source spreadsheet you can talk to
I built CheatSheet, an open-source Google Sheets alternative that lets you cheat at spreadsheets.Say "update the expenses column" or "add a new row with this data" and it manipulates cells through AI. Has multiple tabs and connects to external data through MCP servers (Linear, GitHub, Supabase).Adding formulas, graphs, voice input, thinking, and more features next!Built with React and Tambo AI. Runs in your browser with your own API keys.GitHub: https://github.com&#
Show HN: AINativeKit-UI – Turn MCP JSON into ChatGPT App UIs
I've been working with the new ChatGPT Apps SDK from OpenAI and found that turning MCP JSON results into usable UI takes a lot of repetitive React work.So I built AINativeKit-UI, an open-source React component library that:- Instantly maps structured MCP JSON -> UI- Works directly with the ChatGPT Apps SDK- Adapts beautifully to mobile and desktop ChatGPT interfaces- Follows OpenAI’s Figma-aligned design system for consistency- Includes prebuilt Cards, Lists, Maps, and Carousels- Is full
Show HN: Kavim – Open-source, local-first AI brainstorming
Hey HN!We built Kavim, a local-first, open-source AI brainstorming canvas for visual thinking and collaboration. It lets you chat with AI, branch ideas without losing context, and collaborate in real time — all without relying on the cloud.Core ideas:Visual branching that preserves context across conversationsReal-time, peer-to-peer collaboration (built on Yjs + WebRTC)Local storage and offline-first workflows; no cloud requiredBring-your-own AI: plug in ChatGPT, Claude, Gemini, or othersFully o
Show HN: Tiled Words, a daily puzzle inspired by board games and crosswords
A week ago I launched Tiled Words, my own unique spin on the daily word puzzle genre.Tiled Words merges tile-placing board game mechanics with crosswords. You rotate and rearrange tiles to find clues and rebuild a broken crossword. Every day there's a new themed puzzle for you to solve.The game is web based: the graphics are SVGs, animations are powered by CSS, and Vue/Nuxt are used to power templating, reactivity, and routing. Most of the complex logic lives in TypeScript modules. The
British Catholics React to Historic Prayer Service with Pope Leo and King Charles
The ecumenical gestures comes as the Anglican Communion undergoes a split over the choice of a woman for archbishop of ...
The NFL, football world react to the tragic death of former Jets OL Nick Mangold
Former Jets offensive lineman Nick Mangold has passed away at 41, and the football world is mourning his loss.
Daddy Lumba's Injunction: Akosua Serwaa's Lawyer Explains Why They Lost in Video, Ghanaians React
Lawyer William Kusi, counsel for Daddy Lumba's wife, Akosua Serwaa, has reacted to the quashing of their injunction ...
Indiana lawmakers react to Braun's call for special session
Gov. Mike Braun is calling for a special session of the General Assembly to discuss re-drawing Indiana's congressional map. Lawmakers have been asked to return to the State House next
"You look like Taylor Swift": Netizens react as Barbie unveils new Stevie Nicks doll
Barbie's latest collaboration with rock legend Stevie Nicks has become a topic of notable online conversation. The new Stevie ...
How did fans on social media react to the Saints' Week 8 loss vs. Buccaneers?
Week 8 of the NFL season is nearing its end, and with that, the New Orleans Saints have lost another game, and fans are ...
His What?! Fans Hilariously React To Young Thug Calling Mariah The Scientist “Baby Mama”
Young Thug’s birthday post for Mariah the Scientist has fans speculating about baby rumors. See what he said and how the ...
Falcons fans react, call for change after blowout loss to one of NFL's worst teams
The Falcons dropped to 3-4 on Sunday after losing to the NFL's second-worst team in terms of record, the 1-6 Miami Dolphins.
'We Miss Our Goalie Hug': Maple Leafs React To Having Joseph Woll Back At Practice After Lengthy Leave Of Absence
Every member of the Toronto Maple Leafs was all smiles when they saw Joseph Woll hit the ice at Ford Performance Centre to ...
Michael Strahan Gets an On-Air Scare Ahead of Halloween — Fans React
Fox NFL Sunday is one of several shows Strahan currently hosts, along with ABC’s The $100,000 Pyramid and GMA. Earlier this ...
How Taylor Frankie Paul Would React If Ex Dakota Mortensen Showed Up on The Bachelorette
Nothing can surprise Taylor Frankie Paul this oncoming season of The Bachelorette -- not even her ex Dakota Mortensen making ...
A marathon at the Ravine: Dodgers fans react to historic World Series Game 3 thriller
P ostseason baseball is known for its ups and downs, memorable moments and unlikely heroes. It just so happens that Game 3 of ...
Show HN: Tududi v0.84 – self-hostable application to organize your life and work
Hey everyone!If you’re looking for something self-hostable to organize life and work, check out tududi. It’s an open-source task and project manager where you can keep tasks, notes, projects, and areas together — all taggable and easy to organize. Runs in Docker, lightweight, and keeps your data local.I am excited to announce tududi v0.84 with the most requested feature yet.# What's NewProject SharingThe feature you've been asking for is finally here! You can now share your projects wi
Show HN: OpenAI ChatGPT App starter DevXP feels like 2010, I built a better one
Hi HN!Two weeks ago at their Dev Days, OpenAI unveiled ChatGPT apps, interactive widgets that render inside ChatGPT using the Apps SDK and MCP. Building them using their template repository was surprisingly painful: every time you make a change on your React widget, you need to rerun the entire build pipeline to get fresh JS and CSS assets. The dev feedback loop was pretty terrible.That’s why I built a TypeScript starter that gets you up and running in under a minute. Clone, npm install, npm run