<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>Copilot - Inero Software - Software Consulting</title>
	<atom:link href="https://inero-software.com/tag/copilot/feed/" rel="self" type="application/rss+xml" />
	<link>https://inero-software.com/tag/copilot/</link>
	<description>We unleash innovations using cutting-edge technologies, modern design and AI</description>
	<lastBuildDate>Fri, 19 Jan 2024 13:47:36 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>

<image>
	<url>https://inero-software.com/wp-content/uploads/2018/11/inero-logo-favicon.png</url>
	<title>Copilot - Inero Software - Software Consulting</title>
	<link>https://inero-software.com/tag/copilot/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">153509928</site>	<item>
		<title>GitHub Copilot &#8211; review of pros and cons in a programmer&#8217;s work</title>
		<link>https://inero-software.com/github-copilot-review-of-pros-and-cons-in-a-programmers-work/</link>
		
		<dc:creator><![CDATA[Marta Kuprasz]]></dc:creator>
		<pubDate>Fri, 19 Jan 2024 13:46:32 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Company]]></category>
		<category><![CDATA[CEO]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Copilot]]></category>
		<category><![CDATA[inero]]></category>
		<category><![CDATA[Large Language Model]]></category>
		<category><![CDATA[programmers]]></category>
		<guid isPermaLink="false">https://inero-software.com/?p=5385</guid>

					<description><![CDATA[<p>GitHub anticipates that in the coming years, 80% of the world&#8217;s code will be generated by AI [1]. Although it is difficult to find exact information on the number of sold GitHub Copilot licenses, it is undeniable that we are observing a change in the way organizations and programmers themselves&#8230;</p>
<p>Artykuł <a href="https://inero-software.com/github-copilot-review-of-pros-and-cons-in-a-programmers-work/">GitHub Copilot &#8211; review of pros and cons in a programmer&#8217;s work</a> pochodzi z serwisu <a href="https://inero-software.com">Inero Software - Software Consulting</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h3></h3>
<p>GitHub anticipates that in the coming years, 80% of the world&#8217;s code will be generated by AI [1]. Although it is difficult to find exact information on the number of sold GitHub Copilot licenses, it is undeniable that we are observing a change in the way organizations and programmers themselves create new IT solutions. At Inero, we are working on many projects simultaneously, so we are eager to test the latest solutions that are designed to optimize teamwork, deliver solutions faster and better.</p>
<p>In this article, we will talk about our experiences with GitHub Copilot.</p>
<p>&nbsp;</p>
<h3><strong>What is GitHub Copilot?</strong></h3>
<p>GitHub Copilot is a tool designed for programmers, utilizing an advanced language model (known as LLM &#8211; Large Language Model) tailored for the analysis and understanding of source codes. A set of appropriate plugins and tools, allows for the optimization of the software development process, providing programmers with automatic coding hints and completions, suggestions, syntax analysis, and even generating documentation. Developed by Microsoft, the tool is based on artificial intelligence and was created to enhance the productivity of programmers and improve the quality of the source code.</p>
<h3><strong>Further than Closer, Slowly Towards the Goal</strong></h3>
<p>The use of GitHub Copilot <strong>in most cases allows us to speed up programming work</strong>, importantly, not only in creating the code itself but also in more tedious tasks. For example, since we started testing GitHub Copilot in our team, we have visited StackOverflow much less frequently. Copilot accelerates work when our programmers need to generate relatively simple and repetitive code that can be easily assessed as correct at first glance.</p>
<ul>
<li style="list-style-type: none;">
<ul>
<li>Copilot greatly <strong>speeds up work with regular expressions</strong> and certainly optimizes the time for writing repetitive code.</li>
<li>Copilot is also an <strong>effective tool for generating code documentation</strong>, essentially being able to almost entirely do it for us. Of course, the generated content always needs to be verified, but we haven&#8217;t encountered significant errors. Usually, we add more details to the result, however, in many cases Copilot is sufficient. Documenting, for example, a single block of code, when it&#8217;s quite extensive, can take approximately even a minute. With Copilot, this can be done in a few, up to several seconds, depending on whether we need to elaborate on the content.</li>
<li>From the perspective of experienced programmers, the use of this solution can be described as an advanced Intellisense working in Line-By-Line mode. The programmer, starting to create a block of code, further uses Copilot&#8217;s suggestions. In such a case, the verification is immediate and if something is wrong, we correct it ourselves right away. When Copilot suggests a larger block of code, e.g., 10-15 lines, then analyzing whether this code does exactly what it should, can take more time than writing it independently. Especially since among these 15 lines, 14 might be correct, but one is erroneous and needs to be identified.</li>
<li><strong>From the perspective of a less experienced programmers, the reception of this solution may be different.</strong> Writing code takes them more time than it does for an experienced developers, so Copilot seems helpful. However, during the analysis of code from Copilot, the user might not notice at all if something is amiss &#8211; the problem might only be detected during a code review conducted by a more experienced person.</li>
<li>After some time, we get used to Copilot sending us suggestions, so it&#8217;s necessary to learn how to work with this tool. Initially, these suggestions can disrupt the rhythm of normal line-by-line code writing. Instead of continuing to write, we stop to read the proposed suggestions. However, in the plugin&#8217;s configuration, it&#8217;s possible to disable continuous prompting and leave only key shortcut-based prompting &#8211; here the decision depends on the programmer, who can choose the degree of &#8220;support&#8221; that suits them best.</li>
<li>When we work on more complicated functionalities, for example, using a new library, Copilot can guide us in some way. Its suggestions in such cases can be accurate and even if they are not fully correct, t<strong>hey allow for a quicker understanding of how to reference the library</strong>, which otherwise would require analyzing the documentation.</li>
</ul>
</li>
</ul>
<h3>Comment from the CEO of Inero Software</h3>
<blockquote>
<p style="text-align: left; padding-left: 40px;"><img fetchpriority="high" decoding="async" data-attachment-id="589" data-permalink="https://inero-software.com/contact-inero-software-rd-software-house/img_7321-internet-2/" data-orig-file="https://inero-software.com/wp-content/uploads/2018/06/IMG_7321-internet-2.jpg" data-orig-size="1200,800" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Andrzej-Chybicki-Inero-Software" data-image-description="" data-image-caption="" data-medium-file="https://inero-software.com/wp-content/uploads/2018/06/IMG_7321-internet-2-300x200.jpg" data-large-file="https://inero-software.com/wp-content/uploads/2018/06/IMG_7321-internet-2-1030x687.jpg" tabindex="0" role="button" class=" wp-image-589 alignright" src="https://inero-software.com/wp-content/uploads/2018/06/IMG_7321-internet-2-300x200.jpg" alt="Andrzej Chybicki" width="377" height="251" srcset="https://inero-software.com/wp-content/uploads/2018/06/IMG_7321-internet-2-300x200.jpg 300w, https://inero-software.com/wp-content/uploads/2018/06/IMG_7321-internet-2-768x512.jpg 768w, https://inero-software.com/wp-content/uploads/2018/06/IMG_7321-internet-2-1030x687.jpg 1030w, https://inero-software.com/wp-content/uploads/2018/06/IMG_7321-internet-2-705x470.jpg 705w, https://inero-software.com/wp-content/uploads/2018/06/IMG_7321-internet-2-450x300.jpg 450w, https://inero-software.com/wp-content/uploads/2018/06/IMG_7321-internet-2.jpg 1200w" sizes="(max-width: 377px) 100vw, 377px" />Andrzej Chybicki: Measuring the effectiveness of using Copilot from a management perspective is difficult &#8211; we don&#8217;t have objective indicators telling us whether and to what extent the investment in the license has shortened the time spent on the software projects we are entrusted with. That&#8217;s the first point. Secondly, some clients express concerns about the security of code analyzed by AI, especially in projects related to cybersecurity or involving sensitive data processing. Hence, we encounter situations where using Copilot is not advisable.</p>
</blockquote>
<h3>What advantages and disadvantages have we noticed?</h3>
<p>Analyzing the experiences of our team, we can identify the pros and cons of using GitHub Copilot.</p>
<p style="padding-left: 80px;"><div class="row"><div class="col-sm-6">
<p style="padding-left: 80px;"><strong>Advantages include:</strong></p>
<p style="padding-left: 80px;"><span style="color: #339966;"><strong>+</strong></span> Assistance in writing repetitive code</p>
<p style="padding-left: 80px;"><span style="color: #339966;"><strong>+</strong></span> Hints that help in directing the work</p>
<p style="padding-left: 80px;"><span style="color: #339966;"><strong>+</strong></span> Speeds up work with simple code</p>
<p style="padding-left: 80px;"><span style="color: #339966;"><strong>+</strong></span> Significantly aids in generating code documentation</p>
<p style="padding-left: 80px;"></p></div><div class="col-sm-6">
<p style="padding-left: 80px;"><strong>Discovered drawbacks:</strong></p>
<p style="padding-left: 80px;"><span style="color: #ff0000;"><strong>&#8211;</strong></span> Concerns related to cybersecurity and copyright issues for the created solutions</p>
<p style="padding-left: 80px;"><span style="color: #ff0000;"><strong>&#8211;</strong></span> The need for time-consuming verification of long code</p>
<p style="padding-left: 80px;"><span style="color: #ff0000;"><strong>&#8211;</strong></span> Difficulty in measuring tangible benefits from using this solution</p>
<p style="padding-left: 80px;"></p></div></div></p>
<p>&nbsp;</p>
<h3>Will we continue to use GitHub Copilot at Inero? Definitely yes.</h3>
<p>The use of GitHub Copilot in daily work brings many benefits. However, it&#8217;s important not to lose vigilance and not to fully rely on its suggestions. It&#8217;s crucial to continuously monitor the code prepared with this tool. The development of the technology, which Microsoft is working on, will surely bring many updates and improvements in the coming months.</p>
<p><a href="https://inero-software.com/contact-us/"><img decoding="async" data-attachment-id="5395" data-permalink="https://inero-software.com/github-copilot-review-of-pros-and-cons-in-a-programmers-work/baner-19-01-2024/" data-orig-file="https://inero-software.com/wp-content/uploads/2024/01/baner-19.01.2024.png" data-orig-size="1700,200" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="baner 19.01.2024" data-image-description="" data-image-caption="" data-medium-file="https://inero-software.com/wp-content/uploads/2024/01/baner-19.01.2024-300x35.png" data-large-file="https://inero-software.com/wp-content/uploads/2024/01/baner-19.01.2024-1030x121.png" tabindex="0" role="button" class="wp-image-5395 aligncenter" src="https://inero-software.com/wp-content/uploads/2024/01/baner-19.01.2024-300x35.png" alt="" width="1089" height="127" srcset="https://inero-software.com/wp-content/uploads/2024/01/baner-19.01.2024-300x35.png 300w, https://inero-software.com/wp-content/uploads/2024/01/baner-19.01.2024-1030x121.png 1030w, https://inero-software.com/wp-content/uploads/2024/01/baner-19.01.2024-768x90.png 768w, https://inero-software.com/wp-content/uploads/2024/01/baner-19.01.2024-1536x181.png 1536w, https://inero-software.com/wp-content/uploads/2024/01/baner-19.01.2024-1520x179.png 1520w, https://inero-software.com/wp-content/uploads/2024/01/baner-19.01.2024.png 1700w" sizes="(max-width: 1089px) 100vw, 1089px" /></a></p>
<h6>[1] https://github.blog/2023-02-14-github-copilot-for-business-is-now-available/</h6>
<p>Artykuł <a href="https://inero-software.com/github-copilot-review-of-pros-and-cons-in-a-programmers-work/">GitHub Copilot &#8211; review of pros and cons in a programmer&#8217;s work</a> pochodzi z serwisu <a href="https://inero-software.com">Inero Software - Software Consulting</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">5385</post-id>	</item>
		<item>
		<title>A year under the sign of artificial intelligence development</title>
		<link>https://inero-software.com/ai-year-summary/</link>
		
		<dc:creator><![CDATA[Marta Kuprasz]]></dc:creator>
		<pubDate>Mon, 18 Dec 2023 10:32:30 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Company]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[AI development]]></category>
		<category><![CDATA[AI innovations]]></category>
		<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[ChatGPT]]></category>
		<category><![CDATA[Copilot]]></category>
		<category><![CDATA[Gemini]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Machine Learning]]></category>
		<category><![CDATA[Micosoft]]></category>
		<category><![CDATA[Natural Language Processing]]></category>
		<category><![CDATA[OpenAI]]></category>
		<guid isPermaLink="false">https://inero-software.com/?p=5324</guid>

					<description><![CDATA[<p>The end of the year is a time for summaries. In the world of IT, many interesting things have happened, so in this article, we decided to focus on AI. The development of artificial intelligence and its media presence accelerated to an unprecedented scale. Tools based on Large Language Models&#8230;</p>
<p>Artykuł <a href="https://inero-software.com/ai-year-summary/">A year under the sign of artificial intelligence development</a> pochodzi z serwisu <a href="https://inero-software.com">Inero Software - Software Consulting</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h3></h3>
<p><span data-contrast="auto">The end of the year is a time for summaries. In the world of IT, many interesting things have happened, so in this article, we decided to focus on AI. The development of artificial intelligence and its media presence accelerated to an unprecedented scale. Tools based on Large Language Models (LLMs) have been popularized and made widely available to users from various industries, not just technological ones. We decided to summarize the year with Andrzej Chybicki, the CEO of Inero Software. Here is the list he identified as the key 5 events of the past year.</span><span data-ccp-props="{&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335551550&quot;:6,&quot;335551620&quot;:6,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></p>
<h3><span data-contrast="auto">Fact 1: OpenAI &#8211; artificial intelligence becomes widely accessible</span><span data-ccp-props="{&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335551550&quot;:6,&quot;335551620&quot;:6,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></h3>
<p><span data-contrast="auto">OpenAI played a tremendous role in popularizing the field of artificial intelligence in the context of human language understanding. In 2022, they released ChatGPT, and in the following months, they presented new, improved models. These advancements not only improved the performance of existing applications but also opened new avenues for AI in healthcare, environmental science, administration, marketing, and more. </span><span data-ccp-props="{&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335551550&quot;:6,&quot;335551620&quot;:6,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></p>
<p><span data-contrast="auto">In 2023, ChatGPT saw remarkable advancements, featuring enhanced learning algorithms for improved accuracy and nuanced conversations, personalized user interactions, expanded language support for global accessibility, and broader application integration. OpenAI emphasized ethical considerations and bias reduction, incorporated real-time learning for up-to-date content, improved multimedia interaction capabilities, and boosted the tool&#8217;s robustness and reliability. Additionally, ChatGPT was tailored for specific industries, providing specialized functionalities and knowledge, marking a significant leap in AI technology and user-centric applications.</span><span data-ccp-props="{&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335551550&quot;:6,&quot;335551620&quot;:6,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></p>
<h5><b><span data-contrast="auto">Expert Insight</span></b><span data-ccp-props="{&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></h5>
<p><span data-contrast="auto">OpenAI was the first widely recognized large language model. In the coming years, we are likely to see various versions of LLMs designed for specific applications &#8211; in fact, this has been happening for a few months now. OpenAI, despite being a pioneer, at least in terms of recognizability, is not always considered the best model for everything. The direction of development is certainly popularization in a similar way as it was with computers (i.e., LLMs like PCs) and specialization, meaning specialized language models designed for specific applications or even entities or people. </span><span data-ccp-props="{&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335551550&quot;:6,&quot;335551620&quot;:6,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></p>
<p><span data-contrast="auto"> </span></p>
<h3><span data-contrast="auto">Fact 2: GitHub Copilot &#8211; </span><span data-contrast="auto">a leader in AI/LLM implementation</span><span data-ccp-props="{&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></h3>
<p><span data-contrast="auto">One of the key roles in the development of artificial intelligence is played by Microsoft, which collaborates with OpenAI. Over the past year, Microsoft has continued to refine its vision of Microsoft Copilot. Let&#8217;s focus on the solution for developers: GitHub Copilot. In 2023 it underwent significant changes and enhancements. Here are the key updates:</span><span data-ccp-props="{&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335551550&quot;:6,&quot;335551620&quot;:6,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></p>
<p><span data-contrast="auto">In 2023, GitHub Copilot introduced several significant enhancements to bolster its role in AI-driven software development. The GitHub Copilot Chat, now generally available and powered by OpenAI&#8217;s GPT-4, provides more accurate code suggestions and explanations, using natural language to aid developers in various languages. This feature is integrated with both the GitHub platform and its mobile app, supporting coding, pull requests, and documentation. Additionally, GitHub Copilot Enterprise was introduced to tailor the tool to specific organizational needs, helping developers quickly adapt to their organization’s codebase and streamline tasks like documentation and pull request reviews, aimed at boosting enterprise-level productivity and security. The GitHub Copilot Partner Program was launched, integrating Copilot with various third-party developer tools and services, thereby creating a broad ecosystem that enhances the capabilities of developers using AI. Finally, GitHub unveiled new AI-powered security features in its Advanced Security suite, including a real-time vulnerability prevention system and application security testing features to detect and remediate code vulnerabilities and secrets, further securing the software development process.</span><span data-ccp-props="{&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335551550&quot;:6,&quot;335551620&quot;:6,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></p>
<p><b><span data-contrast="none"> </span></b><span data-ccp-props="{&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></p>
<h5><b><span data-contrast="auto">Expert Insight</span></b><span data-ccp-props="{&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></h5>
<p><span data-contrast="auto">Thanks to its collaboration with OpenAI, Microsoft became a leader in AI/LLM implementation worldwide in 2023. Microsoft&#8217;s strategy in this area is based on using the LLM model to support (but not replace) as many activities and processes using Microsoft products as possible. Particularly important was ensuring an appropriate level of SLA (aligned with other Azure services) and data security. Among the most significant changes, apart from the mentioned GitHub Copilot (which aims to support developers in coding), are Copilot plugins available in practically all of this company&#8217;s flagship products (Word, Excel, PowerPoint, Outlook).</span><span data-ccp-props="{&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335551550&quot;:6,&quot;335551620&quot;:6,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></p>
<p><span data-contrast="auto">In December 2023, Microsoft also presented the CoPilot Studio solution, which enables the creation of low-code/no-code IT systems with significant support from the OpenAI model. This effectively allows for the easy expansion of existing Azure low-code solutions such as Azure Agents with conversational bots or AI-supported database adapters. Although CoPilot Studio is not yet available in its final form, Microsoft clearly communicates development directions and the advantages that developers, engineers, and users can experience from its use. From the presentations of Microsoft representatives, it can be inferred that Microsoft&#8217;s goal is to lower the entry threshold for creating and implementing new advanced AI solutions, as using low-code platforms does not require as deep technical knowledge as traditional coding. We can expect widespread interest in these solutions not only from the largest companies using MS Azure in the coming years. Currently, among experts, the question is not “whether to use AI” but how to implement it to not fall behind the competition. Those entities that create a coherent strategy for incorporating AI-based products into their processes in the coming years will be able to significantly benefit from the revolution that is already taking place.</span><span data-ccp-props="{&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335551550&quot;:6,&quot;335551620&quot;:6,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></p>
<p><span data-contrast="auto"> </span><span data-ccp-props="{&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></p>
<h3><span data-contrast="auto">Fact 3: The European AI Act: A Regulatory Milestone</span><span data-ccp-props="{&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></h3>
<p><span data-contrast="auto">On 14 June 2023, the European Parliament adopted its negotiating position on the AI Act. Parliament’s priority is to make sure that AI systems used in the EU are safe, transparent, traceable, non-discriminatory and environmentally friendly. Parliament also wants to establish a technology-neutral, uniform definition for AI that could be applied to future AI systems. The AI Act sets different rules for different AI risk levels.</span><span data-ccp-props="{&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335551550&quot;:6,&quot;335551620&quot;:6,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></p>
<p><span data-contrast="auto">The new rules establish obligations for providers and users depending on the level of risk from artificial intelligence. While many AI systems pose minimal risk, they need to be assessed.</span><span data-ccp-props="{&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335551550&quot;:6,&quot;335551620&quot;:6,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></p>
<p><b><span data-contrast="auto">Unacceptable risk</span></b><span data-ccp-props="{&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></p>
<p><span data-contrast="auto">Unacceptable risk AI systems are systems considered a threat to people and will be banned. They include:</span><span data-ccp-props="{&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></p>
<ul>
<li data-leveltext="·" data-font="Symbol" data-listid="7" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;·&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" aria-setsize="-1" data-aria-posinset="1" data-aria-level="1"><span data-contrast="auto">Cognitive behavioral manipulation of people or specific vulnerable groups: for example voice-activated toys that encourage dangerous behavior in children</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:259}"> </span></li>
<li data-leveltext="·" data-font="Symbol" data-listid="7" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;·&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" aria-setsize="-1" data-aria-posinset="2" data-aria-level="1"><span data-contrast="auto">Social scoring: classifying people based on behavior, socioeconomic status or personal characteristics</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:259}"> </span></li>
<li data-leveltext="·" data-font="Symbol" data-listid="7" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;·&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" aria-setsize="-1" data-aria-posinset="3" data-aria-level="1"><span data-contrast="auto">Real-time and remote biometric identification systems, such as facial recognition</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:259}"> </span></li>
</ul>
<p><span data-contrast="auto">Some exceptions may be allowed: For instance, “post” remote biometric identification systems where identification occurs after a significant delay will be allowed to prosecute serious crimes but only after court approval.</span><span data-ccp-props="{&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335551550&quot;:6,&quot;335551620&quot;:6,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></p>
<p><b><span data-contrast="auto">High risk</span></b><span data-ccp-props="{&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></p>
<p><span data-contrast="auto">AI systems that negatively affect safety or fundamental rights will be considered high-risk and will be divided into two categories:</span><span data-ccp-props="{&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335551550&quot;:6,&quot;335551620&quot;:6,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></p>
<p><span data-contrast="auto">1) AI systems that are used in products falling under the EU’s product safety legislation. This includes toys, aviation, cars, medical devices and lifts.</span><span data-ccp-props="{&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></p>
<p><span data-contrast="auto">2) AI systems falling into eight specific areas that will have to be registered in an EU database:</span><span data-ccp-props="{&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></p>
<ul>
<li data-leveltext="·" data-font="Symbol" data-listid="10" data-list-defn-props="{&quot;335552541&quot;:1,&quot;335559684&quot;:-2,&quot;335559685&quot;:720,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;·&quot;,&quot;469777815&quot;:&quot;hybridMultilevel&quot;}" aria-setsize="-1" data-aria-posinset="4" data-aria-level="1"><span data-contrast="auto">Biometric identification and categorisation of natural persons</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:259}"> </span></li>
<li><span data-contrast="auto">Management and operation of critical infrastructure</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:259}"> </span></li>
<li><span data-contrast="auto">Education and vocational training</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:259}"> </span></li>
<li><span data-contrast="auto">Employment, worker management and access to self-employment</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:259}"> </span></li>
<li><span data-contrast="auto">Access to and enjoyment of essential private services and public services and benefits</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:259}"> </span></li>
<li><span data-contrast="auto">Law enforcement</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:259}"> </span></li>
<li><span data-contrast="auto">Migration, asylum and border control management</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:259}"> </span></li>
<li><span data-contrast="auto">Assistance in legal interpretation and application of the law.</span><span data-ccp-props="{&quot;134233117&quot;:false,&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559738&quot;:0,&quot;335559739&quot;:0,&quot;335559740&quot;:259}"> </span></li>
</ul>
<p><span data-contrast="auto">All high-risk AI systems will be assessed before being put on the market and also throughout their lifecycle. </span><a href="https://www.europarl.europa.eu/news/en/headlines/society/20230601STO93804/eu-ai-act-first-regulation-on-artificial-intelligence"><span data-contrast="none">For more information, visit the European Parliament website.</span></a><span data-ccp-props="{&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335551550&quot;:6,&quot;335551620&quot;:6,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></p>
<p><span data-contrast="auto">*source: </span><a href="https://www.europarl.europa.eu/"><span data-contrast="none">https://www.europarl.europa.eu</span></a><span data-ccp-props="{&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335551550&quot;:6,&quot;335551620&quot;:6,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></p>
<h5><b><span data-contrast="auto">Expert Insight</span></b><span data-ccp-props="{&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335551550&quot;:6,&quot;335551620&quot;:6,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></h5>
<p><span data-contrast="auto">Ensuring security and confidentiality of data is certainly one of the most important issues concerning the implementation of AI solutions. Many experts indicate that despite the good intentions of the European Commission, the proposed solutions may contribute to reducing the competitiveness of the domestic AI market, which in effect will increase the distance between Europe and leaders in this field (i.e., the USA and China). I personally share these concerns. Here, a good example might be the similar situation that occurred about 15 years ago when cloud computing was being implemented. At that time, the EU also created a regulation governing the rules of access and data confidentiality (GDPR), which to this day is the regulatory basis in this area. At the same time, the largest solutions that most in the EU use are those developed in the USA, where the priority was the free development of technology, and only secondarily the legal framework. Unfortunately, many indications suggest that a similar situation might occur with AI.</span><span data-ccp-props="{&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335551550&quot;:6,&quot;335551620&quot;:6,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></p>
<p>&nbsp;</p>
<h3><span data-contrast="auto">Fact 4: Gemini: new model from Google</span><span data-ccp-props="{&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335551550&quot;:6,&quot;335551620&quot;:6,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></h3>
<p><span data-contrast="auto">Without a doubt, the launch of Gemini was the most prominent premiere in the latter part of 2023, generating significant buzz. It is a result of large-scale collaborative efforts by teams across Google. It was built from the ground up to be multimodal, which means it can generalize and seamlessly understand, operate across, and combine different types of information including text, code, audio, image, and video.</span><span data-ccp-props="{&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335551550&quot;:6,&quot;335551620&quot;:6,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></p>
<p><span data-contrast="auto">Gemini 1.0 was trained to recognize and understand text, images, audio, and more at the same time, so it better understands nuanced information and can answer questions relating to complicated topics. This makes it especially good at explaining reasoning in complex subjects like math and physics.</span><span data-ccp-props="{&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335551550&quot;:6,&quot;335551620&quot;:6,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></p>
<p><span data-contrast="auto">During the presentation on the release of the Gemini API for developers, a lot of time was dedicated to AI Studio, a browser-based, free tool for code creation. The second focus was on Vertex AI, a more advanced program that allows for &#8220;both training and deploying ML (machine learning) models and AI applications.&#8221; Google offers the option to transfer a preliminary project developed in AI Studio to Vertex AI, to add additional features available within the larger platform of Google Cloud.</span><span data-ccp-props="{&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335551550&quot;:6,&quot;335551620&quot;:6,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></p>
<h5><b><span data-contrast="auto">Expert Insight</span></b><span data-ccp-props="{&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></h5>
<p><span data-contrast="auto">Google has officially joined the large language model (LLM) race. The most intriguing aspect of what they propose is that their model will operate in three versions: Ultra (the most feature-rich), Pro, and Nano, with the latter being designed for mobile phones. It&#8217;s still unclear whether Nano will run entirely on client devices (smartphones) or if it will simply be a thin client and a kind of extension of Google Assistant. It&#8217;s also worth emphasizing that Google, like Microsoft, will offer Gemini services as elements of its flagship products, such as Google Sheets, Google Docs, and others.</span><span data-ccp-props="{&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335551550&quot;:6,&quot;335551620&quot;:6,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></p>
<p><span data-contrast="auto"> </span><span data-ccp-props="{&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335551550&quot;:6,&quot;335551620&quot;:6,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></p>
<h3><span data-contrast="auto">Fact 5: Advancements in Natural Language Processing (NLP)</span><span data-ccp-props="{&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></h3>
<p><span data-contrast="auto">2023 witnessed remarkable progress in the field of Natural Language Processing. Researchers and companies globally made significant strides in improving the accuracy and versatility of NLP models. These advancements have led to more sophisticated understanding and the generation of human language by machines, paving the way for more intuitive and natural human-computer interactions. This year saw the deployment of advanced NLP in various applications, from customer service chatbots to complex data analysis tools, revolutionizing how we interact with technology daily. This progress in NLP technology not only enhanced existing applications but also opened new possibilities for AI in fields such as education, content creation, and multilingual communication.</span><span data-ccp-props="{&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335551550&quot;:6,&quot;335551620&quot;:6,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></p>
<h5><b><span data-contrast="auto">Expert Insight</span></b><span data-ccp-props="{&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></h5>
<p><span data-contrast="auto">AI technologies are increasingly breaking the barrier of understanding natural language, gradually blurring the line between structured data previously used in IT systems and human knowledge. It seems that the creation of AGI (Artificial General Intelligence), a machine matching or even surpassing the average human in many aspects, is now just a matter of time. The challenge for the world of science, business, and politics will now be to direct the development of AI in a way that serves the broadly understood humanity and does not cause threats that many (probably rightly) fear.</span><span data-ccp-props="{&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335551550&quot;:6,&quot;335551620&quot;:6,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></p>
<p><span data-contrast="auto">The last 12 months have been rich in interesting AI releases. The presentation of new large language models has opened up a range of possibilities for their implementation in everyday tasks, both in programming work and creative teams. European authorities are trying to keep up with these changes and adapt legal regulations to be in line with the current technological situation. In the coming months, we will certainly see more premieres, as leading players like Google and Microsoft compete to create solutions that utilize artificial intelligence.</span><span data-ccp-props="{&quot;134233118&quot;:false,&quot;201341983&quot;:0,&quot;335551550&quot;:6,&quot;335551620&quot;:6,&quot;335559739&quot;:160,&quot;335559740&quot;:257}"> </span></p>
<p><a href="https://inero-software.com/contact-us/"><img decoding="async" data-attachment-id="5331" data-permalink="https://inero-software.com/ai-year-summary/banner-18-12-2/" data-orig-file="https://inero-software.com/wp-content/uploads/2023/12/banner-18.12.-2.png" data-orig-size="2250,375" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="banner 18.12. (2)" data-image-description="" data-image-caption="" data-medium-file="https://inero-software.com/wp-content/uploads/2023/12/banner-18.12.-2-300x50.png" data-large-file="https://inero-software.com/wp-content/uploads/2023/12/banner-18.12.-2-1030x172.png" tabindex="0" role="button" class="wp-image-5331 aligncenter" src="https://inero-software.com/wp-content/uploads/2023/12/banner-18.12.-2-300x50.png" alt="" width="1058" height="176" srcset="https://inero-software.com/wp-content/uploads/2023/12/banner-18.12.-2-300x50.png 300w, https://inero-software.com/wp-content/uploads/2023/12/banner-18.12.-2-1030x172.png 1030w, https://inero-software.com/wp-content/uploads/2023/12/banner-18.12.-2-768x128.png 768w, https://inero-software.com/wp-content/uploads/2023/12/banner-18.12.-2-1536x256.png 1536w, https://inero-software.com/wp-content/uploads/2023/12/banner-18.12.-2-2048x341.png 2048w, https://inero-software.com/wp-content/uploads/2023/12/banner-18.12.-2-1520x253.png 1520w" sizes="(max-width: 1058px) 100vw, 1058px" /></a></p>
<p>&nbsp;</p>
<p><span data-ccp-props="{&quot;201341983&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:259}"> </span></p>
<p>Artykuł <a href="https://inero-software.com/ai-year-summary/">A year under the sign of artificial intelligence development</a> pochodzi z serwisu <a href="https://inero-software.com">Inero Software - Software Consulting</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">5324</post-id>	</item>
		<item>
		<title>Andrzej Chybicki: The use of Artificial Intelligence already constitutes a significant part of the projects carried out by our team</title>
		<link>https://inero-software.com/andrzej-chybicki-interview-artificial-intelligence/</link>
		
		<dc:creator><![CDATA[Marta Kuprasz]]></dc:creator>
		<pubDate>Mon, 06 Nov 2023 09:33:24 +0000</pubDate>
				<category><![CDATA[Company]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[AI development]]></category>
		<category><![CDATA[CEO]]></category>
		<category><![CDATA[Copilot]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[Interview]]></category>
		<category><![CDATA[managment]]></category>
		<category><![CDATA[PM]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[team]]></category>
		<guid isPermaLink="false">https://inero-software.com/?p=5287</guid>

					<description><![CDATA[<p>Experts predict that the market for software utilizing artificial intelligence (AI) to automate tasks and generate content in response to user commands will nearly quadruple by the year 2027. How can you benefit from this growth and prepare your team for new challenges and projects? CEO of Inero Software, Andrzej&#8230;</p>
<p>Artykuł <a href="https://inero-software.com/andrzej-chybicki-interview-artificial-intelligence/">Andrzej Chybicki: The use of Artificial Intelligence already constitutes a significant part of the projects carried out by our team</a> pochodzi z serwisu <a href="https://inero-software.com">Inero Software - Software Consulting</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h3></h3>
<p><img loading="lazy" decoding="async" data-attachment-id="2338" data-permalink="https://inero-software.com/document-data-processing-using-gpt-model/inero-glify-11-3/" data-orig-file="https://inero-software.com/wp-content/uploads/2018/11/inero-glify-11-1.png" data-orig-size="417,208" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="" data-image-description="&lt;p&gt;Inero Software&lt;/p&gt;
" data-image-caption="" data-medium-file="https://inero-software.com/wp-content/uploads/2018/11/inero-glify-11-1-300x150.png" data-large-file="https://inero-software.com/wp-content/uploads/2018/11/inero-glify-11-1.png" tabindex="0" role="button" class="alignnone size-medium wp-image-2338 aligncenter" src="https://inero-software.com/wp-content/uploads/2018/11/inero-glify-11-1-300x150.png" alt="Separating icon" width="300" height="150" srcset="https://inero-software.com/wp-content/uploads/2018/11/inero-glify-11-1-300x150.png 300w, https://inero-software.com/wp-content/uploads/2018/11/inero-glify-11-1.png 417w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<h3><strong>Experts predict that the market for software utilizing artificial intelligence (AI) to automate tasks and generate content in response to user commands will nearly quadruple by the year 2027. How can you benefit from this growth and prepare your team for new challenges and projects? CEO of Inero Software, Andrzej Chybicki, has shared his extensive experience and observations. In the following interview, he discusses how to manage remote teams in the IT services market and whether he foresees the advent of &#8220;teams of the future&#8221;.</strong></h3>
<p>&nbsp;</p>
<p><strong>Marta Kuprasz: I would like to ask you, as an experienced leader of a team of developers, how do you organize the work of distributed teams that are working on several projects? Additionally, I&#8217;m curious about your perspective on whether there&#8217;s a crisis in the IT services market and whether significant changes are on the horizon. To start from the beginning: For six years, you and Waldemar Korłub have been building Inero Software. During this time, you have refined processes related to managing a team of programmers. How do you approach the topic of implementing a new project and dividing tasks?</strong></p>
<p><strong>Andrzej Chybicki:</strong> The pandemic has changed the approach to remote work. What was previously rarely used has become fashionable and acceptable to both sides. Both employees and we &#8211; employers have noticed many advantages of this solution, such as lower labor costs, convenience, access to a larger pool of specialists, and time savings. There are also, of course, disadvantages. After a few years of such cooperation, we see that it is definitely more difficult to build interpersonal relationships when there is a lack of a common office, conversations, and meetings. The situation has made it possible for employees to lose the sense that they are part of a team, that they are building something together. We decided to create a process and culture, the combination of which helped us build a good framework for cooperation between the parties. We know that conversations are not only an exchange of information but also relationships, which is why we included regular project meetings in our work schedule. These are sometimes tedious but necessary processes of code quality verification, meetings monitoring progress, planning that takes into account the needs of our clients. During these meetings, we discuss what we expect from the team, while also collecting feedback from our programmers. I believe that a clear definition of responsibilities is more important than ongoing micromanagement. It is key that everyone knows how their actions affect the entire project. Awareness of these issues is extremely important.</p>
<blockquote><p>&#8220;We decided to create a process and culture, the combination of which helped us build a good framework for cooperation between the parties. &#8220;</p></blockquote>
<p>It&#8217;s also essential to set clear, realistic goals for a given project, which are delegated to individual teams or people. The team must be aware of how to implement a given idea and who is responsible for each area. Transparency in communication is, in my opinion, very important, especially among young people working remotely. Importantly, it should work both ways, i.e., we make our programmers aware that they also need to clearly communicate problems, delays, and errors, that occur in every project.</p>
<p><strong>MK: What tools do you use for work planning and task assignment?</strong></p>
<p><strong>AC:</strong> In this, tools like Jira and GitLab help, but it must be remembered that they do not create the quality of services – that is our task. In long-term cooperation with a client, regularity and a developed action scheme are key. For several years now, methodologies such as Scrum and Agile have been widely used, which give technology teams the ability to work in a structured, yet appropriately flexible formula. They can define business needs and translate them into specific actions that are then implemented at the client&#8217;s site. However, I believe that entrusting project management to someone who only knows methodologies is a mistake. At Inero, we assume that managing a technology project is a skill, but knowledge of the domain to which the implementation pertains is also necessary. We know our weaknesses and strengths, so it is natural that we more often undertake projects in which we have the knowledge, in which we have access to industry experts because very often this purely theoretical knowledge is not enough. We focus on solutions whose applications we understand, such as logistics or the digital health industry.</p>
<blockquote><p>&#8220;At Inero, we assume that managing a technology project is a skill, but knowledge of the domain to which the implementation pertains is also necessary.&#8221;</p></blockquote>
<p><strong>MK: So, how do you assemble a team of specialists in such a way that they complement each other at every stage of the project?</strong></p>
<p><strong>AC: </strong>Remember that a team consists of people with different skills, experiences, and processes they are already trained in. That&#8217;s why it&#8217;s so important to set clear, realistic goals for a given project, which are then transferred to individual team members. Everyone must be aware of how to implement a given idea and who is responsible for which area.</p>
<p>And probably most importantly: When we have a balanced team, meaning there are younger people who make mistakes, who may not always be able to handle all tasks, project management plays a crucial role. The team leader must catch these things and assign subsequent tasks that are still on the edge of possibility because they are an opportunity for further learning. However, it is essential not to have a tendency to find fault when something doesn&#8217;t work. We don&#8217;t forcibly look for problems. We should focus on the solution that will allow us to avoid a similar mistake next time. It is our role to motivate employees. By giving a challenging task, we want to get to know the new employee, his capabilities, and find out how he reacts to being confronted with a problem that may exceed his abilities. It&#8217;s better to understand his approach to problem-solving than to solve the problem itself. See if he communicates the difficulties he encounters and how he copes in a situation where he doesn&#8217;t know what to do.</p>
<blockquote><p>&#8220;By giving a challenging task, we want to get to know the new employee, his capabilities, and find out how he reacts to being confronted with a problem that may exceed his abilities. &#8220;</p></blockquote>
<p>I would like to add one more note here. There is something that can be called cognitive bias. Young programmers often want to prove themselves in projects, they are ambitious, they want to achieve success as quickly as possible. This is understandable. However, I sometimes see that they take on too many tasks and, as a result, find it hard to meet deadlines. We must take this into account when planning. In summary, when planning a team&#8217;s work, we must look at it as a whole, being aware that this is something that is supposed to function for a long time, without forgetting about the employees.</p>
<p><a href="https://docsquality.com/"><img loading="lazy" decoding="async" data-attachment-id="5301" data-permalink="https://inero-software.com/andrzej-chybicki-interview-artificial-intelligence/www-ac/" data-orig-file="https://inero-software.com/wp-content/uploads/2023/11/www-AC.png" data-orig-size="1200,1200" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="www AC" data-image-description="" data-image-caption="" data-medium-file="https://inero-software.com/wp-content/uploads/2023/11/www-AC-300x300.png" data-large-file="https://inero-software.com/wp-content/uploads/2023/11/www-AC-1030x1030.png" tabindex="0" role="button" class="size-medium wp-image-5301 aligncenter" src="https://inero-software.com/wp-content/uploads/2023/11/www-AC-300x300.png" alt="" width="300" height="300" srcset="https://inero-software.com/wp-content/uploads/2023/11/www-AC-300x300.png 300w, https://inero-software.com/wp-content/uploads/2023/11/www-AC-1030x1030.png 1030w, https://inero-software.com/wp-content/uploads/2023/11/www-AC-80x80.png 80w, https://inero-software.com/wp-content/uploads/2023/11/www-AC-768x768.png 768w, https://inero-software.com/wp-content/uploads/2023/11/www-AC-75x75.png 75w, https://inero-software.com/wp-content/uploads/2023/11/www-AC-50x50.png 50w, https://inero-software.com/wp-content/uploads/2023/11/www-AC-512x512.png 512w, https://inero-software.com/wp-content/uploads/2023/11/www-AC-1024x1024.png 1024w, https://inero-software.com/wp-content/uploads/2023/11/www-AC.png 1200w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<p><strong>MK: Do you take employee turnover into account when planning a project?</strong></p>
<p><strong>AC: </strong>As a technology company, Inero provides value by offering structured and comprehensive software development services. When we establish a collaboration, we always think of it as a long-term relationship. In such a time frame, team turnover is natural, both on our side and on the client&#8217;s side. When we start a project, we assume that turnover will occur, so from the beginning, we strive to build a knowledge base for the project – a collection of experiences, facts, documents, multimedia, procedures, and information. We often use tools like GitLab (Wiki section) or Jira for this purpose. We record important data there, which will be necessary for a new team member to smoothly transition into the project.</p>
<blockquote><p>&#8220;We have learned to automate repeatable procedures, and this applies to integrating new employees into the team.&#8221;</p></blockquote>
<p>We have learned to automate repeatable procedures, and this applies to integrating new employees into the team, whether it&#8217;s front-end developers, back-end developers, cybersecurity matters, or others. For example, it includes a database of ready-made software solutions such as project templates or sample solutions. When integrating new team members, we assign them the task of analyzing and modifying these solutions in their first weeks of work. This is not so much to bring business value, but to teach them how we design solutions, how we solve specific technological problems, and how we approach problem analysis. We care about having an efficient way of transferring knowledge within the team. This translates into the quality and cost of our services.</p>
<p>&nbsp;</p>
<p><strong>MK: Recently, we have seen a growing interest in the topic of artificial intelligence. It influences many fields. Is this also visible in the industry in which Inero operates? Will &#8220;teams of the future&#8221; emerge soon?</strong></p>
<p>AC: Undoubtedly, what has happened in the field of AI over the last 2-3 years, especially when OpenAI launched its new product, followed by Google&#8217;s Palm system and solutions available at HuggingFace, carries immense potential and can change the way new solutions are developed. We are closely monitoring how Copilot works. We use it in selected internal projects where we have no doubts related to SLA (Service Level Agreement), copyright, and code analysis.</p>
<blockquote><p>&#8221; We are closely monitoring how Copilot works. We use it in selected internal projects where we have no doubts related to SLA, copyright, and code analysis.&#8221;</p></blockquote>
<p>For sure, tasks related to the use of artificial intelligence already constitute a significant part of the projects carried out by our team – I would even say that currently, it&#8217;s more than half of all our work. The biggest challenge associated with AI is the ability to quickly adapt to changes and understand trends in this highly dynamic market. Those who adapt quickly will undoubtedly gain a lot, especially in areas supporting routine tasks, such as back-office operations, data analysis, predictive analysis, the use of conversational bots, and knowledge analysis (documents, contracts, emails, etc.). These are the areas of business activities that, in our opinion, have the greatest potential for transformation in the coming years. In the context of these projects, we see Inero not only as a team of developers but also as advisors. We try to identify trends, present conclusions, and communicate them to our clients and partners, indicating what deserves special attention in the coming months and years in the context of their business needs or development plans. We share our insights, which we believe will be applicable in a year, two, or five years.</p>
<p><a href="https://uktruckcheck.com/en/"><img loading="lazy" decoding="async" data-attachment-id="5300" data-permalink="https://inero-software.com/andrzej-chybicki-interview-artificial-intelligence/www-ac-1/" data-orig-file="https://inero-software.com/wp-content/uploads/2023/11/www-AC-1.png" data-orig-size="1200,1200" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="www AC (1)" data-image-description="" data-image-caption="" data-medium-file="https://inero-software.com/wp-content/uploads/2023/11/www-AC-1-300x300.png" data-large-file="https://inero-software.com/wp-content/uploads/2023/11/www-AC-1-1030x1030.png" tabindex="0" role="button" class="alignnone size-medium wp-image-5300 aligncenter" src="https://inero-software.com/wp-content/uploads/2023/11/www-AC-1-300x300.png" alt="" width="300" height="300" srcset="https://inero-software.com/wp-content/uploads/2023/11/www-AC-1-300x300.png 300w, https://inero-software.com/wp-content/uploads/2023/11/www-AC-1-1030x1030.png 1030w, https://inero-software.com/wp-content/uploads/2023/11/www-AC-1-80x80.png 80w, https://inero-software.com/wp-content/uploads/2023/11/www-AC-1-768x768.png 768w, https://inero-software.com/wp-content/uploads/2023/11/www-AC-1-75x75.png 75w, https://inero-software.com/wp-content/uploads/2023/11/www-AC-1-50x50.png 50w, https://inero-software.com/wp-content/uploads/2023/11/www-AC-1-512x512.png 512w, https://inero-software.com/wp-content/uploads/2023/11/www-AC-1-1024x1024.png 1024w, https://inero-software.com/wp-content/uploads/2023/11/www-AC-1.png 1200w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<p><strong>MK: Have you noticed that there&#8217;s a crisis in the IT services market? How do you perceive what&#8217;s happening?</strong></p>
<p>AC: For those who have recently become interested in software development, the situation where developers are not in high demand and don&#8217;t have a queue of orders may seem shocking. However, the years 2010-2015 were similar. Back then, the main advantage of programmers from our region was relatively low rates (compared to those in the USA or DACH countries). As a result of market changes post-COVID, the globalization of IT, and the convergence of salaries, the rates of our programmers are no longer as attractive to partners from the West. Therefore, we need to think differently about the value we want to deliver. For example, at Inero, we offer a product-service bundle where, on one hand, we provide services for our programmers, but on the other, we also offer ready-made logistics products that are part of a comprehensive IT offer. Additionally, we offer the entire process of creating IT solutions in the BOT model, not just our programmers on an hourly basis. In other words, the market is seeking balance after the turbulent years of 2021-2023 – it&#8217;s necessary to create new values and offer them.</p>
<p><strong>Should you have any proposals or concepts you&#8217;d like to discuss, please feel free to reach out to me at your earliest convenience. I am very interested in exploring potential opportunities together.</strong></p>
<p><img loading="lazy" decoding="async" data-attachment-id="589" data-permalink="https://inero-software.com/contact-inero-software-rd-software-house/img_7321-internet-2/" data-orig-file="https://inero-software.com/wp-content/uploads/2018/06/IMG_7321-internet-2.jpg" data-orig-size="1200,800" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Andrzej-Chybicki-Inero-Software" data-image-description="" data-image-caption="" data-medium-file="https://inero-software.com/wp-content/uploads/2018/06/IMG_7321-internet-2-300x200.jpg" data-large-file="https://inero-software.com/wp-content/uploads/2018/06/IMG_7321-internet-2-1030x687.jpg" tabindex="0" role="button" class="size-medium wp-image-589 alignleft" src="https://inero-software.com/wp-content/uploads/2018/06/IMG_7321-internet-2-300x200.jpg" alt="Andrzej Chybicki" width="300" height="200" srcset="https://inero-software.com/wp-content/uploads/2018/06/IMG_7321-internet-2-300x200.jpg 300w, https://inero-software.com/wp-content/uploads/2018/06/IMG_7321-internet-2-768x512.jpg 768w, https://inero-software.com/wp-content/uploads/2018/06/IMG_7321-internet-2-1030x687.jpg 1030w, https://inero-software.com/wp-content/uploads/2018/06/IMG_7321-internet-2-705x470.jpg 705w, https://inero-software.com/wp-content/uploads/2018/06/IMG_7321-internet-2-450x300.jpg 450w, https://inero-software.com/wp-content/uploads/2018/06/IMG_7321-internet-2.jpg 1200w" sizes="(max-width: 300px) 100vw, 300px" /><strong>Andrzej Chybicki, PhD Eng.</strong><br />
CEO, Inero Software Sp. z o. o.<br />
andy@inero-software.com</p>
<p>Artykuł <a href="https://inero-software.com/andrzej-chybicki-interview-artificial-intelligence/">Andrzej Chybicki: The use of Artificial Intelligence already constitutes a significant part of the projects carried out by our team</a> pochodzi z serwisu <a href="https://inero-software.com">Inero Software - Software Consulting</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">5287</post-id>	</item>
	</channel>
</rss>
