<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>blog-archive on S Anand</title>
    <link>https://www.s-anand.net/blog/tag/blog-archive/</link>
    <description>Recent content in blog-archive on S Anand</description>
    <generator>Hugo -- 0.156.0</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 16 Feb 2026 18:03:12 +0800</lastBuildDate>
    <atom:link href="https://www.s-anand.net/blog/tag/blog-archive/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Writing articles from my blog posts</title>
      <link>https://www.s-anand.net/blog/writing-articles-from-my-blog-posts/</link>
      <pubDate>Mon, 16 Feb 2026 18:03:12 +0800</pubDate>
      <guid>https://www.s-anand.net/blog/writing-articles-from-my-blog-posts/</guid>
      <description>&lt;p&gt;You can use AI to submit not just &lt;a href=&#34;https://www.s-anand.net/blog/submitting-an-ai-ded-vizchitra-proposal/&#34;&gt;talk proposals&lt;/a&gt; but entire articles from your past work.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.linkedin.com/in/ranjeetaborah&#34;&gt;Ranjeeta&lt;/a&gt; said &lt;a href=&#34;https://builtin.com/&#34;&gt;Built In&lt;/a&gt; wants an article and had written one on my behalf.&lt;/p&gt;
&lt;p&gt;If someone&amp;rsquo;s going to write for me, I&amp;rsquo;d rather pick an AI! So here&amp;rsquo;s what I did:&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://files.s-anand.net/images/2026-02-16-writing-articles-from-my-blog-posts.avif&#34;&gt;&lt;/p&gt;
&lt;h3 id=&#34;research-the-audience&#34;&gt;Research the audience&lt;/h3&gt;
&lt;p&gt;So I asked &lt;a href=&#34;https://gemini.google.com/share/709961aadd75&#34;&gt;Gemini&lt;/a&gt; to research and suggest topics:&lt;/p&gt;
&lt;!-- https://gemini.google.com/app/344c4ed087238f36 --&gt;
&lt;blockquote&gt;
&lt;p&gt;I received a request to write an article for Built In (&lt;a href=&#34;https://builtin.com/)&#34;&gt;https://builtin.com/)&lt;/a&gt;, an online community and publication for startups and tech companies.&lt;/p&gt;
&lt;p&gt;Research this publication. How large is it? How respected is it? Give me an intuition comparing with other publications.&lt;/p&gt;
&lt;p&gt;Also help me with the type of content to write. What do its readers read? What&amp;rsquo;s popular? Among the most popular articles, what&amp;rsquo;re typical article lengths? What is the most appreciated style of writing? Are these heavily linked, lightly linked, or not at all? Are they illustrated - and if so, how, e.g. images, charts, animations, videos, etc. and in any case, is this appreciated or frowned upon? What&amp;rsquo;s the review process like?&lt;/p&gt;
&lt;p&gt;Knowing me, what are examples of topics you&amp;rsquo;d suggest I write about that will be well received and popular with this audience?&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;It said basically told me:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Built In is basically &amp;ldquo;HBR for coders&amp;rdquo; - huge reach (3M+), totally legit, and targets mid-to-senior tech pros who want the real scoop, not just fluff.&lt;/li&gt;
&lt;li&gt;They want &amp;ldquo;in the trenches&amp;rdquo; war stories and &amp;ldquo;how-to&amp;rdquo; career/tech guides (1k-1.5k words). Less &amp;ldquo;breaking news,&amp;rdquo; more &amp;ldquo;here&amp;rsquo;s how I actually built this.&amp;rdquo;&lt;/li&gt;
&lt;li&gt;Keep it conversational and punchy (no jargon); no selling, but linking your blog/open-source stuff is cool.&lt;/li&gt;
&lt;li&gt;Pitch &amp;ldquo;I replaced my workflow with AI&amp;rdquo; (hot topic), &amp;ldquo;Chat is the new Dashboard&amp;rdquo; (your wheelhouse), or &amp;ldquo;Prototyping your Career&amp;rdquo; (agile life advice). The AI angle works.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;suggest-topics-from-existing-content&#34;&gt;Suggest topics from existing content&lt;/h3&gt;
&lt;p&gt;This is the cool part. I told it:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;I&amp;rsquo;d like to re-purpose one or some of my blog posts. Here are my LLM-related blog posts in 2025-26. I&amp;rsquo;d like you to recommend the top 3 articles I could write. Each article could cover 1 or more posts about a single topic. Think about what will be most impactful for this audience as well as unique, i.e. a lot less covered elsewhere.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&amp;hellip; and then passed it &lt;em&gt;all&lt;/em&gt; of my 2025-2026 &lt;a href=&#34;https://github.com/sanand0/blog/tree/main/posts&#34;&gt;blog posts&lt;/a&gt; related to LLMs using:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;ug -l &lt;span class=&#34;s1&#34;&gt;&amp;#39; - llms&amp;#39;&lt;/span&gt; &lt;span class=&#34;se&#34;&gt;\ &lt;/span&gt;                &lt;span class=&#34;c1&#34;&gt;# Find all LLM-related posts&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &lt;span class=&#34;p&#34;&gt;|&lt;/span&gt; ug &lt;span class=&#34;s1&#34;&gt;&amp;#39;2025|2026&amp;#39;&lt;/span&gt; &lt;span class=&#34;se&#34;&gt;\ &lt;/span&gt;             &lt;span class=&#34;c1&#34;&gt;# From 2025-206&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &lt;span class=&#34;p&#34;&gt;|&lt;/span&gt; uvx files-to-prompt --cxml &lt;span class=&#34;se&#34;&gt;\ &lt;/span&gt; &lt;span class=&#34;c1&#34;&gt;# Convert to XML for better LLM ingestion&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  &lt;span class=&#34;p&#34;&gt;|&lt;/span&gt; xclip -selection clipboard    &lt;span class=&#34;c1&#34;&gt;# Copy to clipboard and paste into Gemini&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Gemini &lt;em&gt;churned&lt;/em&gt; and suggested three topics.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Vibe Coding&lt;/strong&gt;: It&amp;rsquo;s not magic, it&amp;rsquo;s a gamble-awesome for rapid prototypes but risky for production.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;RIP Data Engineering:&lt;/strong&gt; Stop wasting 15 years fixing fragile web scrapers-just tell the AI.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;The AI Mirror:&lt;/strong&gt; Flip the script and use AI to roast &lt;em&gt;you&lt;/em&gt;-feed it your meeting transcripts.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;find-best-content-for-topic&#34;&gt;Find best content for topic&lt;/h3&gt;
&lt;blockquote&gt;
&lt;p&gt;I like #3 - AI Mirror: Using LLMs to Decode Your Leadership Style.&lt;/p&gt;
&lt;p&gt;Look at my blog posts and see which ones are most apt for this topic. Then synthesize from these, writing as much as possible with the same words I used in my blog posts, and combine them into an article for Built In.&lt;/p&gt;
&lt;p&gt;Plan first. Think hard about the approach, then execute carefully.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;It wrote a nice, long &lt;strong&gt;rubbish&lt;/strong&gt; article that had little of my style. But, why be rude?&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Nice structure. But rewrite it using exactly my words in every place unless unavoidable.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;It wrote another nice, long, &lt;strong&gt;rubbish&lt;/strong&gt; article with little of my style. I don&amp;rsquo;t give third chances.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;List all the files you used as reference. Then list other files that would align with this topic. In other words, I would like all the file names directly or indirectly related to this topic that can serve as source material for this.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&amp;hellip; and it gave me the most relevant articles.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.s-anand.net/blog/the-surprising-power-of-llms-jack-of-all-trades/&#34;&gt;&lt;code&gt;2025/the-surprising-power-of-llms-jack-of-all-trades.md&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.s-anand.net/blog/how-to-double-check-personality-flaws-with-ai/&#34;&gt;&lt;code&gt;2025/how-to-double-check-personality-flaws-with-ai.md&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.s-anand.net/blog/llms-as-idea-connection-machines/&#34;&gt;&lt;code&gt;2025/llms-as-idea-connection-machines.md&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.s-anand.net/blog/measuring-talking-time-with-llms/&#34;&gt;&lt;code&gt;2025/measuring-talking-time-with-llms.md&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.s-anand.net/blog/llm-psychology-podcast/&#34;&gt;&lt;code&gt;2025/llm-psychology-podcast.md&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.s-anand.net/blog/wait-thats-my-mic-lessons-from-an-ai-co-host/&#34;&gt;&lt;code&gt;2025/wait-thats-my-mic-lessons-from-an-ai-co-host.md&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.s-anand.net/blog/extracting-ai-advice/&#34;&gt;&lt;code&gt;2025/extracting-ai-advice.md&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.s-anand.net/blog/top-8-ways-i-use-chatgpt-in-2025/&#34;&gt;&lt;code&gt;2025/top-8-ways-i-use-chatgpt-in-2025.md&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.s-anand.net/blog/breaking-rules-in-the-age-of-ai/&#34;&gt;&lt;code&gt;2026/breaking-rules-in-the-age-of-ai.md&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.s-anand.net/blog/turning-generic-gifts-into-joy-with-ai/&#34;&gt;&lt;code&gt;2025/turning-generic-gifts-into-joy-with-ai.md&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;generate-the-article-using-my-words&#34;&gt;Generate the article using my words&lt;/h3&gt;
&lt;!-- https://gemini.google.com/app/7cf151511ad8f917 --&gt;
&lt;p&gt;I started a &lt;a href=&#34;https://gemini.google.com/share/56efa70f7d3f&#34;&gt;new chat&lt;/a&gt; to avoid confusion and told it to:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Write an article for Built In. Read the section below for context on Built In&amp;rsquo;s audience, style, and content preferences. Then read my blog posts further down. Based on that, write an article titled: &amp;ldquo;AI Mirror: Using LLMs to Decode Yourself&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;This should be a synthesis of my words, i.e. always use my blog post content, except for transitions, etc. Select content and include images, data visualizations, links, etc. aligned with Built In&amp;rsquo;s style.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Then I fed it all the context about Built In as well as the relevant blog posts.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://gemini.google.com/share/56efa70f7d3f&#34;&gt;The result&lt;/a&gt; was pretty good. It was mostly in my voice - literally copy-pasted from my articles. I just made some edits where it had used its own words.&lt;/p&gt;
&lt;!-- Edited article: https://docs.google.com/document/d/1HSBePk8fMl01V3Qoiym4AYEH81ZqQXlC3-gyr336e1M --&gt;
&lt;hr&gt;
&lt;p&gt;The best part is that when AI is assembling your own words, it&amp;rsquo;s acting more like an editor, not an author. That probably isn&amp;rsquo;t slop, right?&lt;/p&gt;
</description>
    </item>
    <item>
      <title>Sathish</title>
      <link>https://www.s-anand.net/blog/sathish/</link>
      <pubDate>Mon, 05 Aug 2002 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/sathish/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://sathishr.blogspot.com&#34;&gt;Sathish&lt;/a&gt;, got your comment about problems on my new format. What&amp;rsquo;s your e-mail ID? Please mail me at &lt;a href=&#34;mailto:s.anand@bcg.com&#34;&gt;s.anand@bcg.com&lt;/a&gt; and I&amp;rsquo;ll try to fix it.&lt;/p&gt;
</description>
    </item>
    <item>
      <title>End of the London updates</title>
      <link>https://www.s-anand.net/blog/end-of-the-london-updates/</link>
      <pubDate>Mon, 06 Nov 2000 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/end-of-the-london-updates/</guid>
      <description>&lt;p&gt;Sorry, didn&amp;rsquo;t get time to write more. This page will no longer be updated.&lt;/p&gt;
</description>
    </item>
  </channel>
</rss>
