VortexAI

community
Activity Feed

AI & ML interests

Edge AI & On-Device Models

Recent Activity

AbhaykoulΒ  published a model about 1 hour ago
VTXAI/HIRO-FT-LOW
AbhaykoulΒ  updated a model 7 days ago
VTXAI/vtx-300m
AbhaykoulΒ  published a model 15 days ago
VTXAI/vtx-300m
View all activity

AbhaykoulΒ 
published a model about 1 hour ago
AbhaykoulΒ 
posted an update about 1 month ago
view post
Post
290
Shipped v0.1.2 of vtx β€” a minimalist coding agent for the terminal.

Most agentic CLIs ship 10k+ token system prompts. Vtx is ~2,200. Less prompt overhead means more room for your code in the model's context window.

Vtx is a from-scratch Python implementation of the design philosophy behind pi-mono β€” same principles, pure Python, no transpiled runtime.

What ships out of the box:

β†’ Textual TUI + headless CLI (vtx -p "fix the failing test")
β†’ 49 LLM provider gateways, all declared in a single provider.yaml
β†’ 5 core tools (read / edit / write / bash / find) plus web search and fetch
β†’ Session tree with compaction, handoff, and resume
β†’ AGENTS.md / CLAUDE.md auto-discovery
β†’ Skills system β€” drop SKILL.md files in .agents/skills/ and they become slash commands
β†’ Two OAuth flows (GitHub Copilot device flow, OpenAI Codex PKCE)
β†’ Two-mode permissions: prompt (default) or auto, with a safe-command allowlist

This release adds a proper extension system. Register new LLM-callable tools, intercept tool calls, hook lifecycle events, and add slash commands from a single register(api) function in a Python file under ~/.vtx/agent/extensions/. Extensions can override built-in tools by name and chain handler logic across subscribers.

Apache 2.0. uv tool install vtx-coding-agent and you're running.

GitHub: https://github.com/OEvortex/vtx-coding-agent
PyPI: https://pypi.org/project/vtx-coding-agent

Built in the open. Feedback, extensions, and PRs welcome.
AbhaykoulΒ 
posted an update 10 months ago
view post
Post
3437
πŸš€ Ever dreamed of training your own Large Language Model from scratch? What if I told you it doesn't require a supercomputer or PhD in ML? 🀯

Introducing LLM Trainer - the educational framework that makes LLM training accessible to EVERYONE! Whether you're on a CPU-only laptop or scaling to distributed GPUs, we've got you covered. πŸ’»βž‘οΈπŸ–₯️

Why LLM Trainer? Because existing tools are either too simplistic (hiding the magic) or too complex (requiring expert knowledge). We bridge the gap with:

πŸŽ“ Educational transparency - every component built from scratch with clear code
πŸ’» CPU-first approach - start training immediately, no GPU needed
πŸ”§ Full customization - modify anything you want
πŸ“ˆ Seamless scaling - from laptop to cluster without code changes
🀝 HuggingFace integration - works with existing models & tokenizers

Key highlights:
βœ… Built-in tokenizers (BPE, WordPiece, HF wrappers)
βœ… Complete Transformer implementation from scratch
βœ… Optimized for CPU training
βœ… Advanced features: mixed precision, gradient checkpointing, multiple generation strategies
βœ… Comprehensive monitoring & metrics

Perfect for:
- Students learning transformers
- Researchers prototyping new ideas
- Developers building domain-specific models

Ready to train your first LLM? It's easier than you think!

πŸ”— Check it out: https://github.com/HelpingAI/llm-trainer
πŸ“š Docs: Getting Started Guide
πŸ’¬ Join the community: GitHub Discussions

#AI #MachineLearning #LLM #DeepLearning #OpenSource #Python #HuggingFace #NLP

Special thanks to HuggingFace and PyTorch teams for the amazing ecosystem! πŸ™
  • 1 reply
Β·
AbhaykoulΒ 
posted an update 12 months ago
view post
Post
4183
πŸš€ Dhanishtha-2.0-preview-0825 Is Here

The Intermediate Thinking Model just leveled up again.

With sharper reasoning, better tool use, and expanded capabilities, Dhanishtha-2.0-preview-0825 is now live and ready to impress.

🧠 What Makes Dhanishtha Special?
Unlike typical CoT models that only thinks one time, Dhanishtha thinks iteratively:

> Think β†’ Answer β†’ Rethink β†’ Improve β†’ Rethink again if needed.

πŸ”— Try it now: HelpingAI/Dhanishtha-2.0-preview-0825

πŸ”ž Dhanishtha NSFW Preview

For those exploring more expressive and immersive roleplay scenarios, we’re also releasing:

HelpingAI/Dhanishtha-nsfw
A specialized version tuned for adult-themed interactions and character-driven roleplay.

πŸ”— Explore it here: HelpingAI/Dhanishtha-nsfw

