<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Naitik_ Morajkar</title>
    <description>The latest articles on DEV Community by Naitik_ Morajkar (@naitik__morajkar_a2ac2ad6).</description>
    <link>https://dev.to/naitik__morajkar_a2ac2ad6</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4101560%2Fabbd9167-9b57-46f4-af3a-673f365fac80.png</url>
      <title>DEV Community: Naitik_ Morajkar</title>
      <link>https://dev.to/naitik__morajkar_a2ac2ad6</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/naitik__morajkar_a2ac2ad6"/>
    <language>en</language>
    <item>
      <title>Consensus Gap: Comparing Expert Consensus vs Public Belief</title>
      <dc:creator>Naitik_ Morajkar</dc:creator>
      <pubDate>Sun, 30 Aug 2026 15:59:00 +0000</pubDate>
      <link>https://dev.to/naitik__morajkar_a2ac2ad6/consensus-gap-comparing-expert-consensus-vs-public-belief-2ce4</link>
      <guid>https://dev.to/naitik__morajkar_a2ac2ad6/consensus-gap-comparing-expert-consensus-vs-public-belief-2ce4</guid>
      <description>&lt;h1&gt;
  
  
  Consensus Gap: Measuring the Distance Between What Experts Know and What People Believe
&lt;/h1&gt;

&lt;p&gt;We built Consensus Gap for the Agent Harness Hackathon by WeMakeDevs, TrueFoundry, and Qodo — an agent that researches any topic and shows what experts actually say versus what the public actually believes, side by side, with sourced evidence.&lt;/p&gt;

&lt;h2&gt;
  
  
  The problem
&lt;/h2&gt;

&lt;p&gt;There's no tool that systematically shows the gap between expert consensus and public belief. Nutrition myths, economic misconceptions, health practices — this space is largely empty. We wanted to fix that, at least for a hackathon-sized slice of it.&lt;/p&gt;

&lt;h2&gt;
  
  
  What we built
&lt;/h2&gt;

&lt;p&gt;Give the agent a topic — say, "Does sugar cause hyperactivity in children?" — and it does the following:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Two subagents research in parallel.&lt;/strong&gt; One searches academic, institutional, and scientific sources for the expert consensus. The other searches forums, social sentiment, and survey data for what the public believes.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;A sandboxed script scores the gap.&lt;/strong&gt; Once both subagents return sourced claims, the agent hands off to a Daytona sandbox running a Python script that scores the agreement gap and generates a comparison chart.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Nothing publishes without approval.&lt;/strong&gt; Before anything is saved or committed, the agent stops and asks explicitly: do you approve this report? No file gets written, no commit happens, without a yes.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  How TrueForge fit in
&lt;/h2&gt;

&lt;p&gt;This was built entirely on TrueForge. Dynamic sub-agents were the single most useful feature for us — the whole concept depends on researching two very different kinds of sources at once, and being able to spawn parallel subagents for that was a direct match for the idea. The sandbox (via Daytona) handled the scoring script in isolation, and the approval-gate capability gave us the human-in-the-loop safety step that we think matters a lot for anything that claims to summarize "consensus."&lt;/p&gt;

&lt;h2&gt;
  
  
  What broke along the way
&lt;/h2&gt;

&lt;p&gt;A few things slowed us down. Running TrueForge locally on Windows hit an ESM/path resolution bug on startup — a known Node/Windows issue. We also burned time on API key setup: one provider rejected a key with a cryptic "workspace ID required" error, and we hit tight free-tier rate limits on more than one provider mid-session. Separately, a reasoning model's response format wasn't accepted back into conversation history by a provider, which broke a session with a generic 400 error.&lt;/p&gt;

&lt;p&gt;None of these were fatal, but they ate into our build time — a reminder that a good chunk of hackathon time goes into infrastructure plumbing rather than the actual idea.&lt;/p&gt;

&lt;h2&gt;
  
  
  Working with Qodo
&lt;/h2&gt;

&lt;p&gt;We connected Qodo to our GitHub repo early and opened our sandbox script as a pull request rather than pushing straight to main. Qodo reviewed it automatically — an AI summary, a diagram of the change, and a high-level assessment — before we merged. It's a small thing, but it kept us from merging unreviewed code into main even under time pressure, which is exactly the discipline this track is meant to encourage.&lt;/p&gt;

&lt;h2&gt;
  
  
  What's next
&lt;/h2&gt;

&lt;p&gt;Consensus Gap works for any topic where popular belief and expert evidence might not line up. We'd like to expand it with a persistent report archive, source-credibility weighting, and a lighter-weight public dashboard so results are browsable without running the agent yourself.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;GitHub repo:&lt;/strong&gt; &lt;a href="https://github.com/NaitikMorajkar/consensus-gap" rel="noopener noreferrer"&gt;https://github.com/NaitikMorajkar/consensus-gap&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Qodo-reviewed PR:&lt;/strong&gt; &lt;a href="https://github.com/NaitikMorajkar/consensus-gap/pull/1" rel="noopener noreferrer"&gt;https://github.com/NaitikMorajkar/consensus-gap/pull/1&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Built by Team Astella — Vedant, Naitik, and Swaroop.&lt;/p&gt;

</description>
      <category>agents</category>
      <category>ai</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
