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_•8mo 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

TidesDB Outpaces RocksDB by 4x in Seek Performance Through Aggressive Caching

https://news.lavx.hu/article/tidesdb-outpaces-rocksdb-by-4x-in-seek-performance-through-aggressiv...
1•alexpadula•2m ago•0 comments

A16Z Infra Reading List

https://a16z-infra.github.io/reading-list/
1•cromulent•3m ago•0 comments

Rssrssrssrss – Combine Multiple RSS Feeds into One

https://www.rssrssrssrss.com/
1•twapi•4m ago•0 comments

Death by a Thousand Cycles – Micro-Optimizations in TidesDB v7.0.4

https://tidesdb.com/articles/tidesdb704-death-by-a-thousand-cycles/
1•alexpadula•5m ago•0 comments

Ask HN: How to get good at RAW image editing?

1•leononame•7m ago•0 comments

Mapping the Semiconductor Supply Chain: The Critical Role of the Indo-Pacific

https://www.csis.org/analysis/mapping-semiconductor-supply-chain-critical-role-indo-pacific-region
1•pera•8m ago•0 comments

Framework anounces another DDR5 RAM price hike, will now charge $10 per GB

https://www.theverge.com/news/850376/framework-ram-memory-ddr5-price-hikes
2•almog•11m ago•0 comments

Show HN: Good (BANG) – a love‑first UI toolbelt: bang tags, no build, no VDOM

https://crisdosaygo.github.io/good.html/
1•keepamovin•11m ago•1 comments

Shipping at Inference Speed

https://steipete.me/posts/2025/shipping-at-inference-speed
1•dvrp•14m ago•0 comments

Prompts are becoming part of the system, but we still write them like strings

1•hoangnnguyen•14m ago•1 comments

Pre, Mid, Post-Training Way of Life

https://fakepixels.substack.com/p/pre-mid-post-training-way-of-life
1•corford•17m ago•0 comments

Show HN: Patchy – Manage long-lived forks as patch sets

https://github.com/richardgill/patchy
1•richardgill88•18m ago•1 comments

After "AI": Anticipating a post-LLM science and technology revolution

https://www.evalapply.org/posts/after-ai/index.html
1•adityaathalye•19m ago•1 comments

The New Surveillance State Is You

https://www.wired.com/story/expired-tired-wired-surveillance-state/
1•fleahunter•20m ago•0 comments

Greener – lean and mean test result explorer

https://github.com/cephei8/greener
1•cephei8•27m ago•0 comments

Show HN: Zen List – Tools that keep you from going crazy

http://postmake.io/zen-list
1•Malfunction92•34m ago•0 comments

Git analytics that works across GitHub, GitLab, and Bitbucket

1•akhnid•34m ago•2 comments

Ask HN: Is it enough to use XOR encryption for my journal app?

1•finnvyrn•35m ago•0 comments

The Beauty of Batteries

https://worksinprogress.co/issue/the-beauty-of-batteries/
1•pietergaricano•35m ago•0 comments

Adopting AI Atomically

https://jeremyjaydan.au/adopting-ai-atomically/
1•JeremyJaydan•36m ago•0 comments

Show HN: Md driven local project management software

https://dotodo.dev/
1•leCaptain•38m ago•0 comments

Market design can feed the poor

https://worksinprogress.co/issue/how-market-design-can-feed-the-poor/
1•ortegaygasset•39m ago•0 comments

Show HN: Hubfly Space: A Deep Dive into Its Architecture

https://hubfly.space/blog/architecture
1•octave12•39m ago•0 comments

Feynman's Hughes Lectures: 950 pages of notes

https://thehugheslectures.info/the-lectures/
1•gnubison•40m ago•0 comments

Ethereum Watchtower Real-time blockchain analysis

https://rnts08.github.io/eth-watchtower/
1•rnts08•41m ago•1 comments

Musk's DOGE Failed to Slash Government Spending, It Led to a 6% Increase

https://offthefrontpage.com/musks-doge-failed-to-slash-government-spending-instead-leading-to-a-6...
12•robtherobber•43m ago•1 comments

What does Uncle GitHub think about YOUR code?

1•chalhat•47m ago•0 comments

Libredesk: Modern customer support desk packed into a single binary

https://libredesk.io
1•thunderbong•48m ago•0 comments

Portable Systemd Services

https://systemd.io/PORTABLE_SERVICES/
1•cassepipe•50m ago•0 comments

Can I throw a C++ exception from a structured exception?

https://devblogs.microsoft.com/oldnewthing/20170728-00/?p=96706
2•birdculture•55m ago•0 comments