software – EvaluateSolutions38 https://evaluatesolutions38.com Latest B2B Whitepapers | Technology Trends | Latest News & Insights Thu, 04 May 2023 18:00:40 +0000 en-US hourly 1 https://wordpress.org/?v=5.8.6 https://dsffc7vzr3ff8.cloudfront.net/wp-content/uploads/2021/11/10234456/fevicon.png software – EvaluateSolutions38 https://evaluatesolutions38.com 32 32 Github Announces New Tools to Ensure Integrity and Secure Software Supply Chain https://evaluatesolutions38.com/news/security-news/github-announces-new-tools-to-ensure-integrity-and-secure-software-supply-chain/ https://evaluatesolutions38.com/news/security-news/github-announces-new-tools-to-ensure-integrity-and-secure-software-supply-chain/#respond Mon, 24 Apr 2023 14:52:44 +0000 https://evaluatesolutions38.com/?p=52186 Highlights:

  • Private vulnerability reporting, the first new tool, is now generally accessible and was created to assist open-source maintainers and security researchers adopt best practices for reporting and resolving vulnerabilities.
  • Npm is a widely used package manager for the JavaScript programming language and is maintained by npm Inc.

GitHub, which is owned by Microsoft Corp., announced two new tools recently to assist developers in ensuring the integrity of their projects and securing the software supply chain.

Private vulnerability reporting, the first new tool, is now generally accessible and was created to assist open-source maintainers and security researchers in adopting best practices for reporting and resolving vulnerabilities. A standardized and secure method for the open-source community to report and collaborate on vulnerabilities made it far too easy for issues to go unresolved or to become publicly known before fixes were ready. This problem is what the private collaboration channel aims to address.

Private vulnerability reporting makes the process simple for researchers and maintainers to identify and correct vulnerabilities in public repositories through various tools and automated features. This includes the capacity to report identified issues in multiple repositories and recognize contributions from multiple researchers who aid in vulnerability detection and resolution.

In November, the service entered the public beta testing phase and was made available to maintainers from over 30,000 organizations, who used it to facilitate private vulnerability reporting on over 180,000 repositories. During this time, researchers submitted more than 1,000 reports to the service.

The second release, npm package provenance, will allow programmers create npm projects on GitHub Actions which will include providence information with their packages. This enables consumers to verify the source repository and build instructions for a package. Npm is a widely used package manager for the JavaScript programming language maintained by npm Inc. Its popularity stems from being the default package manager for the Node.js JavaScript runtime environment.

GitHub states that programmers plug npm packages into their applications daily with little thought, weakening the integrity of their software supply chain. As the stewards of the npm registry, GitHub helps in building trust in these projects, and consumers of npm projects can trust the source code and build process with this release.

The two new tools come after GitHub released Copilox X in March. Copilox X is an AI tool that is partly powered by GPT-4. The tool is an enhanced version of the Copilot coding assistant, which GitHub had released in the middle of 2021. It was made to help developers write code faster and has features that weren’t in the original release.

]]>
https://evaluatesolutions38.com/news/security-news/github-announces-new-tools-to-ensure-integrity-and-secure-software-supply-chain/feed/ 0
Amazon Joins the Generative AI Race with Bedrock https://evaluatesolutions38.com/news/tech-news/artificial-intelligence-news/amazon-joins-the-generative-ai-race-with-bedrock/ https://evaluatesolutions38.com/news/tech-news/artificial-intelligence-news/amazon-joins-the-generative-ai-race-with-bedrock/#respond Fri, 14 Apr 2023 18:51:01 +0000 https://evaluatesolutions38.com/?p=52065 Highlights:

  • Developers can save a lot of time and money by using pre-trained foundation models instead of having to start from scratch when training a language model.
  • The first is a generative LLM for information extraction, open-ended question and answer, classification, text generation, and summarization.

Amazon Web Services Inc. has recently expanded its reach into artificial intelligence software development by releasing several new tools for generative AI training and deployment on its cloud platform.

The business described new services in a post on the AWS Machine Learning blog, including the capacity to build and train foundation models, which are extensive, pre-trained language models that lay the groundwork for particular natural language processing tasks.

Deep learning techniques are generally used to train foundation models on enormous volumes of text data, enabling them to become adept at understanding the subtleties of human language and produce content nearly indistinguishable from that written by humans.

When training a language model, developers can save time and money using pre-trained foundation models instead of starting from scratch. A foundation model for text generation, sentiment analysis, and language translation is the Generative Pre-trained Transformer (GPT) from OpenAI LLC.

