{"id":373260,"date":"2024-05-21T05:32:07","date_gmt":"2024-05-21T05:32:07","guid":{"rendered":"http:\/\/savepearlharbor.com\/?p=373260"},"modified":"-0001-11-30T00:00:00","modified_gmt":"-0001-11-29T21:00:00","slug":"","status":"publish","type":"post","link":"https:\/\/savepearlharbor.com\/?p=373260","title":{"rendered":"<span>How to speed up Trendwatching with AI<\/span>"},"content":{"rendered":"<div><!--[--><!--]--><\/div>\n<div id=\"post-content-body\">\n<div>\n<div class=\"article-formatted-body article-formatted-body article-formatted-body_version-2\">\n<div xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\">\n<p><strong>Problem  <\/strong><\/p>\n<p>Trendwatching is a powerful tool for driving strategic innovations. It helps to discover new te\u0441hnologies, business models and products that may be used for idea generation and technology transfer. It is a powerful tool for <u>product managers<\/u>, <u>business stream managers<\/u>, <u>top managers<\/u> and &#171;strategists&#187; and is mostly used on a regular basis.<\/p>\n<figure class=\"full-width\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/habrastorage.org\/r\/w1560\/getpro\/habr\/upload_files\/76a\/3c8\/2d5\/76a3c82d583a847a9429e63c7561dd2c.png\" alt=\"Flow Of Ideas For Innovations\" title=\"Flow Of Ideas For Innovations\" width=\"774\" height=\"84\" data-src=\"https:\/\/habrastorage.org\/getpro\/habr\/upload_files\/76a\/3c8\/2d5\/76a3c82d583a847a9429e63c7561dd2c.png\"\/><\/p>\n<div><figcaption>Flow Of Ideas For Innovations<\/figcaption><\/div>\n<\/figure>\n<p>Most trendwatchers use meta analysis of ready-made reviews and reports. However, an objective and undistorted approach means that you also have to scan the emerging &#171;signals&#187;: news, startups, venture deals, academic articles and patents day by day. <u>In this case you have to analyze the huge amount of text data<\/u>&#8230;Big Data. Indeed 50 million startups are <a href=\"https:\/\/news.microsoft.com\/en-cee\/2022\/09\/20\/startups-disrupting-industries-and-changing-the-world-and-doing-it-all-at-scale\/\" rel=\"noopener noreferrer nofollow\">created<\/a> globally each year, 4 mln per month. Each year, over 2 million new research articles <a href=\"https:\/\/publishingstate.com\/how-many-journal-articles-have-been-published\/2023\/\" rel=\"noopener noreferrer nofollow\">are published<\/a> in more than 30,000 peer-reviewed journals across all fields of study, 167,000 per month. How to succeed in trendwatching with limited resources and tight deadlines?  <\/p>\n<p><strong>Solution<\/strong><\/p>\n<p>Natural Language Processing (NLP) and AI are definitely what we need to cope with Big Text Data in time. <u>Entity Recognition<\/u> and <u>Text summarization<\/u>: these are the two tasks that require some analysis. Let&#8217;s start with the first one. Let&#8217;s imagine that we want to put perspective technologies that appeared over the past year in a certain business or technology sector on our &#171;TechRadar&#187;. Let&#8217;s focus on &#171;AI&#187; for example.   <\/p>\n<p><strong>Pipeline: Tech Trends in AI<\/strong><\/p>\n<ol>\n<li>\n<p>Download startup descriptions (2023) using AI tags from <a href=\"https:\/\/www.crunchbase.com\/\" rel=\"noopener noreferrer nofollow\">Crunchbase<\/a> and <a href=\"https:\/\/pitchbook.com\/\" rel=\"noopener noreferrer nofollow\">Pitchbook<\/a><\/p>\n<\/li>\n<li>\n<p>Add general up-to-date information from the startup main page. We used a parsing script (Python) to get data and automatically translate it into English. This data was merged with data from <a href=\"https:\/\/www.crunchbase.com\/\" rel=\"noopener noreferrer nofollow\">Crunchbase<\/a> and <a href=\"https:\/\/pitchbook.com\/\" rel=\"noopener noreferrer nofollow\">Pitchbook<\/a>. It took 2 minutes.<\/p>\n<\/li>\n<li>\n<p>Apply an AI model in Python script to extract technologies (Entity Recognition) mentioned in the descriptions. We used the ensemble of three AI models: <a href=\"https:\/\/huggingface.co\/deepset\/roberta-base-squad2\" rel=\"noopener noreferrer nofollow\">roberta-base-squad2<\/a> (extractive model), <a href=\"https:\/\/platform.openai.com\/docs\/models\" rel=\"noopener noreferrer nofollow\">GPT 3.5 Turbo<\/a> (generative model) and <a href=\"https:\/\/huggingface.co\/microsoft\/phi-2\" rel=\"noopener noreferrer nofollow\">microsoft\/phi-2<\/a> (generative model). You may look at some technical details of implementation in the Colab Notebook <a href=\"https:\/\/colab.research.google.com\/drive\/1EqnjpK-cCS-z6mmXnsOaWedyyOFwiwee?usp=sharing\" rel=\"noopener noreferrer nofollow\">here<\/a>. Model Recall is over 92% in the AI dataset for technology extraction tasks. You will get the list of candidates, that is to be cleaned by experts to remove false positives (in some cases AI models confuse technology with products or generate &#171;hallucinations&#187;). You also have to merge synonyms into one technological entity. It takes around 1-2 hours in total.<\/p>\n<\/li>\n<li>\n<p>Prioritize technologies by the number of startups that mention this technology in the description (A) or by total investments (B). 1 minute with script and Pitchbook\/Crunchbase API.<\/p>\n<\/li>\n<li>\n<p>Prepare Top10 list of technological trends. Analyze the drivers, constraints and the prospects of each trend using an expert assessment. 1 day for analysis of reports and reviews through <a href=\"https:\/\/www.perplexity.ai\/?focus=internet\" rel=\"noopener noreferrer nofollow\">Perplexity<\/a>.<\/p>\n<\/li>\n<li>\n<p>Apply generative model, GenAI (for example GPT Turbo) to extract basic applications and Use Cases for each technology. Collection of startup descriptions is used as the input. 5 minutes.<\/p>\n<\/li>\n<\/ol>\n<figure class=\"full-width\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/habrastorage.org\/r\/w1560\/getpro\/habr\/upload_files\/676\/500\/7d5\/6765007d56e26a9329b63cb5ba8b5f7e.png\" alt=\"AI - Expert Collaboration in Trendwatching Pipeline\" title=\"AI - Expert Collaboration in Trendwatching Pipeline\" width=\"1280\" height=\"720\" data-src=\"https:\/\/habrastorage.org\/getpro\/habr\/upload_files\/676\/500\/7d5\/6765007d56e26a9329b63cb5ba8b5f7e.png\"\/><\/p>\n<div><figcaption>AI &#8212; Expert Collaboration in Trendwatching Pipeline<\/figcaption><\/div>\n<\/figure>\n<p>The total time for analysis is around 1-2 days. <\/p>\n<p>The resulting list of Top 10 technologies looks like this: <strong>Generative AI<\/strong>, <strong>Computer Vision<\/strong>, <strong>Predictive Analytics<\/strong>, <strong>Data Insights and BI<\/strong>, <strong>AI Tools<\/strong>, <strong>AI in Cybersecurity<\/strong>, <strong>Semantic Search<\/strong>, <strong>AI in Blockchain<\/strong>, <strong>Transparent and Safe AI<\/strong>, <strong>AI in Edge Computing<\/strong>.<\/p>\n<p>Let&#8217;s look at the example of Top 5, most popular Use Cases for Transparent and Safe AI: diagnosis of diseases and treatment recommendations (1), creditworthiness analysis (2), transactions monitoring (3), investment decisions (4), defense and security (5). Not bad for the MVP.<\/p>\n<p>What is the value of this methodology? Clear logic, use of <u>primary<\/u> data, high objectivity \u0441onsequently. You can use it on a regular basis (per quarter, per month), use academic papers and patents for monitoring <u>emerging trends<\/u> as well. <\/p>\n<p><strong>Pipeline: Business Trends<\/strong><\/p>\n<p>The current approach has one drawback: we miss business models and products that don&#8217;t mention technology. Actually sometimes innovation lies within the business model &#8212; Uber, BNPL players and so on. So, we need to change something in our model to move towards a more flexible approach. This time we look for trends in Q1 2024, FinTech industry:<\/p>\n<ol>\n<li>\n<p>Get startup descriptions (2024, Q1) using FinTech tags from <a href=\"https:\/\/www.crunchbase.com\/\" rel=\"noopener noreferrer nofollow\">Crunchbase<\/a> and <a href=\"https:\/\/pitchbook.com\/\" rel=\"noopener noreferrer nofollow\">Pitchbook<\/a><\/p>\n<\/li>\n<li>\n<p>Add general up-to-date information from the startup main page. We used parsing script (Python) to get data and automatically translate it into English. This data was merged with data from <a href=\"https:\/\/www.crunchbase.com\/\" rel=\"noopener noreferrer nofollow\">Crunchbase<\/a> and <a href=\"https:\/\/pitchbook.com\/\" rel=\"noopener noreferrer nofollow\">Pitchbook<\/a>.<\/p>\n<\/li>\n<li>\n<p>Let&#8217;s ask <a href=\"https:\/\/platform.openai.com\/docs\/models\" rel=\"noopener noreferrer nofollow\">GPT Turbo API<\/a> &#171;What are the most popular diversified trends without company titles (in the format &#8216;Technology or Product &#8212; Value for the user&#8217;) mentioned here. Give a list of 10 items&#187;. Collection of 121 startups splitted in chunks is the input. Context provided: &#171;You are a FinTech expert&#187;. GPT Turbo parameters: temperature = 0, top_p = 0.9, presence_penalty = 2.  <\/p>\n<\/li>\n<\/ol>\n<p><u>The resulting list looks like this<\/u>:<\/p>\n<ul>\n<li>\n<p>AI &amp; Cybersecurity &#8212; Protecting against generative AI-enabled fraud<\/p>\n<\/li>\n<li>\n<p>Advanced AI for Currency Trading &#8212; Accessible and effective cryptocurrency trading<\/p>\n<\/li>\n<li>\n<p>Crypto Payments Platforms &#8212; Facilitating stablecoin and blockchain-based payments<\/p>\n<\/li>\n<li>\n<p>B2B Fintech for Self-Clearing Firms &#8212; Helping firms receive account transfers with AI<\/p>\n<\/li>\n<li>\n<p>DeFi Protocol for Leveraged Derivatives Trading without Liquidation<\/p>\n<\/li>\n<li>\n<p><strong>Enabling smart receipts in mobile banking apps<\/strong><\/p>\n<\/li>\n<li>\n<p>AI-Optimized Asset Maintenance Management<\/p>\n<\/li>\n<li>\n<p>Cryptocurrency Analytics Platform &#8212; Tracking, analyzing, and creating cryptocurrency indexes<\/p>\n<\/li>\n<li>\n<p>Decentralized Finance (DeFi) Investment Management<\/p>\n<\/li>\n<li>\n<p>Blockchain Community Marketplace &#8212; buying and selling through blockchain technology<\/p>\n<\/li>\n<\/ul>\n<p>We definitely need to add some Use Case examples to our trends. We ask model through one more iteration: &#171;Give title and information (maximum 2 sentences) about one company using &#8216;Advanced AI for Currency Trading'&#187;. Here is the model reply:<\/p>\n<p>&#171;NVolume is a FinTech company that develops advanced AI\/ML models for autonomous digital currency trading. Their user-friendly platform allows users to navigate the dynamic cryptocurrency market, offering options to make trading more accessible and effective&#187;.<\/p>\n<p>Now we can check the company&#8217;s presence in the collection of startup descriptions (csv file), validate its connection with trend and add the website link &#8212; <a href=\"https:\/\/nvolume.com\/\" rel=\"noopener noreferrer nofollow\"><u>NVolume<\/u><\/a>. Iterate over all trends and complete the report. Colab Notebook <a href=\"https:\/\/colab.research.google.com\/drive\/1rC_1l4DOlMLKsoawlgJb0IcsvBtfN7Xt?usp=sharing\" rel=\"noopener noreferrer nofollow\"><u>here<\/u><\/a>.<\/p>\n<p><strong>Conclusion<\/strong><\/p>\n<p>We showed some examples of AI applications for trendwatching: with use of GenAI and extractive models. Results correlate with our analysis of open reports and reviews of AI Tech Trends in 2023 and Q1 2024 FinTech sector. However the considered models have to pass further validation of the expert community. I will appreciate any discussion and feedback. You may contact me by telegram: <a href=\"https:\/\/t.me\/Sergey_Kamenshchikov\" rel=\"noopener noreferrer nofollow\">@Sergey_Kamenshchikov<\/a>. Thanks!     <\/p>\n<p>Sergey Kamenshchikov, PhD <\/p>\n<\/p>\n<\/div>\n<\/div>\n<\/div>\n<p><!----><!----><\/div>\n<p><!----><!----><br \/> \u0441\u0441\u044b\u043b\u043a\u0430 \u043d\u0430 \u043e\u0440\u0438\u0433\u0438\u043d\u0430\u043b \u0441\u0442\u0430\u0442\u044c\u0438 <a href=\"https:\/\/habr.com\/ru\/articles\/806773\/\"> https:\/\/habr.com\/ru\/articles\/806773\/<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<div><!--[--><!--]--><\/div>\n<div id=\"post-content-body\">\n<div>\n<div class=\"article-formatted-body article-formatted-body article-formatted-body_version-2\">\n<div xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\">\n<p><strong>Problem  <\/strong><\/p>\n<p>Trendwatching is a powerful tool for driving strategic innovations. It helps to discover new te\u0441hnologies, business models and products that may be used for idea generation and technology transfer. It is a powerful tool for <u>product managers<\/u>, <u>business stream managers<\/u>, <u>top managers<\/u> and &#171;strategists&#187; and is mostly used on a regular basis.<\/p>\n<figure class=\"full-width\">\n<div><figcaption>Flow Of Ideas For Innovations<\/figcaption><\/div>\n<\/figure>\n<p>Most trendwatchers use meta analysis of ready-made reviews and reports. However, an objective and undistorted approach means that you also have to scan the emerging &#171;signals&#187;: news, startups, venture deals, academic articles and patents day by day. <u>In this case you have to analyze the huge amount of text data<\/u>&#8230;Big Data. Indeed 50 million startups are <a href=\"https:\/\/news.microsoft.com\/en-cee\/2022\/09\/20\/startups-disrupting-industries-and-changing-the-world-and-doing-it-all-at-scale\/\" rel=\"noopener noreferrer nofollow\">created<\/a> globally each year, 4 mln per month. Each year, over 2 million new research articles <a href=\"https:\/\/publishingstate.com\/how-many-journal-articles-have-been-published\/2023\/\" rel=\"noopener noreferrer nofollow\">are published<\/a> in more than 30,000 peer-reviewed journals across all fields of study, 167,000 per month. How to succeed in trendwatching with limited resources and tight deadlines?  <\/p>\n<p><strong>Solution<\/strong><\/p>\n<p>Natural Language Processing (NLP) and AI are definitely what we need to cope with Big Text Data in time. <u>Entity Recognition<\/u> and <u>Text summarization<\/u>: these are the two tasks that require some analysis. Let&#8217;s start with the first one. Let&#8217;s imagine that we want to put perspective technologies that appeared over the past year in a certain business or technology sector on our &#171;TechRadar&#187;. Let&#8217;s focus on &#171;AI&#187; for example.   <\/p>\n<p><strong>Pipeline: Tech Trends in AI<\/strong><\/p>\n<ol>\n<li>\n<p>Download startup descriptions (2023) using AI tags from <a href=\"https:\/\/www.crunchbase.com\/\" rel=\"noopener noreferrer nofollow\">Crunchbase<\/a> and <a href=\"https:\/\/pitchbook.com\/\" rel=\"noopener noreferrer nofollow\">Pitchbook<\/a><\/p>\n<\/li>\n<li>\n<p>Add general up-to-date information from the startup main page. We used a parsing script (Python) to get data and automatically translate it into English. This data was merged with data from <a href=\"https:\/\/www.crunchbase.com\/\" rel=\"noopener noreferrer nofollow\">Crunchbase<\/a> and <a href=\"https:\/\/pitchbook.com\/\" rel=\"noopener noreferrer nofollow\">Pitchbook<\/a>. It took 2 minutes.<\/p>\n<\/li>\n<li>\n<p>Apply an AI model in Python script to extract technologies (Entity Recognition) mentioned in the descriptions. We used the ensemble of three AI models: <a href=\"https:\/\/huggingface.co\/deepset\/roberta-base-squad2\" rel=\"noopener noreferrer nofollow\">roberta-base-squad2<\/a> (extractive model), <a href=\"https:\/\/platform.openai.com\/docs\/models\" rel=\"noopener noreferrer nofollow\">GPT 3.5 Turbo<\/a> (generative model) and <a href=\"https:\/\/huggingface.co\/microsoft\/phi-2\" rel=\"noopener noreferrer nofollow\">microsoft\/phi-2<\/a> (generative model). You may look at some technical details of implementation in the Colab Notebook <a href=\"https:\/\/colab.research.google.com\/drive\/1EqnjpK-cCS-z6mmXnsOaWedyyOFwiwee?usp=sharing\" rel=\"noopener noreferrer nofollow\">here<\/a>. Model Recall is over 92% in the AI dataset for technology extraction tasks. You will get the list of candidates, that is to be cleaned by experts to remove false positives (in some cases AI models confuse technology with products or generate &#171;hallucinations&#187;). You also have to merge synonyms into one technological entity. It takes around 1-2 hours in total.<\/p>\n<\/li>\n<li>\n<p>Prioritize technologies by the number of startups that mention this technology in the description (A) or by total investments (B). 1 minute with script and Pitchbook\/Crunchbase API.<\/p>\n<\/li>\n<li>\n<p>Prepare Top10 list of technological trends. Analyze the drivers, constraints and the prospects of each trend using an expert assessment. 1 day for analysis of reports and reviews through <a href=\"https:\/\/www.perplexity.ai\/?focus=internet\" rel=\"noopener noreferrer nofollow\">Perplexity<\/a>.<\/p>\n<\/li>\n<li>\n<p>Apply generative model, GenAI (for example GPT Turbo) to extract basic applications and Use Cases for each technology. Collection of startup descriptions is used as the input. 5 minutes.<\/p>\n<\/li>\n<\/ol>\n<figure class=\"full-width\">\n<div><figcaption>AI &#8212; Expert Collaboration in Trendwatching Pipeline<\/figcaption><\/div>\n<\/figure>\n<p>The total time for analysis is around 1-2 days. <\/p>\n<p>The resulting list of Top 10 technologies looks like this: <strong>Generative AI<\/strong>, <strong>Computer Vision<\/strong>, <strong>Predictive Analytics<\/strong>, <strong>Data Insights and BI<\/strong>, <strong>AI Tools<\/strong>, <strong>AI in Cybersecurity<\/strong>, <strong>Semantic Search<\/strong>, <strong>AI in Blockchain<\/strong>, <strong>Transparent and Safe AI<\/strong>, <strong>AI in Edge Computing<\/strong>.<\/p>\n<p>Let&#8217;s look at the example of Top 5, most popular Use Cases for Transparent and Safe AI: diagnosis of diseases and treatment recommendations (1), creditworthiness analysis (2), transactions monitoring (3), investment decisions (4), defense and security (5). Not bad for the MVP.<\/p>\n<p>What is the value of this methodology? Clear logic, use of <u>primary<\/u> data, high objectivity \u0441onsequently. You can use it on a regular basis (per quarter, per month), use academic papers and patents for monitoring <u>emerging trends<\/u> as well. <\/p>\n<p><strong>Pipeline: Business Trends<\/strong><\/p>\n<p>The current approach has one drawback: we miss business models and products that don&#8217;t mention technology. Actually sometimes innovation lies within the business model &#8212; Uber, BNPL players and so on. So, we need to change something in our model to move towards a more flexible approach. This time we look for trends in Q1 2024, FinTech industry:<\/p>\n<ol>\n<li>\n<p>Get startup descriptions (2024, Q1) using FinTech tags from <a href=\"https:\/\/www.crunchbase.com\/\" rel=\"noopener noreferrer nofollow\">Crunchbase<\/a> and <a href=\"https:\/\/pitchbook.com\/\" rel=\"noopener noreferrer nofollow\">Pitchbook<\/a><\/p>\n<\/li>\n<li>\n<p>Add general up-to-date information from the startup main page. We used parsing script (Python) to get data and automatically translate it into English. This data was merged with data from <a href=\"https:\/\/www.crunchbase.com\/\" rel=\"noopener noreferrer nofollow\">Crunchbase<\/a> and <a href=\"https:\/\/pitchbook.com\/\" rel=\"noopener noreferrer nofollow\">Pitchbook<\/a>.<\/p>\n<\/li>\n<li>\n<p>Let&#8217;s ask <a href=\"https:\/\/platform.openai.com\/docs\/models\" rel=\"noopener noreferrer nofollow\">GPT Turbo API<\/a> &#171;What are the most popular diversified trends without company titles (in the format &#8216;Technology or Product &#8212; Value for the user&#8217;) mentioned here. Give a list of 10 items&#187;. Collection of 121 startups splitted in chunks is the input. Context provided: &#171;You are a FinTech expert&#187;. GPT Turbo parameters: temperature = 0, top_p = 0.9, presence_penalty = 2.  <\/p>\n<\/li>\n<\/ol>\n<p><u>The resulting list looks like this<\/u>:<\/p>\n<ul>\n<li>\n<p>AI &amp; Cybersecurity &#8212; Protecting against generative AI-enabled fraud<\/p>\n<\/li>\n<li>\n<p>Advanced AI for Currency Trading &#8212; Accessible and effective cryptocurrency trading<\/p>\n<\/li>\n<li>\n<p>Crypto Payments Platforms &#8212; Facilitating stablecoin and blockchain-based payments<\/p>\n<\/li>\n<li>\n<p>B2B Fintech for Self-Clearing Firms &#8212; Helping firms receive account transfers with AI<\/p>\n<\/li>\n<li>\n<p>DeFi Protocol for Leveraged Derivatives Trading without Liquidation<\/p>\n<\/li>\n<li>\n<p><strong>Enabling smart receipts in mobile banking apps<\/strong><\/p>\n<\/li>\n<li>\n<p>AI-Optimized Asset Maintenance Management<\/p>\n<\/li>\n<li>\n<p>Cryptocurrency Analytics Platform &#8212; Tracking, analyzing, and creating cryptocurrency indexes<\/p>\n<\/li>\n<li>\n<p>Decentralized Finance (DeFi) Investment Management<\/p>\n<\/li>\n<li>\n<p>Blockchain Community Marketplace &#8212; buying and selling through blockchain technology<\/p>\n<\/li>\n<\/ul>\n<p>We definitely need to add some Use Case examples to our trends. We ask model through one more iteration: &#171;Give title and information (maximum 2 sentences) about one company using &#8216;Advanced AI for Currency Trading'&#187;. Here is the model reply:<\/p>\n<p>&#171;NVolume is a FinTech company that develops advanced AI\/ML models for autonomous digital currency trading. Their user-friendly platform allows users to navigate the dynamic cryptocurrency market, offering options to make trading more accessible and effective&#187;.<\/p>\n<p>Now we can check the company&#8217;s presence in the collection of startup descriptions (csv file), validate its connection with trend and add the website link &#8212; <a href=\"https:\/\/nvolume.com\/\" rel=\"noopener noreferrer nofollow\"><u>NVolume<\/u><\/a>. Iterate over all trends and complete the report. Colab Notebook <a href=\"https:\/\/colab.research.google.com\/drive\/1rC_1l4DOlMLKsoawlgJb0IcsvBtfN7Xt?usp=sharing\" rel=\"noopener noreferrer nofollow\"><u>here<\/u><\/a>.<\/p>\n<p><strong>Conclusion<\/strong><\/p>\n<p>We showed some examples of AI applications for trendwatching: with use of GenAI and extractive models. Results correlate with our analysis of open reports and reviews of AI Tech Trends in 2023 and Q1 2024 FinTech sector. However the considered models have to pass further validation of the expert community. I will appreciate any discussion and feedback. You may contact me by telegram: <a href=\"https:\/\/t.me\/Sergey_Kamenshchikov\" rel=\"noopener noreferrer nofollow\">@Sergey_Kamenshchikov<\/a>. Thanks!     <\/p>\n<p>Sergey Kamenshchikov, PhD <\/p>\n<\/p>\n<\/div>\n<\/div>\n<\/div>\n<p><!----><!----><\/div>\n<p><!----><!----><br \/> \u0441\u0441\u044b\u043b\u043a\u0430 \u043d\u0430 \u043e\u0440\u0438\u0433\u0438\u043d\u0430\u043b \u0441\u0442\u0430\u0442\u044c\u0438 <a href=\"https:\/\/habr.com\/ru\/articles\/806773\/\"> https:\/\/habr.com\/ru\/articles\/806773\/<\/a><br \/><\/br><\/br><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[],"tags":[],"class_list":["post-373260","post","type-post","status-publish","format-standard","hentry"],"_links":{"self":[{"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=\/wp\/v2\/posts\/373260","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=373260"}],"version-history":[{"count":0,"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=\/wp\/v2\/posts\/373260\/revisions"}],"wp:attachment":[{"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=373260"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=373260"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=373260"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}