AI & ML interests

None defined yet.

Recent Activity

sanbo1200ย  updated a Space about 2 months ago
NiansuhAI/d2api
AIMaster7ย  published a model 5 months ago
NiansuhAI/NAI-12B-Thinker-Q4_K_M-GGUF
sanbo1200ย  updated a Space 5 months ago
NiansuhAI/d2api
View all activity

Parveshiiiiย 
posted an update 7 days ago
view post
Post
2977
SparkEmbedding - SoTA cross lingual retrieval

Iam very happy to announce our latest embedding model sparkembedding-300m base on embeddinggemma-300m we fine tuned it on 1m extra examples spanning over 119 languages and result is this model achieves exceptional cross lingual retrieval

Model: XenArcAI/SparkEmbedding-300m
Nymboย 
posted an update 15 days ago
view post
Post
546
I've added an 11th tool to the Nymbo/Tools MCP server, it's for your Obsidian_Vault. I'd argue it's far more context-efficient than any other Obsidian MCP I've seen, and doesn't require any plugins. Also some big improvements to the Web_Search and Web_Fetch tools.

# Obsidian_Vault Tool

It's basically a read-only version of the File_System tool, but it works so well for navigating Obsidian without unnecessary context. It supports recursive (full-text) search across the entire vault, and supports offset so the agent can "scroll" through a document without re-consuming tokens.

Run the server locally and set the OBSIDIAN_VAULT_ROOT environment variable to your vault's root path. If you don't use Obsidian, this is perfectly usable as simply a read-only filesystem.

# Web_Search Improvements

The Web_Search tool previously just used DuckDuckGo as a backend search engine, but now it also supports Bing, Brave, Yahoo, and Wikipedia. Default engine is auto which provides results from all backends in recommended order. Still doesn't require any kind of API or auth for Web_Search.

There's also a new date filter to limit results to those created in the past day, week, month, or year. Oh, and uhh, SafeSearch is now off by default :)

# Web_Fetch Improvements

As context-efficient as the Markdown mode is for web browsing, sometimes it does lose important context in the conversion from HTML to Markdown. So I've added a new HTML mode to the Web_Fetch tool that basically executes a cURL request on the URL, returning the full HTML page if necessary.

# A Note on Claude Skills

I've been having fun with the new File_System and Shell_Command tools. Using Claude Skills doesn't currently work in the public HF space because of environment restrictions, but using Skills works perfectly well running locally.

Happy building ~
Nymboย 
posted an update 30 days ago
view post
Post
1817
Two new tools added to the Nymbo/Tools MCP server, File_System and Shell_Exec. You can theoretically do basically anything with these two tools, and it should enable support for many Claude Skills.

GPT-5-Codex proves that for many cases, shell commands really are all you need, and Claude Skills seem to lean into this. The thing is, nothing about the design of Claude Skills actually restricts them to proprietary models!

# File_System

There's a new directory inside the repo called Filesystem, that's the agent's "root". It can perform the following actions : list, read, write, append, mkdir, move, copy, delete, info, help. It's able to keep this all within the scope of one tool call by making the Action field required and all other fields optional. Using a filesystem shouldn't require 15 different tools.

Files created in the public HF space live in the space's running container, and gets cleared when the space is restarted. When running the server locally, files are actually stored on disk.

# Shell_Exec

What good is a filesystem if you can't execute commands in that filesystem? This tool automatically detects if the server is running on Windows or Linux, and suggests using the appropriate shell (PowerShell/Bash). Both of these new tools require that the agent uses relative paths, rather than absolute paths. I could be convinced to back pedal on this.

# Closing Thoughts

The File_System and Shell_Exec tools aren't super polished yet, I'll continue to improve the agent's instructions and UX of using the new tools. Most of my testing was done with gpt-oss-20b and if it messes up, it gets the gist after one failed tool call. It should work perfectly fine for the GPU poor.
  • 1 reply
ยท
Parveshiiiiย 
posted an update about 1 month ago
view post
Post
184
AIRealNet - SoTA - Image detection model

Weโ€™re proud to release AIRealNet โ€” a binary image classifier built to detect whether an image is AI-generated or a real human photograph. Based on SwinV2 and fine-tuned on the AI-vs-Real dataset, this model is optimized for high-accuracy classification across diverse visual domains.

If you care about synthetic media detection or want to explore the frontier of AI vs human realism, weโ€™d love your support. Please like the model and try it out. Every download helps us improve and expand future versions.