LLM Choices

Bedrock’s brand-new service makes foundation models from various sources accessible through an API. The Jurassic-2 multilingual large language models from AI21 Labs Ltd., which produce text in Spanish, French, German, Portuguese, Italian, and Dutch, and Anthropic’s PBC’s Claude LLM, a conversational and text processing system that follows moral AI system training principles are included. Users can use the API to access Stability AI Ltd. and Amazon LLMs.

According to Swami Sivasubramanian, Vice President of database, analytics, and machine learning at AWS, foundation models are pre-trained at the internet scale. They can therefore be customized with comparatively little additional training. He used the example of a fashion retailer’s content marketing manager, who could give Bedrock as few as 20 examples of effective taglines from past campaign examples with relevant product descriptions. Bedrock will then automatically generate effective social media posts, display ad images, and web copy for the new products.

In addition to the Bedrock announcement, AWS is releasing two new Titan large language models. The first is a generative LLM for information extraction, open-ended question and answer, classification, text generation, and summarization. The second LLM converts text prompts into numerical representations, including the meaning of the text and helps build contextual responses beyond paraphrasing.

No mention of OpenAI, in which Microsoft Corp. is a significant investor, was made in the announcement. Still, given the market’s demand for substantial language models, this shouldn’t be a problem for Amazon.

Although AWS is behind Microsoft and Google LLC in bringing its LLM to market, Kandaswamy argued that this shouldn’t be considered a competitive disadvantage. He said, “I don’t think anyone is so behind that they have to play catchup. It might appear that there is a big race, but the customers we speak with, other than very early adopters, have no idea what to do with it.”

Hardware Boost

Additionally, AWS is upgrading its hardware to provide training and inference on its cloud. New, network-optimized EC2 Trn1n instances now offer 1,600 gigabits per second of network bandwidth, or about a 20% performance increase, and feature the company’s exclusive Trainium and Inferentia2 processors. Additionally, the business’s Inf2 instances, which use Inferentia2 for inferencing of massively multi-parameter generative AI applications, are now generally available.

CodeWhisperer, an AI coding companion that uses a foundation model to produce code suggestions in real-time based on previous code and natural language comments in an integrated development environment, is another product whose availability has been announced. The tool is accessible from some IDEs and supports Python, Java, JavaScript, TypeScript, C#, and ten other languages.

Sivasubramanian wrote, “Developers can simply tell CodeWhisperer to do a task, such as ‘parse a CSV string of songs’ and ask it to return a structured list based on values such as artist, title and highest chart rank.” CodeWhisperer produces “an entire function that parses the string and returns the list as specified.” He said that developers who used the preview version reported improvement of 57% in speed with a 27% higher success rate.

As many players attempt to capitalize on the success of proofs of a concept like ChatGPT, the LLM landscape will likely remain dispersed and chaotic for the foreseeable future. As Google’s Natural Language API has in speech recognition, it’s unlikely that any one model will come to dominate the market, according to Kandaswamy.

He said, “Just because a model is good at one thing doesn’t mean it’s going to be good with everything. It’s possible over two or three years everybody will offer everybody else’s model. There will be more blending and cross-technology relationships.”

]]>
https://evaluatesolutions38.com/news/tech-news/artificial-intelligence-news/amazon-joins-the-generative-ai-race-with-bedrock/feed/ 0
HPE Launches Updated Disaster and Backup Recovery Data Services https://evaluatesolutions38.com/news/data-news/hpe-launches-updated-disaster-and-backup-recovery-data-services/ https://evaluatesolutions38.com/news/data-news/hpe-launches-updated-disaster-and-backup-recovery-data-services/#respond Wed, 05 Apr 2023 18:49:12 +0000 https://evaluatesolutions38.com/?p=51756 Highlights:

  • The new platform is composed of composable, standardized building blocks that can be configured for various software-defined storage requirements, including switches, commodity storage, and compute nodes.
  • The brand-new GreenLake for Block Storage is touted as the first scale-out, disaggregated block storage to offer a 100% data availability guarantee.

In addition to announcing new disaster and backup recovery data services with uptime guarantees, Hewlett Packard Enterprise Co. recently launched an offering of hybrid file and block storage which will be available on-premises with as-a-service pricing.

The company’s two-year-old HPE Alletra Storage platform, which aims to provide on-premises storage with cloud-like management, is the foundation for the new file and block offerings.

