<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Decentralization Archives - Artificial Intelligence</title>
	<atom:link href="https://www.aiuniverse.xyz/tag/decentralization/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.aiuniverse.xyz/tag/decentralization/</link>
	<description>Exploring the universe of Intelligence</description>
	<lastBuildDate>Thu, 04 Jun 2020 09:08:51 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Remote Work Isn’t Enough: Shifting Toward a Decentralized System Architecture</title>
		<link>https://www.aiuniverse.xyz/remote-work-isnt-enough-shifting-toward-a-decentralized-system-architecture/</link>
					<comments>https://www.aiuniverse.xyz/remote-work-isnt-enough-shifting-toward-a-decentralized-system-architecture/#respond</comments>
		
		<dc:creator><![CDATA[aiuniverse]]></dc:creator>
		<pubDate>Thu, 04 Jun 2020 09:08:46 +0000</pubDate>
				<category><![CDATA[Microservices]]></category>
		<category><![CDATA[Binance]]></category>
		<category><![CDATA[Blockchain]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[cloud services]]></category>
		<category><![CDATA[coronavirus]]></category>
		<category><![CDATA[cryptocurrencies]]></category>
		<category><![CDATA[Decentralization]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[software]]></category>
		<guid isPermaLink="false">http://www.aiuniverse.xyz/?p=9278</guid>

					<description><![CDATA[<p>Source: cointelegraph.com The ongoing global COVID-19 pandemic has upended businesses around the world, forcing companies to retool their organizations to weather one of the worst disruptions to the global <a class="read-more-link" href="https://www.aiuniverse.xyz/remote-work-isnt-enough-shifting-toward-a-decentralized-system-architecture/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/remote-work-isnt-enough-shifting-toward-a-decentralized-system-architecture/">Remote Work Isn’t Enough: Shifting Toward a Decentralized System Architecture</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Source: cointelegraph.com</p>



<p>The ongoing global COVID-19 pandemic has upended businesses around the world, forcing companies to retool their organizations to weather one of the worst disruptions to the global economy in decades. In the face of unpredictability, both decentralization in the workplace and system architectures have taken center stage as methods to combat ever-changing circumstances. While each company faces its own set of challenges, decentralized organizations are inherently better equipped to take on today’s inclement business environment.</p>



<h3 class="wp-block-heading">Decentralization via microservices</h3>



<p>Binance’s system architecture is a good case study when it comes to decentralization. Over the past two years, our core development team has devised a decentralized solution to Binance’s software platform, shifting from a more monolithic sub-architecture to a microservices-based solution.</p>



<p>While a monolithic architecture has its benefits, different components of its software applications are tightly coupled and built within the same software framework, presenting a problem when any singular component needs to be altered or updated.</p>



<p>A microservices-based architecture, on the other hand, decouples these software components so that they can work independently with fewer opportunities for inadvertent cross-interference.</p>



<p>This approach has enabled Binance developers to work from anywhere in the world, as various teams can work on different parts of the software independently while communicating via an application program interface, or API. A geographically diverse development team also allows Binance team members to react quickly and autonomously to achieve the highest degree of system security, resilience and reliability. Solutions can be built and executed rapidly, and when urgent updates need to be applied, there is always someone awake who can respond quickly during local working hours.</p>



<p>Transitioning to a microservices-based solution allows teams to work remotely as well as work independently, which side-steps the frictional costs of collaborating over different time zones and working hours.</p>



<h3 class="wp-block-heading">Cloud-based server solutions</h3>



<p>Binance has always been among the first to embrace innovative solutions that put security and users first. On the server side, Binance utilizes a cloud-based server solution that allows the team to deploy services closer to local users, thereby reducing latency and allowing users to enjoy a more responsive user experience.</p>



<p>While other organizations may rely on solutions based on traditional physical data centers or hybrid clouds, Binance is able to maintain an entirely cloud-based solution that allows for rapid server deployment to users around the world, meeting local users’ needs without having to establish a costly physical presence.</p>



<p>Built from the ground up on cloud-based infrastructure and with zero legacy infrastructure to contend with, the Binance DevOps team is able to manage thousands of servers around the world from consolidated interfaces. This means Binance is able to uphold the highest standards for security across all servers, with the same security standard applied to every operating server.</p>



<p>When it comes to compliance, cloud-based solutions allow the Binance team to quickly deploy local servers that meet local requirements. These local servers often have unique software integrations that are designed to maintain security and compliance in local markets.</p>



<h3 class="wp-block-heading">Security-first innovation</h3>



<p>The Binance development team:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p>“Security is always top priority. Internally, from product design to architecture implementations, security is always the ground rule we need to work with to keep user funds safe.”</p></blockquote>



<p>The Binance internal system follows a zero-trust model to ensure maximum security when it comes to identity verification. This is especially important, as Binance developers need to access critical internal systems remotely. Every Binance employee needs to go through an authentication process before they are able to successfully login. No users — internal or external — are trusted until their identity is verified. These measures are applied to every single system.</p>



<p>Once users are verified, permissions to login to certain internal systems are granted on a least-privilege access model, depending on the roles and permissions assigned to a particular employee.</p>



<h3 class="wp-block-heading">System stability and performance</h3>



<p>In addition to security, Binance developers are continually seeking ways to improve the system architecture to achieve a high degree of resiliency. Resilient systems are configured to maintain a seamless user experience despite unpredictable external factors such as high traffic or demand.</p>



<p>Data-driven integrations continually monitor for incoming traffic system performance and respond to an influx in demand by adjusting the system architecture automatically, using a method called autoscaling to offer greater uptimes during periods of volatility. As trading activity has intensified during these recent months, Binance developers have been working diligently to ensure that the system maintains fast response times, creating “zero user perception” of system pressure.</p>



<h3 class="wp-block-heading">Organizational decentralization</h3>



<p>Finally, a decentralized organization needs to be decentralized by design. Binance employees are expected to execute tasks autonomously and serve as lead subject matter experts wherever possible to cut down on decision-making bottlenecks. Most employees own and lead their own projects, set their own goals, and continually find new ways to innovate upon existing solutions. This independence allows team members to execute quickly and work efficiently while connecting on an ad hoc-basis with team members. Collaboration is, of course, key, but projects move more quickly with a nimble team at the helm.</p>



<p>In addition to a decentralized organizational design philosophy, Binance has employed a remote workforce for most of its existence, with 1200+ team members in 50+ countries and regions collaborating together via voice and video calls, messaging apps and occasional face-to-face meetups whenever possible.</p>



<p>In the face of the global pandemic, tech giants like Apple, Microsoft, Twitter and Facebook have all instituted mid-to-long-term remote work policies. Ultimately, a fully decentralized workplace provides opportunities for companies to weather challenging business environments while experiencing minimal operational disruptions. The current global pandemic will undoubtedly push companies to further decentralize where possible, serving as a bellwether for change in workplaces around the world.</p>
<p>The post <a href="https://www.aiuniverse.xyz/remote-work-isnt-enough-shifting-toward-a-decentralized-system-architecture/">Remote Work Isn’t Enough: Shifting Toward a Decentralized System Architecture</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/remote-work-isnt-enough-shifting-toward-a-decentralized-system-architecture/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>When Artificial Intelligence Meets Cryptography: a Pop Culture Trope</title>
		<link>https://www.aiuniverse.xyz/when-artificial-intelligence-meets-cryptography-a-pop-culture-trope/</link>
					<comments>https://www.aiuniverse.xyz/when-artificial-intelligence-meets-cryptography-a-pop-culture-trope/#respond</comments>
		
		<dc:creator><![CDATA[aiuniverse]]></dc:creator>
		<pubDate>Wed, 25 Mar 2020 07:50:03 +0000</pubDate>
				<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[algorithms]]></category>
		<category><![CDATA[crypto]]></category>
		<category><![CDATA[Cryptography]]></category>
		<category><![CDATA[Culture]]></category>
		<category><![CDATA[Decentralization]]></category>
		<category><![CDATA[Pop Culture]]></category>
		<guid isPermaLink="false">http://www.aiuniverse.xyz/?p=7707</guid>

					<description><![CDATA[<p>Source: hackernoon.com When envisioning pop culture, depending on what generation you might be born into, the perceptions range from HAL 9000’s glowing Red Eye from 2001 to <a class="read-more-link" href="https://www.aiuniverse.xyz/when-artificial-intelligence-meets-cryptography-a-pop-culture-trope/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/when-artificial-intelligence-meets-cryptography-a-pop-culture-trope/">When Artificial Intelligence Meets Cryptography: a Pop Culture Trope</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Source: hackernoon.com</p>



<p>When envisioning pop culture, depending on what generation you might be born into, the perceptions range from HAL 9000’s glowing Red Eye from 2001 to Ava from Ex-Machina. However, the most modern concept of pop culture comes hand in hand with artificial intelligence. To make the experience wholesome, we look at artificial intelligence or specifically, machine language and cryptography as sister fields to see the implications of the phenomena in modern-day culture as well as in the times to come.</p>



<p>As products of a capitalist society, the millennials are inebriated with the concept of privacy, security and the idea of personal space. As such, one can understand that the hype for artificial intelligence is essentially due to its capability of creating machines that can mimic or surpass human proficiency. These machines can adapt to self-optimization in various scenarios to keep up-to-date with each new phenomena being introduced. Thus, a closed-loop feedback system is induced. Furthermore, in the digital world, the need for security is ever increasing which is where cryptography comes in.</p>



<p>Assiduous individuals work behind the screens to introduce cryptographic algorithms which provide blankets of security and are astonishingly adept in many logic-based situations. The blockchain systems when efficiently designed, also, incentivize users to contribute to the network whilst getting benefit from it; a phenomenon essential in a time when AI has become game masters in their own right. This can be further understood through an example.</p>



<p>If developers develop an AI solution in a centralized platform, they need to ensure an authentic interface for a reliable representation of an AI output. Furthermore, they also need to ensure that the integrity and security of the data is maintained. In a situation like this, if a blockchain system is used, its transparency and accessibility pump up the security that is required by the developer of the AI algorithm.</p>



<p>However, one must understand that artificial intelligence and its off-shoots are not a future trend, they are already here and they are influencing our day-to-day activities. Perceptions will always vary but one can hold artificial intelligence analogous to a Chocolate truffle surprise. No matter how many times you open it and see the decadent goodness, you can never be sure what flavour you will find on the inside. In short, for each new flavour, you will develop a different kind of fondness. </p>
<p>The post <a href="https://www.aiuniverse.xyz/when-artificial-intelligence-meets-cryptography-a-pop-culture-trope/">When Artificial Intelligence Meets Cryptography: a Pop Culture Trope</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/when-artificial-intelligence-meets-cryptography-a-pop-culture-trope/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
