> For the complete documentation index, see [llms.txt](https://10x-impact-labs.gitbook.io/impact-product-management-toolkit/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://10x-impact-labs.gitbook.io/impact-product-management-toolkit/more-resources/articles-and-podcasts.md).

# Articles & Podcasts

**Articles**

* [Do things that don’t scale](http://paulgraham.com/ds.html) by Paul Graham
* [The only thing that matters](https://pmarchive.com/guide_to_startups_part4.html) by Marc Andreessen
* [How to design products for social impact](https://www.qualtrics.com/blog/product-design-for-social-impact/) Qualtrics
* [Product Management for Social Impact](https://productschool.com/blog/career-development/product-management-social-impact) by Joni Cooper
* [Relentlessly resourceful](http://www.paulgraham.com/relres.html) by Paul Graham
* [How to Work with Engineers ](https://medium.com/the-year-of-the-looking-glass/how-to-work-with-engineers-a3163ff1eced)by Julie Zhuo
* [How would you design an interface for a 1000 floor elevator?](https://tarunchakravorty.medium.com/how-would-you-design-an-interface-for-a-1000-floor-elevator-31fbe5be6470) by Tarun Chakravorty
* [50 product management blogs and publications product managers love to read](https://roadmunk.com/guides/product-management-blogs-publications-product-managers/) by RoadMunck
* [11 Online Communities Product Managers Should Join](https://www.productplan.com/learn/product-manager-communities/) by ProductPlan

***

**Podcasts**

* [Product to Product podcast](https://roadmunk.com/product-to-product-podcast/) by RoadMunck
* [Master of Scale](https://mastersofscale.com/) by Reid Hoffman
* [The Growth Show ](https://www.hubspot.com/podcasts/the-growth-show?__hstc=43445818.450d457eb225ad6e0ddbda975a7ca7ef.1700463632375.1700463632375.1700463632375.1&__hssc=43445818.2.1700463632375&__hsfp=2025454361)by Meghan Keaney Anderson


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://10x-impact-labs.gitbook.io/impact-product-management-toolkit/more-resources/articles-and-podcasts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
