Operations | Monitoring | ITSM | DevOps | Cloud

Technology

The latest News and Information on APIs, Mobile, AI, Machine Learning, IoT, Open Source and more!

Build and test LLM applications with AIConfig and CircleCI

The power of LLMs to solve real-world problems is undeniable, but unfortunately, in some cases, only theoretical. What’s stopping us from getting the most out of OpenAI’s text completion capabilities in production apps? One common problem is the inability to confidently guard against bad outputs in production the way we’re used to doing with non-AI test suites. Let’s go one step deeper. There is no equivalent of code coverage for an LLM.

Five worthy reads: Understanding low-code/no-code AI: App development simplified

Five worthy reads is a regular column on five noteworthy items we’ve discovered while researching trending and timeless topics. This week, we will delve into low-code/no-code AI, its potential, and how it can facilitate application development. In a world that is advancing technologically, AI could be one of the greatest things the internet industry has ever witnessed. We have heard so much about AI over the past decade as it has increasingly been deployed in various sectors.

Tips for Choosing the Right Automotive Supplier for Your Industry

When it comes to the automotive industry, having the right supplier can make all the difference. As a manufacturer or supplier in this highly competitive market, choosing the right partner can enhance your production process and ultimately impact your bottom line. This is why it's crucial to carefully consider and select an automotive supplier that best fits your industry and business needs. In this article, we will discuss some helpful tips for choosing the right automotive supplier for your industry.

AI Technology: Real-World Applications and Benefits

Artificial Intelligence (AI) technology has rapidly evolved over the past few decades, transforming the way we live, work, and interact with the world. From intelligent personal assistants to advanced medical diagnostics, AI has become an integral part of our daily lives, offering a myriad of applications and benefits that were once considered futuristic. In this article, we will explore the real-world applications of AI technology and delve into the tangible benefits it brings across various industries.

Growth of Microsoft Dynamics 365 Business Central

Last year's Directions EMEA event for Microsoft Dynamics 365 partners, held in Lyon, has once again showcased the remarkable growth of Microsoft Dynamics 365 Business Central and its partner ecosystem. Microsoft and its partners are on a clear trajectory towards making Dynamics 365 Business Central the world's premier ERP solution for small and medium-sized businesses.
Sponsored Post

Ensuring software quality with integration testing

Before the Raygun API limited release last year, we'd been consistently receiving requests for a public API for a long time, to provide a way for our customers to access their Raygun data programmatically. We're now proud to say we're providing a public API with a range of endpoints, but it took us a lot of planning and development to get here! In this post, I'd like to take you back to the beginning of development on our big API project. Specifically, I want to walk through the pivotal decisions we made around testing when we started development on the project, and how (and why) these have paid off.

Generative AI 101: Everything You Need to Know

Since its inception, GenAI has been the talk of the business town. Globally, enterprises are using this disruptive technology to reap immense benefits like enhanced productivity, generate higher revenue, and do exceptionally well in customer experience. If this GenAI buzzword has your attention and you are trying to grasp its potential, this blog is an ideal read.

Streamline Your Building Permits With Software That Works for You

You've been there before. You're ready to start construction on that new office building or apartment complex, but you know you've got a long slog ahead dealing with permits and inspections. The process can feel like an endless maze of paperwork, fees, and phone calls to track down inspectors. But it doesn't have to be that way. New building permit software can help streamline the permitting process so you can focus on the construction instead of chasing down permits.

Practical Zephyr - Devicetree basics (Part 3)

In the previous article, we configured software using the kernel configuration tool Kconfig, and we’ve silently assumed that there’s a UART interface on our board that is configurable and used for logging. In this third article of the “Practical Zephyr” series, we’ll see how we configure and use hardware. For this, Zephyr borrows another tool from the Linux kernel: Devicetree.