Lessons learned shipping 500 units of my first hardware product

A year ago in January 2025, I quit my job as a software engineer to launch my first hardware product, Brighter, the world’s brightest lamp. In March, after $400k in sales through our crowdfunding campaign, I had to figure out how to manufacture 500 units for our first batch. I had no prior experience in hardware; I was counting on being able to pick it up quickly with the help of a couple of mechanical/electrical/firmware engineers.
The problems began immediately. I sent our prototype to a testing lab to verify the brightness and various colorimetry metrics. The tagline of the lamp was it was 50,000 lumens — 25x brighter than a normal lamp. Instead, despite our planning and calculations, it tested at 39,000 lumens, causing me to panic a little.
So with all hands on deck, in a couple of weeks, we increased the power by 20%, redesigned the electronics to handle more LEDs, increased the size of the heatsink to dissipate the extra power, and improved the transmission of light through the diffuser.

This time, we overshot to 60,000 lumens, but I wasn’t complaining.
Confident in our new design, I gave the go ahead to our main contract manufacturer in China to start production of mechanical parts. The heatsink had the longest lead time, as it required a massive two-ton die-casting mold machined over the course of weeks. I planned my first trip to China for when the process would finish.
Simultaneously, in April, Trump announced “Liberation Day” tariffs, taking the tariff rate for the lamp to 50%, promptly climbing to 100% and then 150% with the ensuing trade war. That was the worst period of my life. I would go to bed literally shaking with stress. In my opinion, not cool!

I was advised to press forward with manufacturing because 150% is bonkers and would have to go down. So two months later in Zhongshan, China, I’m staring at a heatsink that looks completely fucked. Due to a miscommunication with the factory, the injection pins were moved inside the heatsink fins, causing the cylindrical extrusions below. That being said, I had expected something to go wrong, so I was glad that we just needed to remake a part — at least the factory existed.


I returned in August to test the full assembly with the now-correct heatsink. At my electronics factory, as soon as we connected all the electronics, we noticed the controls were completely unresponsive. By Murphy’s Law (anything that can go wrong will), I’d expected something like this to happen, so I made sure to visit the factory at 10 a.m. China Standard time, allowing me to coordinate with my electrical engineer at 9 p.m. ET and my firmware engineer at 7:30 a.m. IST. We measured voltages across every part of the lamp, and none of it made sense. I postponed my next supplier visit a couple days so I could get this sorted out. At the end of the day, we finally noticed the labels on two PCB pins were swapped.
With a functional fully assembled lamp, we OKed mass production of the electronics.
Our first full pieces from the production line came out mid-October. I airshipped them to San Francisco, and hand-delivered orders to our first customers. The rest were scheduled for container loading at the end of October.


Good reviews! People liked the light! A big SF startup ordered a lot more. However, there’s one issue I hear multiple times: The knobs are scraping and feel horrible. With days until the 500 units got loaded into the container, I frantically called the engineering team and factory. Obviously, this shouldn’t have been happening. We designed a gap between the knobs and the wall to allow the knobs to spin freely. After rounds of back and forth and measurements, we figured out that in the design for manufacturing (DFM) process, the drawings the CNC sub-supplier received didn’t have the label for spacing between the knobs, resulting in a 0.5mm larger distance than intended. Especially combined with the white powder coating, which was thicker than the black finish, this caused some knobs to scrape.

Old knob (too big)
Miraculously, within the remaining days before shipment, the factory remade and powdercoated 1000 new knobs that were 1mm smaller in diameter.

Knobs on the fixed control tube
The factory sent me photos of the container being loaded. I had 3 weeks until the lamps arrived in the US. I enjoyed the time without last-minute engineering problems, albeit knowing in the back of my head some form of doom awaits me when customers start getting their lamps.

The lamps were processed by our warehouse on Monday, December 12, and shipped out directly to customers via UPS. Starting Wednesday, around ~100 lamps were getting delivered every day. I woke up to 25 customer support emails, and by the time I was done answering them, I got 25 more. The primary issue people had is the bottom wires are too short compared to the tubes.

It was at this point I truly began to appreciate Murphy’s Law. In my case, anything not precisely specified and tested would, without fail, go wrong and bite me in the ass. Although we’d specified the total length of the cable, we didn’t define the length of the cable protruding from the base. As such, some assembly workers in the factory put far too much wire in the base of the lamp, not leaving enough for it to be assembled. Luckily, customers were able to fix this by unscrewing the base, but far from an ideal experience.
There were other instances of quality control where I laughed at the absurdity. The lamp comes with a sheet of glass that goes over the LEDs, and a screwdriver and screws to attach it. For one customer, the screwdriver completely broke. First time in my life I’ve seen a broken screwdriver. For others, it came dull. The screwdriver sub-supplier also shipped us two different types of screws, some of which were perfect, and others which were countersunk and consequently too short to be actually screwed in.

