HackerTrans
トップ新着トレンドコメント過去質問紹介求人

laxmena

no profile record

投稿

Why standard WER fails for Indian languages

sarvam.ai
3 ポイント·投稿者 laxmena·24 日前·0 コメント

GateGPT: 56k tokens per second Transformer (KV cache) on FPGA at 80 MHz

twitter.com
40 ポイント·投稿者 laxmena·25 日前·13 コメント

Karpathy on Why 'Edutainment' Isn't Real Learning (Seek the Sweat) (2024)

twitter.com
4 ポイント·投稿者 laxmena·27 日前·1 コメント

Software Architecture Guide (2019)

martinfowler.com
95 ポイント·投稿者 laxmena·28 日前·38 コメント

Toward Generalist Autonomous Research via Hypothesis-Tree Refinement

huggingface.co
2 ポイント·投稿者 laxmena·先月·0 コメント

Sangam Tamil literature search engine with AI explanations

sangam.tamilnlp.com
2 ポイント·投稿者 laxmena·先月·0 コメント

My Agent Skill for Test-Driven Development

saturnci.com
251 ポイント·投稿者 laxmena·先月·109 コメント

Why Claude Code's Agent Loop Is over 1,400 Lines

internals.laxmena.com
7 ポイント·投稿者 laxmena·先月·0 コメント

Embedding models are coordinate systems. What silently breaks in production RAG

internals.laxmena.com
3 ポイント·投稿者 laxmena·2 か月前·0 コメント

Dashboard tracking the 100-day promises of the Nepali government

digitalpratipakshya.com
3 ポイント·投稿者 laxmena·2 か月前·0 コメント

Correction Has to Occur – NYU Finance Professor Warn

finance.yahoo.com
7 ポイント·投稿者 laxmena·2 か月前·1 コメント

Show HN: How I Separate Signal from Noise in the AI Firehose

laxmena.com
4 ポイント·投稿者 laxmena·2 か月前·0 コメント

Ask HN: When did you move from AI agentic loops to simpler deterministic system?

8 ポイント·投稿者 laxmena·2 か月前·7 コメント

The AI rush is hitting a bottleneck

economist.com
4 ポイント·投稿者 laxmena·2 か月前·0 コメント

Retail Investors Keep Getting Burned in the Stock Market.They're Piling in Again

barrons.com
2 ポイント·投稿者 laxmena·2 か月前·1 コメント

The Google Cloud Knowledge Catalog

cloud.google.com
2 ポイント·投稿者 laxmena·2 か月前·0 コメント

AI Skills as loader spec, not prompts – why the architecture changes everything

internals.laxmena.com
5 ポイント·投稿者 laxmena·2 か月前·1 コメント

Understanding LangGraph as a stateful execution system

internals.laxmena.com
1 ポイント·投稿者 laxmena·2 か月前·0 コメント

Ask HN: What single AI tool/technique 10x'd your productivity last year?

7 ポイント·投稿者 laxmena·6 か月前·10 コメント

Show HN: MCP Server for AI Agents to Publish on WriteFreely

github.com
1 ポイント·投稿者 laxmena·6 か月前·0 コメント

コメント

laxmena
·2 か月前·議論
That's exactly my process I follow now.

I look at the traces of agent execution, and use that as a feedback to extract common patterns. The comment patterns are extracted out as Scripts, or Skills.

So Agent doesnt have to figure out how to do things from scratch, saving considerable amount of tokens and latency.

I also came across this paper recently: https://arxiv.org/abs/2603.25158

Which does exactly the same. Extracts traces and converts them into skills for agents to use.
laxmena
·2 か月前·議論
> If all LLM tools disappeared tomorrow, all of my scripts and processes developed with an LLM will continue to work without hiccup.

This is a really pragmatic philosophy and I think it's underappreciated. Using the LLM as a development accelerator rather than a runtime dependency gives the best of both worlds.
laxmena
·2 か月前·議論
More I use AI tools, stronger I'm convinced that it's a force multiplier. I'm one of the strong advocates for adoption of AI at work.

But I'm also very skeptical about the narrative- that AI will simply replace workers.

The main issue is accountability. If an autonomous agent takes an incorrect action, who takes responsibility?

I recently had a first hand experience at work where an agent, designed to act on customer tickets, was authorized to suspend accounts upon request.

It incorrectly suspended an active, critical account essential to our revenue metrics. Now, the support engineer who deployed that agent is writing the postmortem/CoE.

These are some incidents why I believe AI will not "completely" replace human roles. When systems fail at scale, we still require an accountable human to analyze the failure, accept responsibility.
laxmena
·2 か月前·議論
I have a lot of questions after reading this article

1. How would Cocaine end up in wastewater treatment plant in the first place? 2. What is the volume of Cocaine needed, or used to observe this behavior from the fish? 3. If Cocaine pollution has already been happening in the wild, are there any recorded events that support the claim of effects on the habitat
laxmena
·2 か月前·議論
I'm curious, why would cocaine end up in the wastewater systems in the first place?
laxmena
·2 か月前·議論
[flagged]
laxmena
·2 か月前·議論
[dead]
laxmena
·2 か月前·議論
[flagged]
laxmena
·2 か月前·議論
[dead]
laxmena
·2 か月前·議論
[dead]
laxmena
·2 か月前·議論
[flagged]
laxmena
·4 か月前·議論
If I'm being interviewed by a bot, I see no reason not to send my own bot to represent me. It levels the playing field.

I’ll probably start building an AI agent to sit in these AI bot interviews
laxmena
·6 か月前·議論
https://laxmena.com
laxmena
·6 か月前·議論
Setting aside the tax discussion for a moment:

> In the end, the “shortcut” had cost her more time than if she’d just done the work herself from the start.

I had this same opinion on AI IDE Copilots about a year and a half ago. They were too nascent, and writing code manually saved me hours of debugging their buggy code recommendations.

Fast forward - today—IDE Copilots have grown leaps and bounds in its quality of outputs. They have real utility now.

It's important to note that - "This is the worst AI agents will ever be, it will only get better moving forward."

I'm confident these tools will keep improving and eventually create net productivity gains, including for the Excel use case you mentioned.