<?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: Bhargav Sai Dhiravathu</title>
    <description>The latest articles on DEV Community by Bhargav Sai Dhiravathu (@bhargavsai_dbs).</description>
    <link>https://dev.to/bhargavsai_dbs</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3831692%2F04e6cedf-ae6d-42a9-95f8-edb732fbfd2a.png</url>
      <title>DEV Community: Bhargav Sai Dhiravathu</title>
      <link>https://dev.to/bhargavsai_dbs</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/bhargavsai_dbs"/>
    <language>en</language>
    <item>
      <title>From understanding the problem to-&gt;building the system&lt;/&gt;</title>
      <dc:creator>Bhargav Sai Dhiravathu</dc:creator>
      <pubDate>Sat, 28 Mar 2026 11:32:00 +0000</pubDate>
      <link>https://dev.to/bhargavsai_dbs/from-understanding-the-problem-to-building-the-system-2404</link>
      <guid>https://dev.to/bhargavsai_dbs/from-understanding-the-problem-to-building-the-system-2404</guid>
      <description>&lt;p&gt;&lt;strong&gt;Phase 1 was about clarity.&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;Phase 2 is about execution.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;In the initial phase, we spent time understanding the problem from the ground up — the users, their constraints, and what actually matters in real-world scenarios. That effort was reflected in the &lt;strong&gt;positive feedback we received on our approach and system thinking&lt;/strong&gt;, which gave us confidence in our direction.&lt;/p&gt;

&lt;p&gt;But Phase 2 is where that direction is being tested.&lt;/p&gt;




&lt;p&gt;Once we moved into development, one thing became very evident:&lt;/p&gt;

&lt;p&gt;There is a clear difference between designing a system and implementing it.&lt;/p&gt;

&lt;p&gt;On paper, everything feels structured — workflows are clean, decisions are defined, and the system appears complete.&lt;/p&gt;

&lt;p&gt;In practice, things behave differently.&lt;/p&gt;

&lt;p&gt;Working with real-time inputs, handling uncertainty, and ensuring consistency across the system introduces a different level of complexity altogether.&lt;/p&gt;




&lt;p&gt;So instead of rushing into building everything, we made a conscious shift in approach.&lt;/p&gt;

&lt;p&gt;We started focusing on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What is essential for the system to function&lt;/li&gt;
&lt;li&gt;What can be realistically implemented within constraints&lt;/li&gt;
&lt;li&gt;What can be simulated without losing the core idea&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This helped us move from a feature-driven mindset to a system-driven one.&lt;/p&gt;




&lt;p&gt;One important learning from this phase:&lt;/p&gt;

&lt;p&gt;A good solution is not defined by how much it does,&lt;br&gt;
but by how reliably it does what it is supposed to do.&lt;/p&gt;




&lt;p&gt;From a development perspective, this phase reinforced a practical rule:&lt;/p&gt;

&lt;p&gt;If something cannot be built well within the given timeline, it should not be part of the system.&lt;/p&gt;

&lt;p&gt;This is less about limiting scope, and more about protecting quality.&lt;/p&gt;




&lt;p&gt;We are now building in layers:&lt;/p&gt;

&lt;p&gt;Starting with a working core,&lt;br&gt;
then improving accuracy,&lt;br&gt;
and gradually refining the system.&lt;/p&gt;




&lt;p&gt;Phase 2 is still in progress, but the shift is noticeable.&lt;/p&gt;

&lt;p&gt;It no longer feels like an idea being described.&lt;br&gt;
It feels like a system being constructed.&lt;/p&gt;




&lt;p&gt;Team &lt;strong&gt;ALPHANEXUS&lt;/strong&gt;&lt;br&gt;
Guidewire DEVTrails 2026&lt;/p&gt;

</description>
      <category>guidewire</category>
      <category>devtrails2026</category>
      <category>hackathon</category>
    </item>
    <item>
      <title>Not just a hackathon… this feels different 🔥</title>
      <dc:creator>Bhargav Sai Dhiravathu</dc:creator>
      <pubDate>Wed, 18 Mar 2026 16:39:24 +0000</pubDate>
      <link>https://dev.to/bhargavsai_dbs/not-just-a-hackathon-this-feels-different-ead</link>
      <guid>https://dev.to/bhargavsai_dbs/not-just-a-hackathon-this-feels-different-ead</guid>
      <description>&lt;p&gt;I thought this hackathon would be straightforward.&lt;br&gt;
Read the problem. Start coding. Submit.&lt;br&gt;
But this time, it didn’t work that way.&lt;/p&gt;

&lt;p&gt;When we first received the problem statement, we believed we understood it. After revisiting it for a few days, we realized we didn’t fully grasp it.&lt;/p&gt;

&lt;p&gt;There is a clear difference between reading a problem and understanding the people behind it.&lt;/p&gt;

&lt;p&gt;So we made a deliberate decision to pause development.&lt;/p&gt;

&lt;p&gt;Instead of jumping into coding, we focused on asking the right questions:&lt;br&gt;
Who are we building for&lt;br&gt;
What challenges do they face&lt;br&gt;
What genuinely helps them&lt;br&gt;
What is merely “nice to have”&lt;/p&gt;

&lt;p&gt;This phase took nearly a week. At the time, it felt slow, but in hindsight, it was the most valuable step in our process.&lt;/p&gt;

&lt;p&gt;Once we gained clarity, everything else became much more straightforward.&lt;/p&gt;

&lt;p&gt;Feature decisions became easier.&lt;br&gt;
Choosing the tech stack became clearer.&lt;br&gt;
Most importantly, we understood what not to build.&lt;/p&gt;

&lt;p&gt;In our team, I am responsible for development, which made one thing very clear:&lt;/p&gt;

&lt;p&gt;If something cannot be built within our timeline, it does not go into the product.&lt;/p&gt;

&lt;p&gt;No overengineering.&lt;br&gt;
No unnecessary complexity.&lt;/p&gt;

&lt;p&gt;One key lesson stood out: scope can make or break a project.&lt;/p&gt;

&lt;p&gt;We are now approaching our Phase 1 submission.&lt;/p&gt;

&lt;p&gt;Our deliverables include:&lt;br&gt;
GitHub repository&lt;br&gt;
Project README&lt;br&gt;
A 2-minute demo video&lt;/p&gt;

&lt;p&gt;For anyone participating in a hackathon:&lt;/p&gt;

&lt;p&gt;Avoid rushing into development.&lt;br&gt;
Spend more time understanding the problem.&lt;/p&gt;

&lt;p&gt;Once that foundation is clear, execution becomes much easier.&lt;/p&gt;

&lt;p&gt;We are still learning and iterating.&lt;br&gt;
But now it feels like we are building something real — not just submitting a project.&lt;/p&gt;

&lt;p&gt;Will share our Phase 1 results soon.&lt;/p&gt;

&lt;p&gt;Team ALPHANEXUS&lt;br&gt;
Guidewire DEVTrails 2026&lt;/p&gt;

</description>
      <category>hackathon</category>
      <category>guideswire</category>
      <category>devtrails2026</category>
    </item>
  </channel>
</rss>
