Viewing profile — pplonski86
pplonski86
HN member- Joined
- Wed, Mar 09, 2016, 10:05 AM UTC
- HN karma
- 7,508
- Public activity
- 1,890 items
- HN profile
- View on Hacker News ↗
About pplonski86
https://mljar.com
https://github.com/mljar/mercury
https://github.com/mljar/mljar-supervised
https://runmercury.com
meet.hn/city/pl-Łapy
Recent public activity
- story
- story
- story
- story
- story
- story
-
comment
Comment #48237657
is it terminal on steroids some kind of? so you can manage mutiple coding agents? how many coding agents you can manage in parallel that it is still comfortable to work and code ch…
- story
- story
- story
-
comment
Comment #48139822
I love such puzzles! I used to use a lot ternary operators in C++ but one day friend of mine told me that I shouldn't nest ternary operators too much because code is too complicate…
-
comment
Comment #48139737
before I ask AI to write anything, I prepare a plan, I was very positively surprised when noticed Plan mode in Codex recently. It make me feel that maybe others doing the same and …
- story
-
comment
Comment #48108468
Python outputs is also very versatile. You can use Python to build command line script, web application, desktop app with GUI, notebook with data analysis, or Python package and sh…
-
comment
Comment #48092957
Im working on AI data analyst - MLJAR Studio. It is conversational UI with AI agent which uses Python to provide data insights. It is available as desktop application https://mljar…
-
comment
Comment #48019606
I'm working on an AI Data Analyst in MLJAR Studio and found this small but interesting bug while testing a medical data use case. The AI-generated Pandas code looked correct and ex…
- story
-
comment
Comment #48019076
Thank you! I will check them out. It is worth to mention that MLJAR Studio is a desktop application, which is easy to install. It is running locally, and support local LLMs so all …
-
comment
Comment #48009070
User is not touching notebook at all, user just ask questions in natural language, and AI is using Python to compute answer, the ipynb notebook format is used to save the conversat…
-
comment
Comment #48006062
Human in the loop in data analysis is really challenging task. We provide Python code for inspection, so user can check details how results were produced. Additionally, we run AI o…
-
comment
Comment #48005953
Thanks for sharing! MLJAR Studio was created for people with domain knowledge but not much technical expertise. For them, setting up a Python environment, installing required packa…
-
comment
Comment #48005925
The goal of MLJAR Studio is to make it easy to analyze data for people with large domain knowledge but lack of programming skills. We do not focus on notebooks. Python notebook for…
-
comment
Comment #48005848
Python notebooks are not reproducible when used by humans. When notebook format is used to store conversations for AI data analysis, it preserves the chat history and is ideal for …
-
story
Show HN: Mljar Studio – local AI data analyst that saves analysis as notebooks
Hi HN, I’ve been working on mljar-supervised (open-source AutoML for tabular data) for a few years. Recently I built a desktop app around it called MLJAR Studio. The idea is simple…
- story