<?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>information-management on S Anand</title>
    <link>https://www.s-anand.net/blog/tag/information-management/</link>
    <description>Recent content in information-management on S Anand</description>
    <generator>Hugo -- 0.164.0</generator>
    <language>en-us</language>
    <lastBuildDate>Sun, 03 May 2026 16:15:15 +0800</lastBuildDate>
    <atom:link href="https://www.s-anand.net/blog/tag/information-management/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>How the Innovation Team works</title>
      <link>https://www.s-anand.net/blog/how-the-innovation-team-works/</link>
      <pubDate>Sun, 03 May 2026 16:15:15 +0800</pubDate>
      <guid>https://www.s-anand.net/blog/how-the-innovation-team-works/</guid>
      <description>&lt;p&gt;Based on 44 meeting recordings from February to late April 2026, here&amp;rsquo;s how Straive&amp;rsquo;s small team (3-6 people at any time, mostly freshers and interns) produce a continuous stream of client-facing demos across topics as diverse as image filtering, geospatial analysis, insurance contract verification, NFL medical scoring, OCR benchmarking, and song similarity clustering — often with a 24–48 hour turnaround from assignment to demo.&lt;/p&gt;
&lt;!-- https://claude.ai/chat/01381de8-0037-4096-bd00-90f5a3c0b1b0 --&gt;
&lt;section ai-disclosure=&#34;ai-generated&#34; data-ai-model=&#34;claude-sonnet-4.6&#34; data-ai-provider=&#34;Anthropic&#34;&gt;
&lt;p&gt;Here is how the team works:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Build demos, not products.&lt;/strong&gt; Every task traces to a specific client meeting with a known date. &amp;ldquo;Done&amp;rdquo; means good enough to show once to one audience — not production-ready. The moment a demo works, it gets shown; refinement happens only if the client asks for more.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Show output first, always.&lt;/strong&gt; Start every update by showing the thing — not explaining what you did to build it. If you don&amp;rsquo;t have output yet, say so in one sentence and then show where you are. Process is for after the food arrives.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;One person holds all client context.&lt;/strong&gt; The team lead attends client meetings, filters what matters, and translates it into specific buildable tasks. Team members build; they don&amp;rsquo;t need to know why. This keeps work relevant and prevents wasted effort on misaligned output.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Explore broadly, cut ruthlessly.&lt;/strong&gt; Multiple tracks run simultaneously — robotics, embeddings, OCR, formal logic — but anything that doesn&amp;rsquo;t demo well gets dropped fast. The sequence is always: assign a loose exploration, see output quickly, deepen what works, kill what doesn&amp;rsquo;t.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Compress everything.&lt;/strong&gt; Small files, single HTML pages, 50KB images, 30-line YAMLs. This isn&amp;rsquo;t aesthetic — demos need to load in bad hotel WiFi, repos need to clone in meetings, and files need to forward over email. Technical choices serve the demo context.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Make pipelines reproducible after they work.&lt;/strong&gt; Once a demo runs, it needs shell scripts or CLI commands that reproduce it from scratch. No committed data, no manual steps, no &amp;ldquo;ask X how it works.&amp;rdquo; If someone can&amp;rsquo;t clone and run it, it doesn&amp;rsquo;t exist as an asset.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Operate AI agents, don&amp;rsquo;t just use them.&lt;/strong&gt; The team&amp;rsquo;s primary skill is steering coding agents — Codex, Claude Code, Copilot — toward specific outputs under specific constraints. When stuck, push harder (&amp;ldquo;drive it to death&amp;rdquo;), switch agents, or change the prompt. Don&amp;rsquo;t wait for instruction on how to build something; use the agent to figure it out.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Numbers, not observations.&lt;/strong&gt; Every story needs a specific number: 252 test cases passed, $22 for 2,300 slides, 40% cheaper per-deck vs. per-slide. Vague quality claims don&amp;rsquo;t survive a client meeting. If a finding can be quantified, quantify it; if it can&amp;rsquo;t, find a different finding.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Action over analysis.&lt;/strong&gt; The output of every demo should answer &amp;ldquo;what do I do?&amp;rdquo; not &amp;ldquo;what do I know?&amp;rdquo; Sort students by who needs a call today, not by distress score distribution. Surface the critical failure in the warehouse footage, not a compliance percentage. The analysis can be one click away — it should never be the headline.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;However, there are many improvements the team needs to make.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;The Single Point of Failure Problem&lt;/strong&gt; The entire team is dependent on Anand for direction, client context, task assignment, quality review, and stakeholder relationships.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Missing: Taxonomy and Discoverability of Demos&lt;/strong&gt; The team produces dozens of demos, benchmarks, and data stories. There&amp;rsquo;s a vague mention of a &amp;ldquo;catalog&amp;rdquo; and a &amp;ldquo;demo list&amp;rdquo; that Anand maintains, but it&amp;rsquo;s personal and opaque.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Missing: Explicit Knowledge Transfer Between Members&lt;/strong&gt; Team members work on parallel tracks with little cross-pollination. X&amp;rsquo;s work on 3D benchmarking uses similar methodology to Y&amp;rsquo;s UMAP work, but they don&amp;rsquo;t reference each other&amp;rsquo;s approaches. When Anand wants them to collaborate, he explicitly engineers it.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;The Presentation Quality Gap&lt;/strong&gt; Team members consistently make the same presentational errors across many months. Anand corrects these every time, but they recur because the corrections aren&amp;rsquo;t being internalized or documented.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Client Handoff Documentation Is Missing&lt;/strong&gt; Several demos reach clients without clear documentation of what was built, what the inputs were, and how to reproduce or extend it. Straive&amp;rsquo;s pitch is &amp;ldquo;here is what AI can do for you&amp;rdquo; — but without handoff documentation, clients can&amp;rsquo;t do anything with the demo.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;The Timing Problem on Model Choices&lt;/strong&gt; The team regularly uses outdated or suboptimal models, then switches when Anand notices. The team doesn&amp;rsquo;t have a maintained &amp;ldquo;current best model for X task&amp;rdquo; reference. Each person relies on whatever they used last time or whatever they happen to know about.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;The Right Senior Mentorship for the Right Stage&lt;/strong&gt; Anand is simultaneously mentor, product manager, client liaison, and technical reviewer. This works but creates a bottleneck. More importantly, some of the most valuable mentorship happens late. The team would benefit from more structured &amp;ldquo;junior reviews senior&amp;rsquo;s plan before execution&amp;rdquo; moments — not Anand reviewing output after, but Anand reviewing the &lt;em&gt;approach&lt;/em&gt; before.&lt;/li&gt;
&lt;/ol&gt;
&lt;/section&gt;
&lt;hr&gt;
&lt;p&gt;Every point is spot on and totally useful to me. The best part is that it just required me to paste the transcripts and ask it to analyze the team&amp;rsquo;s structure.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;You can analyze your own team meetings too&lt;/strong&gt;. Paste a dozen transcripts into a good AI agent and ask it:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Based on these transcripts, what are my team&amp;rsquo;s principles and operating model? How should we improve and why? Share with specific examples from the transcript.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;This is like hiring a $100/hr organizational consultant to attend your meetings and give you personalized feedback!&lt;/p&gt;
</description>
    </item>
    <item>
      <title>Advanced Google Reader</title>
      <link>https://www.s-anand.net/blog/advanced-google-reader/</link>
      <pubDate>Sun, 16 Dec 2007 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/advanced-google-reader/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve stopped visiting websites.&lt;/p&gt;