Alletra Storage MP is the new modular storage solution that scales independently and supports block and file stores on the same hardware.

No matter the workload or storage protocol, the company said that a single cloud platform is used to deploy, manage, and orchestrate data and storage services.

The new platform comprises composable, standardized building blocks that can be configured for various software-defined storage requirements, including switches, commodity storage, and compute nodes. The hardware will be offered as-a-service through HPE’s GreenLake portfolio, enabling customers to manage on-premises equipment like a cloud service.

Dave Vellante, the Chief Analyst at the market research firm Wikibon, said, “HPE has declared 2023 the year of storage. This is a positive in that a focus on storage could bring about a mix of higher gross-margin business.”

High-Speed File Storage

GreenLake for File Storage is a service that manages workloads having intense data with a capacity of hundreds of gigabytes per second. The service, which combines flash storage from Vast Data Inc. and GreenLake cloud management, is based on a disaggregated, shared-everything, modular architecture created for the exabyte scale, according to HPE.

The newly-launched GreenLake for Block Storage has been named as the first scale-out, disaggregated block storage that guarantees 100% data availability. In addition to being optimized for mixed workloads, HPE offers a better price/performance ratio than previous storage platforms.

According to Simon Watkins, Senior Manager of worldwide product marketing for HPE storage and cloud data services, a user of the company’s 3PAR 7000/8000 storage array can switch to GreenLake for Block Storage and get comparable performance for half the cost, 66% better price/performance, and a 100% availability guarantee with cloud-like management.

Cloud Experience On-Premises

The latest offering “brings the speed and agility of the cloud experience to your on-prem storage,” Watkins wrote. “HPE GreenLake for Block Storage simplifies operations across the lifecycle — from rapid deployment to automated provisioning to invisible upgrades.”

With GreenLake for Block Storage requiring a monthly subscription fee, Alletra Storage MP will be sold on a capital expenditure basis.

Backup, recovery, and disaster recovery are now all supported by GreenLake in a unified manner. Using the global cloud platform from HPE, GreenLake for Disaster Recovery offers continuous data protection across numerous virtual machines in a unified, automated manner.

By utilizing unified management and a single data catalog for workloads running on private and public clouds, GreenLake for Backup and Recovery secures on-premises and cloud workloads. Additionally, it offers entirely as a service orchestration based on policy and billing based on consumption.

Although HPE has no on-premises alternative to S3 object storage of Amazon Web Services Inc., HPE is reportedly close to launching one.

HPE has historically squeezed storage R and amp;D and had to catch up through acquisitions, according to Vellante. Nevertheless, these updates are a positive sign that the company is getting the best out of homegrown and outside technologies. He said, “While many of those acquisitions have paid off, Antonio Neri is setting a course better balancing organic investments, partnering and acquisition. This announcement contains all three, with HPE storage OS intellectual property, the VAST file system and Infosight AIOps from Nimble.”

]]>
https://evaluatesolutions38.com/news/data-news/hpe-launches-updated-disaster-and-backup-recovery-data-services/feed/ 0
Microsoft Announces Major Expansions to the Cloud Partner Program https://evaluatesolutions38.com/news/cloud-news/microsoft-announces-major-expansions-to-the-cloud-partner-program/ https://evaluatesolutions38.com/news/cloud-news/microsoft-announces-major-expansions-to-the-cloud-partner-program/#respond Thu, 23 Mar 2023 17:24:01 +0000 https://evaluatesolutions38.com/?p=51632 Highlights:

  • Microsoft recently announced an expansion of the Solutions Partner designations, which were introduced to help customers more accurately identify the partner companies that can most assist them.
  • Microsoft announced that it is extending the scope of its artificial intelligence services for partners, including ChatGPT in the Azure Open AI Service.

Microsoft Corp. has updated its Cloud Partner Program, giving partners new ways to stand out in the marketplace with their unique goods and services.

When it was introduced in October 2022, the Cloud Partner Program was positioned as an advancement of the previous Microsoft Partner Network. Microsoft recently announced an expansion of the Solutions Partner designations, which were introduced to help customers more accurately identify the partner companies that can most assist them. This shows that the industry is still evolving.

The designations are intended to help partners demonstrate their abilities in delivering customer success within six key solution areas, according to Nicole Dezen, Microsoft’s Chief Partner Officer and Corporate Vice President of Global Partner Solutions. Microsoft is now broadening these designations to distinguish independent software vendors or those business partners who concentrate solely on creating software. The new ISV designations include categories like industry, use cases across industries, and particular business-leader imperatives like marketing and sales.

