Brad Feld's Blog, page 6

May 1, 2025

Startup Community Trailblazer Brad Feld to Release New Book at GEC 2025

Image featuring Brad Feld, Partner at Foundry VC, speaking about the importance of global entrepreneurship and announcing his participation in the Global Entrepreneurship Congress 2025, where he will unveil his new book, 'Give First: The Power of Mentorship'. The background is a bright blue with a circular logo for the event.

“Startup Community Trailblazer” is a fancy title for me, but I’ll take it. I’ve decided to attend the Global Entrepreneurship Congress 2025 in Indianapolis to launch Give First: The Power of Mentorship.

I’ll be there from mid-Monday (June 2) through the end of Tuesday (June 3), and my presentation will be the closing keynote on Tuesday from 4:15 to 5:00 on the main stage.

I attended GEC in Rio in 2013 and have been friends with Jonathan Ortmans, the founder and president, for many years. Jonathan and his team have had an enormous impact on spreading and democratizing entrepreneurship worldwide, along with his board members, several of whom (Jeff Hoffman and Donna Harris) are friends from whom I’ve learned a lot.

If you are interested, register and join us. I’ll be hanging out all day Tuesday and hope to meet many new folks interested in entrepreneurship worldwide.

The post Startup Community Trailblazer Brad Feld to Release New Book at GEC 2025 appeared first on Feld Thoughts.

 •  0 comments  •  flag
Share on Twitter
Published on May 01, 2025 11:54

April 29, 2025

Read Everything

I love to read.

As a kid, my idea of a good time was being in the hammock in the backyard of my house in Dallas, Texas, reading a book. My parents supported this, letting me read anything I wanted from their bookshelves (I read The Drifters at much too young an age). I loved buying books, and today, I have an infinite number of unread books on my Kindle. I vary my reading diet and log it all in Goodreads (ignore the stars).

One of my “book heroes” is Ryan Holiday. We met at a dinner at SXSW in 2007 or 2008, and I’ve been a fanboy ever since. I’ve read all his books, happily get his monthly reading newsletter (which motivates me to buy a book or two he recommends each month), and am inspired by his Painted Porch Bookshop.

His op-ed in the New York Times on April 19, 2025, titled The Naval Academy Canceled My Lecture on Wisdom stopped me in my tracks. Nothing much is surprising me daily anymore (per my long-time philosophy about my business life, that now applies to a much broader range of things, that I wrote about in Something New Is Fucked Up In My World Every Day.)

The first book I remember reading about censorship was Fahrenheit 451. I remember being repulsed by the idea that a government would ban (and burn) books. I was young (probably less than ten) and followed it quickly with 1984. Yeah, I read a lot of dystopian sci-fi as a kid.

Thoughtcrimes, Newspeak, and Doublespeak were grotesque ideas to me. I hated the idea of the Memory Hole. I grew up feeling like it was important to read everything, even if I didn’t like it or disagreed with it.

I still try to do that in today’s world, but I limit it to reading. I don’t apply the same concept to watching videos or TV. I don’t learn verbally and have trouble synthesizing information when visually stimulated. While my retention from listening is fine, I don’t effectively incorporate ideas unless I read or write something about them. I’ve tried to address this by taking notes when listening to a video or a lecture, but that doesn’t work for me, so I’d rather just read the transcript.

Ryan described a story about James Stockdale, which he would have discussed in his canceled Naval Academy talk on Wisdom. The story aligns exceptionally well with the meta-level of his talk’s cancellation and includes a great ending.


“Compromises pile up when you’re in a pressure situation in the hands of a skilled extortionist,” Mr. Stockdale reminded us. I felt I could not, in good conscience, lecture these future leaders and warriors on the virtue of courage and doing the right thing, as I did in 2023 and 2024, and fold when asked not to mention such an egregious and fundamentally anti-wisdom course of action.



The post Read Everything appeared first on Feld Thoughts.

 •  0 comments  •  flag
Share on Twitter
Published on April 29, 2025 11:40

April 27, 2025

Dinostroids: My Journey into Vibe Coding

[image error]

Dinostroids, my first vibe-coded software project, is live.

The last time I wrote any meaningful amount of production software was in 1990. At the time, I was running a software consulting company with my partner, Dave Jilk. We’d reached the point where, as we grew, he became responsible for all the software, and I handled all the network integration stuff we had to do for our clients. Every now and then, I’d have to do maintenance on something I had written in the past, but it was pretty minimal.

After we sold Feld Technologies in 1993, my job quickly changed, and within a year, I was deep in a bunch of M&A stuff and making angel investments with my own money. As the commercial Internet began, I’d fantasize about writing software, but I had no time to do anything other than play around with Perl, and then PHP, and then Ruby on Rails, and … well, you get the idea. I knew enough HTML and CSS to poke around, but I wasn’t doing anything that was anywhere near production.

As the last 30 years have passed, I’ve learned a few new programming languages, including Python (I’m reasonably proficient) and Clojure. But I never learned JavaScript, and everything I did was baby steps beyond “Hello World.” So, my professional coding days ended with Basic+Btrieve, DataFlex, and Pascal.

Over the 2024 holiday break, I started playing around with Cursor after several people, including Quinn McIntyre (my partner Ryan’s amazing kid), told me about it. I was comfortable enough with VS Code, so I just dove in. I started working on a Personal Health Manager project (PHM) using Python, Django, Render, and Claude 3.5. I made some progress, but the holidays ended, and I got busy again.

About a month ago, I started working on Dinostroids. All of a sudden, everyone was talking about this new vibe coding thing, and while I planned to do more on PHM, I thought it would be fun to dive into something completely different. I spent a weekend starting from scratch with Cursor, JavaScript, Vercel, and Claude 3.7 Sonnet. By the end of the weekend, I had a functioning Dinostroids game working.

I’ve always learned by doing. When I was in my teens and 20s, I loved writing software. Over the past twenty years, blogging and subsequently writing books (Give First: The Power of Mentorship is my ninth book) have filled this hole for me. But I missed coding a lot.

If you look at my Goodreads page, you’ll notice that my reading pace has slowed significantly in the last 45 days. Instead of reading in the evenings, I’m vibe coding.

It blows my mind that I can create a functional game like Dinostroids without writing a single line of JS. Sure – it’s a pretty simple game. Still, a lot is going on, and working on it using the agent in Cursor, learning how to prompt it effectively, reading a lot of the code (I have “reading proficiency with JS now), getting a mobile browser working without generating absurd code bloat, and figuring out an effective workflow with Cursor, Github, and Vercel has been a ton of fun.

In the video game of software development, I feel like I’m at Level 4 now of an infinite level game after being stuck at Level 2 for 30 years.

Go play Dinostroids and see if you can get on the leaderboard. I expect GEG will be motivated to get going again after losing his fifth-place spot.

Big thanks to the McIntyres (Quinn and Ryan), my brother Daniel, Sam Ritchie, and a bunch of people from my college society (ADP) for being testers and offering feature suggestions to be implemented.

The post Dinostroids: My Journey into Vibe Coding appeared first on Feld Thoughts.

2 likes ·   •  0 comments  •  flag
Share on Twitter
Published on April 27, 2025 21:34

April 23, 2025

Are You Ok?

After I wrote my post on Unhibernating, my long-time, empathetic friend Christopher Schroeder, whom I originally met through Ben Casnocha (that story is discussed in Give First: The Power of Mentorship), sent me a short note asking, “Have you been ok?”

I responded with a long email explaining why I decided to hibernate in the summer of 2023 and why this hibernation lasted almost two years. After writing a long email (which I’ve been doing a lot of during my hibernation), I asked Chris if I could post my response to my blog, and he said, “Of course.”

The following is my answer to Chris’s question, “Have you been ok? ” I’ve edited it for grammar.

Yes – I’ve been ok.

A couple of things were going on that converged in the summer of 2023.

I realized I was completely burned out from public stuff. The inbound requests were endless, and even though I could say no to many of them, I wasn’t enjoying them.I was tired of the VC industry and its noise. The endless self-promotion combined with “I know the answer – look at me” mixed with thought pieces ghostwritten by marketing professionals and then endless VC Twitter from the same person, much of which didn’t line up philosophically, got me down. And, well, podcasts are so easy compared to writing – the person blathers on about whatever is on their mind, reacts to a current thing, and influences so many with such thin suppositions that are often nonsense.Some people I thought I’d respected had shifted some of their behavior, not as extreme as it is now, but it was increasingly distasteful to me. Critical thinking seems to have been discarded in many parts of my world. The view was, “If I assert something loudly or strongly enough, over and over, it becomes the truth.”We had closed our latest fund (spring 2023), and I wasn’t enthusiastic about making new investments. After—I dunno—a thousand direct investments, hundreds of fund investments, and a zillion indirect investments, I was cooked.

So, I took a break from all public engagement. It took me about three months to stop looking at anything but I eventually whittled it down to the daily Techmeme email. I also unsubscribed to almost everything, so my inbox became only work and personal emails. I even unsubscribed to Axios Pro Rata (by far the best VC daily) for a while.

I worked plenty (15 boards, supported anyone in our portfolio that needed help), spent a lot of time with Amy, continued not to travel for work, read a few books a week, and ran a lot. I continued supporting philanthropic and government efforts in the background, helping anyone who wanted to lead, but not being public or forward-facing. I also shifted to default no on everything, so I needed a close relationship with someone asking for help to say yes.

I was in great physical shape and planned a three-week, 300-mile run across New York State on the Empire Trail in August 2024. Jerry Colonna would accompany me in an SUV, move my stuff from place to place, and hang out with me when I wasn’t running. And then, Amy and I got Covid for the first time on June 2nd. After being diligent, avoiding it for a long time, and being very hermit-like, I got it randomly during a month in Boulder, where Amy and I were more social than usual. I never figured out who I got it from, and didn’t appear to give it to anyone we were with, so it was as random as it gets.

I tested positive for 21 days and felt extremely crappy for six weeks. I cancelled my run across New York State and, as the summer unfolded, realized I was exhausted all the time. If I went for a three-mile run, I’d have to sleep for a few hours in the afternoon just to be functional. This continued into the fall, after which I accepted that I needed more sleep. Nine months later, I sleep 90 to 120 minutes more a night than I used to (I haven’t used an alarm clock since 2013, so I get up when I wake up.) I’m running a little more (maybe 10 – 15 miles a week), but if I run over 20 miles weekly, I fall apart and need to rest for two to three days. Maybe it’s long Covid, but no one knows what this means. Perhaps it’s sneaking up on 60. Maybe it’s something else.

I picked up Pilates and got disciplined through the winter (twice a week). I’m stretching more (age). I’m trying to get into a weight lifting rhythm (I have inadequate upper body strength – I’ve always been an upper body wimp). But I’m accepting age and know that strength is vital to longevity. I lost a lot of weight (thank you, gila monsters, for helping with that), and all my bloodwork, including cholesterol, is in a normal range for the first time in as long as I can remember.

I worked on Give First: The Power of Mentorship a few years ago after finishing The Entrepreneur’s Weekly Nietzsche: A Book for Disruptors, sent it out to about 25 people for feedback, and, after getting the feedback, was pretty unhappy with the state of the book. I decided to put it on the shelf. I took it down in the fall and started working on it again, but slowly. By the end of the year, I had restructured and rewritten a lot of it, and was excited about it again. I felt my internal energy around engaging with people starting to build up again, and upon reflection, realized how depleted I was in the summer of 2023.

Amy and I are doing great. She continues to be an amazing partner, and I’m overjoyed to spend most of my time with her (both waking and asleep!). While I’ll travel a little this summer, maybe she’ll come with me—or maybe not. 

Regardless of everything going on in the world, I’m ok. Thanks for asking.

The post Are You Ok? appeared first on Brad Feld.

1 like ·   •  0 comments  •  flag
Share on Twitter
Published on April 23, 2025 11:25

April 22, 2025

Book: Scaleup Arabia: Journeys & Lessons from Top Founders & Leaders Driving Growth in MENA & Beyond

In addition to writing books, I love supporting books written by friends.

Amir Hagazi has published his newest book, Scaleup Arabia: Journeys & Lessons from Top Founders & Leaders Driving Growth in MENA & Beyond. The image above shows some of the founders highlighted in the book, and the image below shows some of the companies discussed in the book.

While I don’t do book blurbs anymore, I have written forewords for Amir in the past on two of his prior books, Ecosystem Arabia: The Making of a New Economy and Venture Adventure: Startup Fundraising Advice from Top Global Investors, both of which I recommend.

If you are interested in scaleups (I love that word as a complement to startups) and are interested in companies in MENA, this is the book for you!

The post Book: Scaleup Arabia: Journeys & Lessons from Top Founders & Leaders Driving Growth in MENA & Beyond appeared first on Brad Feld.

 •  0 comments  •  flag
Share on Twitter
Published on April 22, 2025 10:03

April 21, 2025

Unhibernating For A While

I’ve decided to come out of hibernation until at least Labor Day.

While this coincides with the publication of my new book, Give First: The Power of Mentorship, I also have a few things on my mind that I feel like blogging about. If you know me, you probably know that I explore ideas by writing about them, and have always learned a lot when I think out loud by writing in public.

I hibernated in the summer of 2023. I stopped blogging, podcasting, and engaging on all social media. I also stopped giving public talks, both in person and virtual. Sure, occasionally, I’d repost something on my LinkedIn, do a long-form interview like the one I did with NOCD about Mental Health in Entrepreneurship, and I wrote a few blog posts about new books from several friends.

But I stopped engaging. After almost 20 years, I needed a break.

I continued to write a lot. Some of my writing found its way into Give First: The Power of Mentorship and several email lists I’m part of, but most of it was private.

I switched from default yes when asked to do something to a default no. It took a little while to get comfortable with, and a few people were annoyed with me, but it felt great once I got the hang of it. And I badly needed to reset some things.

During hibernation, I continued responding to almost all the emails I got. I’ll keep doing this, as it is the best way to interact with me. I have comments on this blog, so that’s another way to engage. While I’ll be broadcasting stuff on LinkedIn and Twitter, I doubt I’ll engage there meaningfully, but who knows …

The post Unhibernating For A While appeared first on Brad Feld.

 •  0 comments  •  flag
Share on Twitter
Published on April 21, 2025 10:52

January 10, 2025

Bandwidth: The Untold Story of Ambition, Deception, and Innovation that Shaped the Internet Age and Dot-Com Boom

Dan Caruso’s new book Bandwidth: The Untold Story of Ambition, Deception, and Innovation that Shaped the Internet Age and Dot-Com Boom is available for pre-order, to be released on February 4, 2025.

Order your copy today on Amazon or Barnes & Noble. You can also subscribe to Dan’s Bandwidth newsletter to receive updates on the book release and launch events.

Dan asked me to write the foreword, which I happily did. See an excerpt explaining why I loved reading this book.

Bandwidth Foreword Excerpt

In April 2024, Dan asked me to look at his manuscript. I read the introduction and, within a week, the rest of the book. Reading it reminded me of places where my path crossed his, such as Exodus acquiring Service Metrics (a Mobius investment), which returned our entire first fund. Of course, several years later, after the result of a horrifying merger with Global Crossing, the combined Exodus-Global Crossing went bankrupt. Or, the day Howard Diamond, CEO of Corporate Software (another Mobius investment), walked into my office and said, “Level 3 is acquiring us for $125 million,” to which I said, “Why the fuck would a telecom infrastructure company buy a software reseller?” And then there were stories Dan didn’t even know, like the time I sat in Level 3’s office in Broomfield, Colorado (five minutes from my office in Superior, Colorado), in 2001, praying Level 3 would buy Interliant (a failing public company I was co-chair of) for no other reason than Level 3 had bought other failing public companies. And, no, Level 3 didn’t buy Interliant, and yes, Interliant did fail.

Before reading Bandwidth, I saw the Internet Revolution through the lens of software and Internet companies. I knew some of the stories of Qwest, Enron, Global Crossing, Level 3, and others—but didn’t appreciate the details and magnitude of the Bandwidth Boom and Bust. The adventurous stories of business legends such as Phil Anschutz, Craig McCaw, Jim Crowe, and even Carl Icahn were exciting to read. The exploits of bad actors such as Joe Nacchio, Gary Winnick, and Bernie Ebbers were even more exhilarating. Epic battles of hostile takeovers, botched business plans, phoenixes rising from ashes, and entrepreneurs who persevered reminded me why I get so much fulfillment from helping start-ups become large successes and enduring companies. And why I am willing to fight for any company in which I’m involved.

As I read, I also learned a lot more about Dan. I now know why so many people have strong feelings about Dan—some think he walks on water, while others wish a big wave would knock him over. In this book, he openly shares the challenges he had to overcome and the pivots he had to make. At each step, he is delightfully self-deprecating and aware of what worked and what didn’t. I, for one, enjoy watching him continually do extraordinary things. Put me in the “Dan walks on water” camp.

The post Bandwidth: The Untold Story of Ambition, Deception, and Innovation that Shaped the Internet Age and Dot-Com Boom appeared first on Brad Feld.

 •  0 comments  •  flag
Share on Twitter
Published on January 10, 2025 10:53

September 2, 2024

EPOCH: A Poetic Psy-Phi Saga

Are you interested in AI? Do you enjoy science fiction? Do you have an opinion about how AI will impact the human species? Are you enthusiastic about it or worried about it? Or do you think you know the answer?

Dave Jilk (my first business partner and one of my closest friends) recently published EPOCH: A Poetic Psy-Phi Saga.

When Dave described the idea for the book he was working on during a long hike four years ago up and around Green Mountain in Boulder, I was fascinated with what he had decided to take on. AI wasn’t front of mind in the same way as today, but Dave had been doing research in that arena for around a decade. When we talked about AI, our discussions usually revolved around aspects of AGI. I was mainly in listening and questioning mode since Dave’s knowledge and thoughts quickly went beyond my understanding of – well – all of it.

Dave could have taken his deep understanding of AI, technology in general, philosophy, and psychology in multiple directions with an extensive writing project. But yet another book explaining AI or philosophizing (or rhapsodizing) about it would be … boring. And while I’m enjoying reading lots of AI-inspired sci-fi, AI is now a routine trope that is being woven into more complex sci-fi.

So, Dave decided to write a poem—a very long poem—an epic poem about AITHER, the first fully human-level artificial general intelligence. It is a memoir by AITHER, entirely from AITHER’s point of view. As the first human-level AGI, AITHER muses extensively about identity and purpose, future selves, the importance of beauty, the nature and ethics of technological progress, cultural influence and hegemony, humanity’s tragic flaws, and existential risk.

There is also a soundtrack because every book needs a soundtrack. If you like album-length soundtracks, Dave subsetted a soundtrack for the wireheading scene.

But EPOCH is not simply an epic poem about the first human-level intelligence AGI. It is filled with allusions to books, poems, songs, academic papers, paintings, and films. In Dave’s words:

These are not merely passing linguistic echoes; in most cases they connect with the point made or the topic addressed. As a whole they are also an important thematic element of the book, and are called “osculations.”

EPOCH: A Poetic Psy-Phi Saga took Dave four years to create. I read the first half about two years ago and the completed draft about nine months ago. I remember vividly telling Amy, “Reading this book is a lot of work, but it is totally worth it.”

If you want more of the backstory, look at the EPOCH website.

But know that I strongly recommend you buy a copy of EPOCH: A Poetic Psy-Phi Saga right now if you are interested in AI, sci-fi, philosophy, psychology, technological progress, humanity’s tragic flaws, or a fantastic work-product from four years of effort.

The post EPOCH: A Poetic Psy-Phi Saga appeared first on Brad Feld.

 •  0 comments  •  flag
Share on Twitter
Published on September 02, 2024 11:44

July 17, 2023

Book: Unshackled: A Practical Guide For Highly-Skilled Immigrants To Thrive In The United States

I recently wrote the Foreword for Unshackled, a new book co-authored by Soundarya Basubramani, a writer from India, and Sameer Khedekar, a veteran immigration lawyer. Unshackled breaks down how legal immigration works in America in a way that is friendly, accessible, and human. It’s filled with raw stories of high-skilled immigrants who walked unconventional paths and actionable guidance to navigate those paths. 

Last August, Rajesh Setty sent me an email request from Soundarya when the book was just an idea. Soundarya shared her vision for the book and why she wanted to write it. Unsurprisingly, the motivation stemmed from personal frustrations with the immigration system in the U.S. 

Legal immigration, especially for high-skilled immigrants, has been important to me for over a decade. I was deeply involved with the Startup Visa movement back in 2010. When that ultimately failed, I began supporting several grassroots movements like the GEiR program, invested in companies founded by immigrants, am an investor and board member of Boundless, an early LP in Unshackled Ventures (unrelated to this book), and even became the executive producer of a movie called For Here Or To Go. Unshackled seemed another step in the right direction. 

I met with Soundarya and Sameer on a video call in late August. Their pitch had promise, and I encouraged them t set up a crowdfunding campaign. They did this, and I was one of 612 people who supported the campaign, which raised $48,340. Soon after the campaign ended, Soundarya received a $50,000 grant from Emergent Ventures for the project.

Soundarya kept me updated, and I got the unpublished manuscript for Unshacked five months later. I read it over one weekend, and I loved it. The book didn’t feel like a legal guide. Soundarya and Sameer managed to break down how legal immigration worked in simple and engaging language while capturing the raw emotions in the firsthand stories of immigrants. Having seen the book come to life from a mere idea just nine months ago, I agreed to write the foreword.

Less than a year from its inception, Soundarya and Sameer are hosting a grand event to launch their book on July 22nd, 2023, in Sunnyvale, CA. While I cannot attend the event, I hope you can make it and support a worthy project. Doug Rand, who currently serves as an advisor to the Director of USCIS, is set to be there for a fireside chat on the past and future of immigration policy.

Soundarya and Sameer – congratulations on publishing this important book. And, Rajesh, thanks for connecting us.

The post Book: Unshackled: A Practical Guide For Highly-Skilled Immigrants To Thrive In The United States appeared first on Brad Feld.

3 likes ·   •  0 comments  •  flag
Share on Twitter
Published on July 17, 2023 08:16

June 30, 2023

RIP Alan Arkin

Alan Arkin is one of my favorite actors. I just saw a note that he passed away yesterday.

I expect I’ll look like him when I lose my hair since he looks like my dad. And every time I see Alan Arkin, I think of my dad.

If you see me driving my Jeep around Boulder, I just gave you a hint about what my license plate (ARGOFY) means.

Rest in peace, Edwin Hoover.

The post RIP Alan Arkin appeared first on Brad Feld.

 •  0 comments  •  flag
Share on Twitter
Published on June 30, 2023 08:18