<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0"><channel><title><![CDATA[manage this way]]></title><description><![CDATA[tech management opinions]]></description><link>https://www.managethisway.com</link><image><url>https://substackcdn.com/image/fetch/$s_!voXQ!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F38cf9c92-3176-442e-b262-066cbdead749_410x410.png</url><title>manage this way</title><link>https://www.managethisway.com</link></image><generator>Substack</generator><lastBuildDate>Wed, 08 Apr 2026 15:36:22 GMT</lastBuildDate><atom:link href="https://www.managethisway.com/feed" rel="self" type="application/rss+xml"/><copyright><![CDATA[Vasiliy Kiryanov]]></copyright><language><![CDATA[en]]></language><webMaster><![CDATA[managethisway@substack.com]]></webMaster><itunes:owner><itunes:email><![CDATA[managethisway@substack.com]]></itunes:email><itunes:name><![CDATA[Vasiliy Kiryanov]]></itunes:name></itunes:owner><itunes:author><![CDATA[Vasiliy Kiryanov]]></itunes:author><googleplay:owner><![CDATA[managethisway@substack.com]]></googleplay:owner><googleplay:email><![CDATA[managethisway@substack.com]]></googleplay:email><googleplay:author><![CDATA[Vasiliy Kiryanov]]></googleplay:author><itunes:block><![CDATA[Yes]]></itunes:block><item><title><![CDATA[Software engineering in era of AI]]></title><description><![CDATA[As LLMs can generate invalid, insecure, slow, etc. code, you need to maximize probability of valid code generation and protect other architectural characteristics (non-functional requirements) of a solution.]]></description><link>https://www.managethisway.com/p/software-engineering-in-era-of-ai</link><guid isPermaLink="false">https://www.managethisway.com/p/software-engineering-in-era-of-ai</guid><dc:creator><![CDATA[Vasiliy Kiryanov]]></dc:creator><pubDate>Thu, 27 Feb 2025 23:57:17 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/da45cb81-312f-4b5e-b47a-4eef31eee41f_4000x2667.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<blockquote><p>&#8220;It is our job to create computing technology such that nobody has to program. And that the programming language is human.&#8221;, </p><p>Jensen Huang</p></blockquote><p>Software development has always been a dynamic field. The advent of Large Language Models (LLMs), such as OpenAI's GPT series, has introduced a new paradigm of AI-assisted software engineering, significantly enhancing the speed of code creation.</p><p>Nothing new comes without challenges, and developers, along with organizations, must be mindful of the potential complexities of code generation. Let's consider differences in concerns of &#8216;Rapid prototyping&#8217; and &#8216;Traditional development&#8217; and how we can overcome them. </p><h2>Rapid prototyping</h2><p>Key concern:</p><ul><li><p><strong>Speed </strong>&#8211; Prioritizing fast development cycles to quickly validate ideas, iterate on solutions, and adapt to changing requirements.</p></li></ul><p>We already have AI-assisted tools that revolutionize rapid prototyping of ideas. Tools like <a href="https://bolt.new">bolt.new</a>, <a href="https://v0.dev">v0.dev</a>, <a href="https://screenshottocode.com">screenshottocode.com</a> can generate code for entire full-stack web and mobile applications.</p><p>The results are impressive and good enough to get customer feedback and quickly iterate, but they are not production-ready. Given the emphasis on speed in rapid prototyping, it is a great use-case for AI-assisted engineering.</p><p></p><h2>Traditional development</h2><p> Key concern:</p><ul><li><p><strong>Quality </strong>&#8211; Ensuring the generated code adheres to non-functional requirements (architectural characteristics) like reliability, maintenance, security, etc.</p></li></ul><p>Let us find a balance between the speed that AI can bring and demands of a production environment.</p><p></p><h4>Feature Level Quality - TDD with a twist</h4><p>To address quality concerns, I propose to build on top of the concept of Test-Driven Development (TDD), which was introduced by Kent Beck in the late 1990s while working on <a href="https://martinfowler.com/bliki/ExtremeProgramming.html">Extreme Programming (XP)</a>.</p><p>The idea of TDD is simple: you write tests for your functions before writing the actual code to ensure that the code behaves as expected. If you need a quick refresher, I recommend Martin Fowler&#8217;s article on <a href="https://martinfowler.com/bliki/TestDrivenDevelopment.html">TDD</a>. </p><p>3 key reasons it is better that way:</p><ol><li><p>higher solution quality - well-structured, modular, and maintainable code</p></li><li><p>higher test quality  - tests are not biased towards generated code</p></li><li><p>higher generated code quality - LLM will use tests to ensure that generated code meets requirements (self-verification &amp; correction)</p></li></ol><p>The TDD twist is that you need not only tests for generating code. You will need 3 things:</p><ol><li><p>function signature with typified input and output parameters</p></li><li><p>detailed definition of function behavior</p></li><li><p>test-scenarios that cover all the aspects of expected function behavior</p><p></p></li></ol><p><em>Code example in Python:</em></p><div class="captioned-image-container"><figure><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!2BD2!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff4312747-5f5e-4d07-a111-25926d793128_597x180.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!2BD2!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff4312747-5f5e-4d07-a111-25926d793128_597x180.png 424w, https://substackcdn.com/image/fetch/$s_!2BD2!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff4312747-5f5e-4d07-a111-25926d793128_597x180.png 848w, https://substackcdn.com/image/fetch/$s_!2BD2!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff4312747-5f5e-4d07-a111-25926d793128_597x180.png 1272w, https://substackcdn.com/image/fetch/$s_!2BD2!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff4312747-5f5e-4d07-a111-25926d793128_597x180.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!2BD2!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff4312747-5f5e-4d07-a111-25926d793128_597x180.png" width="597" height="180" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/f4312747-5f5e-4d07-a111-25926d793128_597x180.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:180,&quot;width&quot;:597,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:434886,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://www.managethisway.com/i/157465197?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff4312747-5f5e-4d07-a111-25926d793128_597x180.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!2BD2!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff4312747-5f5e-4d07-a111-25926d793128_597x180.png 424w, https://substackcdn.com/image/fetch/$s_!2BD2!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff4312747-5f5e-4d07-a111-25926d793128_597x180.png 848w, https://substackcdn.com/image/fetch/$s_!2BD2!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff4312747-5f5e-4d07-a111-25926d793128_597x180.png 1272w, https://substackcdn.com/image/fetch/$s_!2BD2!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff4312747-5f5e-4d07-a111-25926d793128_597x180.png 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a></figure></div><p><em>Code generation flow chart:</em></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!PesA!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F76e03384-bc64-4c2e-90ae-2a098a0ccd48_1586x1944.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!PesA!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F76e03384-bc64-4c2e-90ae-2a098a0ccd48_1586x1944.png 424w, https://substackcdn.com/image/fetch/$s_!PesA!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F76e03384-bc64-4c2e-90ae-2a098a0ccd48_1586x1944.png 848w, https://substackcdn.com/image/fetch/$s_!PesA!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F76e03384-bc64-4c2e-90ae-2a098a0ccd48_1586x1944.png 1272w, https://substackcdn.com/image/fetch/$s_!PesA!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F76e03384-bc64-4c2e-90ae-2a098a0ccd48_1586x1944.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!PesA!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F76e03384-bc64-4c2e-90ae-2a098a0ccd48_1586x1944.png" width="1456" height="1785" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/76e03384-bc64-4c2e-90ae-2a098a0ccd48_1586x1944.png&quot;,&quot;srcNoWatermark&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/e99530ad-b878-41dd-b796-f824ebbd4dbf_1586x1944.png&quot;,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1785,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:166189,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://www.managethisway.com/i/157465197?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe99530ad-b878-41dd-b796-f824ebbd4dbf_1586x1944.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!PesA!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F76e03384-bc64-4c2e-90ae-2a098a0ccd48_1586x1944.png 424w, https://substackcdn.com/image/fetch/$s_!PesA!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F76e03384-bc64-4c2e-90ae-2a098a0ccd48_1586x1944.png 848w, https://substackcdn.com/image/fetch/$s_!PesA!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F76e03384-bc64-4c2e-90ae-2a098a0ccd48_1586x1944.png 1272w, https://substackcdn.com/image/fetch/$s_!PesA!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F76e03384-bc64-4c2e-90ae-2a098a0ccd48_1586x1944.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p></p><h4>System Level Quality - Fitness Functions</h4><p>You still need to cover non-functional requirements (NFRs), including security. To address this, I recommend leveraging the concept of the "architectural fitness function&#8221;, an idea introduced by ThoughtWorks architects and explored in the book  <a href="https://www.amazon.com/Building-Evolutionary-Architectures-Neal-Ford-ebook/dp/B0BN4T1P27">Building Evolutionary Architectures</a><em>.</em></p><blockquote><p>&#8220;During test-driven development, we write tests to verify that features conform to desired business outcomes; with fitness function-driven development we can also write tests that measure a system&#8217;s alignment to architectural goals.&#8221;, <a href="https://www.thoughtworks.com/en-gb/insights/articles/fitness-function-driven-development">ThoughtWorks&#8217; FFDD</a> (Fitness Function Drivem Developmemt)</p></blockquote><p>What makes fitness functions effective? They&#8217;re automated, quantifiable, and continuous&#8212;integrated into your CI/CD pipeline. By embedding these system-level tests into your development process, you ensure that NFRs are consistently validated. For example, you might define a fitness function to measure response times under load (performance), enforce encryption standards (security), or verify system uptime (reliability). </p><p>Fitness functions act as guardrails, detecting deviations before they escalate into problems. </p><p></p><h2>Summary</h2><h5>Rapid prototyping</h5><p>There are already available tools for rapid prototyping that can generate code for entire full-stack web and mobile applications to quickly validate ideas, iterate on solutions, and adapt to changing requirements. Given the emphasis on speed during rapid prototyping, no additional considerations are typically required.</p><h5>Traditional development</h5><p>As LLMs can generate invalid, insecure, slow, etc. code, you need to maximize probability of valid code generation and protect other architectural characteristics (non-functional requirements) of a solution.</p><p>To <strong>ensure code quality</strong>, you should define before code generation:</p><ol><li><p>function signature with typified input and output parameters</p></li><li><p>detailed definition of function behavior (what function should do)</p></li><li><p>test-scenarios that cover all the aspects of expected function behavior</p><p></p></li></ol><p>To <strong>ensure solution quality</strong>, you should create a set of automated, quantifiable, and continuous&#8212;integrated into your CI/CD pipeline tests. </p><p>By embedding these system-level tests into your development process, you ensure that architectural characteristics are consistently validated. For example, you might define a test to measure response times under load (performance), enforce encryption standards (security), or verify system uptime (reliability). </p><p></p>]]></content:encoded></item><item><title><![CDATA[I generated code. Who owns it?]]></title><description><![CDATA[Ownership of the code generated by AI is not automatic as AI generates code based on pre-existing data (source codes) with different licenses.]]></description><link>https://www.managethisway.com/p/i-generated-code-who-owns-it</link><guid isPermaLink="false">https://www.managethisway.com/p/i-generated-code-who-owns-it</guid><dc:creator><![CDATA[Vasiliy Kiryanov]]></dc:creator><pubDate>Mon, 24 Feb 2025 13:31:47 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/f2621828-599f-46bb-89a7-9841fb53cb33_6016x2648.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Ownership of the code generated by AI is not automatic as AI generates code based on pre-existing data (source codes) with different licenses.</p><p>To avoid legal issues, many LLMs creators focus on usage of <a href="https://en.wikipedia.org/wiki/Permissive_software_license">permissively licensed</a> code (e.g., MIT, Apache 2.0) or code explicitly opted into training.  However, to protect themself they still can ask you to accept liability for LLM usage.</p><p>IDE plugins developers that use LLM for code generation can further push liability to users of their plugins. Right now based on my analysis of popular IDE plugins there are 3 options:</p><ol><li><p><strong>IP indemnity</strong> - plugin developer agrees to protect users against claims, losses, or damages arising from intellectual property disputes.</p></li><li><p><strong>Source code reference tracker</strong> - plugin provides license details for generated code and a user should make sure that source code license limitations are acceptable.</p></li><li><p><strong>Users accept all liabilities</strong> -  for any plugin usage users accept all the liabilities.</p><p></p></li></ol><p>See my <a href="https://github.com/vasiliyk/AI-engineering/blob/main/Code%20Generators%20Comparison.md">IDEs plugin comparison</a> (&#8220;Protection from legal risk&#8221;) for details on options provided to you by plugin developers. </p><p>Plugin developers can also use your code to train their models. I added another row to my IDE plugin comparison (&#8220;Disallow to store - code / history / telemetry&#8221;) so you can opt-out if possible.</p><p></p>]]></content:encoded></item><item><title><![CDATA[Comparison of code generation plugins for IDEs]]></title><description><![CDATA[How to compare IDE plugins and which important parameters are often overlooked.]]></description><link>https://www.managethisway.com/p/comparison-of-code-generation-plugins</link><guid isPermaLink="false">https://www.managethisway.com/p/comparison-of-code-generation-plugins</guid><dc:creator><![CDATA[Vasiliy Kiryanov]]></dc:creator><pubDate>Thu, 20 Feb 2025 00:16:27 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!ozAr!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F50c49b2a-416a-4aaa-a951-58a627f2191a_928x1235.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>The landscape of AI-powered code generation has rapidly evolved, with multiple Large Language Models (LLMs) now competing. On top of it, the list of IDE plugins is expanding with several leaders already emerging. As it is getting harder to understand how to compare them I created a comparison with a set of parameters that I believe are important. </p><p>Parameters that are often disregarded but can be important are: </p><ol><li><p>protection from legal risk</p></li><li><p>local codebase awareness</p></li><li><p>ability to disallow the collection of your code and telemetry (usage data, error reports, user interactions, and performance metrics)</p></li></ol><p></p><p>The updated version with working links is in my GitHub repository - <a href="https://github.com/vasiliyk/AI-engineering/blob/main/Code%20Generators%20Comparison.md">Code Generators Comparison.md</a>. </p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!ozAr!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F50c49b2a-416a-4aaa-a951-58a627f2191a_928x1235.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!ozAr!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F50c49b2a-416a-4aaa-a951-58a627f2191a_928x1235.png 424w, https://substackcdn.com/image/fetch/$s_!ozAr!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F50c49b2a-416a-4aaa-a951-58a627f2191a_928x1235.png 848w, https://substackcdn.com/image/fetch/$s_!ozAr!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F50c49b2a-416a-4aaa-a951-58a627f2191a_928x1235.png 1272w, https://substackcdn.com/image/fetch/$s_!ozAr!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F50c49b2a-416a-4aaa-a951-58a627f2191a_928x1235.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!ozAr!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F50c49b2a-416a-4aaa-a951-58a627f2191a_928x1235.png" width="928" height="1235" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/50c49b2a-416a-4aaa-a951-58a627f2191a_928x1235.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1235,&quot;width&quot;:928,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:319777,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://www.managethisway.com/i/157505772?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F50c49b2a-416a-4aaa-a951-58a627f2191a_928x1235.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!ozAr!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F50c49b2a-416a-4aaa-a951-58a627f2191a_928x1235.png 424w, https://substackcdn.com/image/fetch/$s_!ozAr!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F50c49b2a-416a-4aaa-a951-58a627f2191a_928x1235.png 848w, https://substackcdn.com/image/fetch/$s_!ozAr!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F50c49b2a-416a-4aaa-a951-58a627f2191a_928x1235.png 1272w, https://substackcdn.com/image/fetch/$s_!ozAr!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F50c49b2a-416a-4aaa-a951-58a627f2191a_928x1235.png 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p>Please, let me know if you believe additional parameters should be considered for evaluation.</p><p></p>]]></content:encoded></item><item><title><![CDATA[ Skill/Will Matrix for people management]]></title><description><![CDATA[Situational Leadership suggests adaptation of management style according to their team members' competence and commitment.]]></description><link>https://www.managethisway.com/p/skill-will-matrix</link><guid isPermaLink="false">https://www.managethisway.com/p/skill-will-matrix</guid><dc:creator><![CDATA[Vasiliy Kiryanov]]></dc:creator><pubDate>Fri, 21 Jun 2024 13:44:28 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffca36c1b-0621-4378-be3d-ba12976ed95a_3800x1400.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!1sIh!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffca36c1b-0621-4378-be3d-ba12976ed95a_3800x1400.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!1sIh!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffca36c1b-0621-4378-be3d-ba12976ed95a_3800x1400.jpeg 424w, https://substackcdn.com/image/fetch/$s_!1sIh!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffca36c1b-0621-4378-be3d-ba12976ed95a_3800x1400.jpeg 848w, https://substackcdn.com/image/fetch/$s_!1sIh!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffca36c1b-0621-4378-be3d-ba12976ed95a_3800x1400.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!1sIh!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffca36c1b-0621-4378-be3d-ba12976ed95a_3800x1400.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!1sIh!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffca36c1b-0621-4378-be3d-ba12976ed95a_3800x1400.jpeg" width="1456" height="536" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/fca36c1b-0621-4378-be3d-ba12976ed95a_3800x1400.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:536,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1154704,&quot;alt&quot;:&quot;&quot;,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpeg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" title="" srcset="https://substackcdn.com/image/fetch/$s_!1sIh!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffca36c1b-0621-4378-be3d-ba12976ed95a_3800x1400.jpeg 424w, https://substackcdn.com/image/fetch/$s_!1sIh!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffca36c1b-0621-4378-be3d-ba12976ed95a_3800x1400.jpeg 848w, https://substackcdn.com/image/fetch/$s_!1sIh!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffca36c1b-0621-4378-be3d-ba12976ed95a_3800x1400.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!1sIh!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ffca36c1b-0621-4378-be3d-ba12976ed95a_3800x1400.jpeg 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><h2>Skill/Will Matrix</h2><h3>History</h3><p>The Skill/Will Matrix is conceptually based on the <a href="https://en.wikipedia.org/wiki/Situational_leadership_theory">Situational Leadership theory</a> developed by Paul Hersey and Ken Blanchard in the late 1960s. Situational Leadership underscores the need for leaders to adapt their management style according to their team members' competence and commitment. </p><p>It was popularized by Max Landsberg, a British author and management consultant. He introduced this framework in his book <em>"The Tao of Coaching"</em> published in 1996. </p><h3>The matrix</h3><p>The matrix suggests that you can only delegate to people with &#8216;high motivation &amp; high competence&#8217; and you need to work hard to bring others to that state. </p><p>I added 2 things to the matrix to simplify its usage:</p><ol><li><p>summary of actions that I believe leaders should take for the situation presented by the quadrant.</p></li><li><p>distribution of power during decision-making.</p></li></ol><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!wpCi!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9860ea42-d234-4b8f-8c3f-95cb1fe11852_1308x1229.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!wpCi!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9860ea42-d234-4b8f-8c3f-95cb1fe11852_1308x1229.png 424w, https://substackcdn.com/image/fetch/$s_!wpCi!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9860ea42-d234-4b8f-8c3f-95cb1fe11852_1308x1229.png 848w, https://substackcdn.com/image/fetch/$s_!wpCi!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9860ea42-d234-4b8f-8c3f-95cb1fe11852_1308x1229.png 1272w, https://substackcdn.com/image/fetch/$s_!wpCi!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9860ea42-d234-4b8f-8c3f-95cb1fe11852_1308x1229.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!wpCi!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9860ea42-d234-4b8f-8c3f-95cb1fe11852_1308x1229.png" width="728" height="684.0305810397554" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/9860ea42-d234-4b8f-8c3f-95cb1fe11852_1308x1229.png&quot;,&quot;srcNoWatermark&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/f968eba6-e884-4200-9afe-1c92c06b4e1e_1308x1229.png&quot;,&quot;fullscreen&quot;:false,&quot;imageSize&quot;:&quot;normal&quot;,&quot;height&quot;:1229,&quot;width&quot;:1308,&quot;resizeWidth&quot;:728,&quot;bytes&quot;:141553,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!wpCi!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9860ea42-d234-4b8f-8c3f-95cb1fe11852_1308x1229.png 424w, https://substackcdn.com/image/fetch/$s_!wpCi!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9860ea42-d234-4b8f-8c3f-95cb1fe11852_1308x1229.png 848w, https://substackcdn.com/image/fetch/$s_!wpCi!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9860ea42-d234-4b8f-8c3f-95cb1fe11852_1308x1229.png 1272w, https://substackcdn.com/image/fetch/$s_!wpCi!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9860ea42-d234-4b8f-8c3f-95cb1fe11852_1308x1229.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p>My experience tells me that newcomers:</p><ul><li><p>start in the &#8216;high motivation - low competence&#8217; quadrant as they do not understand the culture and processes of a new company/group, or lack some skills.</p></li><li><p>move to the &#8216;high motivation - high competence&#8217; quadrant.</p></li><li><p>tend to move to &#8216;low motivation - high competence&#8217; as their understanding of tasks that they need to do in the role improves and it brings less of a challenge and the leader's task is to find that optimal balance. <a href="https://jamesclear.com/goldilocks-rule">&#8216;The Goldilocks Rule&#8217;</a> of optimal challenge explains it well.</p></li></ul><p></p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://www.managethisway.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading manage this way! Subscribe for free to receive new posts and support my work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div>]]></content:encoded></item><item><title><![CDATA[Leadership Assessment Tools]]></title><description><![CDATA[Review and validity check of the most popular psychometric tools in the leadership domain.]]></description><link>https://www.managethisway.com/p/leadership-assessment-tools</link><guid isPermaLink="false">https://www.managethisway.com/p/leadership-assessment-tools</guid><dc:creator><![CDATA[Vasiliy Kiryanov]]></dc:creator><pubDate>Tue, 02 May 2023 14:17:51 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/5bcd1821-9497-452b-ae7b-d22b80344fe3_3456x3040.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><a href="https://en.wikipedia.org/wiki/Psychometrics">Psychometric</a> tools can be used during the hiring for the assessment of leadership potential and as part of the leadership development process.</p><ul><li><p><strong>Assessment of Leadership Potential:</strong> Identification of individuals who have the potential to be effective leaders based on measuring traits that are believed to be critical for successful leadership. </p></li><li><p><strong>Leadership Development:</strong> Identification of strengths and weaknesses to create development plans that target weaknesses as areas for improvement and strengths as a foundation to build on.</p></li></ul><p>I made a review of the most popular psychometric tools used nowadays. If you just want to see the summary in a neat table, click <strong><a href="https://www.managethisway.com/i/115498872/summary-table">here</a></strong>.</p><h2>Myers-Briggs Type Indicator (MBTI)</h2><h4><strong>Intended Purpose</strong></h4><p>To identify an individual's (and team members&#8217;) behavioral style and preferences to learn to communicate more effectively, resolve conflicts, and work more efficiently in teams.</p><h4>History</h4><p>MBTI was created by <a href="https://en.wikipedia.org/wiki/Katharine_Cook_Briggs">Katharine Cook Briggs</a> and her daughter <a href="https://en.wikipedia.org/wiki/Isabel_Briggs_Myers">Isabel Briggs Myers</a>. Neither Myers nor Briggs had formal education in the discipline of psychology, and both were self-taught in the field of <a href="https://en.wikipedia.org/wiki/Psychometric_testing">psychometric testing</a>. </p><p>After studying &#8220;Psychological Types&#8221; by Swiss psychiatrist <a href="https://en.wikipedia.org/wiki/Carl_Jung">Carl Jung</a> Isabel Myers was particularly fascinated by the concept of <a href="https://en.wikipedia.org/wiki/Introversion">introversion</a> but felt the book was too complex for the general public, and therefore she tried to organize the <a href="https://en.wikipedia.org/wiki/Jungian_cognitive_functions">Jungian cognitive functions</a> to make it more accessible.</p><p>They began creating their indicator during World War II in the belief that a knowledge of personality preferences would help women entering the industrial workforce for the first time to identify the sorts of war-time jobs that would be the "most comfortable and effective" for them. The &#8220;Briggs Myers Type Indicator Handbook&#8221;, published in 1944, was re-published as "Myers&#8211;Briggs Type Indicator" in 1956.</p><h4><strong>Validity</strong></h4><p>Despite its popularity, MBTI has been widely regarded as pseudoscience by the scientific community as the indicator exhibits significant scientific (psychometric) deficiencies.</p><p>Psychometric specialist <a href="https://en.wikipedia.org/wiki/Robert_Hogan_(psychologist)">Robert Hogan</a> wrote: </p><blockquote><p>"Most personality psychologists regard the MBTI as little more than an elaborate Chinese fortune cookie...".</p></blockquote><p>Researchers also confirm that MBTI has poor predictive validity of employees' job performance ratings. After all the MBTI measures natural preferences for certain ways of thinking, feeling, and behaving, rather than the actual ability to perform specific tasks or skills.</p><h2>CliftonStrengths</h2><h4><strong>Intended Purpose</strong></h4><p>To identify an individual's personality characteristics with a focus on strengths to put them to maximum use to achieve success and fulfillment, rather than trying to fix weaknesses.</p><h4>History</h4><p>CliftonStrengths (former StrengthsFinder) was developed by <a href="https://en.wikipedia.org/wiki/Don_Clifton">Don Clifton</a>. He taught and researched educational psychology at the University of Nebraska&#8211;Lincoln from 1950 to 1969. He researched what distinguished talented people from others and identified that successful people had certain personal attributes that benefited them in their work. When Clifton left the university, he founded Selection Research Inc. (SRI) helping companies with employee selection. </p><p>Clifton's firm SRI acquired Gallup Inc. in 1988 and Clifton became chairman. Under Clifton, Gallup expanded beyond public opinion polls, entering the management consulting business. Gallup consulted companies on ways to improve their businesses by homing in on their employees' strengths.</p><p>In 1999, Clifton created the online assessment tool StrengthsFinder which focuses on 34 themes that make up a person's personality. The results of the test are intended to help individuals understand their unique strengths and how they can use them to achieve their goals and improve their performance. </p><p>In 2006, Gallup researchers completed a review of the Clifton StrengthsFinder psychometrics and revised it to bring a new version StrengthsFinder 2.0 that brings a "personalized" explanation of a person's Top talents.</p><h4>Validity</h4><p>While Gallup Inc. is the primary source of research on CliftonStrengths, there have been independent studies conducted as well. The results showed that people who used CliftonStrengths had higher levels of self-awareness and self-efficacy, as well as greater career decision-making self-efficacy, than those who did not use the tool. The studies also found that the benefits of using CliftonStrengths were consistent across different demographic groups. </p><h2>DISC</h2><h4><strong>Intended Purpose</strong></h4><p>To identify an individual's behavioral style and preferences to communicate more effectively, resolve conflicts, and build stronger relationships.</p><h4>History</h4><p>The groundwork for the DiSC assessment was created by Dr. <a href="https://en.wikipedia.org/wiki/William_Moulton_Marston">William Moulton Marston</a>, Harvard scholar, and psychologist. He published a book in 1928 called &#8220;Emotions of Normal People&#8221; where he suggested that normal emotions led to behavioral differences and presented four behavioral styles: </p><ul><li><p>Dominance (Drive): results-orientation, decisiveness, and focus on achieving goals</p></li><li><p>Inducement (Influence): openness, sociability, enthusiasm, and enjoyment of working with others</p></li><li><p>Submission (Steadiness): patience, cooperation, and preference for a stable and predictable environment</p></li><li><p>Compliance (Caution, Conscientiousness): an analytical approach, detail orientation, and focus on accuracy and precision</p></li></ul><p>These four styles became the building blocks for the DISC model of human behavior and later led to the modern-day DISC assessment. Since then, many researchers and practitioners have contributed to the development and refinement of the DiSC model.</p><p>Although Marston built the groundwork for DISC, it wasn&#8217;t until the 1950&#8242;s that an actual DISC personality profile test was created by Dr. Walter Clark, an industrial psychologist.</p><h4>Validity</h4><p>Research suggests that while DiSC assessments may be moderately valid and reliable for measuring certain aspects of behavioral style and preferences, their accuracy and usefulness may be influenced by a range of factors. In relation to other outcomes, such as leadership effectiveness and team performance results are mixed with some studies showing moderate levels of validity and others showing lower levels.</p><p>There are also several versions of DiSC assessments available now making it even harder to reliably use DiSC assessment.</p><h2><strong>Hogan assessment</strong></h2><h4><strong>Intended Purpose</strong></h4><p>To identify an individual's personality characteristics, including traits related to interpersonal interactions, work style, and values particularly as they relate to job performance.</p><p>The assessment consists of several components:</p><ul><li><p>Hogan Personality Inventory (HPI), which measures broad personality traits such as agreeableness, conscientiousness, and openness to experience</p></li><li><p>Hogan Development Survey (HDS), which identifies potential "derailers" or negative tendencies that may impede an individual's success in a leadership role</p></li><li><p>Motives, Values, Preferences Inventory (MVPI), which assesses an individual's underlying values, motivations, and preferences.</p></li></ul><p></p><h4>History</h4><p>Hogan's assessment was created by<a href="https://en.wikipedia.org/wiki/Robert_Hogan_(psychologist)"> Robert Hogan</a>, an American organizational psychologist&nbsp;known for developing socioanalytic theory that fuses <a href="https://en.wikipedia.org/wiki/Sigmund_Freud">Sigmund Freud</a>&#8217;s <a href="https://en.wikipedia.org/wiki/Psychoanalytic_theory">psychoanalytic theory</a> and <a href="https://en.wikipedia.org/wiki/Role_theory">role theory</a> with <a href="https://en.wikipedia.org/wiki/Evolution">evolutionary</a> theory. Whereas Freud believed that how we think about ourselves determines how we interact with others, role theory argues that our interactions with others determine how we think about ourselves. Both theories predict that many of us will have trouble in these areas&#8212;and we will not know why. Hogan&#8217;s socioanalytic theory concerns three questions:</p><ol><li><p>in what meaningful ways are people alike&#8212;human universals; </p></li><li><p>in what meaningful ways are people different&#8212;individual differences; </p></li><li><p>how to explain anomalous or self-defeating behavior.</p></li></ol><h5><strong>Job performance</strong></h5><p>Building on his distinction between identity and reputation, Hogan developed a socioanalytic perspective on job performance. Performance evaluation, he observed, depends on workplace interactions, after which each person will assess how rewarding the other person was to deal with. According to Hogan, <em>rewardingness</em>&#8212;being interesting and agreeable, meeting the other person&#8217;s expectations, satisfying their desires, and promoting their agenda&#8212;forms the basis for performance appraisal.</p><p>Expanding on the <a href="https://en.wikipedia.org/wiki/Big_Five_personality_traits">five-factor model of personality</a>, Hogan identified seven dimensions as an initial taxonomy of personality variables needed to predict job performance, which formed the foundation of the Hogan Personality Inventory (HPI). Job performance is ultimately a function of the perceptions of others.</p><h4>Validity</h4><p>It has been validated over several decades, and it has been shown good predictive validity of :</p><ul><li><p>personality characteristics, including traits related to interpersonal interactions, work style, and values;</p></li><li><p>job performance, job satisfaction, and turnover. </p></li></ul><p>The assessment measures a range of personality characteristics, including traits related to interpersonal interactions, work style, and values. Studies have shown that the assessment accurately measures these traits and that the results are consistent over time.</p><h2>Summary table</h2><p>There are only 2 psychometric tools confirmed by research: Hogan Assessment and Cliffton Strength. They can be useful even if you test only yourself or a few team members as you will be able to better understand how to more efficiently interact with people.</p><p>As I am a believer in <a href="https://www.gallup.com/workplace/285674/improve-employee-engagement-workplace.aspx">Gallup's approach to people management</a> (in detail explained in Gallop&#8217;s &#8216;First break all the rules&#8217; book) where the focus is set on strengths to put them to maximum use instead of trying to fix weaknesses I would recommend ClifftonStrengh.</p><p>I would appreciate it if you would let me know what worked well for your teams if you have a moment.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!gplH!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2129ed02-cd74-4c1e-ac40-f8fa72cdbd90_1000x377.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!gplH!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2129ed02-cd74-4c1e-ac40-f8fa72cdbd90_1000x377.png 424w, https://substackcdn.com/image/fetch/$s_!gplH!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2129ed02-cd74-4c1e-ac40-f8fa72cdbd90_1000x377.png 848w, https://substackcdn.com/image/fetch/$s_!gplH!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2129ed02-cd74-4c1e-ac40-f8fa72cdbd90_1000x377.png 1272w, https://substackcdn.com/image/fetch/$s_!gplH!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2129ed02-cd74-4c1e-ac40-f8fa72cdbd90_1000x377.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!gplH!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2129ed02-cd74-4c1e-ac40-f8fa72cdbd90_1000x377.png" width="1000" height="377" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/2129ed02-cd74-4c1e-ac40-f8fa72cdbd90_1000x377.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:377,&quot;width&quot;:1000,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:103885,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!gplH!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2129ed02-cd74-4c1e-ac40-f8fa72cdbd90_1000x377.png 424w, https://substackcdn.com/image/fetch/$s_!gplH!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2129ed02-cd74-4c1e-ac40-f8fa72cdbd90_1000x377.png 848w, https://substackcdn.com/image/fetch/$s_!gplH!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2129ed02-cd74-4c1e-ac40-f8fa72cdbd90_1000x377.png 1272w, https://substackcdn.com/image/fetch/$s_!gplH!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F2129ed02-cd74-4c1e-ac40-f8fa72cdbd90_1000x377.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg role="img" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><title></title><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p></p>]]></content:encoded></item></channel></rss>