Nadia Eldeib
@nseldeib.bsky.social
49 followers 56 following 42 posts
Posts Media Videos Starter Packs
nseldeib.bsky.social
P.S. Feedback on our new site welcome. I'm still iterating!
nseldeib.bsky.social
As a product-focused founder formerly limited to product management and never being able to effectively help developers create production-quality code, being able to pair with Claude is transformative.
nseldeib.bsky.social
"APPROVED - Ship It!" 🚀

Set myself a challenge: rebuild the @codeyam.bsky.social
website from Figma designs using AI coding agents.

Claude Code CLI acted as:
→ Programming pair
→ PR reviewer
→ Pseudo-CTO
nseldeib.bsky.social
AI workflows aren’t just for prototypes.

I rebuilt parts of the @codeyam.bsky.social website using an agentic coding workflow...and it is almost production-ready.

Curious: would you trust AI-generated code in your own projects if humans reviewed it first?

Full thoughts below👇
nseldeib.bsky.social
Immediately called out the cheek cuteness when my partner started using your app. The details are (pun intended) delightfully cheeky 🍑
nseldeib.bsky.social
We ran an experiment: can AI tools build real, functional software from a natural language prompt?

The result: a deep dive across 7 “vibe coding” tools, from v0 to Lovable to Figma Make.

All built something, but not always what we expected.

👉 Full write-up here → blog.codeyam.com/p/creating-s...
Creating Software Without Writing Code: Testing AI “Vibe Coding” Tools
Can you build a real, functional web app with nothing but natural language prompts?
blog.codeyam.com
nseldeib.bsky.social
Been diving into how AI is reshaping software development.
Not just faster code, but better feedback loops, more intuitive tooling, and sometimes strange bugs.

Wrote a piece on what I’ve been learning through CS50, vibe coding tools, and building in the in-between. open.substack.com/pub/nseldeib...
On Learning How to Build Software in the AI Era, With and Without Coding
Despite working at software companies for over a decade, I held roles where I often looked at code but rarely touched it.
open.substack.com
nseldeib.bsky.social
Tony Stark isn’t the same Iron Man without JARVIS!
nseldeib.bsky.social
What channels have worked best for your user research? Always looking to improve our approach.

#UserResearch #StartupLife #ProductDevelopment
nseldeib.bsky.social
This is the exact process we're using as we refine how we describe our software simulation tools at @codeyam.bsky.social . Hope it saves you some headaches!
nseldeib.bsky.social
I've shared our complete playbook including:

- How to define who you actually need to talk to
- Where to find these people without expensive tools
- Our actual screening survey and email templates
- Tips for catching people who try to game your screening (it happens more than you'd think!)
nseldeib.bsky.social
Just published a practical guide to recruiting quality user research participants when you're bootstrapping the process 🔍

At CodeYam, we've learned that talking to the wrong people = useless data, no matter how good your questions are.

Read on: nseldeib.substack.com/p/finding-re...
nseldeib.bsky.social
If you're a founder friend, you know that for years I've been obsessed with leveraging qualitative user research to create faster feedback loops to improve learning velocity and iteration, especially in the earliest stages.

👇 Introducing a new series on this:
nseldeib.substack.com/p/build-fast...
nseldeib.bsky.social
Listening to Tubes: A Journey to the Center of the Internet by Andrew Blum and am struck by how much of the internet's history (and present!) is in suburban Virginia, where I grew up.

As a kid, I had no idea. Is this taught now? I would've loved to learn about the internet's creation and evolution.
nseldeib.bsky.social
Update: this meetup was a blast!

Pictured: @nathenharvey.bsky.social facilitating an epic live coffee discussion on AI, DORA for the cloud, velocity vs quality, measurability of AI’s impact on software development and more!
nseldeib.bsky.social
Will folks be at the @dora.dev meetup at Google Cloud Next today? Hoping to join and meet some familiar-from-Meets faces!
nseldeib.bsky.social
As a founder wrestling with the speed v. quality tradeoff, I'm fascinated by AI tools promising both. Our product designer tested four AI-native tools to redesign our @codeyam.bsky.social site.

The result: impressive speed, but real limitations.

Read her findings: blog.codeyam.com/p/testing-th...
nseldeib.bsky.social
This is why we're building CodeYam - to deconstruct software projects into individual functions, demonstrate their behavior through simulations, and make it easier to validate, discuss, and modify complex code with AI assistance.
nseldeib.bsky.social
This is why tooling is crucial. The right tools dramatically simplify collaboration by letting you isolate specific components of complex systems for focused discussion.
nseldeib.bsky.social
There are two primary approaches to this challenge: iteration and tools.

Iteration provides tremendous value by breaking tasks into smaller components and validating results at each stage.
But this approach comes at a cost - you must invest time validating AI's output, which undermines efficiency.
nseldeib.bsky.social
When you describe a task to AI, it makes assumptions based on its training data. Ask it to write JS tests? It defaults to Jest, even when explicitly told not to.

This pattern repeats across all communication. It's impossible to provide sufficiently detailed specifications for complex ideas.
nseldeib.bsky.social
No matter how good AI becomes, one fundamental challenge persists: communication.

Despite significant AI progress, effectively communicating with LLMs remains a significant and under-appreciated problem that will hold back AI's value.

blog.codeyam.com/p/ai-cant-re...