Model page: XenArcAI/AIRealNet
Nymboย 
posted an update about 1 month ago
view post
Post
1807
I've made some improvements to my custom Deep_Research tool in the Nymbo/Tools MCP server. I've added a second LLM process and it still takes less than 1 minute to complete!

The original version of my Deep_Research tool would basically dump up to 50 fetched webpages onto the Researcher model (Qwen3-235B), with only a little bit of context shown from each page.

# New "Filterer" Process

The new process includes another LLM call before the researcher process. The Filterer (also Qwen3-235B) gets the query summary and the original 50 pages with low context, and decides which pages are most relevant to the research topic. The Filterer then outputs the URLs to the relevant pages, which are then re-fetched (with more context) and sent to the Researcher.

# Researcher Context

The Researcher now gets only the relevant webpages, then begins writing the report. When testing with 50 initial results, the researcher would often end up with 10-20 results of relevant context.

It still takes less than a minute to accomplish everything, thanks entirely to Cerebras inference. It now takes about 35-45 seconds to complete once the tool is run.

It's also worth noting that both the Filterer and Researcher now are provided the current time/date before they see the content, reducing hallucinations caused by knowledge cutoffs.
Parveshiiiiย 
posted an update about 1 month ago
view post
Post
4474
Ever wanted an openโ€‘source deep research agent? Meet Deepresearchโ€‘Agent ๐Ÿ”๐Ÿค–

1. Multiโ€‘step reasoning: Reflects between steps, fills gaps, iterates until evidence is solid.

2. Researchโ€‘augmented: Generates queries, searches, synthesizes, and cites sources.

3. Fullstack + LLMโ€‘friendly: React/Tailwind frontend, LangGraph/FastAPI backend; works with OpenAI/Gemini.


๐Ÿ”— GitHub: https://github.com/Parveshiiii/Deepresearch-Agent
Nymboย 
posted an update about 1 month ago
view post
Post
650
I have a few Sora-2 invites - 15509N
  • 1 reply
ยท
sanbo1200ย 
updated a Space about 2 months ago
Parveshiiiiย 
posted an update about 2 months ago
view post
Post
3094
๐Ÿš€ Big news from XenArcAI!

Weโ€™ve just released our new dataset: **Bhagwatโ€‘Gitaโ€‘Infinity** ๐ŸŒธ๐Ÿ“–

โœจ Whatโ€™s inside:
- Verseโ€‘aligned Sanskrit, Hindi, and English
- Clean, structured, and ready for ML/AI projects
- Perfect for research, education, and openโ€‘source exploration

๐Ÿ”— Hugging Face: XenArcAI/Bhagwat-Gita-Infinity

Letโ€™s bring timeless wisdom into modern AI together ๐Ÿ™Œ
Parveshiiiiย 
posted an update about 2 months ago
view post
Post
2447
๐Ÿš€ New Release from XenArcAI
Weโ€™re excited to introduce AIRealNet โ€” our SwinV2โ€‘based image classifier built to distinguish between artificial and real images.

โœจ Highlights:
- Backbone: SwinV2
- Input size: 256ร—256
- Labels: artificial vs. real
- Performance: Accuracy 0.999 | F1 0.999 | Val Loss 0.0063

This model is now live on Hugging Face:
๐Ÿ‘‰ XenArcAI/AIRealNet

We built AIRealNet to push forward openโ€‘source tools for authenticity detection, and we canโ€™t wait to see how the community uses it.
Nymboย 
posted an update 2 months ago
view post
Post
1081
There's now a custom Deep_Research tool in my Nymbo/Tools MCP server! TL;DR: The agent using the tools writes a summary of your requests and up to five DuckDuckGo searches (up to 50 results). Each of the webpages found in the searches are then fetched and given to our researcher (Qwen3-235B-A22B-Thinking-2507). The researcher sees the summary, searched queries, and fetched links, then writes a thorough research report. The agent using the tool provides the user with a summary of the report and a link to download research_report.txt. The researcher's instructions are similar to some leaked Perplexity sys prompts.

# Deep_Research Tool

It accomplishes everything in under a minute so it doesn't hit MCP's 60 second timeout, mostly thanks to Cerebras. The only thing required to make this work is a HF_READ_TOKEN for inference.