Dezen explained, “These designations distinguish an application’s specific capabilities and help customers identify proven solutions for their business needs.”

Partners can also distinguish themselves in the market with new Business Applications specializations demonstrating companies’ expertise and experience in specific technical scenarios. They are aligned with the Business Applications solution area for Microsoft Dynamics 365 and will help customers find ideal partners, according to Dezen.

Finance specializations are for partners who can demonstrate knowledge, substantive experience, and documented success in Dynamics 365 Finance; Sales specializations are for partners who have proven experience in customer experience transformation; Service specializations are for partners who have experience delivering personalized services; and Supply Chain specializations are for partners who have the expertise and documented success in Dynamics 365 Supply Chain Management.

According to Dezen, Microsoft’s Cloud Partner Program now offers 28 specializations, providing partners many options for demonstrating their expertise to customers.

Microsoft partners will soon be able to emphasize their diversity and efforts to advance “social good” and differentiate themselves through their expertise. Customers will find diversely led companies and solutions in Microsoft’s commercial marketplace more easily; as a result, it is hoped.

Dezen said, “Inclusion fosters innovation, and many customers are looking to find partners that align to their business values. This is why we are enabling partners to submit relevant diversity and social good business classifications in Partner Center, which will appear in their business profile in the marketplace.”

Dezen said that although many of Microsoft’s partners are direct rivals, the company still hopes to promote greater cooperation. To achieve this, it is launching multiparty private offers. This brand-new service enables partners to collaborate, develop unique offers with unique payouts, and market their products directly to Microsoft customers via its cloud marketplace. In the spring, multiparty private offers will go live in the preview. Later this year, they will become generally available.

Last but not least, Microsoft announced that it is extending the scope of its artificial intelligence services for partners, including ChatGPT in the Azure Open AI Service. Microsoft announced that beginning in April, partners can apply for preview access to GPT-4, a more potent large language model created by OpenAI LP, which created ChatGPT. GPT-4 will allow partners to create predictive models, automate procedures, and enhance decision-making for themselves and their clients.

Dezen said, “We believe AI will fundamentally change every software category, unlocking a new wave of productivity growth. We are committed to empowering partners to harness the power of this innovation on behalf of customers around the world, while helping them navigate this new era of technology.”

]]>
https://evaluatesolutions38.com/news/cloud-news/microsoft-announces-major-expansions-to-the-cloud-partner-program/feed/ 0
Edgeless Systems Raises USD 5MN to Advance Confidential Computing https://evaluatesolutions38.com/news/tech-news/edgeless-systems-raises-usd-5mn-to-advance-confidential-computing/ https://evaluatesolutions38.com/news/tech-news/edgeless-systems-raises-usd-5mn-to-advance-confidential-computing/#respond Thu, 09 Mar 2023 16:51:51 +0000 https://evaluatesolutions38.com/?p=51395 Highlights:

  • Confidential computing is a feature that many server processors from Intel Corp. and Advanced Micro Devices Inc. support.
  • Only the application to which it is assigned has access to a CCE. The isolated memory pool used by that application cannot be used by other workloads running on the same server.

According to a press release, Edgeless Systems GmbH has raised USD 5 million in funding. The startup uses confidential computing technology to make Kubernetes clusters more secure.

SquareOne led this round of seed funding. Multiple angel investors participated, including founders of Netlify Inc., a developer tooling startup estimated to be worth two billion dollars in 2021.

Confidential computing is a feature that many server processors from Intel Corp. and Advanced Micro Devices Inc. support. The technology enables encryption algorithms to isolate a portion of a server’s memory. While processing, sensitive application data can be stored in isolated memory pools called confidential computing environments or CCEs.

Only the application to which it is assigned has access to a CCE. The isolated memory pool used by that application cannot be used by other workloads running on the same server. Additionally, neither the hypervisor nor the underlying operating system has access.

CCEs have a remote attestation feature as an extra security precaution. It enables businesses to ensure that a CCE is set up properly before handling sensitive data.

Constellation is an open-source, private computing platform created by German company Edgeless Systems. The startup claims that Constellation enables businesses to set up Kubernetes clusters in a separate CCE memory environment. A Kubernetes cluster is more difficult for hackers to compromise if it is separated from the rest of a company’s infrastructure.

