惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

F
Fortinet All Blogs
有赞技术团队
有赞技术团队
量子位
N
Netflix TechBlog - Medium
博客园 - 叶小钗
博客园 - 三生石上(FineUI控件)
Google DeepMind News
Google DeepMind News
aimingoo的专栏
aimingoo的专栏
GbyAI
GbyAI
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Blog — PlanetScale
Blog — PlanetScale
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
月光博客
月光博客
Martin Fowler
Martin Fowler
Y
Y Combinator Blog
宝玉的分享
宝玉的分享
博客园 - 司徒正美
云风的 BLOG
云风的 BLOG
V
Visual Studio Blog
V
V2EX
IT之家
IT之家
L
LangChain Blog
大猫的无限游戏
大猫的无限游戏
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

Hacker News: Show HN

PurrrrrFocus: Pomodoro Timer App - App Store Workflow Engine — Multi-Step Orchestration for Bun RapidPhoto: Pro Photo Editor App - App Store GitHub - DheerG/swarms: Achieve extraordinary results with claude code across a variety of tasks SPICE simulation → oscilloscope → verification with Claude Code — Lucas Gerads Show HN: VCoding – A 5 MB native Windows IDE with no dynamic dependencies Show HN: LLMs don't hallucinate because they're bad at math, it's the format GitHub - Agent-FM/agentfm-core: AgentFM is a peer-to-peer network that turns everyday computers into a decentralized AI supercomputer. AgentFM lets you run massive AI workloads directly across a global mesh of idle CPUs and GPUs. Show HN: Tracking Top US Science Olympiad Alumni over Last 25 Years GitHub - Potarix/agent-hub: One place to talk to all your agents Show HN: Runtime security for AI agents(injection,tool abuse, data exfiltration) GitHub - dubeyKartikay/lazyspotify: Terminal Spotify client for macOS and Linux GitHub - the-banana-tool/king-louie: Easy to use GUI Personal AI Assistant. Win/Linux/Mac. Show HN I made my vacation rental bookable by AI agents–no Airbnb, 0% commission GitHub - basteez/jsf-autoreload: maven plugin to enable hot reload on jsf projects uvm32/hosts/host-gdbstub at main · ringtailsoftware/uvm32 GitHub - labsai/EDDI: Config-driven engine that turns JSON into production-grade AI agents. Multi-agent orchestration, 12+ LLM providers, MCP/A2A protocols, RAG, persistent memory, and enterprise compliance (EU AI Act, GDPR, HIPAA). Built on Quarkus. GitHub - glitchnsec/fortyone-oss: AI Executive Assistant Platform Quickstart | Alien GitHub - muxshed/shed: One stream in, or many. Every destination, simultaneously. No cloud middleman, no per-channel fees, no limits. GitHub - ocrbase-hq/ocrbase: 📄 PDF/IMG ->.MD/JSON Document OCR API for PaddleOCR and GLMOCR. Self-hostable. GitHub - impactjo/home-memory: MCP server that lets your AI assistant remember everything about your home. GitHub - Sets88/dbcls: DbCls is a powerful terminal database client that supports various databases GitHub - neptun2000/heor-agent-mcp GitHub - SeanFDZ/macmind: Single-layer transformer in HyperTalk for the classic Macintosh RollQuation: Math Puzzles - Apps on Google Play GitHub - dropbox/witchcraft Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis GitHub - opentalon/opentalon: OpenTalon is an open-source platform built from the ground up in Go as a robust alternative to OpenClaw LinkedIn™ 职位抓取工具 - Chrome 应用商店
Vibe Coding a $20k /year Enterprise Logistics Platform
ryanckulp · 2026-05-15 · via Hacker News: Show HN

most startups are founded in big cities with expensive rents. TRMNL started in a basement in the middle of nowhere and later moved to my barn.

with unlimited space it made sense to fulfill in-house and create an assembly line and open a 2nd warehouse. what did not make sense was writing a bunch of courier API integrations.

so last April we signed an annual contract to use ShipHero's fulfillment software at our warehouses in Georgia and Germany. it worked OK but wasn't great.

  • support tickets often ignored
  • mobile layouts are non-existent
  • web portal is split across 2x domains with poor SSO between them
  • it's generally ugly (we value aesthetics)
  • on March 31, 2026 it stopped working at our Berlin warehouse

the last point was our breaking point. for weeks we tried being helpful to our account manager and ShipHero's support team. first they gaslighted us, saying it was normal for postage that usually costs $12 to now cost $140. then a few of my emails landed in their spam. finally they said they're "looking into it." insert the Jennifer Lawrence meme.

when they stopped replying to our messages we decided to replace ShipHero with Claude. and holy crap, it worked.