πŸ’¬ You can also try all of these live at chat.helpingai.co
  • 4 replies
Β·
AbhaykoulΒ 
posted an update about 1 year ago
view post
Post
3173
πŸŽ‰ Dhanishtha-2.0-preview-0725 is Now Live

The Intermediate Thinking Model just got even better.
With the new update, Dhanishtha is now sharper, smarter, and trained further on tool use

🧠 What Makes Dhanishtha Different?
Unlike standard COT models that give one-shot responses, Dhanishtha thinks in layers:

> Think β†’ Answer β†’ Rethink β†’ Improve β†’ Rethink again if needed.

HelpingAI/Dhanishtha-2.0-preview-0725
AbhaykoulΒ 
posted an update about 1 year ago
view post
Post
3129
πŸŽ‰ Dhanishtha 2.0 Preview is Now Open Source!

The world's first Intermediate Thinking Model is now available to everyone!

Dhanishtha 2.0 Preview brings revolutionary intermediate thinking capabilities to the open-source community. Unlike traditional reasoning models that think once, Dhanishtha can think, answer, rethink, answer again, and continue rethinking as needed using multiple <think> blocks between responses.

πŸš€ Key Features
- Intermediate thinking: Think β†’ Answer β†’ Rethink β†’ Answer β†’ Rethink if needed...
- Token efficient: Uses up to 79% fewer tokens than DeepSeek R1 on similar queries
- Transparent thinking: See the model's reasoning process in real-time
- Open source: Freely available for research and development


HelpingAI/Dhanishtha-2.0-preview
https://helpingai.co/chat
  • 2 replies
Β·
AbhaykoulΒ 
posted an update about 1 year ago
view post
Post
4713
Introducing Dhanishtha 2.0: World's first Intermediate Thinking Model

Dhanishtha 2.0 is the world's first LLM designed to think between the responses. Unlike other Reasoning LLMs, which think just once.

Dhanishtha can think, rethink, self-evaluate, and refine in between responses using multiple <think> blocks.
This technique makes it Hinghlt Token efficient it Uses up to 79% fewer tokens than DeepSeek R1
---

You can try our model from: https://helpingai.co/chat
Also, we're gonna Open-Source Dhanistha on July 1st.

---
For Devs:
πŸ”‘ Get your API key at https://helpingai.co/dashboard
from HelpingAI import HAI  # pip install HelpingAI==1.1.1
from rich import print

hai = HAI(api_key="hl-***********************")

response = hai.chat.completions.create(
    model="Dhanishtha-2.0-preview",
    messages=[{"role": "user", "content": "What is the value of ∫0∞π‘₯3/π‘₯βˆ’1𝑑π‘₯ ?"}],
    stream=True,
    hide_think=False # Hide or show models thinking
)

for chunk in response:
    print(chunk.choices[0].delta.content, end="", flush=True)
  • 2 replies
Β·
AbhaykoulΒ 
posted an update over 1 year ago
view post
Post
4837
πŸ”₯ THE WAIT IS OVER... HAI-SER IS HERE! πŸ”₯

Yo fam, this ain't just another AI dropβ€” this is the FUTURE of emotional intelligence! πŸš€

Introducing HAI-SER, powered by Structured Emotional Reasoning (SER), the next-level AI that doesn’t just understand your wordsβ€”it feels you, analyzes your emotions, and helps you navigate life’s toughest moments. πŸ’‘

πŸ’₯ What makes HAI-SER a game-changer?
πŸ”Ή Emotional Vibe Check – Gets the mood, energy, and what’s really going on 🎭
πŸ”Ή Mind-State Analysis – Breaks down your thoughts, beliefs, and patterns 🀯
πŸ”Ή Root Cause Deep-Dive – Unpacks the WHY behind your emotions πŸ’‘
πŸ”Ή Impact Check – Sees how it’s affecting your life and mental health πŸ’”
πŸ”Ή Safety Check – Prioritizes your well-being and crisis management 🚨
πŸ”Ή Healing Game Plan – Custom strategies to help you bounce back πŸ’ͺ
πŸ”Ή Growth Potential – Turns struggles into opportunities for self-improvement πŸ“ˆ
πŸ”Ή How to Approach – Teaches you and others how to communicate and heal 🀝
πŸ”Ή Personalized Response – Not just generic adviceβ€”real talk, tailored to YOU πŸ’―

No more robotic AI responses. No more surface-level advice. HAI-SER gets deep, analyzing emotions with precision and giving real, actionable support.

This ain’t just AIβ€”this is your digital therapist, life coach, and hype squad all in one. Whether it’s mental health, career struggles, relationships, or personal growth, HAI-SER has your back.

πŸš€ The future of emotionally intelligent AI is HERE.
Are you ready? πŸ”₯πŸ’―

HelpingAI/HAI-SER
  • 5 replies
Β·