Live data from Hacker News

Viewing profile — iryna_kondr

iryna_kondr

HN member
Joined
Thu, Aug 24, 2023, 1:26 PM UTC
HN karma
2
Public activity
16 items

About iryna_kondr

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. 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…

  4. story
  5. story
  6. comment
    Comment #48026092

    Thanks for the feedback!

  7. 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 …

  8. story
  9. 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?

  10. 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…

  11. 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…

  12. 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…

  13. comment
    Comment #46496767

    Great visualization! What part of this project was the hardest to get “right” (math, overall aesthetic balance, etc.)?

  14. story
  15. 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.

  16. 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…