u/Background-Bank1798

Any junior doctors in Ireland interested in longevity / preventative medicine / AI?

Curious if there are many junior doctors here with an interest in longevity, preventative medicine, healthy ageing, biomarkers, personalised medicine or AI in healthcare.

I'm not a doctor — I'm a tech founder in Dublin currently building in the AI/longevity space — but I've had a strong interest in healthcare for years.

It feels like we're at a pretty interesting inflection point with AI and medicine, particularly around interpreting longitudinal health data, identifying risk earlier and making healthcare more personalised.

I'd love to hear how people actually working in medicine view the space, and particularly whether there are junior doctors in Ireland actively exploring it.

Also keen to meet people locally who are interested in this stuff — purely to exchange ideas/network rather than recruit or sell anything.

reddit.com
u/Background-Bank1798 — 8 days ago

Best browser setup for hermes

I'm running Hermes with multiple 5090's using all local LLM's Qwen 3.6 27b + 35B - all works fine but having alot of issues with browser automation - i've been using Camofox and i'm assuming Qwen isn't the best model to use with it?

Any ideas for the best setup?

reddit.com
u/Background-Bank1798 — 1 month ago
▲ 0 r/vscode

Constant issues using local models with BYOK custom endpoints

I'm using Qwen 27b + 35b running in WSL -> DOCKER -> vLLM (vllm-openai:v0.25.0) - each on their own 5090.

I'm interfacing via vis code chat custom endpoints - and no matter what vLLM / vs code settings i have, vs code just hangs at thinking or whatever action it was doing.

If i stop / retry, send another prompt or change model - it mostly works.. but not always - it's really intermittent, vllm heath checks pass and can access the model endpoints during these failures.

I've had gpt sol on max settings try to debug it and found no solution.

In the July update from VS they fixed one issue but there is clearly still more.

Do these look ok?

ChatLanuageModels.json

    {
        "name": "Qwen",
        "vendor": "customendpoint",
        "apiType": "chat-completions",
        "apiKey": "EMPTY",
        "models": [
            {
                "id": "qwen36-a",
                "name": "Qwen3.6 35B Fast GPU 0",
                "url": "http://XXXX:8002/v1/chat/completions",
                "toolCalling": true,
                "vision": true,
                "thinking": true,
                "streaming": true,
                "maxInputTokens": 110592,
                "maxOutputTokens": 16384,
                "modelOptions": {
                    "temperature": 0.6,
                    "top_p": 0.95
                }
            },
            {
                "id": "qwen36-b",
                "name": "Qwen3.6 27B GPU 1",
                "url": "http://XXXX:8003/v1/chat/completions",
                "toolCalling": true,
                "vision": true,
                "thinking": true,
                "streaming": true,
                "maxInputTokens": 106496,
                "maxOutputTokens": 16384,
                "modelOptions": {
                    "temperature": 0.6,
                    "top_p": 0.95
                }
            }
        ]
    },

Settings.Json

{
  "chat.agent.maxRequests": 200,
  "chat.agent.enabled": true,
  "chat.agentHost.byokModels.enabled": true,
  "github.copilot.chat.agentDebugLog.fileLogging.enabled": true,
  "chat.subagents.allowInvocationsFromSubagents": true,
  "chat.viewSessions.orientation": "stacked",
  "github.copilot.chat.exploreAgent.enabled": true,
  "github.copilot.chat.switchAgent.enabled": true,
  "chat.agentSessionProjection.enabled": true,
  "chat.utilityModel": "customendpoint/qwen36-b",
  "chat.utilitySmallModel": "customendpoint/qwen36-b",
  "github.copilot.chat.skillTool.enabled": true,
  "http.noProxy": [
    "XXXX",
    "127.0.0.1",
    "localhost"
  ]
}
reddit.com
u/Background-Bank1798 — 1 month ago

Hermes - Multi Users Work Setup

How is every one who uses Hermes in their company handling multi user setup?

What's the best solution that allows teams to collaborate and work privately under the same company profile?

I set it up with 1 bot + 1 gateway + 1 profile with the intention so me and my co founder could use the bot directly for our own work but then in a group for collaborative work but it seem's its an anti-pattern.

Of course i could set up individual company profiles but that then removes the collaborative side of it.

How is every one using it for work setups?

reddit.com
u/Background-Bank1798 — 1 month ago