The Deep_Research tool could certainly be improved. It still needs some sort of mechanism for sorting URLs based on importance (I've got some ideas but I don't want it to be the responsibility of the agent using the tool). I'll probably add a second researcher to filter out the bad sources before inferencing the big researcher. I'm hellbent on keeping this all within the scope of one tool call.

# More Fetch/Web Search Improvements

The Search_DuckDuckGo tool has been further enhanced. It now allows the agent to browse through all pages of results. The results also now include published date (if detected). It also now supports every DDG search types! Default DDG search is called text, but it can also now search by news, images, videos, and books.

The Fetch_Webpage tool now specifies how much of the page has been truncated, and cursor index, allowing it to pickup where it left off without re-consuming tokens. The model can now also choose to strip CSS selectors to remove excess noise, and there's a new URL Scraper mode that only returns URLs found on the full page.

More to come soon ~
Nymboย 
posted an update 2 months ago
view post
Post
1039
I have a few updates to my MCP server I wanna share: New Memory tool, improvements to web search & speech generation.

# Memory_Manager Tool

We now have a Memory_Manager tool. Ask ChatGPT to write all its memories verbatim, then tell gpt-oss-20b to save each one using the tool, then take them anywhere! It stores memories in a memories.json file in the repo, no external database required.

The Memory_Manager tool is currently hidden from the HF space because it's intended for local use. It's enabled by providing a HF_READ_TOKEN in the env secrets, although it doesn't actually use the key for anything. There's probably a cleaner way of ensuring memory is only used locally, I'll come back to this.

# Fetch & Websearch

The Fetch_Webpage tool has been simplified a lot. It now converts the page to Markdown and returns the page with three length settings (Brief, Standard, Full). This is a lot more reliable than the old custom extraction method.

The Search_DuckDuckGo tool has a few small improvements. The input is easier for small models to get right, and the output is more readable.

# Speech Generation

I've added the remaining voices for Kokoro-82M, it now supports all 54 voices with all accents/languages.

I also removed the 30 second cap by making sure it computes all chunks in sequence, not just the first. I've tested it on outputs that are ~10 minutes long. Do note that when used as an MCP server, the tool will timeout after 1 minute, nothing I can do about that for right now.

# Other Thoughts

Lots of MCP use cases involve manipulating media (image editing, ASR, etc.). I've avoided adding tools like this so far for two reasons:

1. Most of these solutions would require assigning it a ZeroGPU slot.
2. The current process of uploading files like images to a Gradio space is still a bit rough. It's doable but requires additional tools.

Both of these points make it a bit painful for local usage. I'm open to suggestions for other tools that rely on text.
Nymboย 
posted an update 3 months ago
view post
Post
1022
I built a general use MCP space ~ Fetch webpages, DuckDuckGo search, Python code execution, Kokoro TTS, Image Gen, Video Gen.

# Tools

1. Fetch webpage
2. Web search via DuckDuckGo (very concise, low excess context)
3. Python code executor
4. Kokoro-82M speech generation
5. Image Generation (use any model from HF Inference Providers)
6. Video Generation (use any model from HF Inference Providers)

The first four tools can be used without any API keys whatsoever. DDG search is free and the code execution and speech gen is done on CPU. Having a HF_READ_TOKEN in the env variables will show all tools. If there isn't a key present, The Image/Video Gen tools are hidden.

Nymbo/Tools
  • 1 reply
ยท
Nymboย 
posted an update 3 months ago
view post
Post
1042
Anyone using Jan-v1-4B for local MCP-based web search, I highly recommend you try out Intelligent-Internet/II-Search-4B

Very impressed with this lil guy and it deserves more downloads. It's based on the original version of Qwen3-4B but find that it questions reality way less often. Jan-v1 seems to think that everything it sees is synthetic data and constantly gaslights me
Parveshiiiiย 
posted an update 3 months ago
view post
Post
1109
๐Ÿš€ Just Dropped: MathX-5M โ€” Your Gateway to Math-Savvy GPTs

๐Ÿ‘จโ€๐Ÿ”ฌ Wanna fine-tune your own GPT for math?
๐Ÿง  Building a reasoning agent that actually *thinks*?
๐Ÿ“Š Benchmarking multi-step logic across domains?

Say hello to [**MathX-5M**]( XenArcAI/MathX-5M) โ€” a **5 million+ sample** dataset crafted for training and evaluating math reasoning models at scale.

