The Good Tech Companies - How Sentient’s Reasoning Agent is Outsmarting the Competition: Inside Look
Episode Date: April 2, 2025This story was originally published on HackerNoon at: https://hackernoon.com/how-sentients-reasoning-agent-is-outsmarting-the-competition-inside-look. Sentient’s Himan...shu Tyagi reveals how blockchain and AI unite in a community-owned revolution, powering Sentient Chat and Dobby. Check more stories related to machine-learning at: https://hackernoon.com/c/machine-learning. You can also check exclusive content about #sentient-ai, #sentient-news, #web3, #blockchain, #cryptocurrency, #ai, #good-company, #sentient-interview, and more. This story was written by: @ishanpandey. Learn more about this writer by checking @ishanpandey's about page, and for more stories, please visit hackernoon.com. Sentient’s Himanshu Tyagi reveals how blockchain and AI unite in a community-owned revolution, powering Sentient Chat and Dobby.
Transcript
Discussion (0)
This audio is presented by Hacker Noon, where anyone can learn anything about any technology.
How Senchant's reasoning agent is outsmarting the competition, inside look.
By Aishan Pandey, Senchant has carved out a unique path, blending blockchain technology with
open source AI to create a community-owned ecosystem. With over 1 million waitlist signups
for Senchant chat in just 24 hours and a record-breaking 650,000 NFT
mint for their decentralized AI model, Dabi, Senchant is redefining the future of AI.
At the helm of this revolution is Himanshu Tayagi, co-founder of Senchant and a professor
at the Indian Institute of Science, whose expertise in AI and blockchain is driving
innovations like the reasoning agent and a perplexity-rivaling chatbot.
We sit down with Himanshu to explore the technical challenges, groundbreaking solutions, and
ambitious vision behind sentientries.
Aashan Pandey
SentientChat has exploded onto the scene with over 1 million waitlist signups in under 24
hours.
What technical challenges did you face in building an AI platform that's both decentralized
and consumer-friendly?
Himanshu Tayagi
Decentralization is foundational to our mission, extending far beyond just sentient chat.
We believe that the future of AI must be open and community-driven, as decentralization uniquely empowers active community participation.
This philosophy cascades directly into our products, most notably, sentient chat.
With sentient chat, our goal is to ensure that the community truly feels ownership.
Users aren't merely passive consumers, they are creators, molders, and stewards of the platform.
They have full control, from the underlying AI model and agents, to data and governance,
enabling them to shape the product precisely to fit their diverse needs and use cases.
Critically, decentralization and usability reinforce each other in sentient chat.
By empowering users to customize and enhance the platform, every innovation developed by
one user or team becomes accessible to the broader community.
This collective contribution enriches the platform's usability, continually driving improvements and innovations that benefit everyone involved.
Ultimately, decentralization doesn't complicate the user experience, it enhances it, creating a vibrant ecosystem where collective creativity and collaboration translate directly into a more powerful, flexible, and user-friendly platform. Aashan Pandey, you've positioned Sentient Chat
as a competitor to Perplexity, powered by Dabi,
the world's first community-owned AI model.
Can you walk us through the technical innovation
behind Dabi and how it supports
Sentient Chat's unique capabilities?
Himanshu Tayagi, AI is rapidly becoming the intermediary
between information networks and users,
granting it significant power to influence user perspectives based on inherent biases. Our goal is to empower
communities by enabling them toline AI models according to their specific values, thus promoting
a diverse ecosystem of, loyal AI, models. While biases will always exist due to training data,
users should not be limited to generalized models that simply average internet opinions. Instead, we envision users selecting from a wide array of models
aligned with distinct community values. Dabi represents the first of such models, explicitly
aligned with the crypto community's values, pro-crypto and pro-personal freedom. With Dabi,
we've achieved three notable technical breakthroughs effective value alignment without performance loss.
Aligning AI models to specific values through fine-tuning is notoriously challenging, often leading to degraded performance and incoherent outputs.
With Dabi, we've successfully fine-tuned the LAMA model to embrace specific values while maintaining excellent performance across critical benchmarks. Backslash dot, human-centric tone and freedom of expression with safety.
Achieving our desired alignment required removing existing guardrails from LAMA and carefully rebuilding them.
Surprisingly, this process enhanced the model's tone, resulting in more natural and human-centric interactions.
Even with relaxed constraints, Dabi remains safe, as demonstrated by metrics from our
Sari bench.
Moreover, our Dabi Mini 8B and Dabi 70B models exhibit granular control over specific safety
dimensions, such as hate speech, financial, medical, and legal advice, and explicit content,
allowing us precise adjustments of the model's safety profile.
.
Fingerprinting for the most distributed model ownership ever.
Dabi is currently the most widely distributed model, with over 660,000 owners.
This unprecedented level of distribution is facilitated by our innovative fingerprinting
technology. Fingerprinting injects unique key response pairs into the model, enabling robust
verification of ownership.
These fingerprints have a negligible impact
on overall model performance
and are resilient to removal through fine tuning,
model merging, or other modifications.
SentientChat is our iPowered search platform
designed to showcase and prove users
with a direct experience of the intangible concept
of loyal AI.
This platform demonstrates the competitive edge
of open-source ecosystems, successfully outperforming platforms like Perplexity and matching the search
benchmarks of Chad GPT. Powered by Dabi, Sentient Chat illustrates how loyal AI can directly
influence the information delivered to users, presenting content concisely and engagingly.
The integration of Dabi into sentient chat has
notably improved the efficiency and entertainment value of search interactions. With Dabi's clear,
human-like, no-nonsense communication style, users can quickly and effectively access the
information they seek, highlighting the platform's distinct advantage in i-driven search experiences.
Aashan Pandey One of the most intriguing aspects of sentient chat is its reasoning agent, equipped with
tools like search, calculator, and think.
How did you architect this agent, and what technical hurdles did you overcome to make
reasoning a core strength?
Himanshu Tayagi.
Recent advancements have shown that generating executable Python code for tool calling yields
a significant boost in performance compared to conventional JSON-based approaches. In particular, LLMs are inherently
adept at compressing the action space of tasks using code. This naturally prompted the use
of code as the mode of expression for our reasoning agent.
Sometimes miswrite code that does not execute, run the way it is intended to, this is remedy
be a Python interpreter
which checks if the code generated executes or throws errors, if it throws errors, then it will
keep regenerating the code, with the previous error traces, until it outputs satisfactory code.
Another caveat is that the LLM may generate functional code that does not do what it is
intended to do. E. G. Calls the calculator tool instead of searching.
The reasoning agent is capable of digesting the output
of the information and assessing whether it fits with,
on a general level,
what it expects from the particular code, tool call.
Greater than we tested two different types of agents
in the open reasoning agent portion
of greater than the odds framework.
Chain of thought with React agent and chain of code
with greater than code act agent. In the chain of thought react architecture, the agent follows an iterative
reasoning action loop. First, the think step allows the agent to reason internally, articulating plans
or interpreting intermediate results in natural language. Whenever the agent encounters uncertainty
or lacks critical information, it invokes the search tool, actively retrieving external information from the web.
For arithmetic or computational tasks that require high precision, the agent utilizes
the calculate tool.
Thus, Cot React continuously cycles through thinking, searching, and calculating as needed,
until it arrives at a reliable solution.
On the other hand, the chain of code or code act agent employs executable code to perform its reasoning tasks.
Initially, the agent thinks through its strategy, similar to Cod React.
However, instead of relying purely on natural language, it generates executable Python code as part of its reasoning.
The, Calculate function is seamlessly embedded here, directly integrated into the Python execution environment.
This allows for accurate computations
and algorithmic reasoning.
Like Kot React, Kodact also uses the search tool
when additional external information is necessary,
incorporating the results directly into its code generation
and execution processes.
The key difference lies in how each agent interacts with these tools.
For CodeT React, Think, Search, and Calculate are distinctly separate actions explicitly
chosen during reasoning.
For CodeAct, while Think remains an explicit planning step, Calculate is inherently built
into the code execution itself, making computational tasks integral rather than external.
Search remains similarly explicit in both approaches, providing vital external context
whenever the agent's internal knowledge is insufficient.
Ashaan Pandey
Senchant completed a record-breaking 650,000 NFT mint for Dabi, tying ownership to a decentralized
AI model.
What technical infrastructure did you build to handle this scale, and how
does blockchain enhance the community ownership aspect?
Himanshu Tayagi. This was not a technically challenging problem. Modern blockchains can
easily handle such load. The most interesting part here is that this is the first time anybody
has demonstrated this scale of direct democracy in model governance. In centralized companies,
this governance
is done by a tiny alignment team which has sometimes even modified the model to match
its own beliefs.
Anthropic had done some simple experiments under the name of constitutional AI with about
1000 people, but nothing close to this open governance by community. We wanted to give
this power to the people and blockchains are perfect instruments for that. Dabi community already decided what kind of persona Dabi should have, leashed or unhinged,
they chose unhinged over leashed.
In future, all decisions about Dabi unhinged model will be taken by this community, who
will also get rewarded as model usage increases.
Going forward, these ownership NFTs will be converted to ownership tokens on our blockchain
which can be used to govern alignment and updates to this model. Furthermore, the associated
fingerprints will be committed as Merkle root to the same contract. Anyone can verify the
identity of the model by asking our fingerprint queries, and can check that the same queries
are committed with the ownership contract. Ashaan Pandey, your reasoning agent integrates real-time tools and aims to tackle ambiguous,
subjective tasks.
How does this differ from existing reasoning agents, like OpenAI's deep research, and
what novel solutions did you implement to push the boundaries of AI reasoning?
Himanshu Tayagi.
When comparing our open-source platform to closed-source competitors, the primary competitive
advantage of closed systems has traditionally been their technology.
However, platforms like sentient chat and open data sources, odds, have effectively
leveled the playing field by democratizing AI knowledge, making our framework completely
open to the community.
Closed source platforms, such as those by OpenAI, operate as black boxes, neither you, I, nor anyone else can fully comprehend their internal processes.
In contrast, our open framework invites continuous innovation from the wider community, enabling rapid identification and resolution of gaps that might otherwise remain unnoticed.
This collaborative, open input and open output approach is key to building the best possible search platform.
Our ultimate vision includes enabling users to contribute their own data sources and agents,
thereby drastically enhancing sentient chat and odds through collective, community-driven improvements.
Ashant Pondy, you've emphasized sentient chat's edge over competitors like Perplexity with its 15-plus AI agent integration.
What technical challenges did
integrating multiple agents into a single chatbot interface present, and how did you solve them?
Himanshu Tayagi. Technically, we are addressing many complex software and design challenges to
allow a broad variety of agents to participate in a singular user experience through sentient chat.
We are also offering many tools to these agent builders such
as our state-of-the-art AI search APIs, the sentient secure enclave offering for building,
unruggable agents, etc. But more than addressing these technical challenges,
the most interesting part here is the possibility of a completely new way to access internet
knowledge. For decades, Google has dominated search by focusing primarily on helping users find information online.
Google's reliance on advertising revenue, rooted in recommending sources for information, inherently limits its ability to innovate beyond traditional information retrieval. bypass mere information gathering, enabling users to directly execute tasks without needing separate analysis and action phases,
which is our exact competitive advantage
against the behemoth of Google.
This ambitious vision requires a diverse ecosystem,
one that integrates varied indexed data sources
with numerous AI agents
capable of performing specialized actions.
The key to unlocking this potential lies
in creating a transparent and open platform,
actively incentivizing broad community participation.
Data providers must clearly understand the value their contributions bring,
while agent developers must seamlessly integrate their services to enhance overall functionality.
Such an ecosystem must be community governed, ensuring fairness, openness,
and continual innovation driven by collective
contribution and collaboration.
By the way, a lot more than 15 agents are coming on sentient chat.
Ashant Pandey.
Looking ahead, what's next for sentient in terms of technical innovation?
How do you plan to evolve the reasoning agent and expand the open AGI ecosystem?
Himanshu Tayagi.
We see a future where AI becomes an intermediary
between all human senses, global information, and social networks.
Senchance's vision is to make sure that this AI is loyal to us. This singular objective
drives all our development. For reasoning agents, we want to make sure that developers
get access to models whose reasoning capabilities and skills are aligned with their interests
or the use case. For instance, if you are building a sovereign agent that can
control wallets, the underlying models should have reasoning capabilities to ensure that
malicious actors cannot manipulate prompts and steal funds. This is alignment we will
be building such aligned models. Every developer building in the open agi ecosystem should
have the option of using AI models that will be loyal Tothair application or users.
Sentient Chat is the collective offering of all such agents built on loyal AI.
Don't forget to like and share the story.
Tip Vested Interest Disclosure.
This author is an independent contributor publishing via our business blogging program.
Hacker Noon has reviewed the report for quality, but the claims
herein belong to the author. Hashtag dyo. Thank you for listening to this Hacker Noon story,
read by Artificial Intelligence. Visit hackernoon.com to read, write, learn and publish.