Confessions of an Accidental AI Developer

What I learned, broke, and finally got working when building Feedback Force

Hi, and welcome to The Atomic Builder! šŸ‘‹

Last issue, I introduced Feedback Force, the AI-powered feedback analysis tool I self-built, using a force-directed graph to tell a story about user feedback.

Today, I want to take you behind the scenes. This is the messy, funny, and slightly terrifying journey of building it. Think Netflixā€™s "The Making Of" - except Iā€™m not getting royaltiesā€¦yet.

Netflix, call meā€¦?

Got this from a friend? Join other product managers, founders, and creators staying ahead of AI-powered product building. Subscribe to get The Atomic Builder every week.

Stepping into the Lion's Den (Hello, Cursor!) šŸ¦

Let's get this straight - Iā€™m not a developer, not even close. I am however an adventurer, with an endless appetite for chaos. I decided to build Feedback Force using Cursor, a developer's best friend, to give me more control. On their website, they describe Cursor as ā€˜the best way to code with AIā€™ - so itā€™s blatantly not aimed at non coders, but I wanted to see how far I could getā€¦

Was the complexity worth it and should you consider it?

Let's dive in.

Built to make people (like me?) extraordinarily productive!

šŸ›  The Build: Real-Life Debugging Drama

Initial Setup:

  • Before starting in Cursor, I asked Claude to guide me. Claude gave me the instructions for Cursor to create my app - that was a crucial starting point - as it gave it the structure my app needed.

  • Once I had this starting prompt, in Cursor, I slalomed through npm commands, endlessly typing ā€˜npm installā€™, desperately hoping something would click. Spoiler alert: it didnā€™t. Again, Claude came to the rescue.

  • "Package not found" errors popped up left, right and centre - Cursorā€™s way of saying, ā€œInstall xyzā€ & ā€œHelp me, help you!ā€

  • For extra help, I used the chat feature in Cursor, that I tag teamed with Claude, to get me out of the mess (of my own making) I often found myself in.

I first had Claude create a mini prototype before I went near Cursor

The Cursor UI. An interface that frightened me to my very coreā€¦although a little less now.

User Interface Adjustments:

  • My first version of the app in Cursor was basic and (somewhat) functional, you can see it below in my local environment.

  • The feedback mini-map had a mind of its own, stubbornly overlapping the graph, then placing randomly out of screen.

  • I needed help. I paired Cursor with Grok 3 (xAIā€™s chatbot) and ChatGPT (my external counsel!) and it turned out to be an excellent decision - buddying up AI tools for troubleshooting is a powerful hack if your AI generated code is failing.

Map placement issues early on

  • I thought a "weight slider" would be a great ideaā€”until adjusting it became a full-time job. I couldnā€™t get it working so I ditched it.

I got 99 problems and a map is one

AI Integration (When Things Got Interesting):

  • Importing small datasets to test the app worked like a charm. Larger datasets sent the app spiraling into existential panic mode - something still on my fix list.

  • My integration of AI sentiment analysis wasnā€™t as magical as hoped - more like a stubborn intern that needed precise instructions. "Make it work better" wasnā€™t cutting it. The AI needed structured prompts, or it just did its own thing.

ā€˜Compiled with problemsā€™ - 3 words that Iā€™m learning to negotiate

If you classified my sentiment at this stage, it would have been neutral, at best!

Visualizing Feedback:

  • The concept I had of a force-directed graph sounded amazing - the reality of getting it working well, another story, the nodes were, what can only be described as, convulsing when clicked... Still figuring that one out.

  • The dashboards help capture insights that the graph canā€™t, but scaling up to handle large datasets remains a challenge.

An early version of the app page, with more levers than I needed

Some early screenshots of the app

I tested a first version of the app early on with limited data and functionality, and also a different name, which I didnā€™t like so I ultimately switched out ā€˜User Research Insights Networkā€™ for ā€˜Feedback Forceā€™!

My nodes sans shakingā€¦

A first version of the AI insights panel

šŸŽÆ What I Did Well

