Aviary helps developers choose the best large language model (LLM) for their particular application’s needs. Once chosen, the open-source tool can also be used to integrate it into the application. “Our goal is to ensure that any developer can integrate AI into their products and to make it easy to develop, scale, and productionize AI … continue reading
Microsoft Dev Home is a new control center for Windows that offers users a way to monitor projects in their dashboard using customizable widgets. It enables customers to track all of their workflows and coding tasks in one location. Dev Home also allows customers to set up their dev environment by downloading apps, packages, or … continue reading
Snapchange is a Rust framework that can be used to fuzz a target binary with minimal modifications, offering useful insight into the process. It works by replaying physical memory snapshots in order to make the fuzzing of various targets more efficient and less complex. As it is agnostic to the target operating system, the snapshot … continue reading
AWS open-sourced a language called Cedar that enables users to easily create and enforce access control policies. It provides a unified framework for policy creation and management across multiple clouds, simplifies policy writing, and supports popular authorization models such as role-based and attribute-based access control. Additionally, AWS has adopted a verification-guided development process to ensure … continue reading
Frappe is a low-code full stack, batteries-included, web framework written in Python and JavaScript, using MariaDB as its database. It is designed to reduce the amount of time developers spend writing code. Frappe makes defining DocTypes easier without the need for code to be used everywhere, since everything in Frappe is a DocType. The framework … continue reading
Tython is an open-source Security as Code framework and SDK that is geared towards building security design patterns as-code. It takes an architectural approach to cloud security, supports the user’s choice of programming language, and removes vendor lock-in. With Tython, customers can design reusable security references architectures as-code with pre-built blueprints so that they don’t … continue reading
Analog is a full stack meta-framework for building both websites and applications with Angular. It is one of the projects in GitHub’s Accelerator program, a 10-week program where open-source maintainers receive a sponsorship of $20,000 to invest in their project as well as guidance from leaders in the open-source community. According to the company, this … continue reading
Buck2 is Meta’s open-source large scale build system and it is now publicly available through both the Buck2 website and on GitHub. This open-source offering is a from-scratch rewrite of Buck, though it does share some commonalities with it and other build systems such as Bazel. Buck2 completely separates the core and language-specific rules. This … continue reading
The OSC&R (Open Software Supply Chain Attack Reference) is an open source framework used for understanding and evaluating existing threats to entire software supply chain security. OSC&R was created to establish a standard language and structure for comprehending and evaluating the tactics, techniques, and procedures (TTPs) utilized by attackers to breach the security of software … continue reading
Semantic Kernel (SK) is a lightweight SDK from Microsoft aimed at enabling integration of AI Large Language Models with conventional programming languages. According to the project’s GitHub page, the SK extensible programming model brings together natural language semantic functions, traditional code native functions, and embeddings-based memory in order to access new potential and add value … continue reading
eBay’s newly open-sourced tool, Include, was built to make accessibility annotation easy, smooth, and simple, to ensure that accessibility is a core part of the design experience, rather than something crammed in later. The plugin was developed by members of the accessibility and design teams at eBay and is released for public use on Figma. … continue reading
Google has recently announced that the company will be making the OpenXLA Project available for use and contribution. This includes the XLA StableHLO and IREE repositories. OpenXLA is an open-source machine learning compiler ecosystem that allows developers to compile and enhance their models from ML frameworks in order to provide improved training and serving on … continue reading
Touca is a continuous regression testing tool that provides engineering teams with a real-time visual comparison of their software’s performance and behavior against a previous trusted version. This can help them identify any unintended side effects of their daily code changes. “It is still too difficult and time-consuming for software engineers to gain confidence in … continue reading
APITable is an API-oriented visual database created to help developers build collaborative apps. The maintainers consider it to be “the best Airtable open-source alternative.” The platform provides an advanced technology stack, which allows multiple users to edit together in real-time or with the ‘Operational Transformation’ algorithm. It also includes a user-friendly database spreadsheet interface and … continue reading