&lt;p&gt;No, really. There&amp;rsquo;s only one website I visit these days. &lt;a href=&#34;http://reader.google.com/&#34;&gt;Google Reader&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://www.s-anand.net/blog/assets/flickr-google-reader_2114339813_o-png.webp&#34; title=&#34;Google Reader screenshot&#34;&gt;&lt;img alt=&#34;Google Reader screenshot&#34; loading=&#34;lazy&#34; src=&#34;https://www.s-anand.net/blog/assets/flickr-google-reader_2114339813_o-png.webp&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Google Reader is a feed reader. If you want to just catch up on the new stuff on a site, you can &lt;a href=&#34;http://www.google.com/support/reader/bin/answer.py?answer=70002&#34;&gt;add the site to Google Reader&lt;/a&gt;. Anything new that is published on the site appears in Google Reader. Right now, I&amp;rsquo;ve subscribed to over 50 feeds. There&amp;rsquo;s no way I can remember to visit 50 sites &amp;ndash; so I&amp;rsquo;m actually able to read more and miss less.&lt;/p&gt;
&lt;p&gt;In a sense, that&amp;rsquo;s the essence of using feeds to read stuff: &lt;strong&gt;remember less, read more and miss less&lt;/strong&gt;. If I ever find an interesting site, I just add it to Google Reader and forget about it.&lt;/p&gt;
&lt;p&gt;But it goes beyond that. &lt;strong&gt;You can subscribe to search results&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Videos&lt;/strong&gt;, for examples. Subscribe to a search for &lt;a href=&#34;http://video.google.com/videofeed?q=google+engedu&amp;amp;output=rss&#34;&gt;google engedu&lt;/a&gt; on Google Video. Any new TechTalk at Google, you get it in your Reader. (The talks are fabulous by the way.) Or search for &lt;a href=&#34;http://video.google.co.uk/videofeed?q=hindi+duration%3Along&amp;amp;output=rss&#34;&gt;hindi movies&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Photos&lt;/strong&gt;? Track new photos of the &lt;a href=&#34;http://api.flickr.com/services/feeds/photos_public.gne?tags=cricket,india&#34;&gt;Indian cricket team&lt;/a&gt; on &lt;a href=&#34;http://www.flickr.com/&#34;&gt;Flickr&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Movies&lt;/strong&gt;? Get an update of the &lt;a href=&#34;http://www.mininova.org/rss.xml?cat=4&#34;&gt;latest movie torrents&lt;/a&gt; from &lt;a href=&#34;http://www.mininova.org/&#34;&gt;mininova&lt;/a&gt; or &lt;a href=&#34;http://www.torrentspy.com/&#34;&gt;torrentspy&lt;/a&gt;. Or just get updates on &lt;a href=&#34;http://www.mininova.org/rss/american+gangster+dvdrip/4&#34;&gt;American Gangster DVDRip&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Presentations&lt;/strong&gt;? Track anything on &lt;a href=&#34;http://www.slideshare.net/rss/tag/javascript&#34;&gt;Javascript&lt;/a&gt; or &lt;a href=&#34;http://www.slideshare.net/rss/tag/consulting&#34;&gt;consulting&lt;/a&gt; from &lt;a href=&#34;http://www.slideshare.net/&#34;&gt;SlideShare&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Documents&lt;/strong&gt;? Find new eBooks on &lt;a href=&#34;http://www.scribd.com/&#34;&gt;Scribd&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Not all pages offer a feed. But &lt;a href=&#34;http://www.page2rss.com/&#34;&gt;Page2Rss&lt;/a&gt; offers a reasonable solution. It converts pretty much any page into a feed.&lt;/p&gt;
&lt;p&gt;It&amp;rsquo;s gotten to the point where anything I &lt;strong&gt;know&lt;/strong&gt; I want to read, I put it on Google Reader. The rest of the Internet is when I &lt;strong&gt;don&amp;rsquo;t know&lt;/strong&gt; what I want to read.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;comments&#34;&gt;Comments&lt;/h2&gt;
&lt;!-- wp-comments-start --&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Jayan&lt;/strong&gt; &lt;em&gt;16 Dec 2007 12:00 pm&lt;/em&gt;:
Same here. I ve been using it for over 2 months now. I subscribe to over 200 feeds. This reader is coool.. - (&lt;a href=&#34;http://ekalayva.wordpress.com&#34;&gt;http://ekalayva.wordpress.com&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Simon32&lt;/strong&gt; &lt;em&gt;16 Dec 2007 12:00 pm&lt;/em&gt;:
I agree, RSS is great! Btw, you might also want to checkout Feedity - &lt;a href=&#34;https://www.feedity.com&#34;&gt;www.feedity.com&lt;/a&gt; for creating free custom RSS feeds.&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- wp-comments-end --&gt;
</description>
    </item>
    <item>
      <title>Cut-and-paste is not understanding</title>
      <link>https://www.s-anand.net/blog/cut-and-paste-is-not-understanding/</link>
      <pubDate>Wed, 21 Jun 2006 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/cut-and-paste-is-not-understanding/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.roughtype.com/archives/2006/06/cut_and_paste.php&#34;&gt;Cut and paste&lt;/a&gt; has become easier. So we make less effort to understand. We don&amp;rsquo;t need to. Like when we pay less attention if we&amp;rsquo;re recording a lecture.&lt;/p&gt;
&lt;p&gt;Solution? I suggest the &lt;a href=&#34;http://www.amazon.com/gp/product/1416505512/?tag=sanand-20&#34;&gt;Tunnel in the Sky&lt;/a&gt; strategy. Rod Walker is going for survival training on an alien planet, and asks his sister, Captain Walker&amp;hellip;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;Uh, Sis, what sort of gun should I carry?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Huh? Why the deuce do you want a gun?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Why, for things I might run into of course.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Your only purpose is to stay alive. Not to be brave, not to fight. One time in a hundred a gun might save your life; the other ninety-nine it will tempt you into folly.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Did you take a gun on your solo test?&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;I did. And I lost it the first day. Which saved my life. I know how good a gun makes you feel. You&amp;rsquo;re ready for anything and hoping you&amp;rsquo;ll find it. Which is exactly what is dangerous about it - because you aren&amp;rsquo;t anything of that sort.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;So, &lt;strong&gt;don&amp;rsquo;t take a gun&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Don&amp;rsquo;t record lectures. Don&amp;rsquo;t give yourself the illusion of perfect memory.&lt;/p&gt;
&lt;p&gt;Don&amp;rsquo;t bookmark for future reading. You won&amp;rsquo;t read it later.&lt;/p&gt;
&lt;p&gt;Don&amp;rsquo;t cut and paste. You don&amp;rsquo;t understand it now. You won&amp;rsquo;t understand it later.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;comments&#34;&gt;Comments&lt;/h2&gt;
&lt;!-- wp-comments-start --&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Sai&lt;/strong&gt; &lt;em&gt;26 Jun 2006 11:36 pm&lt;/em&gt;:
Good stuff..makes lots of sense&amp;hellip;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Rajagopalan&lt;/strong&gt; &lt;em&gt;26 Feb 2007 1:23 pm&lt;/em&gt;:
that is why make sense software is becoming popular&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Anonymous&lt;/strong&gt; &lt;em&gt;15 Mar 2007 6:56 am&lt;/em&gt;:
Brilliant :)&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- wp-comments-end --&gt;
</description>
    </item>
    <item>
      <title>Social Bookmarking Tools</title>
      <link>https://www.s-anand.net/blog/social-bookmarking-tools/</link>
      <pubDate>Mon, 18 Apr 2005 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/social-bookmarking-tools/</guid>
      <description>&lt;p&gt;D-Lib magazine reviews &lt;a href=&#34;http://www.dlib.org/dlib/april05/hammond/04hammond.html&#34;&gt;Social Bookmarking Tools&lt;/a&gt;.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;comments&#34;&gt;Comments&lt;/h2&gt;