As you can see, the journey was wild. Ultimately I finished with something somewhat in the realm of MVP. I think you can afford me that, right? This is what I think went well:

  1. Stepping Boldly into Complexity:

    I embraced complexity for greater control, challenging myself beyond simpler no-code tools to deeply understand the MVP creation process and some development principles - logic. This was priceless in helping me learn.

  2. Systematic Debugging:

    I patiently tackled UI, dependency issues, and AI integration, step by step, methodically learning from every (excruciatingly!) frustrating moment. Seeking help from other tools in combination with Cursor unblocked many obstacles.

  3. Interactive Feedback Insights:

    I successfully created dynamic interactions, enabling actionable insights directly from visual nodes - no Excel (shudderā€¦) sheets harmed in the process.

šŸšØ Mistakes I Made (So You Donā€™t Have To)

The more I build with these tools, The more I learn about the nuances and tweaks that help get you where you need to be, faster. These are 3 things Iā€™ll think through more before my next build:

  1. Underestimating Technical Complexity:

    I assumed Cursor would simplify AI coding. My reality check: It introduced dependencies and cryptic errors that slowed me down significantly.

  2. AI Integration Without Clear Rules:

    I didn't initially structure clear (enough) prompts for AI sentiment analysis, leading to confusion, extra rounds of fixes, and unnecessary rework.

  3. Feature Overload (Goodbye K.I.S.S!):

    Early on, I added way too many complex controls (like "Pause Simulation" and "Connect Nodes"). It took a while to untangle, but I settled on simplicity. It wins every time.

Snippet Of My Chats with Cursor

The early days of coding with AI are filled with moments that you frankly couldnā€™t make up. I wanted to share some of the snippets here of my chats with Cursorā€¦

If nothing else, I hope it will help you understand where we are and give you confidence to venture forward, no matter how challenging you may find it, today.

An amuse-bouche if you willā€¦

ā€¦the piĆØce de rĆ©sistance

šŸš§ What's Next? (What I'd Still Love to Fix):

  • Tree Shaking & Optimization: Node shaking still feels shakier than my confidence when deploying code.

  • Landing Page Demo: A polished demo directly on the landing page would be awesome.

  • Scaling for Big Data: I built for about 100 comments. But what about 1,000? Challenge not yet accepted.

Will I? Probably not at this time...

Now, Your Turn

Actually, Iā€™m not sure that asking you to dive into Cursor, yourself, without any training wheels is really good idea.

In fact, I donā€™t advocate that you do that at all!

Maybe go and touch grass this weekend. I might do the same.

Final Thoughts

This experience proves non-technical creators can leverage AI to build amazing things, even at the more challenging end of the spectrum - though itā€™s genuinely VERY challenging. Right now, it's more brute force with tools like Cursor (to be fair I am not its intended audience).

The real power for you, comes from creatively combining the right tools to build things. Whether you're crafting ambitious apps, quick prototypes, or just asking ChatGPT to diplomatically email your kidā€™s teacher (no judgment here), remember: the tools are there. Combine them to your advantage. Thatā€™s where I (think!) I excelled here.

Now, I better check my phone, Iā€™m waiting on a call from Netflixā€¦

Until next time, keep experimenting, keep building, and as always - stay atomic. šŸ‘Š

Faisal

This Weekā€™s Build Beats šŸŽµ

Each issue, we pair the newsletter with a track to keep you inspired while you build.

This week, because AI building sometimes feels like youā€™re halfway there, especially when typing npm install for the hundredth timeā€¦

šŸŽ§ ā€˜ā€˜Livinā€™ on a Prayerā€ ā€“ Bon Jovi

Grab the playlist on Spotify - I add to it each week!

Click through - I know you want toā€¦

Thanks for Joining!

Iā€™m excited to help usher in this new wave of AI-empowered product builders. If you have any questions or want to share your own AI-building experiences (the successes and the failures), feel free to reply to this email or connect with me on socials.

Until next timeā€¦

Faisal

P.S. Know someone who could benefit from AI-powered product building? Forward them this newsletter!