<?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: Ojas Inamdar</title>
    <description>The latest articles on DEV Community by Ojas Inamdar (@tdp17).</description>
    <link>https://dev.to/tdp17</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%2F736898%2F6baa8b41-ba93-495b-b726-b128ddb1f5ca.png</url>
      <title>DEV Community: Ojas Inamdar</title>
      <link>https://dev.to/tdp17</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tdp17"/>
    <language>en</language>
    <item>
      <title>Monthly Insights - Automation, Ambiguity and Agile</title>
      <dc:creator>Ojas Inamdar</dc:creator>
      <pubDate>Wed, 26 Aug 2026 18:42:31 +0000</pubDate>
      <link>https://dev.to/tdp17/monthly-insights-automation-ambiguity-and-agile-8pf</link>
      <guid>https://dev.to/tdp17/monthly-insights-automation-ambiguity-and-agile-8pf</guid>
      <description>&lt;h2&gt;
  
  
  Automation
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Everything boring that can be automated, should probably be automated. Whether others know about that automation, depends upon how much it is valued over looking busy.&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fbc73mqg2oo06fdwtp6wg.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fbc73mqg2oo06fdwtp6wg.jpg" alt="Automation - Human and robot hand reaching out to each other" width="799" height="436"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.magnific.com/free-ai-image/human-hand-passing-gear-robotic-hand_419672558.htm#fromView=search&amp;amp;page=1&amp;amp;position=16&amp;amp;uuid=f04a0975-572f-4678-95c4-6259b22a83b6&amp;amp;track=ais_hybrid&amp;amp;query=automation" rel="noopener noreferrer"&gt;Image by magnific&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I've been on a self undertaken journey at work for the past couple of months - the automation of our build process.&lt;/p&gt;

&lt;p&gt;I learnt a lot about how Jenkins works, how interactions happen between GitHub, Jenkins, Artifactory, Docker, Ansible, etc. I started slow - one build pipeline that creates and pushes Docker images, and I kept adding pipelines as I felt the need.&lt;/p&gt;

&lt;p&gt;Today, I have a suite of pipelines that run tests, code coverage, build, deploy, cleanup, and run security scans across x86 and s390x. Some highlights of this suite -&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;A multi architecture build&lt;/strong&gt; - UI built on an x86 agent and build folder sent over to an s390x agent. This agent then builds the backend and the final image&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;An end-to-end .jar updater&lt;/strong&gt; - Separate java repository whose .jar files were imported into the main repository to be called. The pipeline built these .jars and automatically created a PR on GitHub.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;This has freed up a lot of dev hours for my team and myself. It's also helped keep the systems (and me) sane with the insane amount of work that gets done nowadays.&lt;/p&gt;

&lt;p&gt;I keep looking for things I can automate now, especially the small, mundane tasks since the time saved really does compound up. To anyone reading this, or future me - &lt;em&gt;"Automation is like getting regular exercise; you might not see immediate results, but your systems will thank you later."&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Ambiguity
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;The biggest blocker of them all is often the difference in understanding of the same words&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fvjkp2oci8ao29b0ejeb7.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fvjkp2oci8ao29b0ejeb7.jpg" alt="Ambiguity - two brains thinking about the same question" width="799" height="533"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.magnific.com/free-vector/mental-health-support-background-with-question-mark-human-head_201338089.htm#fromView=search&amp;amp;page=1&amp;amp;position=8&amp;amp;uuid=3c8e33ae-07ae-4749-b11c-fa2c89e8c669&amp;amp;track=ais_hybrid&amp;amp;query=ambiguity" rel="noopener noreferrer"&gt;Image by starline on Magnific&lt;/a&gt;&lt;br&gt;
A couple of years ago, when I just started working as a software engineer, I struggled with ambiguity. Before this, the requirements were straightforward assignments with most of them written down. &lt;/p&gt;

&lt;p&gt;Now, I hold the opinion that dealing with ambiguity and sifting through it is a large part of my job. There's multiple stakeholders, ranging across the technical to non technical scale - Product, UX, leads, CS; all with a range of opinions and areas of expertise.&lt;/p&gt;

&lt;p&gt;Especially today with how coding assistants work, I believe its imperative to identify and resolve ambiguities even before the first prompt is entered. I've personally found far greater success in reducing the amount of code generated (noise) this way. &lt;/p&gt;