&lt;!-- wp-comments-start --&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Jetru&lt;/strong&gt; &lt;em&gt;18 Apr 2005 7:38 am&lt;/em&gt;:
i think you forgot something:D&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- wp-comments-end --&gt;
</description>
    </item>
    <item>
      <title>Professional news feeds</title>
      <link>https://www.s-anand.net/blog/professional-news-feeds/</link>
      <pubDate>Thu, 05 Sep 2002 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/professional-news-feeds/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://jrobb.userland.com/stories/2002/09/03/professionalNewsFeeds.html&#34;&gt;Professional news feeds&lt;/a&gt;. A treasure for RSS news junkies.&lt;/p&gt;
</description>
    </item>
    <item>
      <title>RSS newsreaders</title>
      <link>https://www.s-anand.net/blog/rss-newsreaders/</link>
      <pubDate>Sat, 31 Aug 2002 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/rss-newsreaders/</guid>
      <description>&lt;p&gt;Ever since I started using NewsIsFree.com, I manage to run through my morning news much faster. Now, I&amp;rsquo;m trying to use some of these &lt;a href=&#34;http://www.guardian.co.uk/online/story/0,3605,781838,00.html&#34;&gt;RSS newsreaders&lt;/a&gt; to see if they can speed it up even further. (Note: Though I read news faster, I&amp;rsquo;ve ended up spending &lt;strong&gt;more&lt;/strong&gt; time on it, not less!)&lt;/p&gt;
</description>
    </item>
    <item>
      <title>Subject specific scout reports</title>
      <link>https://www.s-anand.net/blog/subject-specific-scout-reports/</link>
      <pubDate>Sat, 19 May 2001 12:00:00 +0000</pubDate>
      <guid>https://www.s-anand.net/blog/subject-specific-scout-reports/</guid>
      <description>&lt;p&gt;The &lt;a href=&#34;http://scout.cs.wisc.edu/report/sr/2001/scout-010518txt.html&#34;&gt;subject-specific Scout reports&lt;/a&gt;, which were a prime source of my information, are about to be discontinued from the end of the month. (No funds.)&lt;/p&gt;
</description>
    </item>
  </channel>
</rss>
