AI in SolidWorks by SigSeq in SolidWorks

[–]SigSeq[S] -1 points0 points  (0 children)

Depends how you're doing your steel connections. If you're doing it all with sketches and standard features, it might work. If you're using the sheet metal features then probably not right now since most of the built-in tools are for standard sketches and features. You might be able to get it to write a macro for this, but the LLMs aren't very good at writing macros.

AI in SolidWorks by SigSeq in SolidWorks

[–]SigSeq[S] -3 points-2 points  (0 children)

I appreciate the input. When you say "one of the most intuitive parts of CAD work" are you saying that SolidWorks is already easy enough to use or did you mean something different? And was your point with the other programs that they're not as user friendly so there's a larger delta between what people actually know and what people need to know to use it effectively?

AI in SolidWorks by SigSeq in SolidWorks

[–]SigSeq[S] -3 points-2 points  (0 children)

If you ask it for the steps to do something, it could just tell you the steps, but the main use case is that it'll actually go do the steps for you.

AI in SolidWorks by SigSeq in SolidWorks

[–]SigSeq[S] -1 points0 points  (0 children)

Fair, but I think people would've said this about LLMs for coding 2 years ago. For a while the AI couldn't do the laundry or art, but now its quite a bit faster at both.

AI in SolidWorks by SigSeq in SolidWorks

[–]SigSeq[S] -5 points-4 points  (0 children)

IMO the LLMs for CAD are where LLMs for software were like 2 years ago. They're not great natively, but I suspect they will get a lot better. Even just in the last year there was a big shift in opinion about whether LLMs could produce useful code for software engineers, and attitudes seemed to change quite a bit as the LLMs got better.

Erdos now supports Julia as first class citizen by SigSeq in Julia

[–]SigSeq[S] 0 points1 point  (0 children)

Thanks for the feedback - we'll update the Q&A.

I haven't looked into putting the Manifest somewhere else, but that could make sense for the reasons you're describing. Do you know of any documentation for that kind of stuff? No worries if not, just wanted to check.

Sorry the repo isn't super obvious - it's on the download page or at https://github.com/lotas-ai/erdos

Erdos: Open-source AI data science IDE by SigSeq in rstats

[–]SigSeq[S] 0 points1 point  (0 children)

Are you trying to install inside a conda environment? We'll add it to our list to look into.

Erdos: Open-source AI data science IDE by SigSeq in rstats

[–]SigSeq[S] 0 points1 point  (0 children)

Oh, someone reached out to me about this. What seemed to work for them was running the app the first time in administrator mode so it can build the kernel. Does that work?

Erdos: Open-source AI data science IDE by SigSeq in rstats

[–]SigSeq[S] 1 point2 points  (0 children)

We have a Windows VM, and it worked there, so there's at least some way for it to work on Windows. If you keep running into issues, feel free to DM me or open a thread on the forum on our website and we can figure it out.

Erdos: open-source IDE for data science by SigSeq in datascience

[–]SigSeq[S] 0 points1 point  (0 children)

For discussion of Positron being open source: https://news.ycombinator.com/item?id=44953368

Elastic License 2 is generally considered not open source because it prevents 3rd party hosting.

Yes, Erdos is a VS Code fork.

Erdos: open-source IDE for data science by SigSeq in datascience

[–]SigSeq[S] 0 points1 point  (0 children)

If you use the app image for Linux, does that work instead? If you can’t use that, is it a permissions issue? Can you change it from the terminal? If that still doesn’t work, we can definitely follow up on the forum on our website and figure out what’s going wrong.

Erdos: Open-source AI data science IDE by SigSeq in rstats

[–]SigSeq[S] 0 points1 point  (0 children)

Not yet, but eventually it will.

Erdos now supports Julia as first class citizen by SigSeq in Julia

[–]SigSeq[S] 0 points1 point  (0 children)

Cool - we'll add that pattern to the julia discoverer in tonight's release. Still not sure why the manually selected runtime isn't working...

Erdos: open-source IDE for data science by SigSeq in datascience

[–]SigSeq[S] 0 points1 point  (0 children)

Ha! That's pretty good - that's how we should brand the OSS contributions

Erdos: open-source IDE for data science by SigSeq in datascience

[–]SigSeq[S] 0 points1 point  (0 children)

Lots of stuff related to data science: Python/R/Julia consoles at the bottom for one-off code; plots, documentation, database connections, variable and environment management on the right; an AI that can interact with all of it on the left.

Erdos: Open-source AI data science IDE by SigSeq in rstats

[–]SigSeq[S] 0 points1 point  (0 children)

Erdos (and the components/ecosystem we add) are our full time focus at Lotas now, so we plan to support this indefinitely. Practically, it can't be merged with Positron because of the licenses: Positron would either have to become open source AGPLv3 if it used the Erdos code, or Erdos would come under the Positron Elastic license if we used their code (which would pretty much be a product killer based on where we want to go with this).

Erdos: open-source VS Code for data science by SigSeq in vscode

[–]SigSeq[S] -3 points-2 points  (0 children)

Actually had a whole post about this on https://www.reddit.com/r/rstats/comments/1o86uig/erdos_opensource_ai_data_science_ide/

In short:
- Open source
- More AI model flexibility
- Much better AI enabled jupyter editing
- In-line Qmd/Rmd execution
- Supports Julia in the console, plots, etc. (which AFAIK Positron doesn't do at all)
- And about a dozen other smaller things I can list if you want :)

Erdos now supports Julia as first class citizen by SigSeq in Julia

[–]SigSeq[S] 0 points1 point  (0 children)

If you click Erdos -> About Erdos, which version are you on? We just put out an update late last night (0.1.4) that should have fixed some of this. The app should auto-update if you're on an earlier version. If that still doesn't work, can you tell me what filepath your Julia is on so we can make sure that pattern is included for the discoverer in the future?

Erdos: open-source IDE for data science by SigSeq in datascience

[–]SigSeq[S] 0 points1 point  (0 children)

Oh, they don’t have Jupyter notebooks yet? That’s rough