Dev Mode Explorers
community
AI & ML interests
None defined yet.
Recent Activity
View all activity
Post
5329
Introducing Inflect-v2, two exceptionally small, open-weight English TTS models at just 3.9M and 9.3M parameters. Both generate speech multiple times faster than real-time on CPU. Despite their size, Inflect-v2 delivers quality that is competitive with much larger lightweight TTS systems, including KittenTTS, Piper, and Supertonic-3.
CPU, CUDA, PyTorch, and ONNX are supported. Apache 2.0.
See it for yourselves:
owensong/Inflect-Micro-v2
owensong/Inflect-Nano-v2
Try the Demos:
Nymbo/Inflect-TTS (unlimited CPU usage)
owensong/Inflect-v2 (ultra-fast ZeroGPU usage)
CPU, CUDA, PyTorch, and ONNX are supported. Apache 2.0.
See it for yourselves:
owensong/Inflect-Micro-v2
owensong/Inflect-Nano-v2
Try the Demos:
Nymbo/Inflect-TTS (unlimited CPU usage)
owensong/Inflect-v2 (ultra-fast ZeroGPU usage)
DmitryRyuminย
authored 2
papers 10 days ago
osansevieroย
authored a
paper 21 days ago
GeorgeBredisย
submitted a
paper to Daily Papers 22 days ago
osansevieroย
submitted a
paper to Daily Papers 22 days ago
DongfuJiangย
authored 2
papers 25 days ago
Prabhjotschughย
authored 4
papers about 1 month ago
Not Truly Multilingual: Script Consistency as a Missing Dimension in VLM Evaluation
Paper โข 2606.17188 โข Published โข 1
FirstPass: Grounding AI Scientific Judgment in Multi-Round Editorial Outcomes
Paper โข 2606.20769 โข Published โข 1
Beyond 'One Language, One Script': Quantifying Orthographic Bias in Multilingual VLMs with PuMVR
Paper โข 2606.20770 โข Published โข 1
AirCast-SR: A Foundation Model for Kilometer-Scale Atmospheric Super-Resolution via Latent Consistency Diffusion
Paper โข 2605.26130 โข Published โข 1
eienmojikiย
posted an update about 1 month ago
Post
222
Hi everyone,
I've created a Gradio space for embedding and extracting invisible watermarks in images:
๐ eienmojiki/blind-watermark-studio
It supports hiding text, images, and bit arrays using the DWT-DCT-SVD algorithm.
Credits:
- Original library: https://github.com/guofei9987/blind_watermark
- Author: Guo Fei
:).
I've created a Gradio space for embedding and extracting invisible watermarks in images:
๐ eienmojiki/blind-watermark-studio
It supports hiding text, images, and bit arrays using the DWT-DCT-SVD algorithm.
Credits:
- Original library: https://github.com/guofei9987/blind_watermark
- Author: Guo Fei
:).
Post
312
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.
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.
DongfuJiangย
authored 3
papers about 2 months ago
RewardHarness: Self-Evolving Agentic Post-Training
Paper โข 2605.08703 โข Published โข 10
Cosmos 3: Omnimodal World Models for Physical AI
Paper โข 2606.02800 โข Published โข 141
AutoLab: Can Frontier Models Solve Long-Horizon Auto Research and Engineering Tasks?
Paper โข 2606.05080 โข Published โข 31
alielfilali01ย
posted an update 2 months ago
Post
665
Plans in HTML > Plans in Markdown
Post
2995
Sharing how I built the LongCat-Video-Avatar 1.5 Space (+500k views on X) in one agent session. Gave a coding agent its own AI lab on ZeroGPU, framed the goal, walked away. It designed, deployed, tested against the live API, fixed, shipped.
Full recipe with the copy-paste prompt: https://huggingface.co/blog/victor/building-zerogpu-spaces-autonomously
Full recipe with the copy-paste prompt: https://huggingface.co/blog/victor/building-zerogpu-spaces-autonomously