All of the main cloud platforms are supported by Constellation. Edgeless Systems claims the platform can be set up with only a few commands and doesn’t require significant coding changes to current workloads.

Felix Schuster, Chief Executive Officer of Edgeless Systems said, “We are turning the public cloud into everyone’s private cloud. By encrypting data all the time, even at runtime, and providing the best possible protection against infrastructure-based threats like malicious admins or co-tenants, Edgeless Systems can transform the way developers build and secure their public cloud workloads.”

Constellation is one of many tools that Edgeless Systems provides to make it simpler for developers to use CCE technology.

MarbleRun, a tool for managing workloads in Kubernetes clusters powered by CCE, is one of the startup’s products. Between workloads, MarbleRun can establish encrypted network connections and verify the accuracy of their security configurations. The tool can automatically restore a software component in case of an outage.

Edgeless Systems provides EdgelessDB for managing application data. It is an open-source database explicitly designed to operate in private computing settings. EGo, a software development kit created by the startup, makes it simpler to create secure computing applications in the Go programming language.

According to Edgeless Systems, hundreds of developers at organizations like Intel, IBM Corp., and Robert Bosch GmbH use its software. With its recently announced new funding round, the startup will continue to grow and expand its market. Edgeless Systems plans to invest in the creation of new features as well as grow its sales and marketing teams as part of the effort.

]]>
https://evaluatesolutions38.com/news/tech-news/edgeless-systems-raises-usd-5mn-to-advance-confidential-computing/feed/ 0
Israeli Cybersecurity Startup Wiz Raises USD 300M, Valuing It at USD 10 Billion https://evaluatesolutions38.com/news/security-news/israeli-cybersecurity-startup-wiz-raises-usd-300m-valuing-it-at-usd-10-billion/ https://evaluatesolutions38.com/news/security-news/israeli-cybersecurity-startup-wiz-raises-usd-300m-valuing-it-at-usd-10-billion/#respond Wed, 01 Mar 2023 16:58:48 +0000 https://evaluatesolutions38.com/?p=51294 Highlights:

  • Agents are software programs that operate in a company’s cloud environment and gather information about potential threats.
  • As businesses release new applications and update existing ones, cloud environments’ settings frequently change.

Wiz Inc., a cybersecurity startup, has raised USD 300 million from investors to maintain its current business momentum. Wiz Inc. passed USD 100 million in annualized recurring revenue last year.

Recently, Wiz revealed the Series D funding round. Lightspeed Venture Partners, Greenoaks Capital Partners, and Index Ventures all worked together to lead the round. At its current valuation of USD 10 billion, the company is worth USD 4 billion more than it did following its previous funding round in late 2021.

Wiz, based in New York, offers a software platform that aids businesses in finding security holes and malicious activity in their cloud environments. More than 35% of the Fortune 100 are among the startup’s customer base, according to the company. Last August, it began operations in 2020 and hit USD 100 million in annualized recurring revenue.

Recently, Assaf Rappaport, co-founder and CEO of Wiz, posted a blog entry, “The rapid growth of Wiz is a measure of the value we deliver to our customers. By partnering closely with each one of our customers, we learned the complexity as well as the business and operational challenges they face. We’ve learned how important is the partnership between security and development teams to build cloud securely.”

Agents are software programs that operate in a company’s cloud environment and gather information about potential threats. According to Wiz, its platform uses no agents to collect cybersecurity data, making installation easier. Customers are said to be able to deploy the platform in just a few minutes.

Many businesses use infrastructure-as-code scripts, short programs that can define settings automatically to save administrators time configuring their cloud environments. When such scripts might include vulnerable setting definitions, Wiz’s platform can identify them. For instance, the platform can determine whether network security rules in a cloud environment are incorrectly configured.

It also detects various other security flaws. It can identify user accounts that have more system access than they need. Such accounts may be compromised by hackers and used to launch cyberattacks if they are not fixed.

As businesses release new applications and update existing ones, cloud environments’ settings frequently change. Vulnerabilities might appear whenever settings in a cloud environment are altered. According to Wiz, its platform constantly scans for new vulnerabilities and offers automated remediation tools to patch them.

In addition to vulnerable code and malicious activity, the platform can identify insecure configuration settings. Contextual information is provided in addition to malicious actions like unauthorized login attempts being flagged. Wiz can show which program or user did an unauthorized action and which systems were impacted.

