Show HN: Magic Loops – Combine LLMs and code to create simple automations Howdy! We built this as an experiment in personal-programming, combining the best of LLMs and code to help automate tasks around you. I personally use it to track the tides and get notified when certain conditions are met, something that pure LLMs had trouble dealing with and pure code was often too brittle for. We created it after getting frustrated with the inability of LLMs to deal with numbers and the various hoops we had to jump through to make ChatGPT output repeatable. At the core, Magic Loops are just a series of "blocks" (JSON) that can be triggered with different inputs (email, time, webhook), then operate on those inputs using a combination of LLMs and code, and then output those results (email, text, webhook). Under the hood, the LLM calls are using GPT-4 via OpenAI and the code is run in sandboxed (no internet) Docker containers in AWS. You have full control over each step of the loop, but you can also create (or attempt to create) a Magic Loop by simply describing what you want. We use GPT-4 to break that request into feasible steps, and then create a Magic Loop scaffold. Of course, you should still validate the loop before publishing it! We've seen some neat use cases already: - "Text me when the tide is less than 1ft between 7am and 7pm at Fort Funston" - "Summarize an email using this format and forward it to this address" - "Text me every time our store does more than $1000/day in volume on Shopify" - "Take specific data from Cloudflare, format it, and send it to Mixpanel every hour" We hope you enjoy what's essentially an experiment at this point. If folks like the concept, we're thinking about open sourcing it so you can run the loops locally with the code runtimes you wish (rather than in our code runners). Let us know what you think, and more importantly, what you wish to build or automate! Cheers, Adam & Mihai https://magicloops.dev August 1, 2023 at 10:27PM
Show HN: Magic Loops – Combine LLMs and code to create simple automations https://ift.tt/dM9nTjm
Related Articles
Show HN: Generate Subresource Integrity (SRI) https://ift.tt/nDRBux9Show HN: Generate Subresource Integrity (SRI) https://ift.tt/OtxHwqI M… Read More
Show HN: Tree-walk interpreter (and formatter) written in C https://ift.tt/Evud7QoShow HN: Tree-walk interpreter (and formatter) written in C Hello HN, … Read More
Show HN: PLAttice, for assembling structures much larger than the 3D printer bed https://ift.tt/p9mwVlqShow HN: PLAttice, for assembling structures much larger than the 3D p… Read More
Show HN: Picostrap5 A free bootstrap-based WordPress theme on GitHub https://ift.tt/jF6qwrQShow HN: Picostrap5 A free bootstrap-based WordPress theme on GitHub h… Read More
Show HN: Limits.fyi – See what you are getting out of all your AI subscriptions https://ift.tt/eDw7j6kShow HN: Limits.fyi – See what you are getting out of all your AI subs… Read More
Show HN: Miralis – a RISC-V virtual firmware monitor https://ift.tt/nb4kiCDShow HN: Miralis – a RISC-V virtual firmware monitor Miralis is a RISC… Read More
Show HN: Built QR-code SaaS with 30% recurring commission-open to early partners https://ift.tt/trLT7uIShow HN: Built QR-code SaaS with 30% recurring commission-open to earl… Read More
Show HN: Free QR Code Generator https://ift.tt/ZFjeh6kShow HN: Free QR Code Generator https://ift.tt/NLPkGdu May 10, 2025 at… Read More
0 Comments: