
From Code To Cash: Stack Overflow Co-Founder Jeff Atwood's Unorthodox Path To Philanthropy
Jeff Atwood's Purpose-Driven Wealth, Why Tech Entrepreneur Jeff Atwood is Giving Away More than $50 Million
Jeff Atwood, known for co-founding Stack Overflow, has recently taken a bold step in philanthropy by committing to give away half his wealth within five years. In this conversation, we discuss his motivations, his call to other business leaders to utilize their resources toward solving pressing societal problems and his unique approach to community-centered giving.
Nyandoro: What motivated you to commit to giving away half your wealth within five years?
Atwood: You come into a lot of money suddenly, and it's like you've won the lottery. I had to think a lot about, 'what is the purpose of money?' Why do we have money, and how much money is enough? The more I looked at it, the more I thought the money should be actually out there working to make the world better in some form. I didn't see the purpose of holding on to a bunch of wealth if it's not doing anything.
Nyandoro: How did you begin executing on your philanthropic commitment?
Atwood: We started with immediate one million dollar donations to areas of most need and made diverse bets on different strategies. Then came the longer-term plan—how do we fix this more systemically, rather than just relying on generosity? I believe in generosity, but we also need to eventually codify it into law.
Nyandoro: What inspired your focus on guaranteed income?
Atwood: I kept coming back to universal basic income. The data from Open Research and GiveDirectly was really compelling. When you give people money, the outcomes are really good. It helped a lot of people very directly. I was especially struck that people in deep poverty often shared the money with others—this kind of generosity was incredible.
Nyandoro: Can you share more about your planned guaranteed income experiments?
Atwood: We're using $50 million of my family's wealth for guaranteed income studies in counties where my parents are from—Beaufort County, NC, and Mercer County, WV—and are finalizing a third county. We're working with members of the community directly, including churches and veterans' organizations. This isn't about setting up new power structures.
Nyandoro: Was there a pivotal moment or experience that led you to focus on guaranteed income?
Atwood: The data from direct cash assistance studies always stuck with me. My partner, Betsy, a biologist, helped evaluate the studies—they were solid. And that statistic from the OpenResearch study that 26% shared their cash? That was the moment. It validated everything. It's so simple—give people money and trust them.
Nyandoro: How do you respond to skepticism around guaranteed income?
Atwood: I rely on data. Let's talk about data, not opinions. And being around working people really helps you understand the realities. If you're isolated, you don't fully understand what people are going through. But personal stories plus data make a compelling case.
Nyandoro: What are your hopes for the future of guaranteed income?
Atwood: I want to run enough studies that we create an overwhelming amount of evidence that this works. Then the people get excited, they spread the word, and we—'we the people'—start making this happen together.
Nyandoro: How do you describe the impact of this work on individuals receiving guaranteed income?
Atwood: It's profound. People work hard and are generous. They just don't often experience open generosity themselves. Seeing people plan and use the money as a springboard—like in your Magnolia Mothers Trust—gives me so much hope and optimism.
Nyandoro: What shaped your philosophy of working with communities instead of over them when it comes to your giving?
Atwood: It goes back to my work on Stack Overflow—essentially Wikipedia for programmers in Q&A format. The community did all the work in answering those questions, while I coordinated facilitating. We signed a Creative Commons contract, ensuring the content remains freely available. And that's the same approach I take in my giving. I believe in collaborative, sustainable engagement where both sides benefit and are respected.
Nyandoro: Why do you think connection to community matters so much, especially when someone becomes wealthy?
Atwood: Community is a source of tremendous power. I've learned so much from people using our software and talking to Lyft drivers. Listening is hard, but worth it. The more wealth I amassed, the more disconnected I felt. That's why I make an effort to stay grounded—because without people, what do you have?
Nyandoro: Why do you think generosity and trust aren't built into our social safety nets?
Atwood: There's a long history—some great ideas in the Constitution and Declaration of Independence—but we haven't written down clearly what we're trying to do as a country. I'm steeped in Jeffersonian ideals and I believe in "we the people." Sustainable programs, like democracy or guaranteed income, require that we listen to and work with people.
Nyandoro: What do you think is missing from traditional philanthropy?
Atwood: Trust. If you start from a place of mistrust, you design guardrails and bureaucracy that actually hurt people. I prefer to start from trust. For example, I tip Lyft drivers in cash at the start of a ride—it's a gesture of trust and respect. That mindset carries over into my giving.

Try Our AI Features
Explore what Daily8 AI can do for you:
Comments
No comments yet...
Related Articles


Forbes
05-06-2025
- Forbes
Cracking The Code: How AI Revolutionizes Software Development
As more organizations awaken to the power generative AI holds for building software, this guide can light the way. Few practices stand to benefit from today's generative AI boom more than software development. Prompting GenAI systems to create code reduces repetitive processes and accelerates production cycles, freeing developers to focus on new, higher value projects. The upside is likely a big reason why 78% of developers surveyed by Stack Overflow said they were using AI-assisted programming tools to save time on routine tasks. Excitement aside, developers face learning curves while using GenAI to create code. Fortunately, Dell and NVIDIA have created this eBook, which follows a day in the life of a software developer whose team is tasked with conceptualizing a proof-of-concept (PoC). When Sam, an early career programmer, arrives at the office Monday morning she opens Jira and learns that her IT leadership team has requested a PoC sketch for a mobile shopping application. Building such a PoC could take multiple workdays but Sam knows that with the help of the company's coding assistant, named Clarion, she can quickly produce a mockup while minimizing mistakes. With her plan in mind, Sam begins prompting Clarion: You're a software developer. Please write a sample function for a mobile shopping app. Choose the most optimal language, such as Java or Python, to build the app. Sam watches her screen as Clarion instantly produces credible code that would have taken her an hour or more to write and refine. Clarion elected to write the code in Java, a choice Sam approves of given its track record of success in mobile app development. Going the extra mile in case leadership wants broader functionality, Sam prompts Clarion to connect the script via an API call to the Shopify mobile shopping service. Again, Clarion produces the code in seconds. But how does Sam know if the code is clean enough to work? She could pore over it line by line but not today. Sam asks Clarion to test and validate the code: Pretend you're a quality assurance tester. Execute a quality assurance test for the mobile app shopping script above. Be sure to debug the script and validate the code. Explain your work. Clarion quickly produces a debugging script and executing code validation. Moreover, knowing that documentation is a critical proof point for PoCs—or really any software development enterprise—Sam asks Clarion to document the entire technical process. Clarion does so in seconds. Reflecting on the process, Sam realizes that streamlining such tasks reduces the cognitive workloads on developers while enhancing overall code quality. Although Sam is excited by the potential of Clarion to turbocharge productivity for her IT organization, she is also pragmatic. As impressive as the output is, it's just the start. Leadership will expect a storyboard, wireframe and user interface schematics to flesh out a minimum viable product. She and her team must also check Clarion's work, consistent with her organization's guidelines for ensuring a human remains in the loop throughout the development process. Regardless, Sam huddles with her developer team, they check the code in and present the PoC to leadership. They are impressed by all the team accomplished in such a short time. Sam's scenario presents a snapshot of the potential productivity impact of GenAI. And as coding assistants advance, they will likely create a flywheel leading to more breakthroughs in AI—and corresponding productivity boosts. In time, McKinsey expects GenAI will alter the software development lifecycle, improving product quality while freeing teams to spend more time on higher-value work, including innovation that improves the user experience for internal stakeholders or customers. Regardless of the path organizations choose to take using GenAI to augment software development, they will need trusted expertise to help pick use cases, as well as robust technology infrastructure on which to deploy them. Dell Technologies and NVIDIA can help your organization leverage AI to drive innovation and achieve your business goals. The Dell AI Factory with NVIDIA delivers capabilities to accelerate your AI-powered use cases, integrate your data and workflows and enable you to design your own AI journey for repeatable, scalable outcomes. From NVIDIA accelerated computing, software and networking technology to Dell servers, storage and professional services, the Dell AI Factory with NVIDIA helps organizations achieve the optimal outcomes from their AI use cases. As GenAI reshapes the software development landscape, is your organization ready to seize on this shift? Learn more about the Dell AI Factory with NVIDIA.

Yahoo
23-05-2025
- Yahoo
Vercel debuts an AI model optimized for web development
The team behind Vercel's V0, an AI-powered platform for web creation, has developed an AI model it claims excels at certain website development tasks. Available through an API, the model, called "v0-1.0-md," can be prompted with text or images, and was "optimized for front-end and full-stack web development," the Vercel team says. Currently in beta, it requires a V0 Premium plan ($20 per month) or Team plan ($30 per user per month) with usage-based billing enabled. The launch of V0's model comes as more developers and companies look to adopt AI-powered tools for programming. According to a Stack Overflow survey last year, around 82% of developers reported that they're using AI tools for writing code. Meanwhile, a quarter of startups in Y Combinator's W25 batch have 95% of their codebases generated by AI, per YC managing partner Jared Friedman. Vercel's model can "auto-fix" common coding issues, the Vercel team says, and it's compatible with tools and SDKs that support OpenAI's API format. Evaluated on web development frameworks like the model can ingest up to 128,000 tokens in one go. Tokens are the raw bits of data that AI models work with, with a million tokens being equivalent to about 750,000 words (roughly 163,000 words longer than "War and Peace"). Vercel isn't the only outfit developing tailored models for programming, it should be noted. Last month, JetBrains, the company behind a range of popular app development tools, debuted its first "open" AI coding model. Last week, Windsurf released a family of programming-focused models dubbed SWE-1. And just yesterday, Mistral unveiled a model, Devstral, tuned for particular developer tasks. Companies may be keen to develop — and embrace — AI-powered coding assistants, but models still struggle to produce quality software. Code-generating AI tends to introduce security vulnerabilities and errors, owing to weaknesses in areas like the ability to understand programming logic. This article originally appeared on TechCrunch at Error in retrieving data Sign in to access your portfolio Error in retrieving data Error in retrieving data Error in retrieving data Error in retrieving data
Yahoo
22-05-2025
- Yahoo
Vercel debuts an AI model optimized for web development
The team behind Vercel's V0, an AI-powered platform for web creation, has developed an AI model it claims excels at certain website development tasks. Available through an API, the model, called "v0-1.0-md," can be prompted with text or images, and was "optimized for front-end and full-stack web development," the Vercel team says. Currently in beta, it requires a V0 Premium plan ($20 per month) or Team plan ($30 per user per month) with usage-based billing enabled. The launch of V0's model comes as more developers and companies look to adopt AI-powered tools for programming. According to a Stack Overflow survey last year, around 82% of developers reported that they're using AI tools for writing code. Meanwhile, a quarter of startups in Y Combinator's W25 batch have 95% of their codebases generated by AI, per YC managing partner Jared Friedman. Vercel's model can "auto-fix" common coding issues, the Vercel team says, and it's compatible with tools and SDKs that support OpenAI's API format. Evaluated on web development frameworks like the model can ingest up to 128,000 tokens in one go. Tokens are the raw bits of data that AI models work with, with a million tokens being equivalent to about 750,000 words (roughly 163,000 words longer than "War and Peace"). Vercel isn't the only outfit developing tailored models for programming, it should be noted. Last month, JetBrains, the company behind a range of popular app development tools, debuted its first "open" AI coding model. Last week, Windsurf released a family of programming-focused models dubbed SWE-1. And just yesterday, Mistral unveiled a model, Devstral, tuned for particular developer tasks. Companies may be keen to develop — and embrace — AI-powered coding assistants, but models still struggle to produce quality software. Code-generating AI tends to introduce security vulnerabilities and errors, owing to weaknesses in areas like the ability to understand programming logic. Error while retrieving data Sign in to access your portfolio Error while retrieving data