Over the past few quarters, Wiz has significantly increased its investments in engineering. It released tools in 2022 for spotting malicious behavior, weak software containers, and insecurely stored corporate data.

Wiz intends to open three new offices in Austin, Dallas, and Washington, D.C., with the recently received money and continue improving its platform. To support the growth initiative, it will add to its 650-person workforce.

]]>
https://evaluatesolutions38.com/news/security-news/israeli-cybersecurity-startup-wiz-raises-usd-300m-valuing-it-at-usd-10-billion/feed/ 0
Microsoft’s Bing AI Chatbot is Now Available on Mobile Devices with Additional Voice Support https://evaluatesolutions38.com/news/tech-news/artificial-intelligence-news/microsofts-bing-ai-chatbot-is-now-available-on-mobile-devices-with-additional-voice-support/ https://evaluatesolutions38.com/news/tech-news/artificial-intelligence-news/microsofts-bing-ai-chatbot-is-now-available-on-mobile-devices-with-additional-voice-support/#respond Thu, 23 Feb 2023 16:31:42 +0000 https://evaluatesolutions38.com/?p=51242 Highlights:

  • Microsoft claims that Bing will show three different iterations of the same chatbot-generated response to mobile users.
  • Thanks to a new feature, users will be able to communicate with Bing’s built-in chatbot using voice commands.

The new Bing chatbot with Artificial Intelligence (AI) will now accept voice commands and be accessible on mobile devices, as declared by Microsoft Corp.

The software behemoth made the announcement recently, along with several other updates to its AI-focused products. The company’s Edge browser, Bing, and Skype have been updated.

Microsoft unveiled an AI chatbot for Bing at a product event that can respond to user questions in natural language. OpenAI LLC created the neural network on which it is based. Microsoft is adding the chatbot to the Bing apps for iOS and Android as part of the product updates that were recently announced.

Microsoft claims that Bing will show three different iterations of the same chatbot-generated response to mobile users. The chatbot’s standard response, a simplified version, or a list of bullet points can all be displayed by Bing. It offers the ability to translate between more than 100 different languages and supports them all.

Yusuf Mehdi, corporate vice president of modern life, search, and devices at Microsoft, stated in his blog, “Available on iOS and Android today, the Bing mobile app offers a fresh look and experience. Tapping the Bing icon at the bottom will invoke a chat session, where you can engage in all the same ways you can from the desktop. Ask simple or complex questions and receive answers and citations.”

Microsoft also unveiled a new version of Edge with AI features at the most recent product event, where the Bing chatbot debuted. The sidebar for the features is located in the browser’s interface. Edge allows users to generate new text, summarize web pages, and answer questions about them.

Edge’s new AI features are now available on mobile devices and the desktop version. The Edge search engine can respond to user queries in various formats like Bing. The browser’s default response, a condensed version of the response, or bullet points are all options available to users.

Along with two other AI updates, Microsoft also unveiled the new mobile versions of Bing and Edge recently. Thanks to a new feature, users will be able to communicate with Bing’s built-in chatbot using voice commands. Additionally, Microsoft is launching a new integration in Skype that will make the chatbot accessible from the search engine.

Through an invite-only preview program, Bing’s conversational search features and the new capabilities that were described recently are accessible. More than a million users are reportedly taking part in the program, according to Microsoft. The company intends to open up the features to more users in the upcoming weeks.

Google LLC runs a similar early access program for its rival Bard chatbot. The company’s search engine includes Bard, which can produce natural language answers to challenging user inquiries. The chatbot is built on LaMDA, a neural network that Google developed in-house and first described in 2021.

]]>
https://evaluatesolutions38.com/news/tech-news/artificial-intelligence-news/microsofts-bing-ai-chatbot-is-now-available-on-mobile-devices-with-additional-voice-support/feed/ 0
Magic, A Code-Generation Platform Backed By USD 23M in Venture Capital, Takes On Github’s Copilot https://evaluatesolutions38.com/news/tech-news/artificial-intelligence-news/magic-a-code-generation-platform-backed-by-usd-23m-in-venture-capital-takes-on-githubs-copilot/ https://evaluatesolutions38.com/news/tech-news/artificial-intelligence-news/magic-a-code-generation-platform-backed-by-usd-23m-in-venture-capital-takes-on-githubs-copilot/#respond Wed, 08 Feb 2023 12:58:59 +0000 https://evaluatesolutions38.com/?p=51107 Highlights:

  • Magic goes beyond GitHub’s Copilot by letting programmers express their desires in English.
  • The business also intends to utilize AI to add elements to code depending on developer requests, define what a piece of code does by simply looking at it, and even identify, forewarn about, and fix possible errors in the code.

