{"id":116,"date":"2025-10-08T14:56:29","date_gmt":"2025-10-08T14:56:29","guid":{"rendered":"https:\/\/blog.ibvl.in\/index.php\/2025\/10\/08\/does-a-brain-inspired-network-finally-connect-transformers-to-true-reasoning\/"},"modified":"2025-10-08T14:56:29","modified_gmt":"2025-10-08T14:56:29","slug":"does-a-brain-inspired-network-finally-connect-transformers-to-true-reasoning","status":"publish","type":"post","link":"https:\/\/blog.ibvl.in\/index.php\/2025\/10\/08\/does-a-brain-inspired-network-finally-connect-transformers-to-true-reasoning\/","title":{"rendered":"Does a brain-inspired network finally connect Transformers to true reasoning?"},"content":{"rendered":"<p>Since the 1940s, artificial intelligence and neuroscience have shared a fundamental mystery: how does intelligence actually work? From von Neumann and Turing to today\u2019s researchers, the dream has been to bridge the gap between artificial language models and biological neural networks. Current AI systems like GPT face a critical limitation &#8211; they don\u2019t generalize chain-of-thought reasoning beyond scenarios seen during training.This challenge runs deeper than performance metrics. The brain operates as a distributed system with 80 billion neurons and over 100 trillion synapses, using local interactions and plasticity. Modern transformers rely on dense matrix operations and global attention mechanisms. The two approaches seem fundamentally incompatible, leaving us with artificial systems that lack the adaptability and interpretability of biological intelligence.Figure 1: The Dragon Hatchling acts as a bridge between Transformer architectures and brain models, defining inference mechanisms both at the vector level and through particle dynamics of neurons and synapses.Researchers have now introduced Dragon Hatchling (BDH), a revolutionary architecture that bridges this gap. BDH combines strong theoretical foundations with inherent interpretability while matching Transformer-like performance. Unlike traditional neural networks, BDH operates as a scale-free, biologically-inspired network of locally-interacting neuron particles.The breakthrough lies in BDH\u2019s dual nature &#8211; it functions both as a practical GPU-trainable language model and as a biologically plausible brain model. The working memory relies entirely on synaptic plasticity with Hebbian learning using spiking neurons. Individual synapses strengthen when the system processes specific concepts, creating direct correspondences between artificial and biological mechanisms.Combining Logic with LearningThe Dragon Hatchling\u2019s foundation rests on merging two fundamental principles: logical inference and biological learning. The system implements modus ponens reasoning &#8211; if fact i is true and rule \u03c3 indicates i implies j, then j becomes true. In approximate reasoning, this translates to weighted beliefs where the strength of implication \u03c3(i,j) determines how belief in i contributes to belief in j.Hebbian learning provides the adaptive component. Following the principle \u201cneurons that fire together wire together,\u201d synaptic connections strengthen when one neuron\u2019s activity leads to another\u2019s firing. The system increases the significance of implication \u03c3(i,j) whenever fact i contributes evidence for j during operation.This creates a reasoning system with two types of rules: fixed parameters G learned through training (like traditional model weights), and evolving rules \u03c3 that adapt during inference (fast weights). The 1:1 ratio between trainable parameters and state variables proves crucial for practical reasoning systems, explaining the success of both Transformers and state-space models.The graph-based formulation emerges naturally. With n facts and m = O(n\u00b2) potential connections, sparsity constraints create n \u226a m \u226a n\u00b2 relationships. This produces graph interpretations with n nodes and m edges, where edges carry both state and trainable parameters while mediating communication between nodes.Technical ContributionsThe research introduces three major innovations bridging artificial and biological intelligence. First, BDH represents all model parameters as topology and weights of communication graphs, with state during inference represented as edge-reweighting applied to graph topology. This creates a programmable interacting particle system where particles act as graph nodes and scalar state variables reside on edges.Figure 2: BDH as an oscillator network with particles connected by elastic connectors representing synaptic state.The local kernel naturally maps to graph-based spiking neural networks with Hebbian learning dynamics, excitatory circuits, and inhibitory circuits. This biological correspondence isn\u2019t superficial &#8211; it captures the actual computational mechanisms needed for language processing and reasoning.Second, BDH-GPU provides a tensor-friendly implementation through mean-field approximation. Rather than explicit graph communication, particles interact through \u201cradio broadcast,\u201d enabling efficient GPU training while maintaining mathematical equivalence to the graph model. The system scales primarily in a single neuronal dimension n, with three parameter matrices E, Dx, Dy containing (3+o(1))nd parameters.Third, empirical validation demonstrates Transformer-level performance. BDH rivals GPT-2 on language and translation tasks with identical parameter counts (10M to 1B parameters) using the same training data. The architecture exhibits proper scaling laws while providing unprecedented interpretability through its biological correspondence.From Graph Dynamics to Neural NetworksBDH operates through local distributed graph dynamics rather than global matrix operations. The system consists of n neuron particles communicating via weighted graph topology, with inference dynamics governed by edge-reweighting processes called the \u201cequations of reasoning.\u201dThe mathematical formulation centers on interaction kernels with programmable rulesets. For a system with z species and state (q\u2081,&#8230;,qz), transition rates determine how species interact: q\u2096\u2019 := (1-d\u2096)q\u2096 + \u03a3\u1d62\u2c7c r\u1d62\u2c7c\u2096q\u1d62q\u2c7c. This general form restricts to edge-reweighting kernels suitable for distributed implementation while remaining expressive enough for attention-based language models.The scheduler executes kernels in round-robin fashion, with each round involving local computation at neuron nodes followed by communication over wire connections. State variables X(i), Y(i), A(i) represent rapid pulse dynamics at neurons, while \u03c3(i,j) captures synaptic plasticity between connected pairs.Understanding Attention as Micro-LogicTraditional attention mechanisms operate at the vector level through key-query-value transformations. BDH reveals attention\u2019s micro-foundational structure as logical inference between individual neurons. Each attention state entry \u03c3(i,j) represents an inductive bias &#8211; how likely the system considers implication i\u2192j when proposing next conclusions.The interpretation follows logical axioms: if past context implies implication i\u2192j has weight \u03c3\u209c\u208b\u2081(i,j), and current state implies i follows with weight x\u209c(i), then j follows with weight x\u209c(i)\u03c3\u209c\u208b\u2081(i,j). This resembles the logical axiom (X\u2192(i\u2192j))\u2192((X\u2192i)\u2192(X\u2192j)), fundamental across different formalizations of logic.Unlike traditional attention\u2019s key-query lookup intuition, BDH\u2019s micro-interpretation shows that \u03c3(i,j) doesn\u2019t represent logical truth values but utility-based inductive biases. These guide inference processes from known concepts to intermediate concepts likely serving as logical shortcuts between source and target concepts.Chains of implications guide activations along paths in system graphs. Attention allows specific implications to enter reasoning paths once corresponding synapses open in state \u03c3. This creates a reasoning system that heuristically evaluates which facts appear most plausible for next evaluation, following what resembles informal reasoning in language.Research in biologically-plausible brain graph transformers has explored similar micro-level interpretations of attention mechanisms, providing complementary evidence for attention\u2019s role in biological neural processing.The Physical Model: Neurons as Oscillating ParticlesBDH admits interpretation as a physical dynamical system of interacting particles. The toy-model places n particles in a circle connected by elastic connectors representing synaptic state \u03c3(i,j). The system exhibits dual-timescale dynamics: slow tension evolution on connectors and rapid pulse activation at nodes.Figure 3: BDH-GPU scales linearly in dimension n with fixed parameters d, k (neuron pairing), and h (attention heads)Elastic connectors initially have zero displacement. When pulse displacement x(i) occurs at node i, accumulated tension from adjacent connectors \u03c3(i,\u00b7) activates prods Gy, perturbing connected nodes. Sufficiently strong perturbation causes activation y(j) at node j, which propagates through wires Gx to modify pulse displacements x(i\u2019) at other nodes.The key mechanism: temporal correlation between pulse y(j\u2019) followed immediately by pulse x(i\u2019) increases tension \u03c3(i\u2019,j\u2019) on the corresponding connector, even without direct causality. This captures Hebbian learning where coincident activity strengthens connections.From connectors\u2019 perspective, existing tension \u03c3(i,k) propagates through prods to nodes j, then through wires to nodes i\u2019, finally contributing to tensions \u03c3(i\u2019,j\u2019) on other connectors. This creates three-hop propagation through i\u2192j\u2192i\u2019, enabling complex state evolution supporting reasoning and memory.From Brain Models to GPU ImplementationThe transition from BDH\u2019s biological formulation to BDH-GPU\u2019s practical implementation maintains mathematical equivalence while enabling efficient training. BDH-GPU treats the n-particle system through mean-field interactions rather than explicit graph communication.Each particle i maintains state \u03c1\u1d62(t) consisting of vectors in R\u1d48 for each layer. Particle interaction depends on tuple Z\u1d62 containing current state, encoder E(i,\u00b7), and decoders Dx(\u00b7,i), Dy(\u00b7,i). The system scales uniformly in dimension n, bound into k-tuples when using block-diagonal matrices like RoPE (k=2) or ALiBi (k=1).Figure 4: Neuron-neuron communication through graph H with m edges creates interaction graph G = H\u00b2 enabling signal propagation Gz = H\u00b2zThe interaction follows broadcast communication: each particle computes message m\u1d62 \u2208 R\u1d48 locally, broadcasts to receive mean-field message m\u0304 = \u03a3\u2c7cm\u2c7c, then updates local activation and state based on the broadcast result. This eliminates communication bottlenecks while preserving the essential particle dynamics.From an engineering perspective, transformations between length-n vectors pass through intermediary dimension d representations. The encoder E reduces n-dimensional vectors to d dimensions before decoders Dx, Dy lift back to n dimensions. This low-rank factorization maintains O(nd) parameters while enabling high-dimensional reasoning.Performance Results: Matching GPT-2 While Being InterpretableBDH-GPU demonstrates competitive performance across language and translation tasks. The architecture retains Transformer advantages including parallel trainability, attention mechanisms, and scaling laws while adding biological interpretability and novel capabilities.Figure 5: Single layer of BDH-GPU with inputs\/outputs xl-1,yl-1 \u2208 R\u207f, parameters E \u2208 R\u207f\u02e3\u1d48 and Dx,Dy \u2208 R\u1d48\u02e3\u207f shared across layers, and persistent state \u03c1l \u2208 R\u207f\u02e3\u1d48Architecture differences from GPT-2 include fewer parameter matrices enabling compact interpretation, scaling almost exclusively in neuronal dimension n, matching key-value state and parameter matrix dimensions, no context length limits, linear attention in high dimensions, and positive sparse activation vectors.Figure 6: BDH-GPU matches GPT-2 performance across model sizes on translation tasks, with simpler scaling properties requiring only variation in neuron count nThe scaling experiments demonstrate Transformer-like loss reduction with parameter count. BDH-GPU generally shows improved loss reduction per data token, learning faster than Transformers on both natural tasks like translation and synthetic puzzles requiring reasoning.FLOPS counts during inference bound at O(ndL) operations per token. Each parameter accesses O(L) times per token with typical layer counts smaller than Transformers. State access requires O(1) operations per token with small constants. The simple implementation ignores activation sparsity opportunities, suggesting further efficiency gains.Emergent Intelligence: How Structure Emerges NaturallyLarge-scale reasoning systems benefit from hierarchical modular structure. Rather than designing modularity explicitly, BDH demonstrates how scale-free modular structure emerges naturally through local graph dynamics during training.Graph systems serving information propagation functions tend to achieve modular structure optimizing efficiency-accuracy tradeoffs. This emergence offers advantages over explicit partitioning: nodes belong to multiple communities and act as bridges, scales and relationships between communities evolve dynamically as importance changes, and new connections emerge naturally.The historical precedent appears in World Wide Web evolution from catalogue-based systems (DMOZ, Craigslist) to naturally evolving knowledge webs (Wikipedia), interlinked communities (Reddit), and network-structure-based expert weighting (Google PageRank). Newman modularity formalization and Stochastic Block Models provide theoretical frameworks for studying these phenomena.Scale-free properties manifest system operation at criticality &#8211; sufficiently stable for short-term information retrieval yet adaptable enough for abrupt behavioral changes as new knowledge invalidates previous reasoning paths. The standard definition requires polynomial likelihood that new information affecting n\u2019 nodes follows power-law distribution in 1\/n\u2019.For most information propagation dynamics, this necessitates power-law degree distributions under uniformity assumptions. BDH exhibits these properties empirically, suggesting operation at criticality enabling both stability and adaptability in reasoning systems.The ReLU-Lowrank InnovationBDH-GPU\u2019s ReLU-lowrank blocks capture different properties than typical low-rank approximations in machine learning. The blocks serve noise reduction and faithful representation of affinity functions on sparse positive vectors, making them suitable for Linear Attention combinations.The ReLU-lowrank operation maps z \u2208 R\u207f to fDE(z) := (DEz)\u207a where encoder E transforms length-n vectors to length-d, decoder D transforms back, and ReLU ensures positive outputs. This differs from standard MLP blocks but provides comparable expressiveness for functions in positive orthants.Figure 7: ReLU-lowrank feedforward networks enable community-based neuron activation, where neurons activate based on signals from their own communitiesError analysis shows low-rank approximation G \u2248 DE achieves O(\u221a(log n\/d)) pointwise error for matrices with \u2016G\u2019\u2016\u2081,\u221e \u2264 1. Adding ReLU suppresses noise, enabling closer approximation of positive transformations like Markov chain propagation z \u21a6 G\u2019z for stochastic G\u2019.<\/p>\n<p>              Read more<\/p>\n","protected":false},"excerpt":{"rendered":"<div>The Dragon Hatchling: The Missing Link between the Transformer and Models of the Brain<\/div>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"site-container-style":"default","site-container-layout":"default","site-sidebar-layout":"default","disable-article-header":"default","disable-site-header":"default","disable-site-footer":"default","disable-content-area-spacing":"default","footnotes":""},"categories":[1],"tags":[3],"class_list":["post-116","post","type-post","status-publish","format-standard","hentry","category-ai-and-ml","tag-ai"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Does a brain-inspired network finally connect Transformers to true reasoning? - Imperative Business Ventures Limited<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/blog.ibvl.in\/index.php\/2025\/10\/08\/does-a-brain-inspired-network-finally-connect-transformers-to-true-reasoning\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Does a brain-inspired network finally connect Transformers to true reasoning? - Imperative Business Ventures Limited\" \/>\n<meta property=\"og:description\" content=\"The Dragon Hatchling: The Missing Link between the Transformer and Models of the Brain\" \/>\n<meta property=\"og:url\" content=\"https:\/\/blog.ibvl.in\/index.php\/2025\/10\/08\/does-a-brain-inspired-network-finally-connect-transformers-to-true-reasoning\/\" \/>\n<meta property=\"og:site_name\" content=\"Imperative Business Ventures Limited\" \/>\n<meta property=\"article:published_time\" content=\"2025-10-08T14:56:29+00:00\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"10 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/blog.ibvl.in\/index.php\/2025\/10\/08\/does-a-brain-inspired-network-finally-connect-transformers-to-true-reasoning\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/blog.ibvl.in\/index.php\/2025\/10\/08\/does-a-brain-inspired-network-finally-connect-transformers-to-true-reasoning\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\/\/blog.ibvl.in\/#\/schema\/person\/55b87b72a56b1bbe9295fe5ef7a20b02\"},\"headline\":\"Does a brain-inspired network finally connect Transformers to true reasoning?\",\"datePublished\":\"2025-10-08T14:56:29+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/blog.ibvl.in\/index.php\/2025\/10\/08\/does-a-brain-inspired-network-finally-connect-transformers-to-true-reasoning\/\"},\"wordCount\":1946,\"keywords\":[\"AI\"],\"articleSection\":[\"AI and ML\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/blog.ibvl.in\/index.php\/2025\/10\/08\/does-a-brain-inspired-network-finally-connect-transformers-to-true-reasoning\/\",\"url\":\"https:\/\/blog.ibvl.in\/index.php\/2025\/10\/08\/does-a-brain-inspired-network-finally-connect-transformers-to-true-reasoning\/\",\"name\":\"Does a brain-inspired network finally connect Transformers to true reasoning? - Imperative Business Ventures Limited\",\"isPartOf\":{\"@id\":\"https:\/\/blog.ibvl.in\/#website\"},\"datePublished\":\"2025-10-08T14:56:29+00:00\",\"author\":{\"@id\":\"https:\/\/blog.ibvl.in\/#\/schema\/person\/55b87b72a56b1bbe9295fe5ef7a20b02\"},\"breadcrumb\":{\"@id\":\"https:\/\/blog.ibvl.in\/index.php\/2025\/10\/08\/does-a-brain-inspired-network-finally-connect-transformers-to-true-reasoning\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/blog.ibvl.in\/index.php\/2025\/10\/08\/does-a-brain-inspired-network-finally-connect-transformers-to-true-reasoning\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/blog.ibvl.in\/index.php\/2025\/10\/08\/does-a-brain-inspired-network-finally-connect-transformers-to-true-reasoning\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/blog.ibvl.in\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Does a brain-inspired network finally connect Transformers to true reasoning?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/blog.ibvl.in\/#website\",\"url\":\"https:\/\/blog.ibvl.in\/\",\"name\":\"Imperative Business Ventures Limited\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/blog.ibvl.in\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/blog.ibvl.in\/#\/schema\/person\/55b87b72a56b1bbe9295fe5ef7a20b02\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/blog.ibvl.in\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/4d20b2cd313e4417a599678e950e6fb7d4dfa178a72f2b769335a08aaa615aa9?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/4d20b2cd313e4417a599678e950e6fb7d4dfa178a72f2b769335a08aaa615aa9?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"https:\/\/blog.ibvl.in\"],\"url\":\"https:\/\/blog.ibvl.in\/index.php\/author\/admin_hcbs9yw6\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Does a brain-inspired network finally connect Transformers to true reasoning? - Imperative Business Ventures Limited","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/blog.ibvl.in\/index.php\/2025\/10\/08\/does-a-brain-inspired-network-finally-connect-transformers-to-true-reasoning\/","og_locale":"en_US","og_type":"article","og_title":"Does a brain-inspired network finally connect Transformers to true reasoning? - Imperative Business Ventures Limited","og_description":"The Dragon Hatchling: The Missing Link between the Transformer and Models of the Brain","og_url":"https:\/\/blog.ibvl.in\/index.php\/2025\/10\/08\/does-a-brain-inspired-network-finally-connect-transformers-to-true-reasoning\/","og_site_name":"Imperative Business Ventures Limited","article_published_time":"2025-10-08T14:56:29+00:00","author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Est. reading time":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/blog.ibvl.in\/index.php\/2025\/10\/08\/does-a-brain-inspired-network-finally-connect-transformers-to-true-reasoning\/#article","isPartOf":{"@id":"https:\/\/blog.ibvl.in\/index.php\/2025\/10\/08\/does-a-brain-inspired-network-finally-connect-transformers-to-true-reasoning\/"},"author":{"name":"admin","@id":"https:\/\/blog.ibvl.in\/#\/schema\/person\/55b87b72a56b1bbe9295fe5ef7a20b02"},"headline":"Does a brain-inspired network finally connect Transformers to true reasoning?","datePublished":"2025-10-08T14:56:29+00:00","mainEntityOfPage":{"@id":"https:\/\/blog.ibvl.in\/index.php\/2025\/10\/08\/does-a-brain-inspired-network-finally-connect-transformers-to-true-reasoning\/"},"wordCount":1946,"keywords":["AI"],"articleSection":["AI and ML"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/blog.ibvl.in\/index.php\/2025\/10\/08\/does-a-brain-inspired-network-finally-connect-transformers-to-true-reasoning\/","url":"https:\/\/blog.ibvl.in\/index.php\/2025\/10\/08\/does-a-brain-inspired-network-finally-connect-transformers-to-true-reasoning\/","name":"Does a brain-inspired network finally connect Transformers to true reasoning? - Imperative Business Ventures Limited","isPartOf":{"@id":"https:\/\/blog.ibvl.in\/#website"},"datePublished":"2025-10-08T14:56:29+00:00","author":{"@id":"https:\/\/blog.ibvl.in\/#\/schema\/person\/55b87b72a56b1bbe9295fe5ef7a20b02"},"breadcrumb":{"@id":"https:\/\/blog.ibvl.in\/index.php\/2025\/10\/08\/does-a-brain-inspired-network-finally-connect-transformers-to-true-reasoning\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/blog.ibvl.in\/index.php\/2025\/10\/08\/does-a-brain-inspired-network-finally-connect-transformers-to-true-reasoning\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/blog.ibvl.in\/index.php\/2025\/10\/08\/does-a-brain-inspired-network-finally-connect-transformers-to-true-reasoning\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/blog.ibvl.in\/"},{"@type":"ListItem","position":2,"name":"Does a brain-inspired network finally connect Transformers to true reasoning?"}]},{"@type":"WebSite","@id":"https:\/\/blog.ibvl.in\/#website","url":"https:\/\/blog.ibvl.in\/","name":"Imperative Business Ventures Limited","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/blog.ibvl.in\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/blog.ibvl.in\/#\/schema\/person\/55b87b72a56b1bbe9295fe5ef7a20b02","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blog.ibvl.in\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/4d20b2cd313e4417a599678e950e6fb7d4dfa178a72f2b769335a08aaa615aa9?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/4d20b2cd313e4417a599678e950e6fb7d4dfa178a72f2b769335a08aaa615aa9?s=96&d=mm&r=g","caption":"admin"},"sameAs":["https:\/\/blog.ibvl.in"],"url":"https:\/\/blog.ibvl.in\/index.php\/author\/admin_hcbs9yw6\/"}]}},"_links":{"self":[{"href":"https:\/\/blog.ibvl.in\/index.php\/wp-json\/wp\/v2\/posts\/116","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.ibvl.in\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.ibvl.in\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.ibvl.in\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.ibvl.in\/index.php\/wp-json\/wp\/v2\/comments?post=116"}],"version-history":[{"count":0,"href":"https:\/\/blog.ibvl.in\/index.php\/wp-json\/wp\/v2\/posts\/116\/revisions"}],"wp:attachment":[{"href":"https:\/\/blog.ibvl.in\/index.php\/wp-json\/wp\/v2\/media?parent=116"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.ibvl.in\/index.php\/wp-json\/wp\/v2\/categories?post=116"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.ibvl.in\/index.php\/wp-json\/wp\/v2\/tags?post=116"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}