&lt;p&gt;Every large story I pick up always starts the same way now - &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Look at the summary, acceptance criteria and description and note down the questions that come to my mind while reading these.&lt;/li&gt;
&lt;li&gt;Figure out who are the best people to ask these questions, and reach out to them.&lt;/li&gt;
&lt;li&gt;Edit the ticket itself to reflect the answers I get.&lt;/li&gt;
&lt;li&gt;Only after steps 1-3 do I start making any changes.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Agile
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Agile as a theory stands tall, but its difficult to judge a theory in isolation of its practitioners&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fl4fjbc1fs6gsg76adeeh.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fl4fjbc1fs6gsg76adeeh.jpg" alt="Agile - Scrum" width="799" height="533"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.magnific.com/free-vector/flat-scrum-task-board-with-color-stick-paper-notes_26195122.htm#fromView=search&amp;amp;page=1&amp;amp;position=6&amp;amp;uuid=3acf21f7-c6e4-417b-b147-1bf98fb14eb5&amp;amp;track=ais_hybrid&amp;amp;query=agile+scrum" rel="noopener noreferrer"&gt;Image by redgreystock on Magnific&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Note - I have only experienced Scrum, maybe other types of Agile might solves some of these or maybe they don't, I do not know yet.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Agile was introduced as a solution to the problem that was waterfall. The intent was to move fast and break things. Agility is required, especially in today's fast moving world, and the theory behind Agile has always promoted empowering teams to function independently. In practice, however I have some issues with it.&lt;/p&gt;

&lt;p&gt;1) The estimation problem - Story points: "Assign a random number to a task that you or someone else has never done before so we can know how difficult it is and how much effort it would take?". For a given ticket, how are the story points the same for a person who has worked previously on similar problems vs someone who hasn't? How is a junior expected to work with 2 story points for the same task when he/she has never seen that codebase before? How are we fitting story points into a unit of time (sprints), yet claiming that they are unrelated to the time required to complete a task?&lt;/p&gt;

&lt;p&gt;2) The responsibility problem - Scope creep: Agile magically assumes that everyone in the team is magically responsible. What happens when the people say don't want to write documentation or more often, don't have the time to? What if people don't say no to scope increases and sacrifice quality for it? You end up adding features without any spec, scope creeps upwards and timelines shrink, further increasing the mess. A couple of years later, nobody knows why certain decisions were taken.&lt;/p&gt;

&lt;p&gt;3) If the whole point is Agility, how do strict cadenced release cycles play into this? Isn't this exactly what we are avoiding?&lt;/p&gt;

&lt;p&gt;4) Meetings: Need I say more?&lt;/p&gt;

&lt;p&gt;To sum up, I believe most of the problems with Agile today lie in its monstrous interpretations that we have implemented. Maybe there will be a new theory that becomes the industry standard that eases the problems that occur. &lt;/p&gt;

&lt;h2&gt;
  
  
  About this series
&lt;/h2&gt;

&lt;p&gt;Monthly learnings will hopefully turn out to be a journal of my life in the software engineer journey. I started this series when I was a full time SWE for 2 years, rather than as a fresh grad because it felt more appropriate. It will help future me - to look back at when I need to as a record of how far I've come and as a refresher. Some of these will be technical, some non-technical and some of these ramblings might not be related to the job at all.&lt;/p&gt;

</description>
      <category>automation</category>
      <category>software</category>
      <category>career</category>
    </item>
    <item>
      <title>Monthly Insights - Choices, Cutoffs, and Claude</title>
      <dc:creator>Ojas Inamdar</dc:creator>
      <pubDate>Tue, 21 Jul 2026 11:07:46 +0000</pubDate>
      <link>https://dev.to/tdp17/monthly-insights-choices-cutoffs-and-claude-3c64</link>
      <guid>https://dev.to/tdp17/monthly-insights-choices-cutoffs-and-claude-3c64</guid>
      <description>&lt;h2&gt;
  
  
  Choices
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Our job is making decisions, learning from them, and slowly making fewer mistakes until we become good enough to guide others.&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fagr5awpbs3ly0tdwyhde.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fagr5awpbs3ly0tdwyhde.jpg" alt="choices and decisions" width="800" height="533"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.magnific.com/free-vector/businessman-front-question-with-roads_11053508.htm" rel="noopener noreferrer"&gt;Image by macrovector on Magnific&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;As a part of our jobs, we make choices every day. Some of them are quick ones like what colour a button should be; while some are larger ones that have long term impact.&lt;/p&gt;