Built by **XenArcAI**, itโ€™s optimized for:
- ๐Ÿ” Step-by-step reasoning with , , and formats
- ๐Ÿงฎ Coverage from arithmetic to advanced algebra and geometry
- ๐Ÿงฐ Plug-and-play with Gemma, Qwen, Mistral, and other open LLMs
- ๐Ÿงต Compatible with Harmony, Alpaca, and OpenChat-style instruction formats

Whether you're prototyping a math tutor, testing agentic workflows, or just want your GPT to solve equations like a proโ€”**MathX-5M is your launchpad**.

๐Ÿ”— Dive in: ( XenArcAI/MathX-5M)

Letโ€™s make open-source models *actually* smart at math.
#FineTuneYourGPT #MathX5M #OpenSourceAI #LLM #XenArcAI #Reasoning #Gemma #Qwen #Mistral

rkihackerย 
posted an update 4 months ago
view post
Post
325
๐Ÿ‘€ Try our Multimodal Content Moderation Demo

This demo lets you upload text, images, video, and audio โ€” all at once.
It checks everything together for a smarter, more complete moderation result.

๐Ÿ‘‰ rkihacker/Multimodal-Moderation-Demo

#AI #ContentModeration #OnlineSafety #Gradio #TechDemo
Parveshiiiiย 
posted an update 4 months ago
view post
Post
1095
๐Ÿš€ Launch Alert: Dev-Stack-Agents
Meet your 50-agent senior AI team โ€” principal-level experts in engineering, AI, DevOps, security, product, and more โ€” all bundled into one modular repo.

+ Code. Optimize. Scale. Secure.
- Full-stack execution, Claude-powered. No human bottlenecks.


๐Ÿ”ง Built for Claude Code
Seamlessly plug into Claudeโ€™s dev environment:

* ๐Ÿง  Each .md file = a fully defined expert persona
* โš™๏ธ Claude indexes them as agents with roles, skills & strategy
* ๐Ÿค– You chat โ†’ Claude auto-routes to the right agent(s)
* โœ๏ธ Want precision? Just call @agent-name directly
* ๐Ÿ‘ฅ Complex task? Mention multiple agents for team execution

Examples:

"@security-auditor please review auth flow for risks"
"@cloud-architect + @devops-troubleshooter โ†’ design a resilient multi-region setup"
"@ai-engineer + @legal-advisor โ†’ build a privacy-safe RAG pipeline"


๐Ÿ”— https://github.com/Parveshiiii/Dev-Stack-Agents
MIT License | Claude-Ready | PRs Welcome

Parveshiiiiย 
posted an update 4 months ago
view post
Post
2703
๐Ÿง  Glimpses of AGI โ€” A Vision for All Humanity
What if AGI wasnโ€™t just a distant dreamโ€”but a blueprint already unfolding?

Iโ€™ve just published a deep dive called Glimpses of AGI, exploring how scalable intelligence, synthetic reasoning, and alignment strategies are paving a new path forward. This isnโ€™t your average tech commentaryโ€”itโ€™s a bold vision for conscious AI systems that reason, align, and adapt beyond narrow tasks.

๐Ÿ” Read it, upvote it if it sparks something, and letโ€™s ignite a collective conversation about the future of AGI.

https://huggingface.co/blog/Parveshiiii/glimpses-of-agi


Parveshiiiiย 
posted an update 5 months ago
view post
Post
2853
๐Ÿง  MathX-5M by XenArcAI โ€” Scalable Math Reasoning for Smarter LLMs

Introducing MathX-5M, a high-quality, instruction-tuned dataset built to supercharge mathematical reasoning in large language models. With 5 million rigorously filtered examples, it spans everything from basic arithmetic to advanced calculusโ€”curated from public sources and enhanced with synthetic data.

๐Ÿ” Key Highlights:
- Step-by-step reasoning with verified answers
- Covers algebra, geometry, calculus, logic, and more
- RL-validated correctness and multi-stage filtering
- Ideal for fine-tuning, benchmarking, and educational AI

๐Ÿ“‚ - XenArcAI/MathX-5M


  • 1 reply
ยท
Nymboย 
posted an update 5 months ago
view post
Post
2873
Anyone know how to reset Claude web's MCP config? I connected mine when the HF MCP first released with just the default example spaces added. I added lots of other MCP spaces but Claude.ai doesn't update the available tools... "Disconnecting" the HF integration does nothing, deleting it and adding it again does nothing.

Refreshing tools works fine in VS Code because I can manually restart it in mcp.json, but claude.ai has no such option. Anyone got any ideas?
ยท