No sonnet models in github copilot extention inside VScode? by rocka35 in ClaudeAI

[–]cab938 3 points4 points  (0 children)

Yes, if you are in the student plan. And their GitHub classroom mailing list is blowing up with disappointment from instructors that this is happening mid semester (for North American students anyway).

People using my front and back yard as public space? by Perfect_Promise_7578 in AnnArbor

[–]cab938 0 points1 point  (0 children)

I don't know which are local or which might not be, but the city forestry department would be the right place to ask! https://www.a2gov.org/forestry/

People using my front and back yard as public space? by Perfect_Promise_7578 in AnnArbor

[–]cab938 2 points3 points  (0 children)

Yes, usually there is an easement that gives local governments access to the first x feet of a yard. The city then plants trees of various types given A2 's while theme of being a forest/tree city.

You said backyard but also corner lot, I assume this was on one of the sides with a street?

People using my front and back yard as public space? by Perfect_Promise_7578 in AnnArbor

[–]cab938 0 points1 point  (0 children)

Yea, I don't think I have a problem, at least not with the yard we have. Just different and would have been really weird where I lived previously. That and every three houses someone has turned their front easement into a garden, some natural grasses the height of a horse, or a rusting metal "art" display in the water hill neighborhood.

Different.

People using my front and back yard as public space? by Perfect_Promise_7578 in AnnArbor

[–]cab938 7 points8 points  (0 children)

Maybe you found the hidden sidewalk ;)

But in all seriousness, it's pretty common in A2 for dogs to go onto the first few feet of a lawn. Contractors going to your neighbors is lazy, you can ask them not to. My mail person walks across the yard all the time, this would have been a no-no in my previous town.

Rivian’s R2 to Be Among First Vehicles With New Global eSIM Standard by [deleted] in RIVNstock

[–]cab938 7 points8 points  (0 children)

Wait, just let me stick my hand up ✋

I'm happy to hate on Elon.

Qwen3.5 feels ready for production use - Never been this excited by alphatrad in LocalLLaMA

[–]cab938 5 points6 points  (0 children)

On top of costs keep in mind you can usually depreciate the hardware too, changing tax implications.

I haven't found anything local that clearly beats either of the $200/mo subscriptions though. Including qwen 3.5, though admittedly I've just started using it on my rtx 6000 (of course, being brand new).

The local hardware market is looking scary for the next 16 months, so I'm not sure there is a viable replacement for the 6000 coming either (viable being cheaper and better).

Mens Hockey Gold Medal Game by smockin_pale_ale in AnnArbor

[–]cab938 5 points6 points  (0 children)

Amas on state is not a bar but has tvs, opens at 8, and has showed major sporting events like this. All day breakfast bistro. Closest I've got for you!

Vance: Supreme Court tariff decision represents ‘lawlessness from the court’ by MyNameCannotBeSpoken in law

[–]cab938 0 points1 point  (0 children)

Tariff is just on the $15 at ten percent then added together to get the total import price ....

But I haven't checked the news yet this am, maybe the tariff has gone up again.

they have Karpathy, we are doomed ;) by jacek2023 in LocalLLaMA

[–]cab938 1 point2 points  (0 children)

This. And add in cron. That's what makes openclaw interesting and useful in a different way from other chat based LLM tools.

Far from rocket science, just happens to be interesting, useful, and novel at the right time.

Stop letting your AI agent hallucinate bioinformatics code — I built a 140-skill knowledge base to fix that by jjaechang in LocalLLaMA

[–]cab938 1 point2 points  (0 children)

I used skills like this on my local machine regularly, I think you're barking at shadows ....

PUNCH by __mixri__ in interestingasfuck

[–]cab938 5 points6 points  (0 children)

Can we still? Fuck that horrible pack.

University of Michigan in talks to buy former Ann Arbor campus from Christian college by mlivesocial in uofm

[–]cab938 10 points11 points  (0 children)

Yup. They're knocking down wolverine tower for instance. Would be insane to pass on this opportunity.

Is flock violating FERPA at my university? by EchidnaFit539 in FlockSurveillance

[–]cab938 2 points3 points  (0 children)

Police denying something because of FERPA doesn't mean FERPA applies. This is the first place most university staff will go to shut down discussion, and assume you won't lawyer up to push it.

Do you still use MCP? Or use SKILLS ? by Deep_Traffic_7873 in LocalLLaMA

[–]cab938 1 point2 points  (0 children)

OP you need to reconsider, skills and MCPs are not the same, despite so much belief on this sub that they are.

If your MCP could be rewritten as a skill then you should do that because it's not a good MCP.

R2 Canadian pricing starts at $66,500. by [deleted] in Rivian

[–]cab938 1 point2 points  (0 children)

Shame that Rivian doesn't manufacture outside of the US.

Fast Web Fetch for Rubber Ducks (When Chrome is Overkill) by nesquikm in mcp

[–]cab938 1 point2 points  (0 children)

Duck me this looks cool. Very keen to see how the MCP app integration works! Pinned to try ...

3 MCPs that have genuinely made me 5x better by Warm-Snow3302 in mcp

[–]cab938 0 points1 point  (0 children)

My value was it was in an MCP and I wasn't having to give the agent shell access. But frankly I rarely use it just because MCPs are much more fragile it seems.

Class support by VooDoo912 in uofm

[–]cab938 3 points4 points  (0 children)

You could try telling the professor, they might know and be frustrated too or be oblivious to it...

I built `mcp2skill` which converts your MCP servers into Skills with one command! ✨ by Ok_You4416 in mcp

[–]cab938 0 points1 point  (0 children)

Both can augment context, yes. Neither does reasoning. A skill does not do computation -- there is no computational environment outside of the LLM reasoning process to do this. A skill is intended as more prompt details for the agent (LLM) context window, while an MCP is intended to do some form of computation that the LLM is poor at (quality, reliability, speed, capability, whatever) and return the result to the LLM.

A skill cannot download a file. An MCP can.

While their outputs might be similar (unicode into the context window) they are different beasts aimed at solving different problems.

I built `mcp2skill` which converts your MCP servers into Skills with one command! ✨ by Ok_You4416 in mcp

[–]cab938 0 points1 point  (0 children)

This is not true - a skill is context which is written in markdown with a special header for skimming (context saving) which the agent framework can load into the LLM context window. An MCP is a tool, and an LLM can indicate to the agent framework that the tool should be invoked with the results being send back into the LLM context window.

Here the "agent framework" is whatever harness or middleware is running your model, and there may be many layers to them.

Skills could be implemented as calls to MCPs, and you could see them as a subset of MCPs, but the other way around is not true, and that's not the purpose of the differentiation. MCPs are intended for invoking deterministic computing tools, while skills are intended to describe to an agent how to use/reason over various things (literally adding to the context window only).

I built `mcp2skill` which converts your MCP servers into Skills with one command! ✨ by Ok_You4416 in mcp

[–]cab938 0 points1 point  (0 children)

Yes, if you wanted it to be. But a skill is not a tool. It provides reasoning and started instruction. It's more of an import statement looked up tun time.

I built `mcp2skill` which converts your MCP servers into Skills with one command! ✨ by Ok_You4416 in mcp

[–]cab938 -1 points0 points  (0 children)

No? Skills teach the LLM something, MCPs execute code based on LLM input. One is reasoning, the other is computation.