Viewing profile — iryna_kondr
iryna_kondr
HN member- Joined
- Thu, Aug 24, 2023, 1:26 PM UTC
- HN karma
- 2
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About iryna_kondr
No profile information was provided.
Recent public activity
- story
- story
-
story
Ask HN: What are your strategies for reviewing AI generated code?
Almost everyone I talk to feels the pain of reviewing code generated with LLMs. It feels like humans have become the bottleneck in the development process. Some teams are setting g…
- story
- story
-
comment
Comment #48026092
Thanks for the feedback!
-
comment
Comment #48025775
Dreamer is a framework inspired by Claude's dream mode, but extends it to any Coding CLI and multiple users at the same time. In short, agents submit short memories through an MCP …
- story
-
comment
Comment #46935074
I’ve definitely been feeling that shift too. What have you guys found that helps with this? Any habits you use to avoid the constant context switching and decision fatigue?
-
comment
Comment #46870692
Hi Emilie, nice project, thanks for sharing. I’m curious whether there were any decisions that you added mainly for educational value even though you wouldn’t make the same call in…
-
story
Show HN: AGENTS.lock – a package manager for Agents/Skills/MCPs
AGENTS.lock keeps AI agent skills, instructions, and MCP servers in sync across Claude, Codex, Gemini, and Copilot CLIs using a single TOML lockfile as the source of truth. Instead…
-
comment
Comment #46777352
My experience is similar. AI's context is limited to the codebase. It has limited or no understanding of the broader architecture or business constraints, which adds to the noise a…
-
comment
Comment #46496767
Great visualization! What part of this project was the hardest to get “right” (math, overall aesthetic balance, etc.)?
- story
-
story
Show HN: Scikit-LLM seamlessly integrate LLMs into scikit-learn
Scikit-LLM is an open-source library that allows to seamlessly integrate powerful language models like ChatGPT into scikit-learn for enhanced text analysis tasks.
-
story
Show HN: Agent Dingo – a microframework for buildling conversational AI agents
AgentDingo allows you to register the functions to use with ChatGPT. It is possible to convert Langchain Tools into function descriptors in order to register them with Dingo. The i…