AI responsibility disclaimer thing

everything you'll see below could have been done by our team, by hand. but what's the point? nobody was put on this earth to read FedEx documentation.

if it ain't broke...

ShipHero provided us 2 essential functions:

  1. adding holds + notes to orders
  2. shipping packages

here's the ShipHero order feed.

ShipHero Orders - we canceled so it's empty

and here's the ShipHero shipping feed. when you click an order it helps you pack + buy postage.

ShipHero Shipping - click an order to pack

each of these interfaces is fine. support engineers use the first one to tweak orders, and the warehouse team leverages those notes while packing.

now let's rebuild it all with $100 in tokens.

high fidelity mockups

we took screenshots of each portal and fed them to Claude Design the day it launched. here's the Order edit page, with fake data of course. sorry Pat Sterling.

Order management

what's particularly impressive is how Claude figured out the "click item on left, item moves to the right" shipping portal UX. we did not offer before/after states.

ShipHero + Claude Design

this may not win awards but it's perfect for our needs.

part of that need was being inertia-friendly. more than a dozen team members developed UI/UX muscle memory from shipping things the Old Way. for a successful same-day switchover, you don't want anything to feel new.

scope creep

if a bunch of people depend on a tool and you replace it overnight, get ready for a barrage of feature requests. to mitigate only a couple of us had permission to file tickets or touch the code.

our ShipHero contract was set to renew on May 1, so D-Day was April 30. after some margaritas and gas station snacks we swerved into the critical path: deploying live API integrations with UPS and FedEx. DHL and USPS came a couple weeks later. until this point we worked in sandbox environments, but now we required live rates and postage labels to resume fulfillment on May 1st without downtime.

some courier JSON payloads are upwards of 1,000 LOC thanks to our "hazardous materials" status and the dozens of countries we ship to. this step was the most supercharged by LLMs. if we had to write these integrations by hand it might have made more sense to pay ShipHero ShipZero for another year of shoddy service.

GH Issues → Production

filing async tickets for Liz made our first week as calm as possible. we even had time for Whataburger and a walk around Callaway Gardens.

final product

shipping physical products requires 4x6 postage labels. we built a network printer utility in Swift that spits out packing slips and shipping labels from any computer to any thermal printer at either of our warehouses in 1 click.

Setting up shipping stations

next you'll want to filter orders for shipment based on priority, what's in stock, and whatever other logistics challenge you may be contending with that day.

Filtering orders for shipment

once an order is selected, WebSockets lock it to that warehouse team member to prevent another person from creating a double shipment.

if the same person places multiple orders they're bubbled up in a Merge Orders interface where we can save on postage fees and reduce customer confusion.

Merging orders from the same customer

when you're ready to ship, clicking SKUs on the left side loads up a package on the right side. for bulk orders we can instantiate multiple boxes and print unique labels + packing slips for each one.

Packing + buying postage

other wild features

logistics is not as simple as "get money, ship device."

pending the customer's location, line items, or special requests, we may need to adjust details on the fly regarding including where the order is shipped from, which courier/method is used, Incoterms, and many other details.

Automation Rules

for this we built Automation Rules. it leverages the same infrastructure as our Serverless function, allowing us to finesse orders automatically following webhooks from our storefront.

here's one such rule which sets US-origin shipments to either UPS Ground or UPS SurePost pending the SKU and customer location.

Automation Rule - UPS Method

we can write these rules in Python, Ruby, or Node. Clicking "actions" on the right side injects the relevant return values for the parser. it's flexible and easy to simulate outcomes with a Test Rule and Execution Log below the code editor.

even more features not depicted:

  • SKU and Box management with HS codes, Customs Invoice setters, and weight/dimensions
  • Carrier and Storefront CRUD with wholesale partner CSV import
  • User management with roles/permissions
  • Payroll automation
  • Firmware flashing and PCB provisioning, detailed further here

by the numbers

we (Liz) spent 80-100 hours building this, then another week on-site to deploy and live debug with the USA warehouse team. our German warehouse was up and running the following Monday.

using ShipHero we sent 30,000+ packages for about $0.76 each. accounting for ongoing maintenance to this platform, that cost should decrease by 2-3x. it's also much, much better than ShipHero. pages load faster, labels print faster, filtering is more powerful, there are no contracts, and we own it.

what this means

from a customer perspective, TRMNL switching logistics platforms is a distinction without a difference. from ShipHero's perspective this should be a wakeup call.

enterprise software providers who don't take their responsibility seriously and rely on 10 page legal contracts to prevent churn deserve every bit of pain that a smart person with a subscription to an autocomplete CLI can incur.

if you have a need for hackable 3PL software, let us know and we might open source ours. it's kind of what we do.