Tuesday, September 19, 2023

Show HN: VimGPT: LLM agent/toolkit for fast file edits using Neovim https://ift.tt/oXqgAP0

Show HN: VimGPT: LLM agent/toolkit for fast file edits using Neovim https://ift.tt/9Al7qSg September 18, 2023 at 09:39PM

Show HN: A murder mystery game built on an open-source gen-AI agent framework https://ift.tt/thsnKUp

Show HN: A murder mystery game built on an open-source gen-AI agent framework Hey HN, Michael and Scott here. We’re open-sourcing an interactive murder mystery featuring LLM-driven character agents. Solve the mystery by finding clues, taking notes, and interrogating agents. They all have distinct motives, personality, and can impact the game in different ways (attacking you, running away, etc). Try it out, it’s pretty fun! We’re also open-sourcing the framework that we used to make and refine the agents. The goal is to create an intuitive interface for storytellers to create, debug, and test game agents. We then take those game agents and expose an API beyond just chat - such as actions, player guardrails, emotional queries, etc. We’re not done yet - there are a lot more features coming on the way: scenario-based agent evals, agent-storyline consistency management, automatic agent generation, etc. We would love to hear your feedback. Thanks! [0] https://ift.tt/XtsS8nZ [1] https://ift.tt/bSnrUBs [2] https://ift.tt/EpWHgCy https://www.gron.games/ September 18, 2023 at 08:58PM

Monday, September 18, 2023

Show HN: Crystal Maiden Discord Bot https://ift.tt/Yi8lEVz

Show HN: Crystal Maiden Discord Bot So I made a playful discord bot in Python using my recent project horde-client. The bot impersonates as a video game character from "Dota 2" Crystal Maiden (duh). The entire project is available in replit. https://ift.tt/EKfm3lt September 18, 2023 at 05:49PM

Show HN: LLM Powered Keyboard [video] https://ift.tt/qf3mSjl

Show HN: LLM Powered Keyboard [video] Hey HN, I'm excited to share Taikoboard, a mechanical keyboard with LLM powered autocomplete. I made this keyboard for myself so I could use LLM-powered autocomplete in apps that didn't have this feature. Although more apps have started integrating LLMs, there's a large number of software tools that don't support this. Taikoboard bridges that gap, making the AI autocomplete experience universal. Would love to hear feedback, answer questions, or discuss potential use cases you see for Taikoboard. https://www.youtube.com/watch?v=BbMSWZKrrcI September 18, 2023 at 05:44PM

Show HN: Hyperboot – Run Linux distros on your Chromebook https://ift.tt/isNxUID

Show HN: Hyperboot – Run Linux distros on your Chromebook Greetings, HN community! I'm excited to introduce Hyperboot, the spiritual successor to the Eupnea project's Depthboot, designed to simplify the process of running Linux on Chromebooks. A brief background on Hyperboot: Recently, the Eupnea project's developer announced the discontinuation of the project. This news left me and several others deeply disappointed. Determined to keep the vision alive, I initiated the Hyperpnea revival project for Depthboot. I'm here to address any inquiries or feedback you may have. Feel free to ask questions or share your thoughts! Looking forward to engaging with you all. https://ift.tt/b5RD2VK September 18, 2023 at 05:23AM

Show HN: Type and Calculate Anything, Instantly. Numi like Calculator. https://ift.tt/F15cuJ6

Show HN: Type and Calculate Anything, Instantly. Numi like Calculator. https://hissab.io/ September 18, 2023 at 03:02AM

Show HN: Me and my buddy made $20 with a Stripe link and a Tweet https://ift.tt/aotf9pL

Show HN: Me and my buddy made $20 with a Stripe link and a Tweet Hi there, So a buddy a couple of days ago came up with the idea for a new SaaS product regarding gpt and image generation. We did a quick MVP that barely works, it breaks almost 50% of the time but we still wanted to validate the idea before going all in. We have almost 1k followers on Twitter together. Did a quick post describing the idea with a stripe link in the comments with a 5$ value, no landing page, and no shipped product. In exchange, the buyers become beta users. Around 30 mins later we got our first sale next 30 mins another 5$ and so on. Do we consider the idea validated? The short answer is no, We gained some initial momentum but we can't call it a business yet, not until we are starting to get recurring revenue. What next? We created a notion file with multiple marketing channels we plan to test out and see which one is the best. We also created a list full of websites to submit our product and we are tracking the traffic we are going to get from each of them. PS: If you are curious, this is the product https://coverposts.com/ September 17, 2023 at 08:46PM

Show HN: Petri – Drop-in Postgres image that forks a DB per test https://ift.tt/APIWNEf

Show HN: Petri – Drop-in Postgres image that forks a DB per test Rolling it out at work to parallelize 4,257 tests across 5 services. It fix...