Microsoft’s prompt engine is a library for helping developers create prompts for Large Language Models (LLMs). Prompt engineering, a technique for enabling specific behavior out of LLMs like GPT-3 and Codex, involves crafting inputs that coax the model to produce certain kinds of outputs. Also, few-shot prompting is a discipline that provides examples of inputs … continue reading
ToolJet is an open-source, low-code application development platform for building and deploying business applications. Users can use it to build complicated front ends without any experience in React, CSS, or event HTML. They can also drag and drop over 35 built-in UI components for more complicated frontends. With ToolJet, developers can also verify the current … continue reading
HashiCorp announced that it is open-sourcing the design system used in the company’s product UIs called Helios. Helios was launched internally 6 months ago, and it enables product teams to create beautiful, consistent, and accessible user experiences and interfaces, all while being scalable and flexible. “The public launch of Helios is an active choice to … continue reading
Builder.io is an open-source Virtual CMS that allows users to adopt a collaborative development process in order to find the right balance between developer control and business team autonomy. With Builder.io, customers can drag and drop Visual CMS for React, Vue, Qwik, Angular, and more. Additionally, the project’s GitHub page stated that Builder.io can integrate … continue reading
Keploy is a functional testing toolkit designed for developers that generates E2E tests for APIs (KTests) as well as mocks or stubs (KMocks) by recording real API calls. According to the project’s GitHub page, KTests can be imported as mocks for consumers and vice-versa. KTests can also be merged with unit testing libraries such as … continue reading
OptaPlanner is an open-source, lightweight, embeddable planning engine. With this, organizations can reduce costs, improve service quality, fulfill employee wishes, and reduce carbon emissions. It is object oriented programming and functional programming friendly and, according to the company, it works to allow programmers to efficiently solve optimization problems. This open-source tool improves plans and schedules … continue reading
Novu is an open-source notification infrastructure for developers that enables them to manage all communication channels such as email, SMS, direct messages, and push in one place. Users can start by creating a template where they can select channels, add context with {{dynamic}} syntax, and customize rules to control the delivery of notifications. Novu provides … continue reading
OpenAI’s ChatGPT has had developers talking ever since it opened to the public last month. It is a chatbot that can do all sorts of amazing tasks: suggest code, convert code from one language to another, summarizing long text, answering questions, and so much more. Now, a new open-source project has sprung up to provide … continue reading
Point-E is OpenAI’s new system which produces 3D models from prompts in only 1-2 minutes on a single GPU. Generating 3D models was previously very different from the image generation models such as Dall-E because those can typically produce images within seconds or minutes while a state-of-the-art 3D model required multiple GPU hours to produce … continue reading
DevSpace is an open-source developer tool for Kubernetes that allows users to develop and deploy cloud-native software with increased speed. This tool works as a lightweight, client-only CLI that utilizes current kube-context and does not require the installation of anything inside of the user’s cluster. DevSpace works out of the box with every Kubernetes cluster. … continue reading
The team at the cloud native company TriggerMesh has announced the Shaker project, an open-source alternative to AWS EventBridge. Shaker offers users several new capabilities, including tmctl, the new TriggerMesh CLI that allows for the quick building of event flows on a laptop with Docker; the new TriggerMesh Broker, either in-memory or backed by Redis … continue reading
Rocket.Chat is an open-source, customizable, MERN (MongoDB, Express, React, Node) based communications platform developed in JavaScript built with data protection in mind. Rocket.Chat is intended to enable real-time conversations among colleagues, with other companies, or with customers, no matter how they connect to the company. The goal of this is to increase productivity and customer … continue reading
Kangas is an open-source tool provided by Comet, provider of an MLOps platform for machine learning teams. According to Comet, the tool is intended to help teams explore, analyze, and visualize large-scale multimedia data. Kangas offers users a Python API for logging large tables of data as well as a visual interface for performing complicated … continue reading
The Speedb open-source project is a high-performance NoSQL database that is optimized for speed and scalability. It is designed to handle large scale data workloads and provides a variety of features to make it easy to use and manage. The project is maintained by Speedb and forked from Rocksdb, developed by Facebook. The project uses … continue reading