&lt;p&gt;Decisions we take early on usually have a small blast radius, they impact smaller subsets of people or systems. As we grow, the blast radius increases &amp;amp; our decisions start affecting more. It is crucial to get into the habit of calculated decision making early on to avoid unforeseen tradeoffs when the cost of being wrong is much larger.  &lt;/p&gt;

&lt;p&gt;Some examples of this I learnt from:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Choosing to distribute on a platform which your dependencies do not officially support, may cost countless engineering hours every release.&lt;/li&gt;
&lt;li&gt;Moving from session-based authentication to JWTs can prevent an expensive rewrite once services need to become independently added or decoupled.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Cutoffs
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Two times your best guess plus some buffer works only if quality is a focus. If not, your time estimate is often tied to how soon a stakeholder or customer will run out of patience.&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fepzk5bajfm40chlpj8hd.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fepzk5bajfm40chlpj8hd.jpg" alt="deadlines" width="800" height="800"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.magnific.com/free-vector/professional-burnout-depression-frustration-isometric-composition-with-images-clock-stack-paperwork_13741316.htm" rel="noopener noreferrer"&gt;Image by macrovector on Magnific&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;A release date, a demo date, a code freeze date, so many different cutoff dates. We try to set these to feel a sense of control in the bureaucratic machinations that enterprises eventually become. Too often we see quality being dropped to match these cutoffs. &lt;/p&gt;

&lt;p&gt;We engineers like to obsess over the quality of the code and the architecture. But, is there always a correct answer?&lt;br&gt;
For a startup yet to get going, and on the verge of bankruptcy, speed matters much more than quality. For a mission critical system like healthcare or banking, correctness is the most important. Most companies fall somewhere within this spectrum of quality and speed. Even within the same company, different teams might lie on different ends of it. &lt;strong&gt;Where your team lies at that point should be a large part of most decision making.&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;As a company grows, deadlines should grow too. Processes expand, new tasks get added, new people, responsibilities, checks, and compliances. The same deadlines with more things to do often lead to things being done worse than before.&lt;/li&gt;
&lt;li&gt;Assume something will go wrong, always. This will keep you sane when it inevitably does, as well as your deadlines honest. This will afford you the luxury to choose speed or quality instead of being forced to choose speed.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Claude
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;At what point did we become comfortable replacing human single points of failure with non-deterministic software acting as new single points of failure? At what point did we become okay with rushing into things without asking the right questions?&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fmlg7ou4gu3yjtgaa51cs.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fmlg7ou4gu3yjtgaa51cs.jpg" alt="llms" width="800" height="600"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.magnific.com/free-photo/ai-cloud-concept-with-robot-arms_32471122.htm" rel="noopener noreferrer"&gt;Image by magnific&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I have 2 stances on LLMs. Morally, I absolute hate the resource usage, IP violations, market conditions, and end goals of LLMs. Let's focus on the technical stance in this post. &lt;br&gt;
As a tool, LLMs and coding assistants are brilliant, probably one of the most impactful software changes of the decade. I would describe them as "amplifiers". Obvious amplifications include costs, speed, lines of code, CVEs. They also amplify the less obvious things - time to get a feature to production, tech debt, the knowledge gap between people who work on a ticket and those who didn't, etc. Economics of tokens, cognitive decline and an increasing dependency on the tools are questions that are being increasingly asked for a couple of months now. We need to also start asking the question "is this amplification required, useful and manageable for us?" a lot more than we currently do. This amplification makes a good engineer, better, but a bad engineer a larger problem to the team. &lt;/p&gt;

&lt;h3&gt;
  
  
  About this series
&lt;/h3&gt;

&lt;p&gt;Monthly learnings will hopefully turn out to be a journal of my life in the software engineer journey. I started this series when I was a full time SWE for 2 years, rather than as a fresh grad because it felt more appropriate. It will help future me - to look back at when I need to as a record of how far I've come and as a refresher. Some of these will be technical, some non-technical and some of these ramblings might not be related to the job at all.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>learning</category>
      <category>growth</category>
    </item>
  </channel>
</rss>
