frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: SDK for AI Coding with Long Running Tasks

https://cloudcoding.ai/
2•sean_•10mo ago
It seems that using Cursor has become really repetitive. My workflow typically goes like this: - Get a task to accomplish on a codebase - Research the web and codebase to create a plan - Send the entire plan to cursor and sit back for it to finish

This flow works really well with a high level of accuracy for the most part and it's becoming obvious that the margin between where it is today and "perfect" is quickly closing.

Because of this flow, I feel that I can replicate it through an SDK that uses a AI cli coder tool with low level control.

In this SDK, you can also use the best coder in the world per: https://aider.chat/docs/leaderboards/

As shown here:

```python from cloudcode import Local import os

def main(): # Use the current directory cwd = os.getcwd() example_file = "example.py"

    # Initialize the Aider SDK in architect mode
    agent = Local(
        working_dir=cwd,
        model="o3",  # Main (planner) model
        editor_model="gpt-4.1",  # Editor model for implementing changes
        architect_mode=True,
        use_git=False,
        api_key=os.getenv("CLOUDCODE_API_KEY")
    )

    # Create or overwrite a simple Python file to modify using the SDK
    agent.create_file(
        example_file,
        """def add(a, b):
    return a + b
""" )

    # Run a coding task using the two-model workflow
    result = agent.code(
        prompt="make this function super cool. just make the math functions better",
        editable_files=[example_file]
    )

    # Print the results
    print("\nTask completed!")
    print(f"Success: {result['success']}")
    print("\nChanges made:")
    print(result["diff"])


    # Display cost information
    print("\nTask completed!")
if __name__ == "__main__": main()

```

Given that you can mimic your workflows from cursor and claude code into this sdk, you shouldn't have to sit around on your computer waiting for the long running task to finish.

That's why I built in a Sandbox class that mounts the ai coder into a remote sandbox directory instead of a local folder so you can deploy an ai coder to the cloud, enabling use cases such as coding from your phone and the browser.

I have already found so many low-handing fruit use cases for this sdk to automate prompting, information gathering, and auto-docs as shown in our github https://github.com/LMSystems-ai/cloud-coding

But I want to take it a step further.

You can get started for free today with this sdk and see our favorable pricing model here: https://docs.cloudcoding.ai/pricing

How the Pokémon franchise has helped to shape neuroscience

https://www.nature.com/articles/d41586-026-00861-w
1•Brajeshwar•25s ago•0 comments

Aqara G350 first Matter-certified camera for multi-platform homes

https://www.aqara.com/us/product/camera-hub-g350/
1•hmokiguess•25s ago•0 comments

MCP vs. CLI Is the Wrong Fight

https://smithery.ai/blog/mcp-vs-cli-is-the-wrong-fight
1•nadis•1m ago•0 comments

Underrated Postgres: Create (Extended) Statistics

https://vela.simplyblock.io/blog/postgres-create-extended-statistics/
1•ronakjalan98•2m ago•0 comments

Show HN: Unsloth Studio

https://github.com/unslothai/unsloth
1•danielhanchen•2m ago•0 comments

Show HN: Cuckoo-GPU – A 350x faster Bloom filter alternative for GPUs

https://github.com/tdortman/Cuckoo-GPU
1•tdortman•2m ago•1 comments

We give every user SQL access to a shared ClickHouse cluster

https://trigger.dev/blog/how-trql-works
1•eallam•3m ago•0 comments

Forge – OSS governance plugin for Claude Code (22 agents, SDD, quality gates)

https://github.com/nxtg-ai/forge-plugin
2•vipdestiny•5m ago•1 comments

Show HN: PUNK – Remote control for local Claude Code that just works

https://punkcode.rocks
1•jackjackpop•5m ago•1 comments

Show HN: Llamactl – Self-hosted LLM manager with OpenAI-compatible routing

https://github.com/lordmathis/llamactl
1•lordmathis•6m ago•0 comments

OpenAI courts private equity to join enterprise AI venture

https://www.reuters.com/business/openai-courts-private-equity-join-enterprise-ai-venture-sources-...
1•gmays•6m ago•0 comments

Yet Another SQLite-Vector

https://github.com/jtarchie/sqlite-vector
1•jtarchie•6m ago•1 comments

The Singularity Will Not Be Streamed

https://paoramen.fika.bar/the-singularity-will-not-be-streamed-01KJ7KM42KET7EZQQSYD836358
1•masylum•6m ago•0 comments

Sigwork – A 1.7kb signal-based reactive framework

https://framework.thatjust.works/
1•murillobrand•7m ago•1 comments

I love my dumb watches

https://gary.onl/a-post-about-watches/
1•abnercoimbre•7m ago•0 comments

Show HN: Antfly: Distributed, Multimodal Search and Memory and Graphs in Go

https://github.com/antflydb/antfly
8•kingcauchy•7m ago•0 comments

Show HN: I indexed 58K AI agents and built trust scores for the agent economy

https://nanosec.ai
1•bobakTamaddon•9m ago•0 comments

I think AI is pushing me toward the AGPL

https://blogsystem5.substack.com/p/ai-and-agpl-licensing
2•LorenDB•10m ago•0 comments

A.B. 1043's Internet Age Gates Hurt Everyone – Eff.org

https://www.eff.org/deeplinks/2026/03/ab-1043s-internet-age-gates-hurt-everyone
2•netule•11m ago•0 comments

Math in the AI Era

https://3quarksdaily.com/3quarksdaily/2026/03/math-in-the-ai-era.html
3•thm•11m ago•0 comments

Turkish Coffee? Since the 16th Century, It's in the Water

https://specialprojects.sprudge.com/?p=868
3•speckx•11m ago•0 comments

TV Learned to Sell Itself

https://worksinprogress.co/issue/how-tv-learned-to-sell-itself/
1•ortegaygasset•11m ago•0 comments

Where chess knight can't go

https://claude.ai/public/artifacts/35a91fb5-89d6-4545-9682-50bc732f8e9c
2•oyster143•12m ago•0 comments

Show HN: Touchenv – store ENV master keys in macOS keychain

https://github.com/tillcarlos/touchenv
1•tillcarlos•13m ago•0 comments

Finance Bros to Tech Bros: Don't Mess with My Bloomberg Terminal

https://www.wsj.com/tech/ai/bloomberg-terminal-perplexity-vibe-coding-e37a95f8
1•1vuio0pswjnm7•13m ago•0 comments

Show HN: Cardea, SSH bastion with per-key ACLs, TPM keys and session recording

https://github.com/hectorm/cardea
1•hectorm•14m ago•0 comments

A Stock Monitoring Agent with OpenClaw, Exa, and Milvus for $20/Month

https://milvus.io/blog/i-built-a-stock-monitoring-agent-with-openclaw-exa-and-milvus-for-20month.md
2•Fendy•15m ago•0 comments

Change Blindness

https://en.wikipedia.org/wiki/Change_blindness
1•georgecmu•15m ago•0 comments

Greywall – Sandboxing with real-time observability and dynamic controls

https://greywall.io/
1•artavak•16m ago•0 comments

Show HN: Uclusion – We spent 7 years building an opinionated planning tool

https://www.uclusion.com
2•disrael•17m ago•0 comments