Magic AI Inc., a startup developing an AI platform to generate code, recently announced that it has raised USD 23 million in new funding to expand its staff and get its product ready for launch.

The startup raised a total of USD 28 million in the Series A fundraising round, headed by Alphabet’s CapitalG with participation from Nat Friedman, Elad Gil, and Amplify Partners.

Software engineers can use Magic’s tool, which is currently unavailable, to express what they need in natural language as it generates code or what the business refers to as “software that builds software.” In this way, the developer and the AI can cooperate in locating code, evaluating its use, reusing it, and then discussing code changes.

The notion is that the AI would function effectively like a “colleague inside the computer” that functions as an intelligent agent and can help write and edit the code.

Many of today’s automated code generation solutions use simpler interfaces that remove the monotony of writing code by recommending code based on what developers are presently writing.

In this way, Magic is comparable to Microsoft’s GitHub Copilot, which automates software code writing using an AI model based on GPT-3. When programmers write code, Copilot offers code that automatically finishes the task and can finish even lengthy portions of code.

Magic goes beyond that by letting programmers express their desires in English. That places it in a different context than making recommendations while programmers write code.

Eric Steinberger, the CEO of Magic, stated to a well-known digital media house, “Magic aims to drastically reduce the time and financial cost of developing software. Giving teams access to an AI colleague who can understand legacy code and help new developers navigate it will enable companies to scale the impact of their current employees and train new employees with less personal coaching. In turn, employees will grow their skills faster and will be able to move among high-impact projects with increased agility.”

Magic created its neural network architecture with the ability to rapidly read code to accomplish this quickly. According to the business, it “can read 100 times more lines of code than Transformers.” An AI Transformer is a kind of machine learning model that was first created by Google researchers and is mostly utilized in computer vision and natural language processing. Standards frameworks like TensorFlow and PyTorch have integrated transformers.

According to the company, Magic’s AI code production platform will produce code and follow developers’ requests. The business also intends to utilize AI for adding elements to code depending on developer requests, define what a piece of code does by simply looking at it, and even identify, forewarn about, and fix possible errors in the code.

Developers can send messages to Magic, an AI they can converse with like a colleague, informing it what modifications they wish to be made to the code. The AI will take into account their feedback, and as the dialogue continues, the code will be adjusted to meet the specifics of the exchange.

The business stated that it plans to use the financing to expand its team from its size of six employees to 25 individuals, concentrating on engineering and development, product, and go-to-market initiatives. The service is not yet accessible, but it will be shortly. On the website, there is a signup form for interested individuals.

]]>
https://evaluatesolutions38.com/news/tech-news/artificial-intelligence-news/magic-a-code-generation-platform-backed-by-usd-23m-in-venture-capital-takes-on-githubs-copilot/feed/ 0
OpenAI Introduces Tool for AI-generated Text Detection https://evaluatesolutions38.com/news/tech-news/artificial-intelligence-news/openai-introduces-tool-for-ai-generated-text-detection/ https://evaluatesolutions38.com/news/tech-news/artificial-intelligence-news/openai-introduces-tool-for-ai-generated-text-detection/#respond Wed, 01 Feb 2023 20:53:46 +0000 https://evaluatesolutions38.com/?p=51050 Highlights:

  • The tool is capable of detecting text generated by not only the neural network of OpenAI but also other companies’ software.
  • The tool can proficiently analyze the text of the English language consisting of over 1,000 characters.

OpenAI LLC introduced a cloud-oriented tool that can assist users in checking whether a piece of content is written by humans or is Artificial Intelligence (AI)-generated.

This free-of-charge available tool itself works on an AI model. It is capable of detecting any text generated by not only the neural network of OpenAI but also other companies’ software. However, OpenAI has warned that the new tool has still got multiple precision restrictions.

The company’s researchers mentioned, “In our evaluations on a ‘challenge set’ of English texts, our classifier correctly identifies 26% of AI-written text (true positives) as ‘likely AI-written,’ while incorrectly labeling human-written text as AI-written 9% of the time (false positives).”

OpenAI states that the tool can proficiently analyze the texts of the English language consisting of over 1,000 characters. However, it cannot evaluate shorter text excerpts or written in other languages. Besides, the tool is yet to develop capabilities for the accurate detection of AI-generated software code.

