Terry Rodriguez
terry-remyx
AI & ML interests
None yet
Recent Activity
liked
a model
about 1 month ago
remyxai/SpaceQwen3-VL-2B-Thinking
reacted
to
salma-remyx's
post
with ๐
about 1 month ago
We've built over 10K containerized reproductions of papers from arXiv!
Instead of spending all day trying to build an environment to test that new idea, just pull the Docker container from the Remyx registry.
And with Remyx, you can start experimenting faster by generating a test PR in your codebase based on the ideas found in your paper of choice.
Hub: https://hub.docker.com/u/remyxai
Remyx docs: https://docs.remyx.ai/resources/ideate
Coming soon, explore reproduced papers with AG2 + Remyx: https://github.com/ag2ai/ag2/pull/2141
reacted
to
salma-remyx's
post
with ๐ฅ
about 2 months ago
The future is arriving too fast not to use programmatic discovery and replication.
Search arXiv โ Execute in 30 seconds with pre-built Docker environments
Check out our latest integration with AG2 to accelerate your discovery loop.
As easy as:
```python
from remyxai.client.search import SearchClient
from autogen.coding import RemyxCodeExecutor
# Search by topic
papers = SearchClient().search(
"data synthesis strategies",
has_docker=True, # Only papers with pre-built environments
limit=10
)
executor = RemyxCodeExecutor(arxiv_id=papers[0].arxiv_id)
remyx_executor.explore(
goal="Run a test with my model remyxai/SpaceThinker-Qwen2.5VL-3B",
interactive=False # Automated exploration
)
```
Tutorial: https://github.com/ag2ai/ag2/blob/4c6954e3959fe672980191f264e30d451bc23554/notebook/agentchat_remyx_executor.ipynb
PR: https://github.com/ag2ai/ag2/pull/2141