Inero Software

Blog

Practical notes on identity and access management, AI agents, and building software that lasts.

  • GitHub Copilot – review of pros and cons in a programmer’s work

    GitHub anticipates that in the coming years, 80% of the world’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 …

    Read the article

  • A year under the sign of artificial intelligence development

    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 …

    Read the article

  • Optimization of Data Collection Process Thanks to AI Algorithms

    Optimization of Data Collection Process Thanks to AI Algorithms In an era of progress and numerous achievements in natural language processing, we see increasing possibilities in the analysis and inference based on data collected in unstructured textual archives and documents. Therefore, streamlinin

    Read the article

  • Spring Boot 3.0 migration overview

    SPRING 3.0 MIGRATION OVERVIEW Spring Boot 3.0 has just been released, packed with exciting new features such as advanced observability, better support for native compilation with Graal, and the ability to utilize the latest Java language features. However, for many individuals, upgrading to this lat

    Read the article

  • Document Data Processing using GPT model

    GPT – A DIFFERENT POINT OF VIEW In the previous post, we looked at the possibilities of the GPT model in terms of supporting the work of a programmer. But that’s not the only thing this technology can do. GPT is a language model that utilizes a deep learning technique …

    Read the article

  • ChatGPT – A developer’s point of view

    INTRODUCTION ChatGPT was introduced a few weeks ago and since then it has been one of the main topics in the IT industry. In this blog post, we’ll take a closer look at what GPT is and the potential applications of this powerful technology in the hands of software engineer. …

    Read the article

  • Java 17: New features overview

    Java 17 was released in September 2021. This is the latest release of LTS (Long Term Support). This means that this version will receive updates until 2029. An earlier version of LTS (Java 11) was released in September 2018, and between these two there were new releases every six months, but not cov

    Read the article

  • Building a custom voice command recognition system

    The voice recognition system plays the role of an assistant that will find appropriate information for us, facilitate online shopping or enable the operation of various devices without the use of external buttons or adjustments.

    Read the article