Earlier quoted context omitted.
I've been frustrated with Copilot in this regard. I work on a large C++ codebase, with large files. Human developers jump around between files with the Visual Studio fuzzy search, set breakpoints to trace execution in the Debugger, use the IDE's refactoring tools. Microsoft's answer to this was to just ... expose none of this to their Agent Mode!? Replace the working semantic autocomplete with fucking lies!? Maybe it…
tool_call is just a fancy wrapper to a black box that executes console commands. Said commands are now the actual backbone of all agentic AI, It feels like the linux people are incredibly vindicated in the single responsibility principle
Adafruit receives demand letter from Fenwick legal counsel on behalf of Flux.ai
221–230 of 300 posts
Re: Adafruit receives demand letter from Fenwick legal counsel on behalf of Flux.ai
#222Adafruit probably did a review of AI PCB tools. I've used Flux.ai before; it was a pretty bad experience. After about 50-100$ in tokens a couple of times, I couldn't get more than a couple of simple components on the schematic. And not in sensible positions. The product just grinds tokens for little return, in my opinion. I had far better luck wiring together KiCad MCP, SKIDL. There are some AI-driven autorouters out…
> Placement is probably the big issue that needs to be solved now. Would some sort of constraint-solving algorithm help with that? Something like (but not necessarily) Cassowary[0]? Maybe I'm misunderstanding what is meant by placement though; I don't have much domain knowledge in PCBs / electronics. [0]: https://news.ycombinator.com/item?id=43362528
[1] https://blog.autorouting.com/p/sequential-optimal-packing-fo...
Re: Adafruit receives demand letter from Fenwick legal counsel on behalf of Flux.ai
#223> Adafruit accessed only information that Flux’s own systems made publicly available through a server misconfiguration Does anyone have some more context about what happened here? An uncharitable analogy might be that I misconfigured my front door by not locking it, which doesn't give someone the right to walk in and look around - but I have no idea what Adafruit is specifically being accused of doing.
Re: Adafruit receives demand letter from Fenwick legal counsel on behalf of Flux.ai
#224Earlier quoted context omitted.
I'm curious, but I'm not sure if you can say - has Adafruit ever published anything about Flux?
[flagged]
As an outsider with zero context, I'm having a hard time understanding what's going on with this whole thing.
The tone of the conversation is giving me flashbacks to the Matt Mullenweg debacle.
Re: Adafruit receives demand letter from Fenwick legal counsel on behalf of Flux.ai
#225Adafruit probably did a review of AI PCB tools. I've used Flux.ai before; it was a pretty bad experience. After about 50-100$ in tokens a couple of times, I couldn't get more than a couple of simple components on the schematic. And not in sensible positions. The product just grinds tokens for little return, in my opinion. I had far better luck wiring together KiCad MCP, SKIDL. There are some AI-driven autorouters out…
Re: Adafruit receives demand letter from Fenwick legal counsel on behalf of Flux.ai
#226What's the context here?
(AFAICT they haven't published anything yet? If they have it's been taken down).
There's a definite bit of Streisand effect here because I for one am very much looking forward to finding out what the deal is.
Re: Adafruit receives demand letter from Fenwick legal counsel on behalf of Flux.ai
#227Re: Adafruit receives demand letter from Fenwick legal counsel on behalf of Flux.ai
#228> Adafruit accessed only information that Flux’s own systems made publicly available through a server misconfiguration Does anyone have some more context about what happened here? An uncharitable analogy might be that I misconfigured my front door by not locking it, which doesn't give someone the right to walk in and look around - but I have no idea what Adafruit is specifically being accused of doing.
That isn’t legal in most jurisdictions either. You’re not a lawyer.
And yep, I'm not a lawyer - and even if I were, I couldn't begin to speculate about this post because it says so little.
Re: Adafruit receives demand letter from Fenwick legal counsel on behalf of Flux.ai
#229Earlier quoted context omitted.
AI can’t really spell check without risking changing the meaning of sentences. Spell checking was a solved problem before this.
Spellchecking is absolutely not a solved problem. I immediately disable spellchecking on every avenue it tries to approach because managing a bunch of dictionaries on every browser/device/application that has its own spellchecker for some godforsaken reason to not have squigglies spammed over every piece of jargon, slang, and slightly atypical spelling is incredibly annoying. I don't know how effective LLMs are, but…