<?xml version='1.0' encoding='UTF-8'?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
  <id>https://www.writethedocs.org/</id>
  <title>Blog - Posts tagged newsletter</title>
  <updated>2026-01-01T21:14:24.799797+00:00</updated>
  <link href="https://www.writethedocs.org/"/>
  <link href="https://www.writethedocs.org/blog/archive/tag/newsletter/atom.xml" rel="self"/>
  <generator uri="https://ablog.readthedocs.org/" version="0.10.31">ABlog</generator>
  <entry>
    <id>https://www.writethedocs.org/blog/newsletter-december-2025/</id>
    <title>Write the Docs Newsletter – December 2025</title>
    <updated>2025-12-02T00:00:00+00:00</updated>
    <author>
      <name>Write the Docs Team</name>
    </author>
    <content type="html">&lt;section id="write-the-docs-newsletter-december-2025"&gt;

&lt;p&gt;Season’s greetings, documentarians! I hope you are finding joy wherever you are. At least something that gives you something to look forward to. Personally, I’m thankful for the Write the Docs community and how I can always learn from other people, even when I have less time or energy to contribute much myself.&lt;/p&gt;
&lt;p&gt;If you’re interested in the work that keeps the community going, check out the &lt;a class="reference external" href="/blog/2025-Q4-community-board/"&gt;Q4 Community Board update&lt;/a&gt;. Lots goes on behind the scenes to make everything we do possible.&lt;/p&gt;
&lt;p&gt;As this is the last newsletter for the year, this is our last chance to remind you to fill in the &lt;a class="reference external" href="https://salary-survey.writethedocs.org/"&gt;Write the Docs Documentation Salary Survey&lt;/a&gt;! The survey closes at the end of December, so if you haven’t already contributed, please do so now. The more submissions we get, the more useful the results become, so if you’re one of the fabulous people who have already participated, now would be a great time to mention it to your documentation-loving friends and colleagues.&lt;/p&gt;
&lt;p&gt;As noted in the board update, Hillary Fraley and Royce Cook are leaving the newsletter team this month. They have each brought unique perspectives to our monthly recaps, and I am sorry to see them go. If you’re interested in being a part of the &lt;a class="reference external" href="/team/#newsletter"&gt;newsletter team&lt;/a&gt;, reach out to me (&lt;cite&gt;&amp;#64;Aaron Collier&lt;/cite&gt;) on Slack.&lt;/p&gt;
&lt;p&gt;Before leaving, they did leave us with some interesting insights this month. We have articles on the future of AI and documentation, the importance of code examples in developer docs, and documenting features still being developed. Enjoy!&lt;/p&gt;
&lt;section id="ai-and-the-future-of-documentation"&gt;
&lt;h2&gt;AI and the future of documentation&lt;/h2&gt;
&lt;p&gt;As companies increasingly embrace AI, the documentarian role seems critical and precarious at the same time. Some think that technical writing is evolving into product information management. In this view, technical writers might focus more on information architecture and developer experience as they provide information to customers and AI systems alike. Ellis Pratt dug into the “docs product manager” concept in the post &lt;a class="reference external" href="https://www.cherryleaf.com/2025/10/documentation-product-management-why-the-ai-era-demands-a-new-discipline/"&gt;Documentation product management: Does the AI era demand a new discipline?&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Others think that recent layoffs are a more realistic sign of what’s in store, as more companies rely on AI for documentation. Companies may favor automated systems that generate documentation from existing resources, resulting in documentation that is good enough to avoid customer dissatisfaction and fewer roles for human writers, who are often already undervalued. Without advocacy, contributions from documentarians may be overlooked in favor of AI-generated content. Traditional documentation roles may become limited to high-value products and reduce job security for technical writers as AI becomes more prevalent.&lt;/p&gt;
&lt;p&gt;Another perspective is that companies will always need documentarians to write documentation. LLMs depend on good documentation for training. In fact, AI tools are a new audience for documentation. People also turn to the docs when the answers they get from AI are insufficient. AI tools can draw incorrect conclusions, for example from outdated code comments, and produce inaccurate docs unless they are validated by knowledgeable documentarians. In addition, smaller and newer companies can compete with larger incumbents by focusing on quality and service, including perhaps by providing better documentation.&lt;/p&gt;
&lt;p&gt;See more Write the Docs resources about &lt;a class="reference external" href="/topics/#ai-and-llms"&gt;AI and LLMs&lt;/a&gt;.&lt;/p&gt;
&lt;/section&gt;
&lt;section id="why-code-examples-make-or-break-developer-docs"&gt;
&lt;h2&gt;Why code examples make or break developer docs&lt;/h2&gt;
&lt;p&gt;In developer documentation, code examples are often presented as optional – a small snippet to illustrate syntax. But conversations across the Write the Docs community consistently show that examples are not decorative. They’re one of the most efficient ways developers learn, recall, and validate information.&lt;/p&gt;
&lt;p&gt;Within our field, it’s become clear that examples exist on a spectrum of contexts, and each type serves a different reader need.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Levels of code examples&lt;/strong&gt;&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Syntax Examples: Minimal inline snippets. Useful for quick reference, but often redundant in a world where IDEs surface syntax instantly.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Contextual Examples: Snippets with realistic values or arguments. They answer the question, “What does this actually look like?”&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Usage Examples: Snippets doing something meaningful: imports, error handling, follow-up calls. These connect isolated knowledge to real workflows.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Full Sample Applications: Runnable, end-to-end demos that reveal how everything fits together. Essential for onboarding, prototyping, and deeper comprehension.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Error-Handling Examples: Examples that reflect real-world failure states, not just happy paths. An emerging expectation from developers.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Why examples matter&lt;/strong&gt;&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Developers skim. A concrete example communicates more than paragraphs of explanation.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Examples clarify intent. This is especially true for API docs where a concrete value such as &lt;cite&gt;+14155551234&lt;/cite&gt; instantly shows developers the required phone number format (leading plus sign, country code, and no punctuation).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Different audiences need different depths. Experts skim for confirmation, while newcomers rely on examples to learn.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Good examples reduce support load, build trust, and dramatically shorten time-to-integration.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Final takeaway&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Thoughtful examples don’t just support documentation – they complete it. Investing in the right mix of contextual, actionable examples turns conceptual understanding into actual capability.&lt;/p&gt;
&lt;p&gt;See more Write the Docs resources about &lt;a class="reference external" href="/topics/#code-samples"&gt;code samples&lt;/a&gt;.&lt;/p&gt;
&lt;/section&gt;
&lt;section id="documenting-features-that-don-t-exist-yet"&gt;
&lt;h2&gt;Documenting features that don’t exist yet&lt;/h2&gt;
&lt;p&gt;Documenting non-existent features can be a high-risk practice. There are times, though, when it’s necessary — particularly if management is pushing it or the timeline is tight. If you have to do it, it helps to be aware of the benefits and risks involved.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Benefits&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;To document a non-existent feature based on a Product Requirements Document (PRD), documentarians must research its context within the product, understand the intended feature, and possibly suggest improvements. During the research process, discussions with SMEs may reveal questions or issues that help them develop the non-existent feature. If you can’t discuss the feature with a SME, consider adding comments with your questions or concerns that point to issues that developers need to address eventually. Draw on your experience to identify UI/UX issues and possible gaps or edge cases.&lt;/p&gt;
&lt;p&gt;Preliminary documentation can help a Quality Assurance (QA) department develop product testing. Depending on the product, draft documentation can help train Customer Support personnel in time for product release.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Risks&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;A manager who wants progress updates may not accept “there’s nothing to document yet” and pressure the team to produce documentation that may not be useful. Draft documentation may be considered authoritative, which may be especially problematic if the PRD is not from the development team (if it is, say, a “wish” list from marketing).&lt;/p&gt;
&lt;p&gt;An implemented feature may be quite different than the PRD or any technical specification. So someone needs to keep track of the progress (or lack thereof) because the draft documentation may be “wasted” work — needing significant revision.&lt;/p&gt;
&lt;p&gt;If the feature doesn’t materialize, any related content needs to be deleted. Someone may need to keep track of that deleted content just in case the feature eventually gets included. Realize that the “old” draft documentation must be evaluated against the actual feature before re-instating it.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Summary&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Successfully documenting non-existent features requires knowledge of the risks, good collaboration with engineering, and careful version control of draft content.&lt;/p&gt;
&lt;p&gt;See more Write the Docs resources about &lt;a class="reference external" href="/topics/#working-with-other-roles"&gt;working with other roles&lt;/a&gt;.&lt;/p&gt;
&lt;/section&gt;
&lt;section id="from-our-sponsor"&gt;
&lt;h2&gt;From our sponsor&lt;/h2&gt;
&lt;p&gt;This month’s newsletter is sponsored by &lt;a class="reference external" href="https://ter.li/ys85bx"&gt;Gliffy&lt;/a&gt;.&lt;/p&gt;
&lt;a class="reference external image-reference" href="https://ter.li/ys85bx"&gt;&lt;img alt="Gliffy logo" class="align-center" src="../../../../_images/gliffy.png" style="width: 50%;" /&gt;&lt;/a&gt;
&lt;p&gt;Gliffy helps busy teams communicate complexity through diagrams, featuring an intuitive drag-and-drop interface, Mermaid diagramming, and AI diagram generation all in one Confluence add-on.&lt;/p&gt;
&lt;p&gt;By creating and managing diagrams directly in Confluence with Gliffy, you can eliminate knowledge silos and make documentation faster and easier to maintain.&lt;/p&gt;
&lt;p&gt;Ready to transform your Confluence documentation? &lt;a class="reference external" href="https://ter.li/ys85bx"&gt;Try Gliffy free&lt;/a&gt; on the Atlassian Marketplace.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Interested in sponsoring the newsletter? Take a look at our&lt;/em&gt; &lt;a class="reference external" href="/sponsorship/newsletter/"&gt;sponsorship prospectus&lt;/a&gt;.&lt;/p&gt;
&lt;/section&gt;
&lt;section id="write-the-docs-resources"&gt;
&lt;h2&gt;Write the Docs resources&lt;/h2&gt;
&lt;p&gt;Write the Docs offers lots of valuable resources related to documentation. See all of the Write the Docs &lt;a class="reference external" href="/about/learning-resources/"&gt;learning resources&lt;/a&gt;. To discuss any of these ideas or others related to documentation, join the conversation in the &lt;a class="reference external" href="/slack/"&gt;Write the Docs Slack community&lt;/a&gt; in one of the many &lt;a class="reference external" href="/slack/#channel-guide"&gt;channels&lt;/a&gt;.&lt;/p&gt;
&lt;/section&gt;
&lt;section id="events-coming-up"&gt;
&lt;h2&gt;Events coming up&lt;/h2&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;4 Dec, 18:00 GMT (London, United Kingdom): &lt;a class="reference external" href="https://www.meetup.com/write-the-docs-london/events/311423344/"&gt;Write the Docs Winter Social ❄️&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;11 Dec, 18:00 CET (Sweden): &lt;a class="reference external" href="https://www.meetup.com/write-the-docs-sweden/events/312153095/"&gt;The Documentarian’s Toolbox: From Software to Soft Skills&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;12 Dec, 08:30 EST (US East Coast Virtual): &lt;a class="reference external" href="https://www.meetup.com/write-the-docs-east-coast/events/309520009/"&gt;Write the Docs East Coast Virtual Meetup&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;18 Dec, 17:00 AEDT (Australia): &lt;a class="reference external" href="https://www.meetup.com/write-the-docs-australia/events/312243121/"&gt;Melbourne: End of year drinks&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;9 Jan, 08:30 EST (US East Coast Virtual): &lt;a class="reference external" href="https://www.meetup.com/write-the-docs-east-coast/events/311760878/"&gt;Write the Docs East Coast Virtual Meetup&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;20 Jan, 17:30 EST (Pittsburgh, USA): &lt;a class="reference external" href="https://www.meetup.com/write-the-docs-pittsburgh/events/312170362/"&gt;The Future of Writing and Writing Instruction in the Age of AI&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;22 Jan, 18:30 PST (San Francisco, USA): &lt;a class="reference external" href="https://www.meetup.com/write-the-docs-bay-area/events/311536701/"&gt;The Content Playbook: Smarter Data, AI, Global Docs&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;23 Jan, 08:30 EST (US East Coast Virtual): &lt;a class="reference external" href="https://www.meetup.com/write-the-docs-east-coast/events/311760881/"&gt;Write the Docs East Coast Virtual Meetup&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;6 Feb, 08:30 EST (US East Coast Virtual): &lt;a class="reference external" href="https://www.meetup.com/write-the-docs-east-coast/events/311760883/"&gt;Write the Docs East Coast Virtual Meetup&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/section&gt;
&lt;/section&gt;
</content>
    <link href="https://www.writethedocs.org/blog/newsletter-december-2025/"/>
    <summary>Season’s greetings, documentarians! I hope you are finding joy wherever you are. At least something that gives you something to look forward to. Personally, I’m thankful for the Write the Docs community and how I can always learn from other people, even when I have less time or energy to contribute much myself.</summary>
    <category term="newsletter" label="newsletter"/>
    <published>2025-12-02T00:00:00+00:00</published>
  </entry>
</feed>
