www.beyondmeat.co
Show HN: AI Employee – AI-powered BI CLI for ecommerce reporting
I built this npm package for performance synthesis, anomaly detection, and customer segmentation via integrations like Shopify, Google Ads, etc. More coming.Install globally: npm i -g @rexipt/ai-employeeInit: rexipt-ai initConnect (e.g., Shopify): rexipt-ai shopify oauth-connectRun skills: rexipt-ai run-all or rexipt-ai r dailyBriefing75s demo: https://x.com/zaddizie/status/2028453817881129212Feedback on features/integrations?
OnWatch – Track 6 AI API quotas from your terminal (<50MB RAM, zero telemetry)
I built onWatch because I was checking 6 different AI provider dashboards every day to track my quota usage. Each has different billing cycles, different formats, and none show historical patterns.onWatch is a Go CLI that runs as a background daemon, polls your API quotas (Anthropic, OpenAI Codex, GitHub Copilot, Synthetic, Z.ai, Antigravity), stores history in SQLite, and serves a Material Design 3 web dashboard.Key decisions:- Single binary (~13MB), no runtime dependencies
- <50MB RAM with
Show HN: MoatRadar – AI investment research through Warren Buffett's principles
Hey HN,I’m a non-developer and this is the first app I’ve ever shipped in my life. I built it over the last few days using Claude and a lot of vibe coding.The idea came from my own investing workflow: I often look at companies through the lens of specific investors (Buffett, Lynch, Taleb, etc.). I wanted a tool that could generate investment ideas filtered through those frameworks.What the app does:You choose an investor (Buffett, Lynch, Soros, Damodaran, etc.) and an asset class (stocks, startu
Launch HN: Cekura (YC F24) – Testing and monitoring for voice and chat AI agents
Hey HN - we're Tarush, Sidhant, and Shashij from Cekura (https://www.cekura.ai). We've been running voice agent simulation for 1.5 years, and recently extended the same infrastructure to chat. Teams use Cekura to simulate real user conversations, stress-test prompts and LLM behavior, and catch regressions before they hit production.The core problem: you can't manually QA an AI agent. When you ship a new prompt, swap a model, or add a tool, how do you know the agent still
Show HN: We built a News Synthesis Engine to fight media bias
Hi HN — we’re Charlie and Sam (two brothers), and we built The Bias, an iOS news app (Android coming soon).We started The Bias because we found traditional news feeds frustrating: one outlet gives you one framing; opening ten tabs gives you breadth but no synthesis. We wanted a way to understand major events quickly, without spending hours reading or defaulting to a single outlet’s perspective.For each real-world event we publish a single write-up that makes it clear:• What coverage converges on
Show HN: Open dataset of real-world LLM performance on Apple Silicon
Why open source local AI benchmarking on Apple Silicon matters - and why your benchmark submission is more valuable than you think.The narrative around AI has been almost entirely cloud-centric. You send a prompt to a data center, tokens come back, and you try not to think about the latency, cost, or privacy implications. For a long time, that was the only game in town.Apple Silicon - from M1 through the M4 Pro/Max shipping today, with M5 on the horizon - has quietly become one of the most
Show HN: Direct to silicon DLinear AI accelerator on the Sky130 open-source node
Hi HN, I have always been interested and inspired by the idea of speed in computing, which raises a logical question: why do we use general-purpose processors for tasks that require minimal latency and predictability? The question is interesting, so a couple of months ago I thought: can I make a DLinear-type time series model? DLinear is a simple but effective tool for time series analysis, to implement it directly into silicon using a PDK with an open Sky130.Well, it wasn't as easy as it s
Addressing the Root Causes of Weight Gain Beyond GLP-1’s
In this episode of Accelerated Health with Sara Banta, I talk about the root causes of weight gain beyond GLP-1’s and why understanding them is key to lasting results. From hormonal imbalances to gut health, stress, and lifestyle factors, I explore actionable strategies to help you regain control of your health and metabolism.
I explore why GLP-1 medications aren’t the full solution, the hidden hormonal and metabolic drivers of weight gain, and how stress, sleep, and gut health influence your b
RESET to Freedom
Week 7 of the 8-week UnDoctor RESET course: Graduation & Integration.
This week focuses on what you've accomplished through the RESET framework and how to embody sovereignty moving forward.
Michael's closing reflection: "You got to actually DO this stuff. The insight is the beginning, but the practice is really the meat."
That's exactly it. RESET isn't just intellectual understanding—it's embodied practice.
Topics covered:
- What RESET stands for: Release, Examine, Simplify, Embody, Transfor
Show HN: Tymeslot – Open-source cal.com alternative built with Elixir/Phoenix
Hey HN, I'm Luka. I built Tymeslot — an open-source meeting scheduling platform.The existing open-source scheduling tools are functional but genuinely ugly. The booking page — the thing your clients actually see — looks like a CRUD form thrown together in an afternoon. I couldn't bring myself to send people to any of them, so I built something where the booking experience feels intentional by default.Both themes are fully customizable. Live demos here: https://tymeslot.app.Fe
Show HN: Jido 2.0, Elixir Agent Framework
Hi HN!I'm the author of an Elixir Agent Framework called Jido. We reached our 2.0 release this week, shipping a production-hardened framework to build, manage and run Agents on the BEAM.Jido now supports a host of Agentic features, including:- Tool Calling and Agent Skills
- Comprehensive multi-agent support across distributed BEAM processes with Supervision
- Multiple reasoning strategies including ReAct, Chain of Thought, Tree of Thought, and more
- Advanced workflow capabilities
- Durabi
Show HN: Msplat – 3D Gaussian Splatting training in ~90s on M4 Max, native Metal
Hey HN, I built msplat because I wanted to train 3DGS scenes on my Mac without pulling in torch. Most ports I came across go through autograd and hence come with ~2GB of framework overhead, which felt overkill for a pipeline that's just a few dozen GPU kernels + an optimizer.So I wrote the whole training pipeline from scratch as Metal shaders: projection, tile-based rasterization, SSIM loss, backward pass, Adam, and densification. Everything runs on the GPUmsplat trains 7k iterations of ful
Show HN: ExtraSuite – pull / push for Google Drive
ExtraSuite is a terraform like tool for google drive files - sheets/docs/slides/forms/app scripts. It is meant for agents to make targeted edits to files.While ChatGPT / Claude etc can create the initial versions of the files, the real complexity is in the workflow after the initial version. Team members add comments to provide feedback, or you decide several days later to make minor edits. Re-generating the entire sheet or doc is just not feasible. Our team members reso
Show HN: Claude Code plugin that adds CRDT collaboration to any app in 10 min [video]
We built a Claude Code plugin for Velt that installs real-time
collaboration into any app in under 10 minutes.What gets installed in one command:
- CRDT (live document sync)
- Contextual comments & threaded replies
- Live presence & cursors
- In-app notifications
- ReactionsThe problem we kept seeing: engineering teams know they need
collaboration features. They also know how long it takes to
build right. CRDT alone is a multi-week project. So it either
gets deprioritized forever or
Show HN: OmoiOS–190K lines of Python to stop babysitting AI agents (Apache 2.0)
AI coding agents generate decent code. The problem is everything around the code - checking progress, catching drift, deciding if it's actually done. I spent months trying to make autonomous agents work. The bottleneck was always me.Attempt 1 - Claude/GPT directly: works for small stuff, but you re-explain context endlessly.Attempt 2 - Copilot/Cursor: great autocomplete, still doing 95% of the thinking.Attempt 3 - continuous agents: keeps working without prompting, but "no er
Show HN: Make beats, produce music from the command line
So, I've never written a line of Rust in my life. I wouldn't know an `&mut this` from a mutandis. But I saw a tweet about a month ago that said, in this new era of AI, you'd be able to just take a library that you love, throw a TUI around it, and call it an app. So here's what I came up with: Imbolc is a DAW that runs entirely in your terminal. It talks to scsynth over OSC and ships 58 instruments and 39 effects. VSTs are a work in progress, also GarageBand loops if you
Whats your strategy to stay productive post layoff?
Hola,Got laid off again this week — number four, if we’re counting. Two as a mechanical engg in 2020, and now #2 as a SWE.I’m back on the grind with Leetcode, getting ready for a FANG interview coming up. Have already extended it a month, will extend another couple months. Don't get many chances so I can't blow it.In the meantime, maybe time to dive into an AI hackathon in SF.My usual strategy’s pretty simple: fire off applications, tap the network (not much in tech), and take it one m
Show HN: DumbClaw, dumb and simple version of OpenClaw
DumbClaw is a deliberately simple AI assistant bot — the "dumb" version of OpenClaw. No framework magic, no abstractions for the sake of it. Every feature lives in one readable file. If you want to add something new, you should be able to vibe-code it in minutes.
Show HN: Tracemap – run and visualize traceroutes from probes around the world
Hi HN,I thought it would be fun to plot a traceroute on a map to visually see the path packets take. I know this idea has been done before, but I still wanted to scratch that itch.The first version just let you paste in a traceroute and it would plot the hops on a map. Later I discovered Globalping (https://globalping.io), which allows you to run traceroutes and MTRs from probes around the world, so I integrated that into the tool.From playing around with it, I noticed a few interestin
Show HN: Plought – Reduce noise in decision making
Just launched the revamped Plought: a decision-making app to compare options with structured methods. This version includes new tools and summarized analysis based on your inputs.Use it for hard choices like where to move, which job to take, or what car to buy.Free, no login, and open source.Your data stays private in your browser’s local storage, with export available.Try it: https://plought.app/Code: https://github.com/rossrobino/ploughtFeedback welcome!