By José Ignacio Orlando, PhD -Subject Matter Expert in AI/ML @ Arionkoder- and Nicolás Moreira -Head of Engineering @ Arionkoder-. OpenAI, the very same company that launched DALL-E to generate images from text, has recently created a deep learning model that is able...

Articles by:
adm_akb
React Native for Web Apps
By Raul Sposito, Software Developer @ Arionkoder. Wouldn’t it be cool if we could just write an app once? Instead of having to create a native version for mobile and then develop a whole new codebase for a Web App? Wouldn’t it be much more time/cost-effective? React...
Did you know that language models can be used by robots to understand instructions and even write their own code?
Imagine that you're rushing for a deadline. You’re typing furiously on your keyboard, and you cannot even move your eyes from the screen. You have to end stuff, get things done, ASAP. Then you decide that an extra sip of caffeine will be useful for a boost, and...
Having fun with useScroll in VueJS
By Raul Sposito, Software Developer @ Arionkoder. There’s an amazing collection of composition utilities called VueUse and if you don’t know about it make sure to check it out because there’s a ton of cool stuff there that will make your everyday development a lot...
Providing AI-driven image classification services in Arionkoder: this is how we do it
By José Ignacio Orlando, PhD - Subject Matter Expert in ML/AI @ Arionkoder - and Nicolás Moreira - Head of Engineering @ Arionkoder-. This post is the continuation of "How to apply AI-powered image classification to your business? A comprehensive guide". Find it here....
How to apply AI-powered image classification to your business? A comprehensive guide
By José Ignacio Orlando, PhD -Subject Matter Expert in ML/AI @ Arionkoder- and Nicolás Moreira -Head of Engineering @ Arionkoder-. Image classification is one of the fundamental tasks in computer vision, helping automate processes, reduce costs and improve efficiency...
Making the most from images using AI-powered Computer Vision
In this article, we cover the essentials of computer vision and briefly summarize some of the great things we can do empowered by this technology. By José Ignacio Orlando, PhD, Assistant Researcher @ CONICET and Nicolás Moreira, Head of Engineering @ Arionkoder...
Did you know that AI can, by itself, find ways to multiply matrices faster than the ones we’ve been using for 50 years?
DeepMind, a division of Google that develops cutting-edge machine learning tools for solving human challenges, has recently published AlphaTensor, an AI algorithm to find much more efficient ways to multiply matrices. This operation, which might sound a bit nerdy and...
Did you know that AI-driven text generators are already accurate enough to do children’s homework?
Some days ago, a teenager posted a message on Reddit that caught the attention of quite a portion of the AI community: she’s been using an AI text generator to write essays for school and to do her homework. Thanks to this idea, not only has she received straight A’s,...
Javascript Design Patterns: Observer
By Daniel Guedes, Software Developer at Arionkoder. Managing state inside an application can become a very hard task, depending on the complexity of your system. Sometimes we may find ourselves in a scenario where asynchronous events depend on other events...
Artificial Intelligence: a survival guide for surfing a hype wave
By José Ignacio Orlando, PhD, Assistant Researcher @ CONICET & Nicolás Moreira, Head of Engineering @ Arionkoder Artificial intelligence (AI) is found more and more often in headlines and social media, with models that can accurately diagnose diseases from medical...
How to create apps with less code and more performance? Use Declarative Programming with RxJS
There is a way to build your apps using less code and at the same time make it easier to maintain, while obtaining amazing results. In this post, Juan Ignacio Langdon, Senior Frontend Developer at Arionkoder, tells us more about how to achieve these benefits using...
Web Components: an agnostic way to build future-proof components
Web Components are reusable blocks of content that we can build without external tools, using only web technologies (what browsers offer, with no third-party libraries/frameworks). The resulting components are usually better supported, more compatible and more...
Hey, Software-as-a-Service Company: is your SaaS product really that profitable?
Software-as-a-Service businesses are thought to be very profitable garnering industry leading valuations and multiples in both transactions and investment. Companies focus of growth metrics like the cost of customer acquisition (CAC) and customer lifetime value (LTV)....
Is it utopic to think about having an accurate estimation in Software Development?
We’re used to talking a lot about estimation in the Software industry, mainly on how hard it’s to predict the effort to accomplish an item from the backlog contemplating unforeseen impediments that arise. However, it’s not the only focus or goal to use it;...
Choosing your company’s data architecture
There is no such thing as a one-size-fits-all approach to the subject of choosing your company’s data architecture. It’s a huge challenge that, when executed correctly, sets the foundation on which to build a data-driven organization. Not only do we need to keep in...
What do we need to be data driven? A gentle guide for the future
It’s nothing new to say that data and the way it’s growing is becoming one of the major assets all across industries nowadays, from healthcare, to finance, going through insurance, sports, media, marketing, logistics, and almost every way you want to look. Several...
The value of Constraint Programming
What is CP? CP is Constraint Programming. It is not exactly a technology in itself, although there are implementations that are based on CP, nor a programming language. It is rather a paradigm where the relationships between the variables are expressed in terms of...