Lessons learned
1. Plan way, way more.
Coming from software, the most planning you’re exposed to is linear tickets, sprints, and setting OKRs (objectives and key results). If you missed a deadline, it’s often because you reprioritized, so no harm done.
In hardware, the development lifecycle of a product is many months. If you mess up tooling, or mass-produce a part incorrectly, or just suboptimally plan, you set back the timeline appreciably, and there’s nothing you can do but curse. I found myself reaching for more “old school” planning tools like Gantt charts, and also building my own tools. Make sure you have every step of the process documented. Assume you’ll go through many iterations of the same part; double your timelines.
In software, budgeting is fairly lax, especially in the VC-funded startup space where all you need to know is your runway (mainly calculated from your employee salaries and cloud costs).
With (profitable) hardware businesses, your margin for error is much lower. Literally, your gross margin is lower! If you sell out because you miss a shipment or don’t forecast demand correctly, you lose revenue. If you mis-time your inventory buying, your bank account can easily go negative. Accounting is a must, and the more detailed, the better. Spreadsheets are your best friend. The funding model is also much different: Instead of relying heavily on equity, most growth is debt-financed. You have real liabilities!
2. Overcommunicate. Overspecify. Follow up.
Anything that can go wrong will go wrong. Anything you don’t specify will fail to meet the implicit specification. Any project or component not actively pushed will stall. At previous (software) companies I’ve worked at, if someone followed up on a task, I took it to mean the task was off track and somebody was to blame. With a hardware product, there are a million balls in the air and you need to keep track of all of them. Though somewhat annoying, constant check-ins simply math-out to be necessary. The cost of failure is too high. Nowadays, as a container gets closer to shipment date, I have daily calls with my factories. I found myself agreeing with a lot of Ben Kuhn’s blog post on running major projects (his post on lighting was also a major inspiration for the product).
3. Test everything, often, on many units.
When I worked at Meta, every PR had to be accompanied with a test plan. I took that philosophy to Brighter, trying to rigorously test the outcomes we were aiming for (thermals, lumens, power, etc.), but I still encountered surprising failures. In software, if you have coverage for a code path, you can feel pretty confident about it. Unfortunately, hardware is almost the opposite of repeatable. Blink and you’ll get a different measurement. I’m not an expert, but at this point, I’ve accepted the only way to get a semblance of confidence for my metrics is testing on multiple units in different environments.
4. Pay attention to geopolitics.
As someone who generally stays out of politics, I didn’t know much about the incoming administration’s stance toward tariffs, though I don’t think anyone could’ve predicted such drastic hikes. Regardless, it’s something you should be acutely aware of and take into consideration when deciding what country to manufacture in. Make sure it’s in your financial models with room to spare.
5. Visit your suppliers early.
I wish I’d visited my suppliers much earlier, back when we were still prototyping with them. Price shouldn’t be an issue — a trip to China is going to be trivially cheap compared to buying inventory, even more so compared to messing up a manufacturing run due to miscommunication. Most suppliers don’t get international visitors often, especially Americans. Appearing in person conveys seriousness, and I found it greatly improved communication basically immediately after my first visit. Plus, China is very different from the US and it’s cool to visit!
What did I do right?
To me, this process has felt like an exercise in making mistakes and learning painful lessons. However, I think I did do a couple of key things right.
Validated the market
The first thing I did before starting manufacturing — and even before the crowdfunding campaign — was setting up a simple website where people could pay $10 to get a steep discount off the MSRP. Before I committed time and money, I needed to know this would be self-sustaining from the get-go. It turns out that people were happy to give their email and put down a deposit, even when the only product photos I had were from a render artist on Fiverr!
Charged a sustainable amount
From talking to other hardware founders, these kinds of mistakes happen to everyone; hardware is hard, as they say. It’s important to have a healthy-enough business model to stomach these mistakes and still be able to grow.
Coolest Cooler had an incredibly successful crowdfunding campaign, partly because they packed a lot of features into a very attractively priced product. Unfortunately, it was too attractively priced, and partway through manufacturing, they realized they didn’t have enough money to actually deliver all the units, leading to a slow and painful bankruptcy.
Prioritized customer support
When the first 500 units were being delivered, I knew there were bound to be issues. For that first week, I was literally chronically on my Gmail. I’d try to respond to every customer support issue within 1–2 minutes if possible (it was not conducive to my sleep that many of our customers were in the EU).
Some customers still had issues with the control tube knobs and firmware. I acknowledged that they were subpar and decided to remake the full batch of control tubes properly (with the correct knob spacing), as well as updated firmware and other improvements, and ship them to customers free of charge.
Editor’s Note: Brighter is an informal client, and we’re thrilled to be syndicating Simon’s story. The piece initially ran on Simon’s blog, Twitter, LinkedIn and HackerNews.
informal is a freelance collective for the most talented independent professionals in hardware and hardtech. Whether you’re looking for a single contractor, a full-time employee, or an entire team of professionals to work on everything from product development to go-to-market, informal has the perfect collection of people for the job.