As per OpenAI, another hurdle to the tool’s certainty is that AI-generated text can be altered to make detection more complex. “For inputs that are very different from text in our training set, the classifier is sometimes extremely confident in a wrong prediction,” researchers added.

To develop the tool, OpenAI used a training dataset that consists of a cluster of text prompts that users have submitted to cloud-based AI models. As per the company, researchers penetrated each and every prompt through multiple neural networks to create a range of machine-generated responses. Even text from other sources is used for the development process.

The software development efforts of OpenAI for the detection of AI-generated text can be traced back a couple of years back. In 2020, the company introduced GPT-2 Output Detector tool that can identify the text generated by neural network GPT-2. The neural network released in 2019, a predecessor of ChatGPT, has a limited feature set.

OpenAI detailed that the new tool released is more dexterous at evaluating the text generated by previously developed AI models.

The company’s researchers explained, “While it is impossible to reliably detect all AI-written text, we believe good classifiers can inform mitigations for false claims that AI-generated text was written by a human: for example, running automated misinformation campaigns, using AI tools for academic dishonesty, and positioning an AI chatbot as a human.”

To propagate its AI research, the startup received a multibillion-dollar investment from Microsoft Corp. a week prior to the tool’s release. The investment offers cloud computing infrastructure along with capital. Remarkably, in 2019, OpenAI partnered with Microsoft and raised one billion dollars from the company to build a cloud-based supercomputer for researchers.

]]>
https://evaluatesolutions38.com/news/tech-news/artificial-intelligence-news/openai-introduces-tool-for-ai-generated-text-detection/feed/ 0
Netwrix Buys Remediant to Expand Its Privileged Access Management Services https://evaluatesolutions38.com/news/security-news/netwrix-buys-remediant-to-expand-its-privileged-access-management-services/ https://evaluatesolutions38.com/news/security-news/netwrix-buys-remediant-to-expand-its-privileged-access-management-services/#respond Fri, 30 Dec 2022 17:48:46 +0000 https://evaluatesolutions38.com/?p=50607 Highlights:

  • SecureOne’s Zero Standing Privilege technology demands multifactor authentication for just-in-time resource access and removes blind spots in legacy PAM solutions by prohibiting administrative access sprawl beyond the vault.
  • Customers of Remediant will be offered additional security services through Netwrix’s existing product line, allowing businesses to decrease risk and make more informed security decisions.

Data security company, Netwrix Corp., has purchased the Privileged Access Management (PAM) startup, Remediant Inc. for an unknown sum to bolster its PAM solution.

Remediant, founded in 2015, provides PAM software meant to assist organizations in safeguarding their accounts from misuse and abuse. The software provides zero-trust security protection, real-time monitoring for privileged accounts, and just-in-time administration across IT and security ecosystems.

SecureOne, the company’s flagship program, provides agentless, real-time insight into 24×7 administrative access and one-click removal of unneeded, always-on, always-available privileged accounts.

SecureOne’s Zero Standing Privilege technology demands multifactor authentication for just-in-time resource access and removes blind spots in legacy PAM solutions by prohibiting administrative access sprawl beyond the vault.

In addition, Remediant’s software provides ongoing protection against ransomware, spyware, and other external assaults that utilize stolen or misappropriated credentials.

The service delivers enhanced contextual information about compromised privileged accounts so that security teams may prioritize incident response and repair.

In addition to the acquisition enhancing Netwrix’s PAM service, Netwrix will employ Remediant’s technology to improve its technical capacity in the Identity and Protect functions of the Technology Cybersecurity Framework and National Institute of Standards.

Customers of Remediant will be offered additional security services through Netwrix’s existing product line, allowing businesses to decrease risk and make more informed security decisions.

Steve Dickson, CEO of Netwrix, stated “We are excited to strengthen our offering in privileged access management to empower organizations with even better resistance to advanced threat. Netwrix now is the go-to company for protection from cyberattacks that leverage privileged access and lateral movement techniques.”

Remediant had raised USD 15 million in 2019 and an additional undisclosed sum in 2020 prior to its acquisition. The company’s investors include Dell Technologies Capital and Forgepoint Capital.

Netwrix has been on a buying spree in recent years, acquiring New Net Technologies LLC, Imanami Corp., and MATESO GmbH, among others.

]]>
https://evaluatesolutions38.com/news/security-news/netwrix-buys-remediant-to-expand-its-privileged-access-management-services/feed/ 0