Author Archives: Alex Shlega

AI, Copilots, ChatGPT – there is something about them that makes them quite different from the traditional sources of information

First, there were people talking to each other. It was hard to pass knowledge around other than from one person to another directly. Then, there was writing. One person would write something, and others would read it. Those other ones would not necessarily need to explain everything that’s already been written to someone else, they’d… Read More »

Category: AI Tags:

Did MVP program actually get some things wrong?

With Jukka officially opting out of the MVP program it’s hard not to be willing to chime in, at least a little bit. I guess you’ve seen his post by now, but, if not, it’s definitely worth looking at. Just as with about anything he writes about, he beats it to death, puts a few… Read More »

Getting an “object reference not set to an instance of an object” error when deploying a custom connector?

If you created a very minimal custom connector and looked at the swagger definition right after, you’d notice a bunch of attributes added by default: However, not all of those are literally “required” when creating a new connector. For example, I could have removed “schemes” node, and it would still be acceptable: The problem would occur later,… Read More »